GNU bug report logs -
#37882
linux-module-build-system doesn't accept make-flags
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37882 in the body.
You can then email your comments to 37882 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#37882
; Package
guix
.
(Wed, 23 Oct 2019 08:08:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 23 Oct 2019 08:08:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
In (guix build linux-module-build-system) the build phase looks for
make-flags, but 'make-flags' doesn't exist in (guix build-system
linux-module), making it not really supported.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#37882
; Package
guix
.
(Fri, 25 Oct 2019 19:38:06 GMT)
Full text and
rfc822 format available.
Message #8 received at 37882 <at> debbugs.gnu.org (full text, mbox):
* guix/build-system/linux-module.scm (linux-module-build): Accept a
MAKE-FLAGS argument.
<builder>: Pass it on.
---
Efraim,
Is this in any way related to the topic coming up on IRC last week, or just a coincidence?
In any case, I'd written the following simple fix but never merged it because I have yet to meet a module with a legitimate need for it. It works, though.
Kind regards,
T G-R
guix/build-system/linux-module.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/guix/build-system/linux-module.scm b/guix/build-system/linux-module.scm
index 6084d22210..dde2423434 100644
--- a/guix/build-system/linux-module.scm
+++ b/guix/build-system/linux-module.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Danny Milosavljevic <dannym <at> scratchpost.org>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -120,6 +121,7 @@
(define* (linux-module-build store name inputs
#:key
(search-paths '())
+ (make-flags '())
(tests? #t)
(phases '(@ (guix build linux-module-build-system)
%standard-phases))
@@ -146,6 +148,7 @@
search-paths)
#:phases ,phases
#:system ,system
+ #:make-flags ,make-flags
#:tests? ,tests?
#:outputs %outputs
#:inputs %build-inputs)))
--
2.23.0
Information forwarded
to
bug-guix <at> gnu.org
:
bug#37882
; Package
guix
.
(Sun, 27 Oct 2019 08:19:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 37882 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Fri, Oct 25, 2019 at 09:37:31PM +0200, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote:
> * guix/build-system/linux-module.scm (linux-module-build): Accept a
> MAKE-FLAGS argument.
> <builder>: Pass it on.
> ---
>
> Efraim,
>
> Is this in any way related to the topic coming up on IRC last week, or just a coincidence?
>
> In any case, I'd written the following simple fix but never merged it because I have yet to meet a module with a legitimate need for it. It works, though.
>
I thought I had a use-case for it but it turns out I'm pretty sure I
didn't need it in the end. It was more of surprise that it was in one
place and not another.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#37882
; Package
guix
.
(Mon, 04 Nov 2019 06:27:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 37882 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sun, 27 Oct 2019 10:18:06 +0200
Efraim Flashner <efraim <at> flashner.co.il> wrote:
> > In any case, I'd written the following simple fix but never merged it because I have yet to meet a module with a legitimate need for it. It works, though.
> >
> It was more of surprise that it was in one
> place and not another.
Whoops. LGTM anyway!
[Message part 2 (application/pgp-signature, inline)]
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Wed, 04 Dec 2019 09:29:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
bug acknowledged by developer.
(Wed, 04 Dec 2019 09:29:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 37882-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I pushed this patch
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 01 Jan 2020 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.