bug-autoconf
[Top][All Lists]
Advanced

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

mmm-mode configure hangs because of autoconf bug


From: Jauhien Piatlicki
Subject: mmm-mode configure hangs because of autoconf bug
Date: Wed, 23 Sep 2015 23:45:47 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi,

on my Gentoo system autogenerated configure script for mmm-mode
(http://mmm-mode.sourceforge.net/) hangs because configure script
generated by autoconf calls emacs without '--no-site-file' flag.

The call that configure makes looks like this:

    sudo emacs -batch -q -eval '(while load-path (princ (concat (car
load-path) "\n")) (setq load-path (cdr load-path)))'

and it hangs on

    Opening output file: no such file or directory,
/root/.emacs.d/.smex-items

The call

    sudo emacs -batch -q --no-site-file -eval '(while load-path (princ
(concat (car load-path) "\n")) (setq load-path (cdr load-path)))'

succeds. It is a bug in the sys-devel/autoconf and can not be fixed by
patching configure.in as autoconf itself generates wrong call to emacs.

Configure and configure.in are attached.

See also https://bugs.gentoo.org/show_bug.cgi?id=561306

Regards,
Jauhien Piatlicki

Attachment: configure
Description: Text document

Attachment: configure.in
Description: Text document

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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