GNU bug report logs -
#27696
[PATCH] gnu: Update g-wrap to use guile-2.2.
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 27696 in the body.
You can then email your comments to 27696 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#27696
; Package
guix-patches
.
(Fri, 14 Jul 2017 23:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Theodoros Foradis <theodoros.for <at> openmailbox.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 14 Jul 2017 23:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile.scm (g-wrap): [propagated-inputs]: Use guile-2.2.
[arguments]: Add "--disable-Werror" to configure-flags.
---
gnu/packages/guile.scm | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index b654bbc96..f00628ac7 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2017 Andy Wingo <wingo <at> igalia.com>
;;; Copyright © 2017 David Thompson <davet <at> gnu.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe <at> gmail.com>
+;;; Copyright © 2017 Theodoros Foradis <theodoros.for <at> openmailbox.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1339,20 +1340,21 @@ capabilities.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(propagated-inputs
- `(("guile" ,guile-2.0)
+ `(("guile" ,guile-2.2)
("guile-lib" ,guile-lib)))
(inputs
`(("libffi" ,libffi)))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'configure 'pre-configure
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (substitute* (find-files "." "^Makefile.in$")
- (("guilemoduledir =.*guile/site" all)
- (string-append all "/2.0")))
- #t))))))
+ `(#:configure-flags '("--disable-Werror")
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'pre-configure
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out")))
+ (substitute* (find-files "." "^Makefile.in$")
+ (("guilemoduledir =.*guile/site" all)
+ (string-append all "/2.2")))
+ #t))))))
(synopsis "Generate C bindings for Guile")
(description "G-Wrap is a tool and Guile library for generating function
wrappers for inter-language calls. It currently only supports generating Guile
--
2.13.2
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Thu, 20 Jul 2017 08:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Theodoros Foradis <theodoros.for <at> openmailbox.org>
:
bug acknowledged by developer.
(Thu, 20 Jul 2017 08:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 27696-done <at> debbugs.gnu.org (full text, mbox):
Hi Theodoros,
Theodoros Foradis <theodoros.for <at> openmailbox.org> skribis:
> * gnu/packages/guile.scm (g-wrap): [propagated-inputs]: Use guile-2.2.
> [arguments]: Add "--disable-Werror" to configure-flags.
[...]
> + (substitute* (find-files "." "^Makefile.in$")
> + (("guilemoduledir =.*guile/site" all)
> + (string-append all "/2.2")))
I changed “/2.2” to “/@GUILE_EFFECTIVE_VERSION@” and committed.
That way one can run:
guix build g-wrap --with-input=guile <at> 2.2=guile <at> 2.0
and get a valid 2.0-based G-Wrap.
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 17 Aug 2017 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 306 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.