저는 프록시 서버를 사용하고 있습니다. 다음 명령을 사용하여 마젠타 커널을 설치해 보십시오.시작하기 매뉴얼.
이 명령을 실행하면 ./scripts/download-toolchain
다음과 같은 오류 로그 메시지가 나타납니다.
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.
추가하려고 시도했지만
curl --insecure
결국tar/bz2
오류가 발생했습니다.또한 툴체인을 수동으로 빌드하려고 시도했지만 이 명령을 사용하여 커널을 빌드할 때
make -j32 magenta-pc-x86-64
많은 오류가 반환되었습니다 .
계속 진행할 수 있도록 도와주세요. 미리 감사드립니다.
필요하다: 누군가가 fuchsia
및 에 새 태그를 추가 할 수 있나요 magenta-kernel
? 나는 이 일을 하기에는 충분한 평판을 갖고 있지 않습니다.
답변1
에이전트 뒤에서 일하는 것은 정말 고통스러운 일입니다. 그러나 직장에서 동일한 문제가 발생하는 경우 에이전트가 구성되어 있고 회사별(ca) 인증서가 있는지 확인하세요. 이를 추가하고 시스템을 업데이트하면 이와 같은 작업이 작동합니다. (수동으로 툴체인을 구축하는 데 시간을 낭비하지 마십시오. 문제가 해결되지 않고 결국 너무 많은 시간을 투자하게 됩니다.)