Hi, Pierre Neidhardt <m...@ambrevar.xyz> skribis:
> ERROR: from shell.Get(): Post > https://ipfs.io/api/v0/get?arg=QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky&create=true: > x509: failed to load system roots and no roots provided > retrying fetch QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky after a > second... > ERROR: from shell.Get(): Post > https://ipfs.io/api/v0/get?arg=QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky&create=true: > x509: failed to load system roots and no roots provided > retrying fetch QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky after a > second... > ERROR: from shell.Get(): Post > https://ipfs.io/api/v0/get?arg=QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky&create=true: > x509: failed to load system roots and no roots provided > ERROR: (install): failed to fetch package: > QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky: Post > https://ipfs.io/api/v0/get?arg=QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky&create=true: > x509: failed to load system roots and no roots provided > Backtrace: > 2 (primitive-load "/gnu/store/gpnysp8v5nv1l3yklbv0y5fvb0r?") > In guix/build/gx.scm: > 52:10 1 (gx-fetch _ _ #:gx-command _) > In unknown file: > 0 (scm-error misc-error #f "~A" ("Cannot import gx pack?") ?) > > ERROR: In procedure scm-error: > Cannot import gx package > note: keeping build directory > `/tmp/guix-build-ipfs-go-ipfs-cmdkit-1.1.3-1.QmSP88r-checkout.drv-1' > builder for > `/gnu/store/pwjnh2sp30plxbw12zmwg4p5w0wfh5fy-ipfs-go-ipfs-cmdkit-1.1.3-1.QmSP88r-checkout.drv' > failed wi As discussed before (I think?), builds are performed in an isolated environment without network access—this is one of the measures taken to guarantee build reproducibility and statelessness. So what you’re doing here (running “gx” in a derivation) cannot work. HTH, Ludo’.