Hello, Gábor Boskovits <boskov...@gmail.com> skribis:
> Pierre Neidhardt <m...@ambrevar.xyz> ezt írta (időpont: 2018. okt. 25., Cs > 20:11): > >> >> > What does ‘gx’ tell you in the builder? >> >> Sorry, I don't understand what you are asking. The following is the >> output I >> get when I attempt to build a package using gx-fetch: >> >> --8<---------------cut here---------------start------------->8--- >> > ./pre-inst-env guix build -K ipfs-go-ipfs-cmdkit >> ;;; note: source file /home/ambrevar/projects/guix/guix/gx-download.scm >> ;;; newer than compiled >> /home/ambrevar/.cache/guile/ccache/2.2-LE-8-3.A/home/ambrevar/projects/guix/guix/gx-download.scm.go >> substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... >> 100.0% >> building >> /gnu/store/rnwbwvks2imzzs5av5p0ihab6qynfgi8-module-import-compiled.drv... >> [ 1/ 2] Compiling './guix/build/gx.scm'... >> [ 2/ 2] Compiling './guix/build/utils.scm'... >> successfully built >> /gnu/store/rnwbwvks2imzzs5av5p0ihab6qynfgi8-module-import-compiled.drv >> building >> /gnu/store/pwjnh2sp30plxbw12zmwg4p5w0wfh5fy-ipfs-go-ipfs-cmdkit-1.1.3-1.QmSP88r-checkout.drv... >> what language will the project be in? initializing package >> 3nbb94ssalhxdas7vz2bv8n6dpz3mdw2-ipfs-go-ipfs-cmdkit-1.1.3-1.QmSP88r-checkout... >> where should users go to report issues? notice: no helper tool found for >> 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 >> > Maybe I am just stating the obvious, but this error seems to be certificate > related, i think network access is ok, but the certificate cant be > validated, as no root cert is found. Yes, that’s probably what’s happening. Pierre, perhaps it’s just a matter of setting some environment variable (SSL_CERT_DIR and/or SSL_CERT_FILE?) pointing to X.509 certificates such as those provided by the ‘nss-certs’ package? HTH, Ludo’.