bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33196: [PATCH] Re: bug#33196: emacs-realgud build failure


From: Maxim Cournoyer
Subject: bug#33196: [PATCH] Re: bug#33196: emacs-realgud build failure
Date: Wed, 31 Oct 2018 00:58:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello!

Maxim Cournoyer <address@hidden> 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

Attachment: 0001-gnu-emacs-realgud-Patch-configure.ac-to-repair-the-b.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]