GNU bug report logs - #31891
emacs-realgud fails to build

Previous Next

Package: guix;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Tue, 19 Jun 2018 01:55:01 UTC

Severity: normal

Merged with 33196

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.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 31891 in the body.
You can then email your comments to 31891 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 bug-guix <at> gnu.org:
bug#31891; Package guix. (Tue, 19 Jun 2018 01:55:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 19 Jun 2018 01:55:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: emacs-realgud fails to build
Date: Mon, 18 Jun 2018 21:54:06 -0400
Our emacs-realgud package is now failing, maybe since we've moved to
Emacs 26.1.

The error reads like:

--8<---------------cut here---------------start------------->8---
configure: "Checking prerequiste packages"
Trailing garbage following expression: 
   )
configure: error: Can't continue until above error is corrected.
Backtrace:
           4 (primitive-load "/gnu/store/sllkla5k0jaxr8zqvzirif6ysay…")
In ice-9/eval.scm:
   191:35  3 (_ _)
In srfi/srfi-1.scm:
    640:9  2 (for-each #<procedure a3f0c0 at /gnu/store/alkhgfm87dh…> …)
In /gnu/store/alkhgfm87dh8r5bdi81dls8wyjlc1yxp-module-import/guix/build/gnu-build-system.scm:
   799:31  1 (_ _)
In /gnu/store/alkhgfm87dh8r5bdi81dls8wyjlc1yxp-module-import/guix/build/utils.scm:
    616:6  0 (invoke _ . _)

/gnu/store/alkhgfm87dh8r5bdi81dls8wyjlc1yxp-module-import/guix/build/utils.scm:616:6: In procedure invoke:
Throw to key `srfi-34' with args `(#<condition &invoke-error [program: "sh" arguments: ("autogen.sh") exit-status: 1 term-signal: #f stop-signal: #f] 987f80>)'.
builder for `/gnu/store/4spv2r6b5yddz5ffs8kmkn548crfrbdq-emacs-realgud-1.4.5.drv' failed with exit code 1
guix package: error: build failed: build of
`/gnu/store/4spv2r6b5yddz5ffs8kmkn548crfrbdq-emacs-realgud-1.4.5.drv' failed
--8<---------------cut here---------------end--------------->8---

I'll try fixing it, but I have other bugs to close before, so feel free
to beat me to it!

Maxim




Merged 31891 33196. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 30 Oct 2018 12:39:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#31891; Package guix. (Wed, 31 Oct 2018 05:00:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: Brett Gilio <brettg <at> posteo.net>, 31891 <at> debbugs.gnu.org,
 33196 <at> debbugs.gnu.org
Subject: [PATCH] Re: bug#33196: emacs-realgud build failure
Date: Wed, 31 Oct 2018 00:58:48 -0400
[Message part 1 (text/plain, inline)]
Hello!

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

[...]

> The bug is triggered by this check in configure.ac:
>
> if test "$NO_CHECK_EMACS_PACKAGES" = "" ; then
> AC_MSG_NOTICE("Checking prerequiste packages")
> $EMACS -batch -q --no-site-file -eval \
>   '(dolist (package
>          (quote (cl-lib loc-changes load-relative test-simple)))
>         (require package))
>    )'
> fi
> if test $? -ne 0 ; then
>     AC_MSG_ERROR([Can't continue until above error is corrected.])
> fi
>
>
> More specifically, running this with emacs:
>
> emacs -batch -q --no-site-file -eval '(dolist (package
>>          (quote (cl-lib loc-changes load-relative test-simple)))
>>         (require package))
>>    )'
> Trailing garbage following expression: 
>    )
>
> Reproduces it.

I believe the attached patch fixes it. Feedback welcome!

Maxim

[0001-gnu-emacs-realgud-Patch-configure.ac-to-repair-the-b.patch (text/x-patch, attachment)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 16 Nov 2018 04:22:02 GMT) Full text and rfc822 format available.

Notification sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
bug acknowledged by developer. (Fri, 16 Nov 2018 04:22:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33196-done <at> debbugs.gnu.org, 31891-done <at> debbugs.gnu.org
Subject: Re: bug#31891: [PATCH] Re: bug#33196: emacs-realgud build failure
Date: Thu, 15 Nov 2018 23:20:44 -0500
I've pushed the fix as commit 03592a6f8. Closing.




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 16 Nov 2018 04:22:02 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Fri, 16 Nov 2018 04:22:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 5 years and 106 days ago.

Previous Next


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