[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/207: copy-linux-headers: Update for glibc-2.16.0.
From: |
Jan Nieuwenhuizen |
Subject: |
172/207: copy-linux-headers: Update for glibc-2.16.0. |
Date: |
Sat, 8 Sep 2018 13:26:26 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 85bd95af0638d85bd3dfe07e8f5ed75abccf72bc
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Sep 3 00:39:28 2018 +0200
copy-linux-headers: Update for glibc-2.16.0.
* guix/build/make-bootstrap.scm (copy-linux-headers): Update
---
guix/build/make-bootstrap.scm | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm
index 5dd268f..953d7df 100644
--- a/guix/build/make-bootstrap.scm
+++ b/guix/build/make-bootstrap.scm
@@ -41,26 +41,32 @@
;; refer to.
(mkdir (string-append incdir "/linux"))
(for-each (lambda (file)
- (install-file (string-append kernel-headers "/include/linux/"
file)
- (string-append incdir "/linux")))
+ (install-file (pk 'src (string-append kernel-headers
"/include/linux/" file))
+ (pk 'dest (string-append incdir "/linux"))))
'(
- "a.out.h"
- "atalk.h"
+ "a.out.h" ; for 2.2.5
+ "atalk.h" ; for 2.2.5
"errno.h"
"falloc.h"
- "if_ether.h"
+ "if_addr.h" ; for 2.16.0
+ "if_ether.h" ; for 2.2.5
+ "if_link.h" ; for 2.16.0
"ioctl.h"
"kernel.h"
"limits.h"
+ "neighbour.h" ; for 2.16.0
+ "netlink.h" ; for 2.16.0
"param.h"
+ "prctl.h" ; for 2.16.0
"posix_types.h"
+ "rtnetlink.h" ; for 2.16.0
"socket.h"
"stddef.h"
- "swab.h"
+ "swab.h" ; for 2.2.5
"sysctl.h"
- "sysinfo.h"
+ "sysinfo.h" ; for 2.2.5
"types.h"
- "version.h"
+ "version.h" ; for 2.2.5
))
(copy-recursively (string-append kernel-headers "/include/asm")
- 167/207: gnu: gcc-mesboot: Enable c++ too., (continued)
- 167/207: gnu: gcc-mesboot: Enable c++ too., Jan Nieuwenhuizen, 2018/09/08
- 119/207: gnu: %mes-seed: Update for mes 0.16.1., Jan Nieuwenhuizen, 2018/09/08
- 94/207: gnu: tcc-boot0: Update for mes 0.16., Jan Nieuwenhuizen, 2018/09/08
- 104/207: gnu: gcc-mesboot: Rename from gcc-boot., Jan Nieuwenhuizen, 2018/09/08
- 126/207: gnu: gcc-mesboot0: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 71/207: gnu: gcc-boot: Update to 2.95.3., Jan Nieuwenhuizen, 2018/09/08
- 174/207: gnu: glibc-mesboot: Update to 2.16.0., Jan Nieuwenhuizen, 2018/09/08
- 128/207: gnu: gcc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 47/207: gnu: %tinycc-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 206/207: gnu: m4-boot0: New variable., Jan Nieuwenhuizen, 2018/09/08
- 172/207: copy-linux-headers: Update for glibc-2.16.0.,
Jan Nieuwenhuizen <=
- 141/207: gnu: Add %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/09/08
- 199/207: gnu: diffutils-boot0: Remove bootstrap leaks., Jan Nieuwenhuizen, 2018/09/08
- 93/207: gnu: Add tcc-boot 0.9.27., Jan Nieuwenhuizen, 2018/09/08
- 187/207: gnu: make-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 154/207: Revert "gnu: Add %bootstrap-diffutils.", Jan Nieuwenhuizen, 2018/09/08
- 181/207: gnu: diffutils-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 66/207: gnu: binutils-boot: Update to 2.30., Jan Nieuwenhuizen, 2018/09/08
- 203/207: gnu: glibc-mesboot: Drop obsolete sun rpc support., Jan Nieuwenhuizen, 2018/09/08
- 157/207: Revert "gnu: Add %make-static, %make-static-stripped, %make-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/09/08
- 177/207: gnu: mes-boot: Cleanup., Jan Nieuwenhuizen, 2018/09/08