GNU bug report logs - #69830
[PATCH] gnu: nspr: Fix cross-compilation.

Previous Next

Package: guix-patches;

Reported by: dan <i <at> dan.games>

Date: Sat, 16 Mar 2024 16:15:02 UTC

Severity: normal

Tags: patch

Done: dan <i <at> dan.games>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: dan <i <at> dan.games>
Subject: bug#69830: closed (re: bug#69830: Acknowledgement ([PATCH] gnu:
 nspr: Fix cross-compilation.))
Date: Tue, 23 Apr 2024 06:05:14 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69830: [PATCH] gnu: nspr: Fix cross-compilation.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69830 <at> debbugs.gnu.org.

-- 
69830: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69830
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: dan <i <at> dan.games>
To: 69830-done <at> debbugs.gnu.org
Subject: re: bug#69830: Acknowledgement ([PATCH] gnu: nspr: Fix
 cross-compilation.)
Date: Tue, 23 Apr 2024 14:04:03 +0800
close in favor of 70509

[Message part 3 (message/rfc822, inline)]
From: dan <i <at> dan.games>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: nspr: Fix cross-compilation.
Date: Sun, 17 Mar 2024 00:13:09 +0800
* gnu/packages/nss.scm (nspr): Fix cross-compilation.

Change-Id: I6a4a24bed4248d54e1c0cd712dc5fc9a5c0c6121
---
 gnu/packages/nss.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 54b9e5041a..29c57d0843 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -75,7 +75,8 @@ (define-public nspr
       ;; Use fixed timestamps for reproducibility.
       #:make-flags #~'("SH_DATE='1970-01-01 00:00:01'"
                        ;; This is epoch 1 in microseconds.
-                       "SH_NOW=100000")
+                       "SH_NOW=100000"
+                       "HOST_CC=gcc")
       #:phases #~(modify-phases %standard-phases
                    (add-before 'configure 'chdir
                      (lambda _ (chdir "nspr") #t)))))

base-commit: 9daf074a7a9ea77017622b2b244e3a2cdc6af7b2
-- 
2.41.0




This bug report was last modified 1 year and 28 days ago.

Previous Next


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