Hello,
On 30.08.2010 22:31, Ralf Wildenhues wrote:
> * Eric Blake wrote on Mon, Aug 30, 2010 at 09:55:02PM CEST:
>>> Here's the latest snapshot tarball, if nothing goes terribly wrong, then
>>> I hope to get 1.4.15 out the door this week.
>> http://people.redhat.com/eblake/m4/m4-1.4.14.9-edf2d.ta
Hello,
I have checked the snap shot on AIX 5.3 (to avoid problem with the AIX
7.1BETA):
On 09.08.2010 23:26, Eric Blake wrote:
> On 07/30/2010 08:23 AM, Eric Blake wrote:
>> Now fixed in gnulib, and therefore in my current m4 snapshot:
>>
>> Grab m4-1.4.14.6-76d1 from http://people.redhat.com/ebl
Hello Eric,
On 09.08.2010 23:26, Eric Blake wrote:
> On 07/30/2010 08:23 AM, Eric Blake wrote:
>> Now fixed in gnulib, and therefore in my current m4 snapshot:
>>
>> Grab m4-1.4.14.6-76d1 from http://people.redhat.com/eblake/m4/
> Now at m4-1.4.14.7-19d5 from the same location.
>
>> I'm hoping th
Hello Bruno,
On 31.07.2010 22:52, Bruno Haible wrote:
> Hello Rainer,
>
> Thanks for the new results. The problematic corners are shrinking:
Yes, there is light at the end of the tunnel :-)
> - test-areadlink, test-areadlink-with-size, test-areadlinkat, test-readlink,
> test-symlinkat shoul
Hello Bruno,
it looks like I now can create the testdir myself.
I successfully build the missing tools.
Base: gnulib-d614713
Solved: test-strtod
The only unclean messages during bild are:
...
xlc -DHAVE_CONFIG_H -I. -DGNULIB_STRICT_CHECKING=1 -I. -I. -I.. -I./..
-I../gllib -I./../gllib -D_THREAD
Hello Bruno,
Bruno Haible wrote:
> Rainer Tammer wrote:
>
>> # ./testme
>> res = 0
>> outptr-buf = 2, outbytesleft = -1, buf = { 0xC3, 0x84 }
>>
> This is a buffer overrun bug: Although an outbytesleft argument of 1 is
> given, the iconv() function writ
Hello Bruno,
Bruno Haible wrote:
> Hello Rainer,
>
> Rainer Tammer wrote:
>
>>> test-chown.h:88: assertion failed
>>> FAIL: test-fchownat
>>>
>> test_chown(func = 0x2d50, print = 1), line 88 in "test-chown.h"
>> main
Hello Bruno,
Bruno Haible wrote:
> Hello Rainer,
>
>
>>> test-link.h:117: assertion failed
>>> FAIL: test-linkat
>>>
>> test_link(func = 0x29a0, print = 1), line 117 in "test-link.h"
>> main(), line 89 in "test-linkat.c"
>> ...
>> There is a second trap:
>>
>> ASSERT (func (BASE
Hello Bruno,
Bruno Haible wrote:
> Rainer Tammer wrote:
>
>> AIX 6.1 Technology Level 4:
>>
>> # xlc testme.c -liconv
>> # ./a.out
>> res = 0
>>
>> AIX 7.1BETA
>>
>> # ./a.out
>> res = 0
>>
> Thanks. This is s
Hello Bruno,
Bruno Haible wrote:
> Rainer Tammer wrote:
>
>> AIX 7.1BETA
>>
>> # ./testlibm
>> acos is in libc
>> asin is in libc
>> atan is in libc
>> atan2 is in libc
>> cbrt is in libc
>> copysign is in libc
>> cos is in libc
Hello Bruno,
Bruno Haible wrote:
> Rainer Tammer wrote:
>
>> maybe this is only a glich in the AIX7BETA ?
>>
> Maybe. But the commit that I did does not harm; it increases gnulib's
> robustness also for other platforms.
>
>
Yes,
that's true.
Hello,
Eric Blake wrote:
> On 07/30/2010 05:11 PM, Bruno Haible wrote:
>
>> Other than that:
>>
>> About mknod, the logs say:
>> configure:40991: checking whether mknod can create fifo without root
>> privileges
>> configure:41015: xlc -o conftest -g -D_THREAD_SAFE conftest.c >&5
>> c
Hello Bruno,
the duplocale() is new to AIX 7BETA.
The AIX 7BETA does not contain all locales, so it could be possible that
this fails.
Bruno Haible wrote:
> Hello Rainer,
>
> Regarding this test failure:
>
> test-duplocale.c:70: assertion failed
> FAIL: test-duplocale
>
> What does the follow
Hello Bruno,
Bruno Haible wrote:
> Hi Rainer,
>
> Regarding this test failure:
>
> test-chown.h:88: assertion failed
> FAIL: test-fchownat
>
> What's the output if you change test-chown.h at line 87 like this:
>
> ASSERT (func (BASE "dir/file/", -1, -1) == -1);
> { int err = errno; fprintf
Hello Bruno,
Bruno Haible wrote:
> Hello Rainer,
>
> Regarding this test failure:
>
> test-link.h:117: assertion failed
> FAIL: test-linkat
>
> What's the output when you change test-link.h like this at line 116:
>
> ASSERT (func (BASE "a/", BASE "c") == -1);
> { int err = errno; fprintf (
Hello Bruno,
Bruno Haible wrote:
> Hello Rainer,
>
> The logs say:
>
> test-iconv.c:81: assertion failed
> FAIL: test-iconv
>
> Can you please compile and run the following program, and show the output?
>
> ===
> #incl
IRFD.
> * m4/dirfd.m4 (gl_FUNC_DIRFD): If the function is declared but does not
> exist, set REPLACE_DIRFD.
> * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize REPLACE_DIRFD.
> * modules/dirent (Makefile.am): Substitute REPLACE_DIRFD.
> * doc/pos
Hello,
just one addition, this is the contents of AIX 7.1BETA libm.a
libm.a:
***Archive Symbol Table***
OffsetName
128._classl128
128_classl128
2356._isfinitel128
2356_isfinitel128
3812._isinfl128
3812_isinfl128
Hello Bruno,
Bruno Haible wrote:
> Hello Rainer,
>
> Rainer Tammer wrote:
>
>> 1. libm
>>
>> Some tests need libm (sample):
>>
>> xlc -g -o test-asin test-asin.o ../gllib/libgnu.a
>> ld: 0711-317 ERROR: Undefined symbol: .as
Hello Eric,
Eric Blake wrote:
> ... cut for clarity ...
>> test-strtod.c:762: assertion failed
>> {
>> const char input[] = "0x1p";
>> char *ptr;
>> double result;
>> errno = 0;
>> result = strtod (input, &ptr);
>> ASSERT (result == 1.0);
>> ASSERT (ptr == input + 3
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);
> pr
* m4/iconv.m4 (AM_ICONV_LINK): When cross-compiling, guess yes on
> AIX 7.
> Reported by Rainer Tammer.
>
> --- m4/iconv.m4.orig Fri Jul 30 20:58:29 2010
> +++ m4/iconv.m4 Fri Jul 30 20:58:27 2010
> @@ -1,4 +1,4 @@
> -# iconv.m4 serial 11 (gettext-0
Hello,
Bruno Haible wrote:
> Hello Rainer,
>
> Thanks for the logs. This is exactly what I needed in order to get an
> overview of the problems on this platforms.
>
>
no problem, thanks very much for your help. I'll will run the same tests
on AIX 6.1 / 5.3.3.
Q: Shouldn't configure automatical
/130.changeword
All checks successful
gmake: Leaving directory `/daten/source/m4-1.4.14/checks'
The only failing M4 test is:
/bin/sh: 8126556 IOT/Abort trap(coredump)
FAIL: test-strtod
Bye
Rainer
Eric Blake wrote:
> On 07/29/2010 05:03 AM, Rainer Tammer wrote:
>
>> Hello,
&g
"...
> On 07/29/2010 10:46 AM, Rainer Tammer wrote:
>> Hello Eric,
>> source: m4-1.4.14.6-ffa0
>>>> 1. The test-strtod is still failing
>>>>
>>>> # ./test-strtod (compiled and executet manually)
>>>> test-strtod.c:389: assertion
On 29.07.2010 18:56, Eric Blake wrote:
> [again, please keep the lists in the loop; and splitting my reply to
> multiple topics]
Sorry, sometimes I forget to use "reply all" instead of "reply"...
> On 07/29/2010 10:46 AM, Rainer Tammer wrote:
>> Hello Eric,
Hello Eric,
On 29.07.2010 15:17, Eric Blake wrote:
> ... cut for clarity ...
>> /* Define to 1 if strtod is declared even after undefining macros. */
>> #define HAVE_RAW_DECL_STRTOD 1
> That's not quite what I asked. But thanks for the attachments: looking
> at config.log reveals the answers to
27 matches
Mail list logo