GNU bug report logs - #77280
[PATCH] mumi FTBFS

Previous Next

Package: guix;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Wed, 26 Mar 2025 13:21:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77280 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#77280; Package guix. (Wed, 26 Mar 2025 13:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Lechner <felix.lechner <at> lease-up.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 26 Mar 2025 13:21:02 GMT) Full text and rfc822 format available.

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

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: bug-guix <at> gnu.org
Subject: [PATCH] mumi FTBFS
Date: Wed, 26 Mar 2025 06:19:43 -0700
Hi,

Mumi fails to build from source with this message from the 'configure'
phase:

   checking if (fibers web server) is available... no
   configure: error: Guile fibers is missing; please install it.

The following message has a patch with the fix.

Kind regards,
Felix




Information forwarded to bug-guix <at> gnu.org:
bug#77280; Package guix. (Wed, 26 Mar 2025 13:25:01 GMT) Full text and rfc822 format available.

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

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: 77280 <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] Add guile-fibers as input for mumi.
Date: Wed, 26 Mar 2025 06:24:11 -0700
From ./configure:

checking if (fibers web server) is available... no
configure: error: Guile fibers is missing; please install it.

Change-Id: I84a22697dfc6bc396b01e21821322b37a6dfacf2
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b7349576be..a34cb5143c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4310,6 +4310,7 @@ (define-public mumi
      (list bash-minimal
            guile-avatar
            guile-email
+           guile-fibers
            guile-gcrypt
            guile-gnutls
            guile-kolam

base-commit: dbef60edb356246855ad6749936ee511fc1a9b4b
-- 
2.48.1





This bug report was last modified 9 days ago.

Previous Next


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