GNU bug report logs - #38893
[PATCH] gnu: make-bootstrap: Add cross-libc:static to the inputs.

Previous Next

Package: guix-patches;

Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>

Date: Fri, 3 Jan 2020 14:31:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

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 38893 in the body.
You can then email your comments to 38893 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#38893; Package guix-patches. (Fri, 03 Jan 2020 14:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 Jan 2020 14:31:01 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Mathieu Othacehe <m.othacehe <at> gmail.com>
Subject: [PATCH] gnu: make-bootstrap: Add cross-libc:static to the inputs.
Date: Fri,  3 Jan 2020 15:30:10 +0100
This is a follow-up of 4610ab7c9a5327df0d475262817bc081a5891aa8. 'getpw' & co
fail with a cross-compiled statically-linked guile.

* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[inputs]:
Add "cross-libc:static".
---
 gnu/packages/make-bootstrap.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index d149a7ec1a..0144a6e9a2 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2018, 2019 Mark H Weaver <mhw <at> netris.org>
 ;;; Copyright © 2018, 2019 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
 ;;; Copyright © 2019 Marius Bakke <mbakke <at> fastmail.com>
+;;; Copyright © 2020 Mathieu Othacehe <m.othacehe <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -137,7 +138,10 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
   (define (inputs)
     (if (%current-target-system)                ; is this package cross built?
         `(("cross-libc"
-           ,(cross-bootstrap-libc (%current-target-system))))
+           ,(cross-bootstrap-libc (%current-target-system)))
+          ("cross-libc:static"
+           ,(cross-bootstrap-libc (%current-target-system))
+           "static"))
         '()))
 
   (define (native-inputs)
-- 
2.24.1





Information forwarded to guix-patches <at> gnu.org:
bug#38893; Package guix-patches. (Wed, 15 Jan 2020 21:12:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mathieu Othacehe <m.othacehe <at> gmail.com>
Cc: 38893 <at> debbugs.gnu.org
Subject: Re: [bug#38893] [PATCH] gnu: make-bootstrap: Add cross-libc:static to
 the inputs.
Date: Wed, 15 Jan 2020 22:10:55 +0100
Hello,

Mathieu Othacehe <m.othacehe <at> gmail.com> skribis:

> This is a follow-up of 4610ab7c9a5327df0d475262817bc081a5891aa8. 'getpw' & co
> fail with a cross-compiled statically-linked guile.
>
> * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[inputs]:
> Add "cross-libc:static".

Good catch, LGTM!

Thanks,
Ludo’.




Reply sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
You have taken responsibility. (Thu, 16 Jan 2020 09:19:01 GMT) Full text and rfc822 format available.

Notification sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
bug acknowledged by developer. (Thu, 16 Jan 2020 09:19:01 GMT) Full text and rfc822 format available.

Message #13 received at 38893-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 38893-done <at> debbugs.gnu.org
Subject: Re: [bug#38893] [PATCH] gnu: make-bootstrap: Add cross-libc:static to
 the inputs.
Date: Thu, 16 Jan 2020 10:17:59 +0100
Hey,

>> * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[inputs]:
>> Add "cross-libc:static".
>
> Good catch, LGTM!

Thanks for reviewing, pushed on core-updates!

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Feb 2020 12:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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