input-output-hk / cardano-sl

Cryptographic currency implementing Ouroboros PoS protocol
Apache License 2.0
3.78k stars 632 forks source link

Build explorer-mainnet error #4214

Open Victoryfan opened 4 years ago

Victoryfan commented 4 years ago

I use the command: nix-build -A connectScripts.mainnet.explorer -o connect-explorer-to-mainnet to build connect-explorer-to-mainnet, but it occured error during build. The error as following picture. Is there anyone can help me? image

image

disassembler commented 4 years ago

Looks like your missing binary caches being enabled. Also what platform was this on?

disassembler commented 4 years ago

See https://github.com/input-output-hk/cardano-sl/blob/develop/docs/exchange-onboarding.md#optional-enable-iohks-binary-cache for info on enabling binary caches.

Victoryfan commented 4 years ago

Looks like your missing binary caches being enabled. Also what platform was this on?

I pull the Nixos image to build the explorer-mainnet in it.

Victoryfan commented 4 years ago

See https://github.com/input-output-hk/cardano-sl/blob/develop/docs/exchange-onboarding.md#optional-enable-iohks-binary-cache for info on enabling binary caches.

I try it, but it also failed.

disassembler commented 4 years ago

Please open a separate issue for this.