From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47751) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUpOZ-00055A-J2 for guix-patches@gnu.org; Wed, 13 Nov 2019 04:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUpOY-0000HD-K9 for guix-patches@gnu.org; Wed, 13 Nov 2019 04:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50022) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iUpOY-0000H4-Gq for guix-patches@gnu.org; Wed, 13 Nov 2019 04:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iUpOY-00083U-D7 for guix-patches@gnu.org; Wed, 13 Nov 2019 04:57:02 -0500 Subject: [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers. Resent-Message-ID: References: <20191113083928.639-1-efraim@flashner.co.il> From: Jonathan Brielmaier Message-ID: Date: Wed, 13 Nov 2019 10:55:58 +0100 MIME-Version: 1.0 In-Reply-To: <20191113083928.639-1-efraim@flashner.co.il> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38194@debbugs.gnu.org Cc: Jan Nieuwenhuizen Thanks for this patch as it helps to get the bootstrap binaries for powerpc64le :) This list of header files was added 4f3811f6bbd by Jan. I wonder if this a.out.h is needed somewhere else in the "bootstrap chain". On 13.11.19 09:39, Efraim Flashner wrote: > * 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.s= cm > 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 "= /include/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" >