GNU bug report logs - #61641
[PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling

Previous Next

Package: guix-patches;

Reported by: jlicht <at> fsfe.org

Date: Sun, 19 Feb 2023 23:20:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

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 61641 in the body.
You can then email your comments to 61641 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#61641; Package guix-patches. (Sun, 19 Feb 2023 23:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jlicht <at> fsfe.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 Feb 2023 23:20:02 GMT) Full text and rfc822 format available.

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

From: jlicht <at> fsfe.org
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH] build-system/guile: Expose #:scheme-file-regexp when
 cross-compiling
Date: Mon, 20 Feb 2023 00:19:18 +0100
From: Jelle Licht <jlicht <at> fsfe.org>

* guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-regexp
and pass it on to builder.
---
 guix/build-system/guile.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/build-system/guile.scm b/guix/build-system/guile.scm
index ffc892260a..7e2e33c13e 100644
--- a/guix/build-system/guile.scm
+++ b/guix/build-system/guile.scm
@@ -129,6 +129,7 @@ (define* (guile-cross-build name
 
                             (phases '%standard-phases)
                             (source-directory ".")
+                            (scheme-file-regexp %scheme-file-regexp)
                             not-compiled-file-regexp
                             (compile-flags %compile-flags)
                             (imported-modules %guile-build-system-modules)
@@ -154,6 +155,7 @@ (define* (guile-cross-build name
                        #:target #$target
                        #:outputs %outputs
                        #:source-directory #$source-directory
+                       #:scheme-file-regexp #$scheme-file-regexp
                        #:not-compiled-file-regexp #$not-compiled-file-regexp
                        #:compile-flags #$compile-flags
                        #:inputs %build-target-inputs

base-commit: 57495d063587e9301feddbe051abe2f97ca038be
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61641; Package guix-patches. (Fri, 24 Feb 2023 21:28:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: jlicht <at> fsfe.org
Cc: 61641 <at> debbugs.gnu.org
Subject: Re: bug#61641: [PATCH] build-system/guile: Expose
 #:scheme-file-regexp when cross-compiling
Date: Fri, 24 Feb 2023 22:27:20 +0100
Hello,

jlicht <at> fsfe.org skribis:

> From: Jelle Licht <jlicht <at> fsfe.org>
>
> * guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-regexp
> and pass it on to builder.

LGTM! :-)

Ludo’.




Reply sent to Jelle Licht <jlicht <at> fsfe.org>:
You have taken responsibility. (Mon, 06 Mar 2023 14:11:01 GMT) Full text and rfc822 format available.

Notification sent to jlicht <at> fsfe.org:
bug acknowledged by developer. (Mon, 06 Mar 2023 14:11:02 GMT) Full text and rfc822 format available.

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

From: Jelle Licht <jlicht <at> fsfe.org>
To: 61641-done <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: bug#61641: [PATCH] build-system/guile: Expose
 #:scheme-file-regexp when cross-compiling
Date: Mon, 06 Mar 2023 15:10:15 +0100
Ludovic Courtès <ludo <at> gnu.org> writes:

> Hello,
>
> jlicht <at> fsfe.org skribis:
>
>> From: Jelle Licht <jlicht <at> fsfe.org>
>>
>> * guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-regexp
>> and pass it on to builder.
>
> LGTM! :-)

Pushed to master, thanks again!
- Jelle




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 04 Apr 2023 11:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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