bug#10444: "make dist" fails if more than two compression formats are used

2012-01-06 Thread Stefano Lattarini
Severity: grave If I try to run "make dist" from an autoamke master checkout, I see this error: tardir=automake-1.11a && ${TAR-tar} chof - "$tardir" \ | XZ_OPT=${XZ_OPT--e} xz -c >automake-1.11a.tar.xz ## The distdir gets removed ## ... rm -fr "automake-1.11a" ... ## And then make tri

bug#10443: [PATCH] Quote 'like this', not `like this'.

2012-01-06 Thread Stefano Lattarini
On 01/06/2012 07:47 PM, Paul Eggert wrote: > On 01/06/12 02:00, Stefano Lattarini wrote: > >> please send patches that don't fix any existing bug to the automake-patches > > Sorry, I'll try to remember that. > >> assuming you have already re-run the whole testsuite >> with your changes applied,

bug#10443: [PATCH] Quote 'like this', not `like this'.

2012-01-06 Thread Paul Eggert
On 01/06/12 02:00, Stefano Lattarini wrote: > please send patches that don't fix any existing bug to the automake-patches Sorry, I'll try to remember that. > assuming you have already re-run the whole testsuite > with your changes applied, which you have, right?) Yes, I have now, on a Fedora 15

bug#10324: [Platform-testers] Automake 1.11.1b test release

2012-01-06 Thread Stefano Lattarini
On 01/06/2012 06:27 PM, Bruno Haible wrote: > Hi Stefano, > > Replying to > : > >> Just one thing though: could you >> please verify that my analysis is indeed correct? You can do so by: >> >> 1. removing g++" and "gfortran

bug#10440: Can't locate TAP/Parser.pm

2012-01-06 Thread Stefano Lattarini
On 01/06/2012 04:50 PM, Peter Rosin wrote: > Stefano Lattarini skrev 2012-01-06 13:34: >> On 01/05/2012 10:54 PM, Peter Rosin wrote: >>> Hi! >>> >> Hi Peter, and thanks for your relentless testing on MinGW/MSYS. >> >>> I tried make check on MSYS with the current master, and among other >>> things,

bug#10324: [Platform-testers] Automake 1.11.1b test release

2012-01-06 Thread Bruno Haible
Hi Stefano, Replying to : >> * Linux/PowerPC 64-bit >> >> FAIL: silent-many-generic.test >> >> Find attached the log file. I configured Automake with >> CC="gcc -m64"; export CC; >> CXX="g++ -m64"; export CXX; >> CPPFLAGS="-

bug#10440: Can't locate TAP/Parser.pm

2012-01-06 Thread Peter Rosin
Stefano Lattarini skrev 2012-01-06 13:34: > On 01/05/2012 10:54 PM, Peter Rosin wrote: >> Hi! >> > Hi Peter, and thanks for your relentless testing on MinGW/MSYS. > >> I tried make check on MSYS with the current master, and among other >> things, this problem stands out as it FAILs so many test ca

bug#9822: AMTAR not used

2012-01-06 Thread Stefano Lattarini
On 01/03/2012 04:48 PM, Stefano Lattarini wrote: > Reference: > > > So here is a proposed patch (for maint). I will push in 72 hours if there > is no objection. > Pushed now. Regards, Stefano

bug#10440: Can't locate TAP/Parser.pm

2012-01-06 Thread Stefano Lattarini
On 01/05/2012 10:54 PM, Peter Rosin wrote: > Hi! > Hi Peter, and thanks for your relentless testing on MinGW/MSYS. > I tried make check on MSYS with the current master, and among other > things, this problem stands out as it FAILs so many test cases. > > I'm using tap-bailout-w.test as an example

bug#10443: [PATCH] Quote 'like this', not `like this'.

2012-01-06 Thread Stefano Lattarini
tags 10443 notabug thanks Hi Paul, thanks for the patch. Sorry if I start this review with a complain, but in the future, could you please send patches that don't fix any existing bug to the automake-patches list rather than to the bug-automake list, to avoid opening spurious bug reports? Thanks

bug#10436: New testsuite driver and extra trailing backslash in recipes

2012-01-06 Thread Stefano Lattarini
On 01/05/2012 02:08 PM, Stefano Lattarini wrote: > On 01/05/2012 01:47 PM, Stefano Lattarini wrote: >> [adding bug-automake in CC:] >> >> Reference: >> > And here is the definitive version of the patch that I'll push by this > evening (to mast

bug#10443: [PATCH] Quote 'like this', not `like this'.

2012-01-06 Thread Paul Eggert
This proposed patch follows up on recent changes to the GNU coding standards. They now suggest that we should quote 'like this' or "like this" instead of `like this'; see . Gnulib is being changed accordingly, and Gnulib imports s