bug#20941: Fwd: installation of automake, autoconf, m4 error

2017-07-16 Thread Mathieu Lirzin
Mathieu Lirzin writes: > Please avoid cross posting across mailing lists. > > Krishnan Rajiyah writes: > >> -- Forwarded message - >> From: Krishnan Rajiyah >> Date: Mon, Jun 29, 2015 at 10:40 AM >> Subject: installation of automake, autoconf, m4 error >> To: , >> >> Hello GNU,

bug#20941: Fwd: installation of automake, autoconf, m4 error

2017-07-16 Thread Mathieu Lirzin
Hello, Krishnan Rajiyah writes: > -- Forwarded message - > From: Krishnan Rajiyah > Date: Mon, Jun 29, 2015 at 10:40 AM > Subject: installation of automake, autoconf, m4 error > To: , > > Hello GNU, > > I have been trying to install automake, autoconf, and m4 on my > NetBSD-4.

bug#25629: Hrm, actually autom4te isnt part of automake, but rather autoconf.

2017-07-16 Thread Mathieu Lirzin
demerphq writes: > On 16 Jul 2017 01:50, "Mathieu Lirzin" wrote: > > Can you explain what would be the benefit for Automake to have such > deterministic behavior? > > Thanks for the report. > > The most obvious reason is when debugging with something like diff > deterministic behaviour elimin

bug#20941: Fwd: installation of automake, autoconf, m4 error

2017-07-16 Thread Mathieu Lirzin
Please avoid cross posting across mailing lists. Krishnan Rajiyah writes: > -- Forwarded message - > From: Krishnan Rajiyah > Date: Mon, Jun 29, 2015 at 10:40 AM > Subject: installation of automake, autoconf, m4 error > To: , > > Hello GNU, > > I have been trying to install aut

bug#21986: automake-1.15 make check failures

2017-07-16 Thread Mathieu Lirzin
Hello, Fergus McMenemie writes: > Hi, 12 Failures and 2 Errors building on >Darwin macbookpro.twig.me.uk 10.8.0 Darwin Kernel Version 10.8.0: >Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 x86_64 After analyzing the test failures, they all seem related to bug#23602

bug#21001: bug#22372: [PATCH] automake.in: fix deprecated regex syntax

2017-07-16 Thread Mathieu Lirzin
Hello, l...@gnu.org (Ludovic Courtès) writes: > Enrico Jorns skribis: > >> Running automake with perl >= 5.22.0 produces the warning >> >> Unescaped left brace in regex is deprecated, passed through in regex; >> marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at >> >> /ptx/work/dude

bug#21066: Proceeding Order in AM generated Makefile

2017-07-16 Thread Mathieu Lirzin
Hello, Hans-Bernhard Bröker writes: > Am 15.07.2015 um 17:10 schrieb Dilyan Palauzov: >> http://lists.gnu.org/archive/html/bug-make/2015-07/msg00054.html >> http://lists.gnu.org/archive/html/bug-make/2015-07/msg00055.html >> >> and tell me, if this is make or Automake problem. > > You've been to

bug#23742: [PROPOSED PATCH] vala: add support for Genie .gs files

2017-07-16 Thread Mathieu Lirzin
Hello Chris, Chris Daley writes: > The Vala compiler also supports a language called Genie, which is very > similar to Python but compiles down to C in the same way that Vala does. > Genie files can be mixed with Vala files on the command > line. > > https://wiki.gnome.org/Projects/Genie > > A

bug#21585: automake asked me to send you this

2017-07-16 Thread Mathieu Lirzin
Hello, Mark Galassi writes: > autoreconf: running: automake --add-missing --copy --no-force > automake: error: global options already processed > automake: Please contact . > at /usr/share/automake-1.15/Automake/Channels.pm line 662 > Automake::Channels::msg('automake', '', 'global option

bug#23014: minor bug with unescaped brace in automake.in

2017-07-16 Thread Mathieu Lirzin
Hello, George Demmy writes: > I was running automake in the course of building a project and the error: > > $ automake --version > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at > /usr/bin/automake-1.14 line 3930.

bug#23602: automake does not work at all with Perl 5.26.0

2017-07-16 Thread Mathieu Lirzin
Hello, Hans-Bernhard Bröker writes: > Am 05.06.2017 um 00:24 schrieb Mathieu Lirzin: > >> I suspect this issue has already been fixed in the Git repository, see: >> >> >> https://git.savannah.gnu.org/cgit/automake.git/commit/?h=micro&id=13f00eb4493c217269b76614759e452d8302955e > > Indeed, Pa

bug#25629: Hrm, actually autom4te isnt part of automake, but rather autoconf.

2017-07-16 Thread demerphq
On 16 Jul 2017 01:50, "Mathieu Lirzin" wrote: Hello Yves, demerphq writes: > Also I observe that there were previous patches to ensure most uses of > keys() were sorted. However not all of them, including diagnostics, > and various other places where the key order could be exposed to a > user.