bug#13928: [PATCH] plans: enabling subdir-object by default is blocked on bug#13928

2014-04-21 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini --- PLANS/subdir-objects.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/PLANS/subdir-objects.txt b/PLANS/subdir-objects.txt index 94c6305..3cf6101 100644 --- a/PLANS/subdir-objects.txt +++ b/PLANS/subdir-objects.txt @@ -5,6 +5,9 @@ We want to mak

bug#16997: [PATCH] Typofixes in warning messages and manual

2014-04-21 Thread Stefano Lattarini
Fixes automake bug#16827 and bug#16997. Signed-off-by: Stefano Lattarini --- NEWS | 3 +++ THANKS| 1 + doc/automake.texi | 2 +- lib/am/distdir.am | 8 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c863f0e..9fbd3ca 100644 ---

bug#16714: make check failures

2014-04-21 Thread Rachel Mant
On 21/04/14 14:44, Stefano Lattarini wrote: On 04/21/2014 11:43 AM, Rachel Mant wrote: On 21/04/14 11:21, Stefano Lattarini wrote: tags 16714 + moreinfo severity 16714 + minor stop On 02/10/2014 11:17 AM, Rachel Mant wrote: Hello, Attached is my test-log for automake 1.14.1 which sports

bug#16714: make check failures

2014-04-21 Thread Stefano Lattarini
On 04/21/2014 11:43 AM, Rachel Mant wrote: > On 21/04/14 11:21, Stefano Lattarini wrote: >> tags 16714 + moreinfo >> severity 16714 + minor >> stop >> >> On 02/10/2014 11:17 AM, Rachel Mant wrote: >>> Hello, >>> Attached is my test-log for automake 1.14.1 which sports an alarming >>> number

bug#16714: make check failures

2014-04-21 Thread Rachel Mant
On 21/04/14 11:21, Stefano Lattarini wrote: tags 16714 + moreinfo severity 16714 + minor stop On 02/10/2014 11:17 AM, Rachel Mant wrote: Hello, Attached is my test-log for automake 1.14.1 which sports an alarming number of failures despite having upgraded my system's m4 and autoconf

bug#16375: subdir-objects breaks build which specifies sources relative to $(top_srcdir)

2014-04-21 Thread Stefano Lattarini
[+cc 13...@debbugs.gnu.org] References: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16375 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15919 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15293 Known bugs sadly -- all duplicates of http://debbugs.gnu.org/13928 See also recent thread on the

bug#16714: make check failures

2014-04-21 Thread Stefano Lattarini
tags 16714 + moreinfo severity 16714 + minor stop On 02/10/2014 11:17 AM, Rachel Mant wrote: > Hello, >Attached is my test-log for automake 1.14.1 which sports an alarming >number of failures despite having upgraded my system's m4 and >autoconf just fine to their newest versions. > It

bug#16860: Testsuite summary for GNU Automake 1.14.1

2014-04-21 Thread Stefano Lattarini
On 02/24/2014 02:07 AM, Weiller Ronfini wrote: > Good night, follows in the Annex zipped with gzip, the log file in > response to the errors that occurred in automake. > Thanks for the report. It appears the only two failures are spurious, and likely due to some issue with your Java installation.

bug#16858: Testsuite summary for GNU Automake 1.13

2014-04-21 Thread Stefano Lattarini
On 02/24/2014 12:58 AM, Weiller Ronfini wrote: > Good evening, attached is the error that happened when I did the test > with make test make and after ". / Configure". > I would not worry about testsuite failures in a older Automake version. I'm closing this bug report as "obsolete"; I will now ta

bug#17076: [PATCH] tests: depcomp2: avoid spurious failure on OS/X

2014-04-21 Thread Stefano Lattarini
Hi Jim, sorry for the delay (but don't expect anything better in the future, sadly). On 03/23/2014 09:49 PM, Jim Meyering wrote: > I happened to notice a test failure on OS/X 10.8.5, and it was trivial to fix. > I'll push this to master in a week unless I hear otherwise. > I already have a simila