GNU bug report logs -
#69963
[PATCH] gnu: xe: Fix cross-compilation.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Sat, 23 Mar 2024 12:48:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 69963 in the body.
You can then email your comments to 69963 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69963
; Package
guix-patches
.
(Sat, 23 Mar 2024 12:48:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 23 Mar 2024 12:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/parallel.scm (xe): Fix cross-compilation.
[arguments]: Use Gexp.
Change-Id: I937acbba1cb5ba0f04976121f06d01789caed456
---
gnu/packages/parallel.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index ddf4ad016b..b2a5648842 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2019-2023 Ludovic Courtès <ludo <at> gnu.org>
;;; Copyright © 2020 Roel Janssen <roel <at> gnu.org>
;;; Copyright © 2021 Stefan Reichör <stefan <at> xsteve.at>
+;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -143,11 +144,11 @@ (define-public xe
(base32 "1ijvf7q5pxk4rlj7p9q6fmpdqiwmc28gffkk6yg390k1a1z3msf9"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f
- #:make-flags (list (string-append "CC=" ,(cc-for-target))
- (string-append "PREFIX=" %output))
- #:phases (modify-phases %standard-phases
- (delete 'configure))))
+ (list #:tests? #f
+ #:make-flags #~(list (string-append "CC=" #$(cc-for-target))
+ (string-append "PREFIX=" #$output))
+ #:phases #~(modify-phases %standard-phases
+ (delete 'configure))))
(synopsis "Execute a command for every argument")
(description
"The xe utility constructs command lines from specified arguments,
base-commit: 9f11c33b6d2c16e710fa2ef3c74f985e2b885350
prerequisite-patch-id: 043b640841dc0c497b516c310a47973c5ef94431
prerequisite-patch-id: 61da0f76a98c694166425e7699831cb565a9ebe9
prerequisite-patch-id: 30186c302e482ad8bbfa9212f27175a110411442
prerequisite-patch-id: c16a5d484b5bc9cc55d7c042d7177e02ead44eb3
prerequisite-patch-id: 1eb96bf1a34a939ef1ed196198392862c59c3143
prerequisite-patch-id: 56e080507665207d1ca1dd718ad6384d831d8763
prerequisite-patch-id: cfb1bdde348bf23ca6689ff56213f07e1ae82ad5
prerequisite-patch-id: 9b304c70374b4d70b86e6917a9070c31bf6e462c
prerequisite-patch-id: 38c1e85ef4a25901630f7da2eac2e52fc15d2186
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69963
; Package
guix-patches
.
(Mon, 25 Mar 2024 21:12:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:
> * gnu/packages/parallel.scm (xe): Fix cross-compilation.
> [arguments]: Use Gexp.
>
> Change-Id: I937acbba1cb5ba0f04976121f06d01789caed456
> ---
> gnu/packages/parallel.scm | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
Thanks for the patch, I've pushed this to master as
46000846de292c25453b7afbb129c1931c118b8d.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 25 Mar 2024 21:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
bug acknowledged by developer.
(Mon, 25 Mar 2024 21:12:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 23 Apr 2024 11:25:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.