From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix & IPFS Date: Fri, 19 Oct 2018 15:48:07 +0200 Message-ID: <87in1ygi94.fsf@gnu.org> References: <87r2grk5dj.fsf@ambrevar.xyz> <87lg6zfr20.fsf@gnu.org> <87lg6zjxwt.fsf@ambrevar.xyz> <20181016162747.GB25057@jasmine.lan> <87r2goecf5.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDV8O-00043a-U9 for guix-devel@gnu.org; Fri, 19 Oct 2018 09:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDV8M-00078Z-Sj for guix-devel@gnu.org; Fri, 19 Oct 2018 09:48:12 -0400 In-Reply-To: <87r2goecf5.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Wed, 17 Oct 2018 19:00:14 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: Guix-devel Hi, Pierre Neidhardt skribis: > ERROR: from shell.Get(): Post https://ipfs.io/api/v0/get?arg=3DQmSP88ryZk= HSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky&create=3Dtrue: x509: failed to load sy= stem roots and no roots provided > retrying fetch QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky after a sec= ond... > ERROR: from shell.Get(): Post https://ipfs.io/api/v0/get?arg=3DQmSP88ryZk= HSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky&create=3Dtrue: x509: failed to load sy= stem roots and no roots provided > retrying fetch QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky after a sec= ond... > ERROR: from shell.Get(): Post https://ipfs.io/api/v0/get?arg=3DQmSP88ryZk= HSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky&create=3Dtrue: x509: failed to load sy= stem roots and no roots provided > ERROR: (install): failed to fetch package: QmSP88ryZkHSRn1fnngAaV2Vcn63WU= JzAavnRM9CVdU1Ky: Post https://ipfs.io/api/v0/get?arg=3DQmSP88ryZkHSRn1fnng= AaV2Vcn63WUJzAavnRM9CVdU1Ky&create=3Dtrue: x509: failed to load system root= s and no roots provided=20 > 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-cmd= kit-1.1.3-1.QmSP88r-checkout.drv' failed wi As discussed before (I think?), builds are performed in an isolated environment without network access=E2=80=94this is one of the measures take= n to guarantee build reproducibility and statelessness. So what you=E2=80=99re doing here (running =E2=80=9Cgx=E2=80=9D in a deriva= tion) cannot work. HTH, Ludo=E2=80=99.