GNU bug report logs - #59227
[PATCH] gnu: emacs-forge: Fix build.

Previous Next

Package: guix-patches;

Reported by: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

Date: Sat, 12 Nov 2022 22:09:02 UTC

Severity: normal

Tags: patch

Done: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

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 59227 in the body.
You can then email your comments to 59227 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 liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#59227; Package guix-patches. (Sat, 12 Nov 2022 22:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sat, 12 Nov 2022 22:09:02 GMT) Full text and rfc822 format available.

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

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: guix-patches <at> gnu.org
Cc: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: [PATCH] gnu: emacs-forge: Fix build.
Date: Sat, 12 Nov 2022 19:07:46 -0300
* gnu/packages/emacs-xyz.scm (emacs-forge): Add ‘inputs’ field.
---

Hello,

This package recently stopped building. Not sure if it was the upgrade of
git or of emacs-magit, but the problem is the lack of the git patckage in
the build environment.

 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index edbfb560e80a..98e147a1caf4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26990,6 +26990,8 @@ (define-public emacs-forge
               (chdir "lisp"))))))
      (native-inputs
       (list texinfo))
+     (inputs
+      (list git))
      (propagated-inputs
       (list emacs-closql
             emacs-dash




Reply sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
You have taken responsibility. (Sun, 13 Nov 2022 21:18:02 GMT) Full text and rfc822 format available.

Notification sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
bug acknowledged by developer. (Sun, 13 Nov 2022 21:18:02 GMT) Full text and rfc822 format available.

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

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: 59227-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: emacs-forge: Fix build.
Date: Sun, 13 Nov 2022 18:14:43 -0300
Thiago Jung Bauermann <bauermann <at> kolabnow.com> writes:

> This package recently stopped building. Not sure if it was the upgrade of
> git or of emacs-magit, but the problem is the lack of the git patckage in
> the build environment.

Actually, thinking more about it the correct fix is to change Magit to
directly reference the full path of the git executable.

I submitted a patch to that effect in https://issues.guix.gnu.org/59253
so I'm closing this issue.

-- 
Thanks
Thiago




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

This bug report was last modified 2 years and 250 days ago.

Previous Next


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