Fuchsia OS: Magenta カーネル: ubuntu 16.04 にインストール済み

Fuchsia OS: Magenta カーネル: ubuntu 16.04 にインストール済み

私はプロキシサーバーを使用しています。次のコマンドを使用してマゼンタカーネルをインストールしてみてください。はじめにマニュアル

このコマンドを実行すると、./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)証明書があることを確認してください。これを追加してシステムを更新すると、このような操作が機能します。 (手動でツールチェーンを構築するのに時間を無駄にしないでください。問題は解決せず、最終的にはあまりにも多くの時間を費やします。)

おすすめ記事