GNU bug report logs -
#76651
[PATCH 0/2] Improve packaging of guile-simple-zmq
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Fri, 28 Feb 2025 18:04: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 76651 in the body.
You can then email your comments to 76651 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#76651
; Package
guix-patches
.
(Fri, 28 Feb 2025 18:04:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 28 Feb 2025 18:04:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Evgeny Pisemsky (2):
gnu: guile2.2-simple-zmq: Use modify-inputs.
gnu: guile-simple-zmq: Improve packaging.
gnu/packages/guile-xyz.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76651
; Package
guix-patches
.
(Fri, 28 Feb 2025 18:34:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76651 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile2.2-simple-zmq): Use modify-inputs.
Change-Id: I4a973f3ca212d64da314957831a13833f12410a8
---
gnu/packages/guile-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 9509438738..00b7540a09 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1640,7 +1640,8 @@ (define-public guile2.2-simple-zmq
(package
(inherit guile-simple-zmq)
(name "guile2.2-simple-zmq")
- (native-inputs (list guile-2.2))))
+ (native-inputs (modify-inputs (package-native-inputs guile-simple-zmq)
+ (replace "guile" guile-2.2)))))
(define-public jupyter-guile-kernel
(let ((commit "f25fb90b95529b17a006a807bd04e6aee12ea304")
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76651
; Package
guix-patches
.
(Fri, 28 Feb 2025 18:34:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 76651 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Run guix style.
[arguments]: Use gexps.
[native-inputs]: Add autoconf, automake, pkg-config.
[inputs]: Remove autoconf, automake, pkg-config.
Change-Id: Ia41ceb2ad01ea1b32341e429816cdd20d0377f95
---
gnu/packages/guile-xyz.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 00b7540a09..763df902fd 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1617,18 +1617,15 @@ (define-public guile-simple-zmq
(url "https://github.com/jerry40/guile-simple-zmq")
(commit commit)))
(sha256
- (base32
- "1aq1s0f0z5g6qsv9jqr0663qv4rwxd9j1pmg1g8v6rl09xb8g8lp"))
+ (base32 "1aq1s0f0z5g6qsv9jqr0663qv4rwxd9j1pmg1g8v6rl09xb8g8lp"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- '(#:make-flags
- '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
-
- (native-inputs
- (list guile-3.0))
- (inputs
- (list autoconf automake pkg-config zeromq))
+ (list
+ #:make-flags
+ #~'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
+ (native-inputs (list autoconf automake pkg-config guile-3.0))
+ (inputs (list zeromq))
(home-page "https://github.com/jerry40/guile-simple-zmq")
(synopsis "Guile wrapper over ZeroMQ library")
(description
--
2.48.1
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 02 Mar 2025 10:28:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
bug acknowledged by developer.
(Sun, 02 Mar 2025 10:28:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 76651-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Evgeny Pisemsky <mail <at> pisemsky.site> writes:
> Evgeny Pisemsky (2):
> gnu: guile2.2-simple-zmq: Use modify-inputs.
> gnu: guile-simple-zmq: Improve packaging.
>
> gnu/packages/guile-xyz.scm | 18 ++++++++----------
> 1 file changed, 8 insertions(+), 10 deletions(-)
>
>
> base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84
Thanks, I've pushed this to master as
127e1e89a83785f4ad8362bdc76b0d850279cf2f.
Chris
[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
.
(Sun, 30 Mar 2025 11:24:27 GMT)
Full text and
rfc822 format available.
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.