From: Efraim Flashner <efraim@flashner.co.il>
To: 38069@debbugs.gnu.org
Subject: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers
Date: Tue, 5 Nov 2019 14:56:33 +0200 [thread overview]
Message-ID: <20191105125633.GA14453@E5400> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]
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.
--
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 #1.2: 0001-make-bootstrap-Adjust-copied-linux-headers.patch --]
[-- Type: text/plain, Size: 1026 bytes --]
From 1a4f163ca174d5edc09db0dacd2ff188ee4cc1ae Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
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 "/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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-11-05 12:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-05 12:56 Efraim Flashner [this message]
2019-11-13 22:14 ` [bug#38069] [PATCH]: Adjust make-bootstrap linux headers Ludovic Courtès
2019-11-14 8:30 ` Efraim Flashner
2019-11-14 21:23 ` Ludovic Courtès
2019-11-15 11:01 ` bug#38069: " Efraim Flashner
2019-11-16 15:51 ` [bug#38069] " Ludovic Courtès
2019-11-15 16:35 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191105125633.GA14453@E5400 \
--to=efraim@flashner.co.il \
--cc=38069@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.