Fuchsia OS: Magenta Kernel: Instalação no Ubuntu 16.04

0

Estou no servidor proxy. Tentando instalar o kernel magenta usando o manual de introdução .

quando executo este comando ./scripts/download-toolchain , recebo as seguintes mensagens de log de erros:

sudo ./scripts/download-toolchain 
curl Downloading https://fuchsia-build.storage.googleapis.com/magenta/toolchain/x86_64-elf/Linux-x86_64/509cd48809f5252ffc8ef0c72dbf208151750f66

curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
More details here: http://curl.haxx.se/docs/sslcerts.html 

curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.

If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).

If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
  • Tentou adicionar curl --insecure , mas acabou recebendo um erro tar/bz2 .

  • Além disso, tentei criar as cadeias de ferramentas manualmente, mas ao criar o kernel usando este comando make -j32 magenta-pc-x86-64 retornou numerosos erros.

Por favor, ajude-me a prosseguir. Agradeço antecipadamente.

Solicitação : alguém pode adicionar as novas tags para fuchsia e magenta-kernel , não tenho reputação suficiente para isso.

    
por SH' 07.06.2017 / 16:25

1 resposta

0

Trabalhar atrás de proxy é uma dor real. No entanto, se você enfrentar o mesmo problema em seu local de trabalho, verifique se seu proxy está configurado e se há certificados (ca) específicos da empresa. Adicione-os e atualize seu sistema e coisas semelhantes a isso funcionarão. Espero que isso ajude aos outros. (Não perca tempo construindo porta-ferramentas manualmente: as coisas não funcionam e você acaba investindo muito tempo)

    
por 14.06.2017 / 13:12