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

2012-01-08 Thread Bruno Haible
Hi Peter, You wrote in : > Oh crap, you are crossing over from Cygwin without telling the build > system, right? Or what is your $build if you don't specify --host? > I should have known that, given that it was you... I expect

bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-08 Thread Stefano Lattarini
tags 10441 patch close 10441 thanks On 01/08/2012 04:49 PM, Peter Rosin wrote: > > add-missing.tap: 351 PASS, 50 skip > copy.test: PASS > > Thanks! > Good! Patch pushed, and bug report closed. Thanks again for all the testing, Stefano

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

2012-01-08 Thread Stefano Lattarini
On 01/08/2012 05:04 PM, Paul Eggert wrote: > On 01/08/12 02:08, Stefano Lattarini wrote: >> you have forgotten to add the detailed "* file (func): changes" entries >> in the git commit message. > > Sorry, I misunderstood > > to be proposing th

bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-08 Thread Stefano Lattarini
On 01/08/2012 05:06 PM, Peter Johansson wrote: > On 1/8/12 7:56 AM, Stefano Lattarini wrote: >> >> >> The attached patch should take care of the problem. Tested using >> this script in PATH as the `ln' program: > > Hi Stefano, > Hi Peter. > I'm just curious if there is a reason not to use AC_PR

bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-08 Thread Peter Johansson
On 1/8/12 7:56 AM, Stefano Lattarini wrote: The attached patch should take care of the problem. Tested using this script in PATH as the `ln' program: Hi Stefano, I'm just curious if there is a reason not to use AC_PROG_LN_S as provided by Autoconf. I thought one could call that macro in Au

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

2012-01-08 Thread Paul Eggert
On 01/08/12 02:08, Stefano Lattarini wrote: > you have forgotten to add the detailed "* file (func): changes" entries > in the git commit message. Sorry, I misunderstood to be proposing the entire commit message, not a subset of it. > I perso

bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-08 Thread Peter Rosin
Stefano Lattarini skrev 2012-01-08 13:56: > On 01/05/2012 11:13 PM, Peter Rosin wrote: >> Hi! >> > Hi Peter, thanks for the report. > >> "ln -s" on MSYS does not create a symlink, instead it makes a >> regular copy. Lots of test cases (on master) FAIL due to this. >> >> "test -h foo" will simply

bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-08 Thread Stefano Lattarini
On 01/05/2012 11:13 PM, Peter Rosin wrote: > Hi! > Hi Peter, thanks for the report. > "ln -s" on MSYS does not create a symlink, instead it makes a > regular copy. Lots of test cases (on master) FAIL due to this. > > "test -h foo" will simply not return success on MSYS, ever. > > Affected tests

bug#8753: unable to build VALA project out-of-tree

2012-01-08 Thread Stefano Lattarini
On 01/07/2012 07:21 AM, Ryan Lortie wrote: > hi, > Hi Ryan, and thanks for the patches. > Here are a pair of patches that should fix this issue. > I must admit I dont' like very much the idea of having the stamp file created in the $(srcdir) ... but I see that the .c files generated by Vala are a

bug#10447: ‘parallel-test3.test’ doesn’t terminate on x86_64-unknown-freebsd8.2

2012-01-08 Thread Stefano Lattarini
merge 8788 10447 close 10447 thanks On 01/08/2012 12:12 PM, Ludovic Courtès wrote: > Hi Stefano, > > Stefano Lattarini skribis: > >> On 01/07/2012 10:52 PM, Ludovic Courtès wrote: >>> Hi, >>> >> Hi Ludo, thanks for the report. >> >>> ‘parallel-test3.test’ doesn’t terminate on x86_64-unknown-fre

bug#10447: ‘parallel-test3.test’ doesn’t terminate on x86_64-unknown-freebsd8.2

2012-01-08 Thread Ludovic Courtès
Hi Stefano, Stefano Lattarini skribis: > On 01/07/2012 10:52 PM, Ludovic Courtès wrote: >> Hi, >> > Hi Ludo, thanks for the report. > >> ‘parallel-test3.test’ doesn’t terminate on x86_64-unknown-freebsd8.2. >> For some reason, the ‘make -j1 check’ stopped after ‘foo4.test’, and >> thus the test

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

2012-01-08 Thread Stefano Lattarini
On 01/06/2012 07:47 PM, Paul Eggert wrote: > On 01/06/12 02:00, Stefano Lattarini wrote: > >> the patch is OK, modulo >> two minor nits. Feel free to push to master once they have been addressed. > > Thanks, I fixed those and pushed. > Ouch, you have forgotten to add the detailed "* file (func):

bug#8694: Configure on mips

2012-01-08 Thread Stefano Lattarini
tags 8694 + moreinfo tags 8694 + notabug close 8694 thanks Reference: On 05/19/2011 05:47 AM, Daniel Herring wrote: > On Wed, 18 May 2011, James William Cronin wrote: > >> When running automake generated configure scripts on an embeded mips >

bug#10444: [PATCHES] {master} dist: distdir not unconditionally removed anymore for xz and lzip

2012-01-08 Thread Stefano Lattarini
References: And here is a two-patch series fixing the bug. The first patch enhances the testsuite coverage for the various `dist-*' options and formats and for the "make dist" usages (and i