GNU bug report logs -
#75241
[PATCH] gnu: gerbil: Don't target the build machine.
Previous Next
Reported by: Adam Faiz <adam.faiz <at> disroot.org>
Date: Wed, 1 Jan 2025 11:25:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75241: [PATCH] gnu: gerbil: Don't target the build machine.
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 75241 <at> debbugs.gnu.org.
--
75241: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75241
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Adam Faiz <adam.faiz <at> disroot.org> skribis:
>>From 261ce5c615524ed80e6be7ddf7f903faa53b5154 Mon Sep 17 00:00:00 2001
> Message-ID: <261ce5c615524ed80e6be7ddf7f903faa53b5154.1735722848.git.adam.faiz <at> disroot.org>
> From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
> Date: Wed, 1 Jan 2025 17:07:11 +0800
> Subject: [PATCH] gnu: gerbil: Don't target the build machine.
>
> * gnu/packages/scheme.scm (gerbil)[arguments]: Add configure-flag to not build
> with '-march=native'.
Applied with the change below, thanks!
Ludo'.
[Message part 4 (text/x-patch, inline)]
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 95d999eb46c..4c9ad0628b8 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -1267,8 +1267,9 @@ (define-public gerbil
(base32 "1dff14bzqkq6scyyhnwhc3ky96j6lr84mnghk4da0x6vifw7p0p1"))))
(arguments
(list
- #:configure-flags
- #~(list "--enable-march=")
+ ;; Do not build with '-march=native'.
+ #:configure-flags #~(list "--enable-march=")
+
#:phases #~(modify-phases %standard-phases
(delete 'bootstrap)
(add-after 'set-paths 'set-cc
[Message part 5 (message/rfc822, inline)]
From 261ce5c615524ed80e6be7ddf7f903faa53b5154 Mon Sep 17 00:00:00 2001
Message-ID: <261ce5c615524ed80e6be7ddf7f903faa53b5154.1735722848.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Wed, 1 Jan 2025 17:07:11 +0800
Subject: [PATCH] gnu: gerbil: Don't target the build machine.
* gnu/packages/scheme.scm (gerbil)[arguments]: Add configure-flag to not build
with '-march=native'.
---
gnu/packages/scheme.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 6f9d00e440..d8cb3b1de1 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -25,6 +25,7 @@
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2024 Skylar Hill <stellarskylark <at> posteo.net>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2024 Adam Faiz <adam.faiz <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1187,6 +1188,8 @@ (define-public gerbil
(base32 "1dff14bzqkq6scyyhnwhc3ky96j6lr84mnghk4da0x6vifw7p0p1"))))
(arguments
(list
+ #:configure-flags
+ #~(list "--enable-march=")
#:phases #~(modify-phases %standard-phases
(delete 'bootstrap)
(add-after 'set-paths 'set-cc
base-commit: ba0340eec2e50439cfd94e85b40bf41c2d488a74
--
2.46.0
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.