unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers.
@ 2019-11-13  8:39 Efraim Flashner
  2019-11-13  9:55 ` Jonathan Brielmaier
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2019-11-13  8:39 UTC (permalink / raw)
  To: 38194; +Cc: Efraim Flashner

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers.
  2019-11-13  8:39 [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers Efraim Flashner
@ 2019-11-13  9:55 ` Jonathan Brielmaier
  2019-11-13 18:57   ` Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Brielmaier @ 2019-11-13  9:55 UTC (permalink / raw)
  To: 38194; +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.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"
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers.
  2019-11-13  9:55 ` Jonathan Brielmaier
@ 2019-11-13 18:57   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2019-11-13 18:57 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 38194, Jan Nieuwenhuizen

[-- Attachment #1: Type: text/plain, Size: 1691 bytes --]

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@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-13 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  8:39 [bug#38194] [PATCH] make-bootstrap: Adjust copied linux headers Efraim Flashner
2019-11-13  9:55 ` Jonathan Brielmaier
2019-11-13 18:57   ` Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).