unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20858: 25.0.50; Strange messages in the output of 'autogen.sh' (from MSYS2 bash)
@ 2015-06-20 12:02 Dani Moncayo
  2015-06-20 18:33 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Dani Moncayo @ 2015-06-20 12:02 UTC (permalink / raw)
  To: 20858

I've observed two strange messages in the output of 'autogen.sh'
(current master branch):

----------------------------------
$ ./autogen.sh
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)

Checking for autoconf (need at least version 2.65)...
ok
Checking for automake (need at least version 1.11)...
ok
Your system has the required tools.
Running 'autoreconf -fi -I m4' ...
main::scan_file() called too early to check prototype at
/usr/bin/aclocal-1.11 line 644.
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at
/usr/bin/automake-1.11 line 4159.
You can now run './configure'.
----------------------------------

See above the two lines just after "Running 'autoreconf -fi -I m4' ...".

I see those two strange messages from MSYS2 bash, but not from Cygwin
bash.  So I wanted to let you know, in case there is something to fix
(perhaps in my environment?).

TIA.

-- 
Dani Moncayo





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#20858: 25.0.50; Strange messages in the output of 'autogen.sh' (from MSYS2 bash)
  2015-06-20 12:02 bug#20858: 25.0.50; Strange messages in the output of 'autogen.sh' (from MSYS2 bash) Dani Moncayo
@ 2015-06-20 18:33 ` Glenn Morris
  2015-06-20 18:40   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2015-06-20 18:33 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 20858

Dani Moncayo wrote:

> Running 'autoreconf -fi -I m4' ...
> main::scan_file() called too early to check prototype at
> /usr/bin/aclocal-1.11 line 644.
> Unescaped left brace in regex is deprecated, passed through in regex;
> marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at
> /usr/bin/automake-1.11 line 4159.

Presumably you get exactly the same if you just run

    autoreconf -fi -I m4

So this is an issue with your autotools installation, and nothing to do
with Emacs.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#20858: 25.0.50; Strange messages in the output of 'autogen.sh' (from MSYS2 bash)
  2015-06-20 18:33 ` Glenn Morris
@ 2015-06-20 18:40   ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2015-06-20 18:40 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 20858

Glenn Morris wrote:

> Dani Moncayo wrote:
>
>> Running 'autoreconf -fi -I m4' ...
>> main::scan_file() called too early to check prototype at
>> /usr/bin/aclocal-1.11 line 644.
>> Unescaped left brace in regex is deprecated, passed through in regex;
>> marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at
>> /usr/bin/automake-1.11 line 4159.
>
> Presumably you get exactly the same if you just run
>
>     autoreconf -fi -I m4
>
> So this is an issue with your autotools installation, and nothing to do
> with Emacs.

I'm going to guess that your're using perl 5.22:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787531

The other issue is apparently fixed in automake 1.12:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752784





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-20 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-20 12:02 bug#20858: 25.0.50; Strange messages in the output of 'autogen.sh' (from MSYS2 bash) Dani Moncayo
2015-06-20 18:33 ` Glenn Morris
2015-06-20 18:40   ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).