GNU bug report logs - #38194
[PATCH] make-bootstrap: Adjust copied linux headers.

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Wed, 13 Nov 2019 08:41:02 UTC

Severity: normal

Tags: patch

Merged with 38069

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38194 in the body.
You can then email your comments to 38194 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38194; Package guix-patches. (Wed, 13 Nov 2019 08:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Efraim Flashner <efraim <at> flashner.co.il>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 13 Nov 2019 08:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: guix-patches <at> gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: [PATCH] make-bootstrap: Adjust copied linux headers.
Date: Wed, 13 Nov 2019 10:39:28 +0200
* 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 "/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"
-- 
2.24.0





Information forwarded to guix-patches <at> gnu.org:
bug#38194; Package guix-patches. (Wed, 13 Nov 2019 09:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 38194 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 38194 <at> debbugs.gnu.org
Cc: Jan Nieuwenhuizen <janneke <at> gnu.org>
Subject: Re: [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers.
Date: Wed, 13 Nov 2019 10:55:58 +0100
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.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 "/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"
>




Information forwarded to guix-patches <at> gnu.org:
bug#38194; Package guix-patches. (Wed, 13 Nov 2019 18:59:02 GMT) Full text and rfc822 format available.

Message #11 received at 38194 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 38194 <at> debbugs.gnu.org, Jan Nieuwenhuizen <janneke <at> gnu.org>
Subject: Re: [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers.
Date: Wed, 13 Nov 2019 20:57:42 +0200
[Message part 1 (text/plain, inline)]
On Wed, Nov 13, 2019 at 10:55:58AM +0100, Jonathan Brielmaier wrote:
> Thanks for this patch as it helps to get the bootstrap binaries for
> powerpc64le :)
> 

Jonsger on IRC today ran into the same issue as I did here while working
on the powerpc64le bootstrap

> 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".

Likely it was used in the past, but the actual error message is that the
file doesn't exist anymore so it's unable to copy it.

> 
> 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.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 "/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"
> > 
> 
> 
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Merged 38069 38194. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 13 Nov 2019 22:21:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 15 Dec 2019 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.