Re: automake-1.11.1 test failure on Mac OS X 10.6

2010-01-24 Thread Ralf Wildenhues
Hello, Andris reported off-list that he couldn't reproduce the failure on DJGPP anymore either, so I went ahead and applied this patch now. Thanks everyone for the feedback! Ralf * Ralf Wildenhues wrote on Sat, Jan 16, 2010 at 12:46:54PM CET: > Fix substitution of carriage return on Darwin.

Re: automake-1.11.1 test failure on Mac OS X 10.6

2010-01-16 Thread Ralf Wildenhues
[ cutting bug-gnu-utils again ] * Rugxulo wrote on Sat, Jan 16, 2010 at 01:46:22PM CET: > On Sat, Jan 16, 2010 at 5:46 AM, Ralf Wildenhues wrote: > > Hello Rugxulo, Andris, > > > > I need your help for a bit of Autoconf testing for me; see below. > > > > This is where said patch went wrong: the lo

Re: automake-1.11.1 test failure on Mac OS X 10.6

2010-01-16 Thread Paolo Bonzini
On 01/16/201 Here's what I want to know: 1). What sed (vendor, version) does Mac OS X/Darwin use? *BSD or just really old GNU? BSD. 2). Is it "\r" or "\\r" that is really undefined? I was never sure if "\\" was supposed to be undefined in POSIX (e.g. gnused --posix) or not. Hmmm, latest sed

Re: automake-1.11.1 test failure on Mac OS X 10.6

2010-01-16 Thread Rugxulo
Hi, On Sat, Jan 16, 2010 at 5:46 AM, Ralf Wildenhues wrote: > Hello Rugxulo, Andris, > > I need your help for a bit of Autoconf testing for me; see below. > > This is where said patch went wrong: the logic never meant to use '\r' > which some sed's but not all expand to a literal carriage return;

Re: automake-1.11.1 test failure on Mac OS X 10.6

2010-01-16 Thread Ralf Wildenhues
Hello Rugxulo, Andris, I need your help for a bit of Autoconf testing for me; see below. Background: Peter reported an Autoconf regression on OS X: that came from this patch:

Re: automake-1.11.1 test failure on Mac OS X 10.6

2010-01-10 Thread Ralf Wildenhues
Hello, FWIW, I'd like to fix this bug before the next release (without reintroducing any old bugs in this area), but I haven't looked at it at all yet. Cheers, Ralf * Peter O'Gorman wrote on Wed, Dec 09, 2009 at 06:36:31PM CET: > Automake's instspc.test fails when prefix has a ^M in it, it becom

automake-1.11.1 test failure on Mac OS X 10.6

2009-12-09 Thread Peter O'Gorman
Hi, Yes this is the right list :) Automake's instspc.test fails when prefix has a ^M in it, it becomes an r on darwin: /usr/bin/install -c -m 644 ../sub/nobase.h '/Users/leodavis/autotools-new/automake-1.11/tests/instspc.dir/sub1/r-prefix/foo/sub' test -f '/Users/leodavis/autotools-new