From unknown Wed Aug 20 03:36:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#38069 <38069@debbugs.gnu.org> To: bug#38069 <38069@debbugs.gnu.org> Subject: Status: [PATCH]: Adjust make-bootstrap linux headers Reply-To: bug#38069 <38069@debbugs.gnu.org> Date: Wed, 20 Aug 2025 10:36:52 +0000 retitle 38069 [PATCH]: Adjust make-bootstrap linux headers reassign 38069 guix-patches submitter 38069 Efraim Flashner severity 38069 normal tag 38069 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 05 07:56:40 2019 Received: (at submit) by debbugs.gnu.org; 5 Nov 2019 12:56:40 +0000 Received: from localhost ([127.0.0.1]:37954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iRyO0-0004p6-GN for submit@debbugs.gnu.org; Tue, 05 Nov 2019 07:56:40 -0500 Received: from lists.gnu.org ([209.51.188.17]:48892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iRyNy-0004oy-Gq for submit@debbugs.gnu.org; Tue, 05 Nov 2019 07:56:38 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34248) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iRyNx-0006oO-AQ for guix-patches@gnu.org; Tue, 05 Nov 2019 07:56:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iRyNw-0007UV-6e for guix-patches@gnu.org; Tue, 05 Nov 2019 07:56:37 -0500 Received: from flashner.co.il ([178.62.234.194]:39328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iRyNv-0007TK-W1 for guix-patches@gnu.org; Tue, 05 Nov 2019 07:56:36 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 15994401BE for ; Tue, 5 Nov 2019 12:56:33 +0000 (UTC) Date: Tue, 5 Nov 2019 14:56:33 +0200 From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH]: Adjust make-bootstrap linux headers Message-ID: <20191105125633.GA14453@E5400> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5/uDoXvLw7AC5HRs" Content-Disposition: inline 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 User-Agent: Mutt/1.12.2 (2019-09-21) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --5/uDoXvLw7AC5HRs Content-Type: multipart/mixed; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I was experimenting with creating bootstrap-tarballs for powerpc-linux and it turns out that 'a.out.h' is no longer in the linux headers. --=20 Efraim Flashner =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 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-make-bootstrap-Adjust-copied-linux-headers.patch" Content-Transfer-Encoding: quoted-printable =46rom 1a4f163ca174d5edc09db0dacd2ff188ee4cc1ae Mon Sep 17 00:00:00 2001 =46rom: Efraim Flashner Date: Tue, 5 Nov 2019 14:55:05 +0200 Subject: [PATCH] make-bootstrap: Adjust copied linux headers. * guix/build/make-bootstrap.scm (copy-linux-headers): Remove header file 'a.out.h' is no longer part of the linux kernel headers. --- guix/build/make-bootstrap.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm index e5ef1d6d2b..0d29338ce3 100644 --- a/guix/build/make-bootstrap.scm +++ b/guix/build/make-bootstrap.scm @@ -47,7 +47,6 @@ bootstrap libc." (install-file (pk 'src (string-append kernel-headers "/inc= lude/linux/" file)) (pk 'dest (string-append incdir "/linux")))) '( - "a.out.h" ; for 2.2.5 "atalk.h" ; for 2.2.5 "errno.h" "falloc.h" --=20 2.24.0 --k+w/mQv8wyuph6w0-- --5/uDoXvLw7AC5HRs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl3BcYAACgkQQarn3Mo9 g1GypA/8DUorxFVxyyE1jUWTWvFmv4Ltf9JSqOqY1Bg3i1fHnH3p5Eixu/yAZzYx woOKpMLBuvCuF9Q4D69wDOVQZKQfjYdlq5pIH0PRKlioepb5WkzBkreKAf1OXeUH todcEPuUXPCi5GFCDhoVUP6DZaZ3kNeJy0pkM7CPukn1TlL0xiHlxLDXfHMfB+G5 e80PRWm5yatHfH9rTiAEWyYvWNF2dqtWa7DXQJ6EdGeSLDqh+GYqKXv45izWhipV 18ovmIS8T7ede1mtoKy1t5yCUKKh/wFrmP6+6cH8oYrWEK83b6lJYdPUdlLkkL5j 5uVMKZBjdTN+tCVSSL/jBdmSlozuLn6tBLqVQgz6k7VsQlt3pxGxCTp+gVFyf+qk fc46dNaPNJtbu0onE78zCPhtKQjpcnXONee1Pe1IbWSmwUysrTZM4yMKx/KRyWtt 6N7CCnatI2AgfXT+1E9zsNy9n4PFqiHINKpbzOGm290u3VG37xGqDWhvLi9AP0V2 VMbNyWrB7hCk4XqH+2fyMQv8uoYqFA22ti9r/aeF+Gv7b9oAIzKiETsFDwY/gpZ8 +JKxIBmATNathEv8cmg6O20NTY49V3XIDdbuSE/4RJ3X+lNChtAevLsMAaBoWowj gf9hL62a2jP4LxJMEGaighMa7DzuxmxLp+tNYE0VUckHsBT+Yco= =ZMvl -----END PGP SIGNATURE----- --5/uDoXvLw7AC5HRs-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 13 17:14:45 2019 Received: (at 38069) by debbugs.gnu.org; 13 Nov 2019 22:14:45 +0000 Received: from localhost ([127.0.0.1]:60324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV0uS-0001zd-LD for submit@debbugs.gnu.org; Wed, 13 Nov 2019 17:14:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV0uM-0001zK-Ax for 38069@debbugs.gnu.org; Wed, 13 Nov 2019 17:14:40 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iV0uG-0002OL-SF; Wed, 13 Nov 2019 17:14:32 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=40304 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iV0uG-0003JH-GB; Wed, 13 Nov 2019 17:14:32 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers References: <20191105125633.GA14453@E5400> Date: Wed, 13 Nov 2019 23:14:29 +0100 In-Reply-To: <20191105125633.GA14453@E5400> (Efraim Flashner's message of "Tue, 5 Nov 2019 14:56:33 +0200") Message-ID: <87ftirmnju.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38069 Cc: 38069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Efraim Flashner skribis: > I was experimenting with creating bootstrap-tarballs for powerpc-linux > and it turns out that 'a.out.h' is no longer in the linux headers. It works for me though: --8<---------------cut here---------------start------------->8--- $ guix build -e '(@@ (gnu packages make-bootstrap) %linux-libre-headers-str= ipped)' /gnu/store/bz4g5bh2mkihh1w38qg99phlnl7drfv3-linux-libre-headers-stripped-4.= 19.56 $ guix describe Generacio 115 Nov 11 2019 21:33:10 (nuna) guix a2161c8 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: a2161c861f8c971c5b9e547f1997be4b1d4ba529 --8<---------------cut here---------------end--------------->8--- Or is it something you noticed after upgrading =E2=80=98linux-libre-headers= =E2=80=99? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 13 17:20:58 2019 Received: (at control) by debbugs.gnu.org; 13 Nov 2019 22:20:58 +0000 Received: from localhost ([127.0.0.1]:60341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV10U-0002AY-GO for submit@debbugs.gnu.org; Wed, 13 Nov 2019 17:20:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV10S-0002AM-EW for control@debbugs.gnu.org; Wed, 13 Nov 2019 17:20:56 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iV10J-0007jX-4j for control@debbugs.gnu.org; Wed, 13 Nov 2019 17:20:49 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=40354 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iV10H-0003nj-Dq for control@debbugs.gnu.org; Wed, 13 Nov 2019 17:20:47 -0500 Date: Wed, 13 Nov 2019 23:20:44 +0100 Message-Id: <871rubmn9f.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #38069 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) merge 38069 38194 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 14 03:30:52 2019 Received: (at 38069) by debbugs.gnu.org; 14 Nov 2019 08:30:52 +0000 Received: from localhost ([127.0.0.1]:60901 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVAWi-00064d-6J for submit@debbugs.gnu.org; Thu, 14 Nov 2019 03:30:52 -0500 Received: from flashner.co.il ([178.62.234.194]:37174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVAWf-00064N-5Z for 38069@debbugs.gnu.org; Thu, 14 Nov 2019 03:30:49 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 1D041400C5; Thu, 14 Nov 2019 08:30:43 +0000 (UTC) Date: Thu, 14 Nov 2019 10:30:12 +0200 From: Efraim Flashner To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers Message-ID: <20191114083012.GB969@E5400> References: <20191105125633.GA14453@E5400> <87ftirmnju.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="/WwmFnJnmDyWGHa4" Content-Disposition: inline In-Reply-To: <87ftirmnju.fsf@gnu.org> 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 User-Agent: Mutt/1.12.2 (2019-09-21) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 38069 Cc: 38069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 13, 2019 at 11:14:29PM +0100, Ludovic Court=C3=A8s wrote: > Hello, >=20 > Efraim Flashner skribis: >=20 > > I was experimenting with creating bootstrap-tarballs for powerpc-linux > > and it turns out that 'a.out.h' is no longer in the linux headers. >=20 > It works for me though: >=20 > --8<---------------cut here---------------start------------->8--- > $ guix build -e '(@@ (gnu packages make-bootstrap) %linux-libre-headers-s= tripped)' > /gnu/store/bz4g5bh2mkihh1w38qg99phlnl7drfv3-linux-libre-headers-stripped-= 4.19.56 > $ guix describe > Generacio 115 Nov 11 2019 21:33:10 (nuna) > guix a2161c8 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: a2161c861f8c971c5b9e547f1997be4b1d4ba529 > --8<---------------cut here---------------end--------------->8--- >=20 > Or is it something you noticed after upgrading =E2=80=98linux-libre-heade= rs=E2=80=99? >=20 I can't find the actual package piece to make it happen, but it happens when building the glibc-stripped: guix build --no-grafts --no-build-hook bootstrap-tarballs --target=3Dpowerp= c-linux-gnu The following derivations will be built: /gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-bootstrap-tarballs-0.drv /gnu/store/70b1109af993j8gwc4axnjc73w1w9bbh-glibc-stripped-tarball-2.29.= drv /gnu/store/m37c7qf2ga428f7kx1ingbm2cswmimw6-glibc-stripped-2.29.drv builder for `/gnu/store/qmdvsqm62181mhgd7h2rjqw0adkqdayz-glibc-stripped-2.2= 9' failed previously (cached) build of /gnu/store/m37c7qf2ga428f7kx1ingbm2cswmimw6-glibc-stripped-2.29.dr= v failed View build log at '/var/log/guix/drvs/m3/7c7qf2ga428f7kx1ingbm2cswmimw6-gli= bc-stripped-2.29.drv.gz'. cannot build derivation `/gnu/store/70b1109af993j8gwc4axnjc73w1w9bbh-glibc-= stripped-tarball-2.29.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-bootst= rap-tarballs-0.drv': 1 dependencies couldn't be built guix build: error: build of `/gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-bo= otstrap-tarballs-0.drv' failed ;;; (src "/gnu/store/391glyjmliibp0xi1mq8mq6ad02cgyl1-linux-libre-headers-4= =2E19.56/include/linux/a.out.h") ;;; (dest "/gnu/store/qmdvsqm62181mhgd7h2rjqw0adkqdayz-glibc-stripped-2.29/= include/linux") Backtrace: 4 (primitive-load "/gnu/store/89bq4a8mbg36gjmqi7b0h0a80yz?") In ice-9/eval.scm: 191:35 3 (_ _) In /gnu/store/q7w7k3mngscbzzdqmj57726radqzagn4-module-import/guix/build/mak= e-bootstrap.scm: 46:4 2 (copy-linux-headers _ "/gnu/store/391glyjmliibp0xi1mq8m?") In srfi/srfi-1.scm: 640:9 1 (for-each # ?) In unknown file: 0 (copy-file "/gnu/store/391glyjmliibp0xi1mq8mq6ad02cgyl?" ?) ERROR: In procedure copy-file: In procedure copy-file: No such file or directory --=20 Efraim Flashner =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 --/WwmFnJnmDyWGHa4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl3NEJEACgkQQarn3Mo9 g1GRUBAAofQ9WbbBOwoLpXFts9NSX1xvYZNENH9AXQ7UlE8D7mUBPg8tA4bGmJjP pTCgXr6wkJfKN1wrlcxC2E7xJcSlUJ8cTIMM519MyZPYdrsl4URf0N6Eq7DjFUXN NL5BqwFI3mJ88RYlwDCApcxVP54DV6eobYxGlCPCd0cEt6uJIP/bubI2bH+FuZ0i MmEohY5aS0uxjpfQnTdGp5q/PkfAh72XiDt9aDwr6j9tuWWHrRUSbnZj8W9x3SRp L0sezfO8xwL7wHu+a5Vni2BMZF8IcW7b2j/Mdd3GLne/uzBDFzdqzWI2+Rx9Uymj ETu9RBNzeBl4GT645lX00QBvybjzXD3TF8uZI4nNwY4Z1wQvUq4YPLemD8d2Rxw2 I0nMprc5o4dIe/LuyZVUGSR6wm/bam7KOli+8ALDO8uqo6kXHQxSV8X5IyGUlUCU Aum+amX/PgMTHl5aPBK2J9zVCULiQ9fAkQZMvbie6cOhF35a8Kplmf22V3waC3dP JPn9k6Me0cwbvJU4n7JrrLOKhwv2YYlCxHazEHWSk1qQ8YQL/OKMl3XtlSM2n74e obzUDgkrsxtyEIt5Ui7OUuPPmT/zQ+0X1C65UIx27PntNBCBBShrn4/TIjpDEOKA IsvnyCrR/9BD7gyCbtyuhdP1qQSAmeRAnTIoEg8E2bdoYWO6rZE= =pBs0 -----END PGP SIGNATURE----- --/WwmFnJnmDyWGHa4-- From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 14 16:23:57 2019 Received: (at 38069) by debbugs.gnu.org; 14 Nov 2019 21:23:57 +0000 Received: from localhost ([127.0.0.1]:35337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVMaq-0005FY-SZ for submit@debbugs.gnu.org; Thu, 14 Nov 2019 16:23:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVMao-0005FJ-Uv for 38069@debbugs.gnu.org; Thu, 14 Nov 2019 16:23:55 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iVMaj-0001Cx-N1; Thu, 14 Nov 2019 16:23:49 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55306 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iVMai-0003UE-Vq; Thu, 14 Nov 2019 16:23:49 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers References: <20191105125633.GA14453@E5400> <87ftirmnju.fsf@gnu.org> <20191114083012.GB969@E5400> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Brumaire an 228 de la =?utf-8?Q?R=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: Thu, 14 Nov 2019 22:23:47 +0100 In-Reply-To: <20191114083012.GB969@E5400> (Efraim Flashner's message of "Thu, 14 Nov 2019 10:30:12 +0200") Message-ID: <87lfsim9ss.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38069 Cc: 38069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Efraim Flashner skribis: > I can't find the actual package piece to make it happen, but it happens > when building the glibc-stripped: > > guix build --no-grafts --no-build-hook bootstrap-tarballs --target=3Dpowe= rpc-linux-gnu > The following derivations will be built: > /gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-bootstrap-tarballs-0.drv > /gnu/store/70b1109af993j8gwc4axnjc73w1w9bbh-glibc-stripped-tarball-2.2= 9.drv > /gnu/store/m37c7qf2ga428f7kx1ingbm2cswmimw6-glibc-stripped-2.29.drv > builder for `/gnu/store/qmdvsqm62181mhgd7h2rjqw0adkqdayz-glibc-stripped-2= .29' failed previously (cached) > build of /gnu/store/m37c7qf2ga428f7kx1ingbm2cswmimw6-glibc-stripped-2.29.= drv failed > View build log at '/var/log/guix/drvs/m3/7c7qf2ga428f7kx1ingbm2cswmimw6-g= libc-stripped-2.29.drv.gz'. > cannot build derivation `/gnu/store/70b1109af993j8gwc4axnjc73w1w9bbh-glib= c-stripped-tarball-2.29.drv': 1 dependencies couldn't be built > cannot build derivation `/gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-boot= strap-tarballs-0.drv': 1 dependencies couldn't be built > guix build: error: build of `/gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-= bootstrap-tarballs-0.drv' failed > > ;;; (src "/gnu/store/391glyjmliibp0xi1mq8mq6ad02cgyl1-linux-libre-headers= -4.19.56/include/linux/a.out.h") > > ;;; (dest "/gnu/store/qmdvsqm62181mhgd7h2rjqw0adkqdayz-glibc-stripped-2.2= 9/include/linux") > Backtrace: > 4 (primitive-load "/gnu/store/89bq4a8mbg36gjmqi7b0h0a80yz?") > In ice-9/eval.scm: > 191:35 3 (_ _) > In /gnu/store/q7w7k3mngscbzzdqmj57726radqzagn4-module-import/guix/build/m= ake-bootstrap.scm: > 46:4 2 (copy-linux-headers _ "/gnu/store/391glyjmliibp0xi1mq8m?") > In srfi/srfi-1.scm: > 640:9 1 (for-each # ?) > In unknown file: > 0 (copy-file "/gnu/store/391glyjmliibp0xi1mq8mq6ad02cgyl?" ?) > > ERROR: In procedure copy-file: > In procedure copy-file: No such file or directory Oh, got it; the problem shows up only when cross-compiling, it seems. So I guess you can go ahead and push. If this =E2=80=98a.out=E2=80=99 file= turns out to be needed somewhere during bootstrap, which seems unlikely, we can always revisit this issue. Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 15 06:01:54 2019 Received: (at 38069-done) by debbugs.gnu.org; 15 Nov 2019 11:01:54 +0000 Received: from localhost ([127.0.0.1]:35708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVZMP-0005rH-P2 for submit@debbugs.gnu.org; Fri, 15 Nov 2019 06:01:54 -0500 Received: from flashner.co.il ([178.62.234.194]:55864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVZMN-0005r5-TB for 38069-done@debbugs.gnu.org; Fri, 15 Nov 2019 06:01:52 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 02F13401FA; Fri, 15 Nov 2019 11:01:45 +0000 (UTC) Date: Fri, 15 Nov 2019 13:01:14 +0200 From: Efraim Flashner To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers Message-ID: <20191115110114.GD969@E5400> References: <20191105125633.GA14453@E5400> <87ftirmnju.fsf@gnu.org> <20191114083012.GB969@E5400> <87lfsim9ss.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lkTb+7nhmha7W+c3" Content-Disposition: inline In-Reply-To: <87lfsim9ss.fsf@gnu.org> 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 User-Agent: Mutt/1.12.2 (2019-09-21) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 38069-done Cc: 38069-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --lkTb+7nhmha7W+c3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ok. Patch pushed --=20 Efraim Flashner =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 --lkTb+7nhmha7W+c3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl3OhXoACgkQQarn3Mo9 g1EbkA/9HjKlKnRPkBC9TKrOcUKwX/EBcfNH8kbyLtDBPcTXpSyiAMFUqQONNGMt mAZJcpND9iqCJh195dU99LOOF76yaIQXGhLitMk7dZ/3vu4wffJwgEvAymvbORq9 5gGQsguBvBoh6bIgtoAg/ektlf8SeliA9nX/Asp4y2O+VGqY3WtPhymJ7SL9uVmx OKMZvmuZ1TmBbVgdR3FHJJ5fvIQ3p9gaOII6VzcVDaG3uSJznr2//Rlph8wtQSH1 9lN4lm7Afrda2MzAmgtGpjJD57VvfZWZ/hDh0lhBzSJCanOkF3qYjxXUWddH6zxG U+iuIkPVeu1/tv55DCnn15y9atDuZjNrtFdi1cOXL7ezSqimrBxU/fi3XPS/zXtl lIkWomthtVC8dd4CWzelRiGhz6tF/2LqKkrAvAeedWKguRBf07RZnpjsgy8Su/8o cp8UC3zWkh/oMMEXC+hcJ3VKGuclQ0ulEbGYfdZQk+UWPixi0VYNLiLa8AQ1vHps iZIW6je+A3CoQ3/jOP4/if8j34Hs0OdkTFpi2v+bjo8J3LifKrTO9qeCRR5OeB/U qTpdNWa5xwo2uvi7SnAaULvdAzdkYPKVEuqjJ8SmlhsabsJxtZUcUYWkQbPAe4vq DGonUNFUs+xvCWub5MTuf3df8SuCrNGKznsT7nVmBsp3orV6LiM= =OZr2 -----END PGP SIGNATURE----- --lkTb+7nhmha7W+c3-- From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 15 11:36:00 2019 Received: (at 38069) by debbugs.gnu.org; 15 Nov 2019 16:36:00 +0000 Received: from localhost ([127.0.0.1]:37278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVeZk-0001CN-El for submit@debbugs.gnu.org; Fri, 15 Nov 2019 11:36:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVeZi-0001C5-I7 for 38069@debbugs.gnu.org; Fri, 15 Nov 2019 11:35:59 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iVeZc-0006xf-9Q; Fri, 15 Nov 2019 11:35:52 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=41840 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iVeZb-0001Uq-OW; Fri, 15 Nov 2019 11:35:52 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers References: <20191105125633.GA14453@E5400> Date: Fri, 15 Nov 2019 17:35:48 +0100 In-Reply-To: <20191105125633.GA14453@E5400> (Efraim Flashner's message of "Tue, 5 Nov 2019 14:56:33 +0200") Message-ID: <87r229yu57.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38069 Cc: 38069@debbugs.gnu.org, Jan Nieuwenhuizen X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Efraim Flashner skribis: > From 1a4f163ca174d5edc09db0dacd2ff188ee4cc1ae Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Tue, 5 Nov 2019 14:55:05 +0200 > Subject: [PATCH] make-bootstrap: Adjust copied linux headers. > > * guix/build/make-bootstrap.scm (copy-linux-headers): Remove header > file 'a.out.h' is no longer part of the linux kernel headers. > --- > guix/build/make-bootstrap.scm | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm > index e5ef1d6d2b..0d29338ce3 100644 > --- a/guix/build/make-bootstrap.scm > +++ b/guix/build/make-bootstrap.scm > @@ -47,7 +47,6 @@ bootstrap libc." > (install-file (pk 'src (string-append kernel-headers "/i= nclude/linux/" file)) > (pk 'dest (string-append incdir "/linux"))= )) > '( > - "a.out.h" ; for 2.2.5 Looking at the comment here, which was added by Janneke, I suspect this header is actually required to build glibc 2.2.5 in commencement.scm. Did I get it right, Janneke? If so, perhaps we should reinstate it and simply add a when (file-exists? file) guard before calling =E2=80=98install-file=E2=80=99? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 16 10:51:15 2019 Received: (at 38069-done) by debbugs.gnu.org; 16 Nov 2019 15:51:15 +0000 Received: from localhost ([127.0.0.1]:39598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iW0Lz-0006Zw-Hs for submit@debbugs.gnu.org; Sat, 16 Nov 2019 10:51:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45983) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iW0Lu-0006Zg-AE for 38069-done@debbugs.gnu.org; Sat, 16 Nov 2019 10:51:12 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iW0Lo-0001cr-SK; Sat, 16 Nov 2019 10:51:04 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46906 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iW0Lm-0008HC-IF; Sat, 16 Nov 2019 10:51:02 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers References: <20191105125633.GA14453@E5400> <87ftirmnju.fsf@gnu.org> <20191114083012.GB969@E5400> <87lfsim9ss.fsf@gnu.org> <20191115110114.GD969@E5400> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 Brumaire an 228 de la =?utf-8?Q?R=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: Sat, 16 Nov 2019 16:51:00 +0100 In-Reply-To: <20191115110114.GD969@E5400> (Efraim Flashner's message of "Fri, 15 Nov 2019 13:01:14 +0200") Message-ID: <877e3zyg4b.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38069-done Cc: 38069-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Efraim Flashner skribis: > Ok. Patch pushed Cool, thank you! Ludo=E2=80=99. From unknown Wed Aug 20 03:36:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 15 Dec 2019 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator