GNU bug report logs - #54164
[PATCH] gnu: guile-wiredtiger: Depend on guile2.2-bytestructures.

Previous Next

Package: guix-patches;

Reported by: Taylan Kammer <taylan.kammer <at> gmail.com>

Date: Fri, 25 Feb 2022 20:43:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.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 54164 in the body.
You can then email your comments to 54164 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#54164; Package guix-patches. (Fri, 25 Feb 2022 20:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Taylan Kammer <taylan.kammer <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Feb 2022 20:43:02 GMT) Full text and rfc822 format available.

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

From: Taylan Kammer <taylan.kammer <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: guile-wiredtiger: Depend on guile2.2-bytestructures.
Date: Fri, 25 Feb 2022 21:42:37 +0100
* gnu/packages/databases.scm (guile-wiredtiger): Since we depend on guile-2.2,
we should depend on guile2.2-bytestructures, not guile-bytestructures.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 0d10f61817..8e9431016f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2661,7 +2661,7 @@ trees (LSM), for sustained throughput under random insert workloads.")
     (inputs
      (list wiredtiger-3 guile-2.2))
     (propagated-inputs
-     (list guile-bytestructures))
+     (list guile2.2-bytestructures))
     (synopsis "WiredTiger bindings for GNU Guile")
     (description
      "This package provides Guile bindings to the WiredTiger ``NoSQL''
-- 
2.30.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 01 Mar 2022 11:28:01 GMT) Full text and rfc822 format available.

Notification sent to Taylan Kammer <taylan.kammer <at> gmail.com>:
bug acknowledged by developer. (Tue, 01 Mar 2022 11:28:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Taylan Kammer <taylan.kammer <at> gmail.com>
Cc: 54164-done <at> debbugs.gnu.org
Subject: Re: bug#54164: [PATCH] gnu: guile-wiredtiger: Depend on
 guile2.2-bytestructures.
Date: Tue, 01 Mar 2022 12:26:54 +0100
Hi,

Taylan Kammer <taylan.kammer <at> gmail.com> skribis:

> * gnu/packages/databases.scm (guile-wiredtiger): Since we depend on guile-2.2,
> we should depend on guile2.2-bytestructures, not guile-bytestructures.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 30 Mar 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 82 days ago.

Previous Next


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