Received: (at 45654) by debbugs.gnu.org; 6 Jan 2021 18:01:17 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 06 13:01:16 2021 Received: from localhost ([127.0.0.1]:45455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kxD7U-0005B7-MN for submit <at> debbugs.gnu.org; Wed, 06 Jan 2021 13:01:16 -0500 Received: from smtpout2.vodafonemail.de ([145.253.239.133]:58416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefan-guix@HIDDEN>) id 1kxD7S-0005As-8e for 45654 <at> debbugs.gnu.org; Wed, 06 Jan 2021 13:01:15 -0500 Received: from smtp.vodafone.de (unknown [10.2.0.34]) by smtpout2.vodafonemail.de (Postfix) with ESMTP id 3B7D7125D39; Wed, 6 Jan 2021 19:01:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-smtpout-mb-15sep; t=1609956061; bh=dfMxDmR+JrNj4yuuPmep2e1BsldcXfe9uuEd/rfFbbE=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=asujYtDJ+XsKne0nKG/rA5avQD/QqB/IGY24K9EPVtIVo4Fbe21b0uDxDy3bxXoQe T6XrjUrY8ByNAGXJnLBDL3zQipZ15LXt9HuI+n7nVC3M2MmmpCvcml7XX10QW/LDC9 3iR0z/57NrAM4HiptEbaf7USHa5+Eh/7jAAFb0ZU= Received: from macbook-pro.kuh-wiese.my-router.de (dslb-002-206-141-230.002.206.pools.vodafone-ip.de [2.206.141.230]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 0575F14209F; Wed, 6 Jan 2021 18:01:01 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile From: Stefan <stefan-guix@HIDDEN> In-Reply-To: <87pn2ikxc8.fsf@HIDDEN> Date: Wed, 6 Jan 2021 19:00:58 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <97F6E0D3-9E54-4290-9743-03A275838F53@HIDDEN> References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> <X/RavzutNlbnIc2W@3900XT> <87v9cami5j.fsf@HIDDEN> <AD2F7847-93C2-4692-8C32-B1D478F4D61A@HIDDEN> <87pn2ikxc8.fsf@HIDDEN> To: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> X-Mailer: Apple Mail (2.3124) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1617 X-purgate-ID: 155817::1609956061-00003440-D20BD12D/0/0 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45654 Cc: Leo Famulari <leo@HIDDEN>, Efraim Flashner <efraim@HIDDEN>, 45654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Hi Ludo=E2=80=99! Thanks for caring! > I don=E2=80=99t see why restarting the two services has no effect. = Could you > compare the output of: >=20 > guix gc -R $(cat /proc/sys/fs/binfmt_misc/qemu-aarch64 |grep = interpreter|cut -d ' ' -f 2-) >=20 > with the =E2=80=98--chroot-directory=E2=80=99 flags shown by: >=20 > cat /proc/$(LC_ALL=3DC sudo -E herd status guix-daemon | grep = Running| sed -'es/.* \([0-9]\+\).*/\1/g')/cmdline | xargs -0 echo There were no =E2=80=98--chroot-directory=E2=80=99 flags in my case. So = I wondered what is wrong and re-read the manual. I figured that I = managed to copy-paste the =E2=80=98wrong=E2=80=99 example code from the = =E2=80=9CTransparent Emulation with QEMU=E2=80=9D section into my = operating-system definition, the first one. I was missing (guix-support? = #t). I know that I read the =E2=80=98guix-support=E2=80=99 documentation = before changing my operating-system. I think in the end I copied the = first example, I freshly navigated to the =E2=80=9CTransparent Emulation = with QEMU=E2=80=9D chapter after looking-up something else, maybe also = because it is mentioning the aarch64, which I needed. So now it is working. Thanks again for you support. :-) Would you accept a patch for the manual to contain (guix-support? #t) in = the first example as well? Actually I would even prefer a default change of =E2=80=98guix-support=E2=80= =99 to #t. Would it also possible to print some proper error message, if guix build = is used with an unsupported =E2=80=98--system=E2=80=99 argument. Bye Stefan=
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at 45654) by debbugs.gnu.org; 6 Jan 2021 13:29:38 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 06 08:29:38 2021 Received: from localhost ([127.0.0.1]:43803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kx8sc-00048m-Fu for submit <at> debbugs.gnu.org; Wed, 06 Jan 2021 08:29:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1kx8sa-00048Z-Ol for 45654 <at> debbugs.gnu.org; Wed, 06 Jan 2021 08:29:37 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60309) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1kx8sT-0006nU-Oh; Wed, 06 Jan 2021 08:29:29 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=41642 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from <ludo@HIDDEN>) id 1kx8sS-0004yg-CF; Wed, 06 Jan 2021 08:29:29 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> To: Stefan <stefan-guix@HIDDEN> Subject: Re: bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> <X/RavzutNlbnIc2W@3900XT> <87v9cami5j.fsf@HIDDEN> <AD2F7847-93C2-4692-8C32-B1D478F4D61A@HIDDEN> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?utf-8?Q?Niv=C3=B4se?= an 229 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 06 Jan 2021 14:29:27 +0100 In-Reply-To: <AD2F7847-93C2-4692-8C32-B1D478F4D61A@HIDDEN> (Stefan's message of "Wed, 6 Jan 2021 12:35:38 +0100") Message-ID: <87pn2ikxc8.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45654 Cc: Leo Famulari <leo@HIDDEN>, Efraim Flashner <efraim@HIDDEN>, 45654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hi Stefan, Stefan <stefan-guix@HIDDEN> skribis: > Hi Ludo=E2=80=99! > >> Stefan: I recommend against =E2=80=98--disable-chroot=E2=80=99 as anythi= ng could leak >> into build processes. > > Thanks for your reply. I understand that =E2=80=98--disable-chroot=E2=80= =99 is not a good idea. In the end my try building guix over night fails wi= th test errors. As I wrote in the bug ticket, I even did a reboot after the= reconfigure. But just restarting qemu-binfmt and guix-daemon is no solutio= n in my case: > > stefan@guix ~$ sudo herd restart qemu-binfmt > Service qemu-binfmt has been stopped. > Service qemu-binfmt has been started. > stefan@guix ~$ sudo herd restart guix-daemon > Service guix-daemon has been stopped. > Service guix-daemon has been started. > stefan@guix ~$ guix build --system=3Daarch64-linux guix > Folgende Ableitung wird erstellt: > /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv > /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv wird= erstellt =E2=80=A6 > while setting up the build environment: executing `/gnu/store/x3gq648qnfn= la7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No such file or directory I have: --8<---------------cut here---------------start------------->8--- $ file /gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile /gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile: ELF 64-b= it LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, inter= preter /gnu/store/cb88z63hyg1icd2kkahiink2p291mhr2-glibc-2.31/lib/ld-linux-= aarch64.so.1, for GNU/Linux 2.6.32, not stripped --8<---------------cut here---------------end--------------->8--- So ENOENT above means that the ELF interpreter of this file is not in the build chroot, and that in turns almost certainly hints at an inconsistency between the =E2=80=98--chroot-directory=E2=80=99 flags passed= to guix-daemon and the file name that shows up in /proc/sys/fs/binfmt_misc/qemu-aarch64 (set up by =E2=80=98qemu-binfmt=E2=80= =99). I don=E2=80=99t see why restarting the two services has no effect. Could y= ou compare the output of: guix gc -R $(cat /proc/sys/fs/binfmt_misc/qemu-aarch64 |grep interpreter|= cut -d ' ' -f 2-) with the =E2=80=98--chroot-directory=E2=80=99 flags shown by: cat /proc/$(LC_ALL=3DC sudo -E herd status guix-daemon | grep Running| se= d -'es/.* \([0-9]\+\).*/\1/g')/cmdline | xargs -0 echo ? > I=E2=80=99ll now retry with > > sudo -b env -i PATH=3D/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3= .0.2/bin /gnu/store/ca91bk34z3hmzv5d8j5xi0z8f4riyx7m-guix-1.2.0-8.7624ebb/b= in/guix-daemon --build-users-group guixbuild --max-silent-time 0 --timeout = 0 --log-compression bzip2 --discover=3Dno --substitute-urls https://ci.guix= .gnu.org --disable-chroot Setting PATH like this won=E2=80=99t make any difference. HTH! Ludo=E2=80=99.
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at 45654) by debbugs.gnu.org; 6 Jan 2021 11:35:48 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 06 06:35:48 2021 Received: from localhost ([127.0.0.1]:43624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kx76S-0006yW-IG for submit <at> debbugs.gnu.org; Wed, 06 Jan 2021 06:35:48 -0500 Received: from smtpout2.vodafonemail.de ([145.253.239.133]:38394) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefan-guix@HIDDEN>) id 1kx76Q-0006xw-Gi for 45654 <at> debbugs.gnu.org; Wed, 06 Jan 2021 06:35:47 -0500 Received: from smtp.vodafone.de (unknown [10.2.0.35]) by smtpout2.vodafonemail.de (Postfix) with ESMTP id DA548124631; Wed, 6 Jan 2021 12:35:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-smtpout-mb-15sep; t=1609932940; bh=lmYpGaaRcDDjwQNI6e2YWvEiBTCtmxOviIqyslKu/LA=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=Pyg/rSr5RXvMUNs8yEk6H+XhdW4yygesXdgYINZGXROzDRiiK008/uGHdWZWk3CLG Juo9zdpOVM31vIAIAGFiWYycrvtye+J4pDBtDrp9PUcaIGft8PTemLpA8mt0xyIRpb PkZU7rdFuAcdjlkQ4QCqWB91us8FzjqSJ8rcoy4Y= Received: from macbook-pro.kuh-wiese.my-router.de (dslb-002-206-141-230.002.206.pools.vodafone-ip.de [2.206.141.230]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 6EE30140255; Wed, 6 Jan 2021 11:35:40 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile From: Stefan <stefan-guix@HIDDEN> In-Reply-To: <87v9cami5j.fsf@HIDDEN> Date: Wed, 6 Jan 2021 12:35:38 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <AD2F7847-93C2-4692-8C32-B1D478F4D61A@HIDDEN> References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> <X/RavzutNlbnIc2W@3900XT> <87v9cami5j.fsf@HIDDEN> To: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> X-Mailer: Apple Mail (2.3124) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 2052 X-purgate-ID: 155817::1609932940-0000239E-3DAC6A5E/0/0 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45654 Cc: Leo Famulari <leo@HIDDEN>, Efraim Flashner <efraim@HIDDEN>, 45654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Hi Ludo=E2=80=99! > Stefan: I recommend against =E2=80=98--disable-chroot=E2=80=99 as = anything could leak > into build processes. Thanks for your reply. I understand that =E2=80=98--disable-chroot=E2=80=99= is not a good idea. In the end my try building guix over night fails = with test errors. As I wrote in the bug ticket, I even did a reboot = after the reconfigure. But just restarting qemu-binfmt and guix-daemon = is no solution in my case: stefan@guix ~$ sudo herd restart qemu-binfmt Service qemu-binfmt has been stopped. Service qemu-binfmt has been started. stefan@guix ~$ sudo herd restart guix-daemon Service guix-daemon has been stopped. Service guix-daemon has been started. stefan@guix ~$ guix build --system=3Daarch64-linux guix Folgende Ableitung wird erstellt: /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv = wird erstellt =E2=80=A6 while setting up the build environment: executing = `/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No = such file or directory builder for = `/gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv' = failed with exit code 1 Erstellung von = /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv = fehlgeschlagen Das Erstellungsprotokoll kann unter = =E2=80=9E/var/log/guix/drvs/4w/dh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8= .7624ebb.drv.bz2=E2=80=9C eingesehen werden. guix build: error: build of = `/gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv' = failed I=E2=80=99ll now retry with sudo -b env -i = PATH=3D/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin = /gnu/store/ca91bk34z3hmzv5d8j5xi0z8f4riyx7m-guix-1.2.0-8.7624ebb/bin/guix-= daemon --build-users-group guixbuild --max-silent-time 0 --timeout 0 = --log-compression bzip2 --discover=3Dno --substitute-urls = https://ci.guix.gnu.org --disable-chroot What else could I try otherwise? Bye Stefan=
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at 45654) by debbugs.gnu.org; 6 Jan 2021 11:14:44 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 06 06:14:44 2021 Received: from localhost ([127.0.0.1]:43582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kx6m4-00063b-1z for submit <at> debbugs.gnu.org; Wed, 06 Jan 2021 06:14:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1kx6m2-00063M-18 for 45654 <at> debbugs.gnu.org; Wed, 06 Jan 2021 06:14:42 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58107) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1kx6lu-0002yf-Kv; Wed, 06 Jan 2021 06:14:34 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=41458 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from <ludo@HIDDEN>) id 1kx6lu-0001zC-6M; Wed, 06 Jan 2021 06:14:34 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> To: Efraim Flashner <efraim@HIDDEN> Subject: Re: bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> <X/RavzutNlbnIc2W@3900XT> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?utf-8?Q?Niv=C3=B4se?= an 229 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 06 Jan 2021 12:14:32 +0100 In-Reply-To: <X/RavzutNlbnIc2W@3900XT> (Efraim Flashner's message of "Tue, 5 Jan 2021 14:25:35 +0200") Message-ID: <87v9cami5j.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45654 Cc: Stefan <stefan-guix@HIDDEN>, 45654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hi, Efraim Flashner <efraim@HIDDEN> skribis: >> while setting up the build environment: executing `/gnu/store/x3gq648qnf= nla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No such file or directory [...] > I just came across this today myself. try 'sudo herd restart > guix-daemon'. It's what made it suddenly start working for me (I > reconfigured to add qemu-binfmt service without restarting). For the record, this is necessary because when you reconfigure, qemu-binfmt might set store file names that differ from those passed as =E2=80=98--chroot-directory=E2=80=99 options to guix-daemon. To make sure both are in sync: sudo herd restart qemu-binfmt sudo herd restart guix-daemon Stefan: I recommend against =E2=80=98--disable-chroot=E2=80=99 as anything = could leak into build processes. Thanks, Ludo=E2=80=99.
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at 45654) by debbugs.gnu.org; 5 Jan 2021 17:21:06 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jan 05 12:21:06 2021 Received: from localhost ([127.0.0.1]:42571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kwq14-0007GM-6y for submit <at> debbugs.gnu.org; Tue, 05 Jan 2021 12:21:06 -0500 Received: from smtpout2.vodafonemail.de ([145.253.239.133]:57738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefan-guix@HIDDEN>) id 1kwq11-0007FP-OX for 45654 <at> debbugs.gnu.org; Tue, 05 Jan 2021 12:21:05 -0500 Received: from smtp.vodafone.de (unknown [10.2.0.35]) by smtpout2.vodafonemail.de (Postfix) with ESMTP id C81AF123EAF; Tue, 5 Jan 2021 18:20:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-smtpout-mb-15sep; t=1609867256; bh=FxBknbMlNSRlSklnoccQZle8csXeeak+zhTX655cAvc=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=q/npbojdvKVwHxiwCpwlT6i5opJOMjqlFVKvtiQP/uDsZaNn4K6Rfn5rL86E/UWGT OhlVipx6KAxv7D1CZWtw3CiUwWsJ+yAfXBvZU1SZwIKJKT3Zu5S75FkKdIDGUS6wVz Oa2/T43CsLyj/Ofx1zTjm+j0+c5bMwWp3EV99yYo= Received: from macbook-pro.kuh-wiese.my-router.de (dslb-002-206-141-230.002.206.pools.vodafone-ip.de [2.206.141.230]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 93F4014025C; Tue, 5 Jan 2021 17:20:54 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile From: Stefan <stefan-guix@HIDDEN> In-Reply-To: <X/RavzutNlbnIc2W@3900XT> Date: Tue, 5 Jan 2021 18:20:53 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <DDC7F9C1-AC99-4BDA-AAE1-FAC0EBD83895@HIDDEN> References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> <X/RavzutNlbnIc2W@3900XT> To: Efraim Flashner <efraim@HIDDEN> X-Mailer: Apple Mail (2.3124) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 665 X-purgate-ID: 155817::1609867254-0000239E-8B4D8F77/0/0 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45654 Cc: 45654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Hi! I found a workaround, starting the guix-daemon manually with PATH and = --disable-chroot: stefan@guix ~$ sudo herd stop guix-daemon Service guix-daemon has been stopped. stefan@guix ~$ sudo = PATH=3D/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin = /gnu/store/ca91bk34z3hmzv5d8j5xi0z8f4riyx7m-guix-1.2.0-8.7624ebb/bin/guix-= daemon --build-users-group guixbuild --max-silent-time 0 --timeout 0 = --log-compression bzip2 --discover=3Dno --substitute-urls = https://ci.guix.gnu.org --disable-chroot & Now =E2=80=98guix build --system=3Daarch64-linux guix=E2=80=99 is = running, however, it is not finished yet. Bye Stefan
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at 45654) by debbugs.gnu.org; 5 Jan 2021 14:55:41 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jan 05 09:55:41 2021 Received: from localhost ([127.0.0.1]:42408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kwnkL-0007qo-1g for submit <at> debbugs.gnu.org; Tue, 05 Jan 2021 09:55:41 -0500 Received: from smtpout2.vodafonemail.de ([145.253.239.133]:45548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefan-guix@HIDDEN>) id 1kwnkI-0007oK-2f for 45654 <at> debbugs.gnu.org; Tue, 05 Jan 2021 09:55:39 -0500 Received: from smtp.vodafone.de (unknown [10.2.0.32]) by smtpout2.vodafonemail.de (Postfix) with ESMTP id 0E6261240C6; Tue, 5 Jan 2021 15:55:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-smtpout-mb-15sep; t=1609858531; bh=9ulVrvvGOdEWbw1jUH+uJoXhqmj8Hozi1rwKNNW4Fx8=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=NrMjogLq/Jgb0QvvZYh2Q6irFCRdmrt0GB3ie9bNcA6PyqjXC8D0LwhPlGxQdm2dK RdaYTFFcPRTsh6p0cK4We0p9sYnjBzcD3xdJJq+Ebv2iNFQfKJqeGseaIV5S1Yztx0 Qn61SosJ9OucAzc8tEnB1OJrCghPLDsp8HdiLbYs= Received: from macbook-pro.kuh-wiese.my-router.de (dslb-002-206-141-230.002.206.pools.vodafone-ip.de [2.206.141.230]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 97AC36185E; Tue, 5 Jan 2021 14:55:30 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile From: Stefan <stefan-guix@HIDDEN> In-Reply-To: <X/RavzutNlbnIc2W@3900XT> Date: Tue, 5 Jan 2021 15:55:29 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <93BCD540-208C-4407-A0CD-2133F4CE96AE@HIDDEN> References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> <X/RavzutNlbnIc2W@3900XT> To: Efraim Flashner <efraim@HIDDEN> X-Mailer: Apple Mail (2.3124) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 4164 X-purgate-ID: 155817::1609858530-0000068B-B45C7BD0/0/0 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45654 Cc: 45654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Hi Efraim! > I just came across this today myself. try 'sudo herd restart > guix-daemon'. It's what made it suddenly start working for me (I > reconfigured to add qemu-binfmt service without restarting). Indeed I didn=E2=80=99t restart guix-daemon after the reconfigure. I = looked through my console log again and I see that I did a reboot after = facing this problem. So the guix-daemon should not have been the problem = in the end. I retried everything now: reconfigure, restart guix-daemon, build guix = for aarch64, but unfortunately the problem remains.=20 Thanks for your response Efraim, it gives me some hope that I can escape = my deadlock somehow. stefan@guix ~$ sudo -E guix system reconfigure guix-system.scm=20 Passwort:=20 /gnu/store/bhz37cjjhqsfd26vrnlka6qxirqnw6q8-system /gnu/store/7f385ijy7r9j3vxsisizhk7r9xpf2q5n-grub.cfg System wird aktiviert =E2=80=A6 making '/gnu/store/bhz37cjjhqsfd26vrnlka6qxirqnw6q8-system' the current = system... setting up setuid programs in '/run/setuid-programs'... populating /etc from /gnu/store/xkd47jda21whyc70gfy4ackvlkmjaslp-etc... = `/gnu/store/4blizgsx21j1hfn4v25gs4235cq8ani7-openssh-authorized-keys/stefa= n' -> `/etc/ssh/authorized_keys.d/stefan' Folgende Ableitungen werden erstellt: = /gnu/store/ipsj88x3bxm0i1ygs6sh03c87g3qq8lx-install-bootloader.scm.drv /gnu/store/y201j3lz7cc5sxv4fx8094aan4dyaxps-module-import.drv 0,7 MB werden heruntergeladen Lade von = https://ci.guix.gnu.org/nar/lzip/wjpkjxbgmirxdy5r3jhy83pb50m9i48s-module-i= mport-compiled herunter =E2=80=A6 module-import-compiled 671KiB = 2.0MiB/s 00:00 [##################] = 100.0% /gnu/store/y201j3lz7cc5sxv4fx8094aan4dyaxps-module-import.drv wird = erstellt =E2=80=A6 /gnu/store/ipsj88x3bxm0i1ygs6sh03c87g3qq8lx-install-bootloader.scm.drv = wird erstellt =E2=80=A6 guix system: Bootloader erfolgreich auf =E2=80=9E/boot/efi=E2=80=9C = installiert 0,0 MB werden heruntergeladen Lade von = https://ci.guix.gnu.org/nar/lzip/q9wrh0rrhq3sy3n2i6m73ijql7a1m2nm-module-i= mport-compiled herunter =E2=80=A6 module-import-compiled 24KiB = 65KiB/s 00:00 [##################] = 100.0% Folgende Ableitung wird erstellt: = /gnu/store/jympl6hv53c7df6mm0jkjjzq0zzxi2yw-upgrade-shepherd-services.scm.= drv = /gnu/store/jympl6hv53c7df6mm0jkjjzq0zzxi2yw-upgrade-shepherd-services.scm.= drv wird erstellt =E2=80=A6 shepherd: Service host-name has been started. shepherd: Service user-homes has been started. shepherd: Service host-name has been started. shepherd: Service term-auto could not be started. Um die Aktualisierung abzuschlie=C3=9Fen, k=C3=B6nnen Sie f=C3=BCr jeden = Dienst, der nicht automatisch neu gestartet werden konnte, =E2=80=9Eherd restart = DIENST=E2=80=9C ausf=C3=BChren, um ihn anzuhalten, zu aktualisieren und neu zu starten. F=C3=BChren Sie =E2=80=9Eherd status=E2=80=9C aus, um die Dienste auf = Ihrem System zu sehen. stefan@guix ~$ sudo herd restart guix-daemon Service guix-daemon has been stopped. Service guix-daemon has been started. stefan@guix ~$ guix build --system=3Daarch64-linux guix=20 Folgende Ableitung wird erstellt: /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv = wird erstellt =E2=80=A6 while setting up the build environment: executing = `/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No = such file or directory builder for = `/gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv' = failed with exit code 1 Erstellung von = /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv = fehlgeschlagen Das Erstellungsprotokoll kann unter = =E2=80=9E/var/log/guix/drvs/4w/dh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8= .7624ebb.drv.bz2=E2=80=9C eingesehen werden. guix build: error: build of = `/gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv' = failed Bye Stefan=
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at 45654) by debbugs.gnu.org; 5 Jan 2021 12:26:16 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jan 05 07:26:16 2021 Received: from localhost ([127.0.0.1]:41020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kwlPk-0005dW-EZ for submit <at> debbugs.gnu.org; Tue, 05 Jan 2021 07:26:16 -0500 Received: from flashner.co.il ([178.62.234.194]:57256) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <efraim@HIDDEN>) id 1kwlPi-0005dH-AG for 45654 <at> debbugs.gnu.org; Tue, 05 Jan 2021 07:26:14 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id 8E4754000F; Tue, 5 Jan 2021 12:26:07 +0000 (UTC) Date: Tue, 5 Jan 2021 14:25:35 +0200 From: Efraim Flashner <efraim@HIDDEN> To: Stefan <stefan-guix@HIDDEN> Subject: Re: bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile Message-ID: <X/RavzutNlbnIc2W@3900XT> References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cVCTl1SHQpGE4UDn" Content-Disposition: inline In-Reply-To: <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Mon, Jan 04, 2021 at 07:08:24PM +0100, Stefan wrote: > Hi! > > > Then I thought to try to download the referred but missing guile: > > > > stefan@guix ~$ guix download https://ci.guix.gnu.org/nar/l [...] Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: gnu.org] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-Debbugs-Envelope-To: 45654 Cc: 45654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Mon, Jan 04, 2021 at 07:08:24PM +0100, Stefan wrote: > Hi! > > > Then I thought to try to download the referred but missing guile: > > > > stefan@guix ~$ guix download https://ci.guix.gnu.org/nar/l [...] Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: flashner.co.il] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --cVCTl1SHQpGE4UDn Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 04, 2021 at 07:08:24PM +0100, Stefan wrote: > Hi! >=20 > > Then I thought to try to download the referred but missing guile: > >=20 > > stefan@guix ~$ guix download https://ci.guix.gnu.org/nar/lzip/x3gq648qn= fnla7nppyfjvj62s2i8y7rl-guile-3.0.2 > > Starting download of /tmp/guix-file.q3Qwo3 > > From https://ci.guix.gnu.org/nar/lzip/x3gq648qnfnla7nppyfjvj62s2i8y7rl-= guile-3.0.2... > > =E2=80=A662s2i8y7rl-guile-3.0.2 6.8MiB = 5.6MiB/s 00:01 [###############= ###] 100.0% > > /gnu/store/5aq0m64wlh6mhi6g61z13asdnv8dmq3k-x3gq648qnfnla7nppyfjvj62s2i= 8y7rl-guile-3.0.2 > > 159d8i1yp0ksh7c9fib2ki7pljjhszk6l3bs9xibnx0kjh78rvli > >=20 > > Afterwards building guix for aarch64 was possible. >=20 > I was too optimistic with this, I didn't wait for the result before sendi= ng the e-mail. >=20 > Well, the rebuild failed again, as the freshly downloaded guile is not pa= rt of the build environment. So the same error happened again: >=20 > while setting up the build environment: executing `/gnu/store/x3gq648qnfn= la7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No such file or directory > builder for `/gnu/store/qa15xk65hfx8vhwbnff62iy6g8q9d764-guile-3.0.2.drv'= failed with exit code 1 >=20 > This becomes a blocker now: >=20 > =E2=80=A2 There is no substitute of guix@HIDDEN for aarch64. > =E2=80=A2 Due to <https://issues.guix.gnu.org/41654> building locally an= aarch64 is not possible for me. > =E2=80=A2 Due to =E2=80=98guix system=E2=80=99 not supporting =E2=80=98-= -without-test=E2=80=99 I can=E2=80=99t avoid that error when reconfiguring. > =E2=80=A2 Due to this error with a missing guile even building on x86_64= is impossible. > =E2=80=A2 Cross-building on x86_64 is possible but creates a derivation = with a different hash. So it will not satisfy the need for a =E2=80=98guix = system reconfigure=E2=80=99 on aarch64. >=20 I just came across this today myself. try 'sudo herd restart guix-daemon'. It's what made it suddenly start working for me (I reconfigured to add qemu-binfmt service without restarting). --=20 Efraim Flashner <efraim@HIDDEN> =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --cVCTl1SHQpGE4UDn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/0Wr8ACgkQQarn3Mo9 g1F5nBAAvh1Dm6vPJSY+EQftF51CMaVQ46d4MNlZ10mU7zF8MHA3m1wVZby6Q75v neUJ7cvboERBx6ooUO+3p+kDuRXdCTasxW1NyATQM/oSfQJMeZTHloKl2Jsz+Stt GdmcdJVjKdrZsrvl4D8K741iJkAwPvCUgTulnvbMAGyPOgo4l9YE/arjgJaFr/6P nWRDt/nb2Uf6D6I7M2pVNfpIkcr6i2Cc/cKXIKY01yTJmEGF0PBA7wt0mV2/fyKO 5z6x2IMbitMhv3i4ulVTJs19e32NSurZL7S9Kvjy4EoyNwWxdUHcSEcHY/n1PZ2Q VoPKfp/tptIVqcV4z1kuR42w5+YjzbWI3ynvGHsNKIDImYZuNlfJjYkdQBGCz0sX yR7eiRcFwbmHgqGPgE+OzXoAQ/VAnEV2Y7b+50MBtWjcKWHTfuyPP1VRETyHrF6X djg4E7nVmFtwcfAeCzR8r5hT6v1oiIo4rEzDzFm/la+cZTpQdYSkTkLNSqUhM/w2 iGDRQe1rmx9qGNPKN8596SAyt6YjQ6V8mgGZ2s4Z43ljZMW6WfA3/Zr7FwR/FZ2V 2BIdn/wrmWGgADNdm01vrIarselDfYGREffxJ5/oENK3u6L2bUgmTcHiOMPCWQBc 6AKanwVnja5PxtCNw0InbOJsYWYbCCchk7oPvogbLSG81yXOsCM= =/CkU -----END PGP SIGNATURE----- --cVCTl1SHQpGE4UDn--
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 4 Jan 2021 18:08:37 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 04 13:08:37 2021 Received: from localhost ([127.0.0.1]:60226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kwUHV-0005CT-AW for submit <at> debbugs.gnu.org; Mon, 04 Jan 2021 13:08:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:35136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefan-guix@HIDDEN>) id 1kwUHQ-0005CE-L4 for submit <at> debbugs.gnu.org; Mon, 04 Jan 2021 13:08:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <stefan-guix@HIDDEN>) id 1kwUHQ-0002FE-Gg for bug-guix@HIDDEN; Mon, 04 Jan 2021 13:08:32 -0500 Received: from smtpout2.vodafonemail.de ([145.253.239.133]:49996) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <stefan-guix@HIDDEN>) id 1kwUHN-0003TN-C1 for bug-guix@HIDDEN; Mon, 04 Jan 2021 13:08:31 -0500 Received: from smtp.vodafone.de (unknown [10.2.0.36]) by smtpout2.vodafonemail.de (Postfix) with ESMTP id 25B7A1233B7 for <bug-guix@HIDDEN>; Mon, 4 Jan 2021 19:08:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-smtpout-mb-15sep; t=1609783705; bh=9xNC1+KZPEYKddIaTCXredgdhcQYjoO9fgd+OVPz69Q=; h=Subject:From:In-Reply-To:Date:References:To; b=e+3So+cWKLofcMYSKmezmQt45OhX4CjlhpHySy9J5Pxh39/Wd+XzEVQAL2/OQPkRz mcaji/TAPZNzqntF6NOwox/axI42lKfwTOVqZAjFYGr5lUCu2ER5T2QQ0+j+kLflDg Xy6PAhym9AFUQo9RgzhM/AEnlPwoHQ4zarr8RAXA= Received: from macbook-pro.kuh-wiese.my-router.de (dslb-002-206-141-230.002.206.pools.vodafone-ip.de [2.206.141.230]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id B7D9914026B for <bug-guix@HIDDEN>; Mon, 4 Jan 2021 18:08:24 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Building guile on x86_64 for aarch64 fails because of a missing guile From: Stefan <stefan-guix@HIDDEN> In-Reply-To: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> Date: Mon, 4 Jan 2021 19:08:24 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <F321ACC9-60D9-440A-901B-F4FAF2902662@HIDDEN> References: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> To: bug-guix@HIDDEN X-Mailer: Apple Mail (2.3124) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1897 X-purgate-ID: 155817::1609783704-000048A3-FA2994F5/0/0 Received-SPF: pass client-ip=145.253.239.133; envelope-from=stefan-guix@HIDDEN; helo=smtpout2.vodafonemail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) Hi! > Then I thought to try to download the referred but missing guile: >=20 > stefan@guix ~$ guix download = https://ci.guix.gnu.org/nar/lzip/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.= 0.2 > Starting download of /tmp/guix-file.q3Qwo3 > =46rom = https://ci.guix.gnu.org/nar/lzip/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.= 0.2... > =E2=80=A662s2i8y7rl-guile-3.0.2 6.8MiB = 5.6MiB/s 00:01 = [##################] 100.0% > = /gnu/store/5aq0m64wlh6mhi6g61z13asdnv8dmq3k-x3gq648qnfnla7nppyfjvj62s2i8y7= rl-guile-3.0.2 > 159d8i1yp0ksh7c9fib2ki7pljjhszk6l3bs9xibnx0kjh78rvli >=20 > Afterwards building guix for aarch64 was possible. I was too optimistic with this, I didn't wait for the result before = sending the e-mail. Well, the rebuild failed again, as the freshly downloaded guile is not = part of the build environment. So the same error happened again: while setting up the build environment: executing = `/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No = such file or directory builder for = `/gnu/store/qa15xk65hfx8vhwbnff62iy6g8q9d764-guile-3.0.2.drv' failed = with exit code 1 This becomes a blocker now: =E2=80=A2 There is no substitute of guix@HIDDEN for aarch64. =E2=80=A2 Due to <https://issues.guix.gnu.org/41654> building locally = an aarch64 is not possible for me. =E2=80=A2 Due to =E2=80=98guix system=E2=80=99 not supporting = =E2=80=98--without-test=E2=80=99 I can=E2=80=99t avoid that error when = reconfiguring. =E2=80=A2 Due to this error with a missing guile even building on = x86_64 is impossible. =E2=80=A2 Cross-building on x86_64 is possible but creates a derivation = with a different hash. So it will not satisfy the need for a =E2=80=98guix= system reconfigure=E2=80=99 on aarch64. Bye Stefan
bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 4 Jan 2021 15:32:43 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 04 10:32:43 2021 Received: from localhost ([127.0.0.1]:59986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1kwRqc-00018k-Sk for submit <at> debbugs.gnu.org; Mon, 04 Jan 2021 10:32:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:56020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefan-guix@HIDDEN>) id 1kwRqb-00018d-6Y for submit <at> debbugs.gnu.org; Mon, 04 Jan 2021 10:32:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <stefan-guix@HIDDEN>) id 1kwRqa-00081F-VE for bug-guix@HIDDEN; Mon, 04 Jan 2021 10:32:40 -0500 Received: from smtpout2.vodafonemail.de ([145.253.239.133]:40636) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <stefan-guix@HIDDEN>) id 1kwRqU-0004V6-5q for bug-guix@HIDDEN; Mon, 04 Jan 2021 10:32:40 -0500 Received: from smtp.vodafone.de (unknown [10.2.0.35]) by smtpout2.vodafonemail.de (Postfix) with ESMTP id DE56E123EDA for <bug-guix@HIDDEN>; Mon, 4 Jan 2021 16:32:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-smtpout-mb-15sep; t=1609774348; bh=I5TY+nUVx995ZZZ4OrPRVKTEC+xc9xKNkkRAabAtTSY=; h=From:Subject:Date:To; b=NnXN0edGmYoteCG0J4X/0f58kjTKEy5RdTrryvwz5EMStYI1ZH+GIEo7Octn0Mgpf 2Vi1E88dcuW+VXsBxKLVW6FXoAQ6Di+gjGPxWWOM6FjVj51IFU8qQi5M7XrpVMI8Hv UiwS0VnF0IPeoc98VIZkeVm3r/pSYQlAaktyu6Ts= Received: from macbook-pro.kuh-wiese.my-router.de (dslb-002-206-141-230.002.206.pools.vodafone-ip.de [2.206.141.230]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 6D178140267 for <bug-guix@HIDDEN>; Mon, 4 Jan 2021 15:32:28 +0000 (UTC) From: Stefan <stefan-guix@HIDDEN> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Building guile on x86_64 for aarch64 fails because of a missing guile Message-Id: <780E2538-D765-456F-9D81-FF1A9C9B3C13@HIDDEN> Date: Mon, 4 Jan 2021 16:32:28 +0100 To: bug-guix@HIDDEN Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 3210 X-purgate-ID: 155817::1609774348-0000239E-4F998ED5/0/0 Received-SPF: pass client-ip=145.253.239.133; envelope-from=stefan-guix@HIDDEN; helo=smtpout2.vodafonemail.de X-Spam_score_int: -22 X-Spam_score: -2.3 X-Spam_bar: -- X-Spam_report: (-2.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PDS_BTC_ID=0.498, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.8 (-) Hi! I setup my virtual x86_64 system with an qemu-binfmt-service-type for = aarch64 and tried to build guix for aarch64. But this failed because of = a missing guile: stefan@guix ~$ guix build -s aarch64-linux guix@HIDDEN Folgende Ableitung wird erstellt: /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv = wird erstellt =E2=80=A6 while setting up the build environment: executing = `/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No = such file or directory builder for = `/gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv' = failed with exit code 1 Erstellung von = /gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv = fehlgeschlagen Das Erstellungsprotokoll kann unter = =E2=80=9E/var/log/guix/drvs/4w/dh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8= .7624ebb.drv.bz2=E2=80=9C eingesehen werden. guix build: error: build of = `/gnu/store/4wdh7yy6g7imycaz9c21vcmk9l97qnpv-guix-1.2.0-8.7624ebb.drv' = failed I did a guix gc and then tried to build guile itself. But again it = failed to build because it is missing guile itself. stefan@guix ~$ guix build --check --no-grafts --system=3Daarch64-linux = guile@HIDDEN 24,0 MB werden heruntergeladen: /gnu/store/6yw1j6n9rklnfgxs2fsi81fis23lvkjw-bash-minimal-5.0.16 =E2=80=A6 Substituiere = /gnu/store/z18hwxwgk551y4a0f6j1dxhmp208i4ha-bash-static-5.0.16 =E2=80=A6 Lade von = https://ci.guix.gnu.org/nar/lzip/z18hwxwgk551y4a0f6j1dxhmp208i4ha-bash-sta= tic-5.0.16 herunter =E2=80=A6 bash-static-5.0.16 502KiB = 3.3MiB/s 00:00 [##################] = 100.0% =E2=80=A6 /gnu/store/qa15xk65hfx8vhwbnff62iy6g8q9d764-guile-3.0.2.drv wird = erstellt =E2=80=A6 while setting up the build environment: executing = `/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No = such file or directory builder for = `/gnu/store/qa15xk65hfx8vhwbnff62iy6g8q9d764-guile-3.0.2.drv' failed = with exit code 1 Erstellung von = /gnu/store/qa15xk65hfx8vhwbnff62iy6g8q9d764-guile-3.0.2.drv = fehlgeschlagen Das Erstellungsprotokoll kann unter = =E2=80=9E/var/log/guix/drvs/qa/15xk65hfx8vhwbnff62iy6g8q9d764-guile-3.0.2.= drv.bz2=E2=80=9C eingesehen werden. guix build: error: build of = `/gnu/store/qa15xk65hfx8vhwbnff62iy6g8q9d764-guile-3.0.2.drv' failed Then I thought to try to download the referred but missing guile: stefan@guix ~$ guix download = https://ci.guix.gnu.org/nar/lzip/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.= 0.2 Starting download of /tmp/guix-file.q3Qwo3 =46rom = https://ci.guix.gnu.org/nar/lzip/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.= 0.2... =E2=80=A662s2i8y7rl-guile-3.0.2 6.8MiB = 5.6MiB/s 00:01 = [##################] 100.0% = /gnu/store/5aq0m64wlh6mhi6g61z13asdnv8dmq3k-x3gq648qnfnla7nppyfjvj62s2i8y7= rl-guile-3.0.2 159d8i1yp0ksh7c9fib2ki7pljjhszk6l3bs9xibnx0kjh78rvli Afterwards building guix for aarch64 was possible. Bye Stefan=
Stefan <stefan-guix@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#45654
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.