Re: readlink on AIX 7.1BETA

2010-07-31 Thread Bruno Haible
Eric Blake wrote: Is readlink already being replaced due to other bugs? (I guess I need to look more closely at your logs.) It is not being replaced: HAVE_READLINK='1' REPLACE_READLINK='0' If so, then I think the replacement should work around this. If not, I'm perfectly fine relaxing the

Re: readlink on AIX 7.1BETA

2010-07-31 Thread Bruno Haible
With this commit included, Rainer's logs now show that the failure at test-readlink.h:54 is gone. The next one is a bit later: test-readlink.h:77: assertion failed FAIL: test-readlink and also test-areadlink.h:52: assertion failed FAIL: test-areadlink In the same spirit, I'm committing

Re: readlink on AIX 7.1BETA

2010-07-30 Thread Rainer Tammer
Hello Bruno, Bruno Haible wrote: Hello Rainer, Regarding this failure: test-readlink.h:54: assertion failed FAIL: test-readlink Could you please show what is the value of errno between these ASSERT statements: ASSERT (func (BASE file/, buf, sizeof buf) == -1); printf (errno =

Re: readlink on AIX 7.1BETA

2010-07-30 Thread Eric Blake
On 07/30/2010 03:04 PM, Rainer Tammer wrote: Hello Bruno, Bruno Haible wrote: Hello Rainer, Regarding this failure: test-readlink.h:54: assertion failed FAIL: test-readlink Could you please show what is the value of errno between these ASSERT statements: ASSERT (func (BASE