bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Os2


From: Bruno Haible
Subject: Re: Os2
Date: Sun, 13 Apr 2008 23:20:23 +0200
User-agent: KMail/1.5.4

Elbert Pol wrote:
> But the check failed :(
> I attach logs.

Thanks!! 39 failing tests means, there's some occasion for you to learn how
to use gdb.

The SIGFPE failures likely have the same or similar causes.

> diff: -: Invalid seek
> diff: -: Invalid seek
> diff: -: Invalid seek
> FAIL: test-argp-2.sh

Your 'diff' program can use some modernization. POSIX
  http://www.opengroup.org/onlinepubs/009695399/utilities/diff.html
goes into some length explaining why the input does not need to be seekable.

> test-canonicalize.c:53: assertion failed
>
> Killed by SIGABRT
> pid=0x6e84 ppid=0x6e83 tid=0x0001 slot=0x0095 pri=0x0200 mc=0x0001
> U:\TEST2\GLTESTS\TEST-CANONICALIZE.EXE
> Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
> FAIL: test-canonicalize.sh

Worth investigating.

> gethostname failed, rc -1 errno 0
> FAIL: test-gethostname.exe

Worth investigating.

> test-stat-time.c:120: assertion failed
> 
> Killed by SIGABRT
> pid=0x7102 ppid=0x7101 tid=0x0001 slot=0x00b9 pri=0x0200 mc=0x0001
> U:\TEST2\GLTESTS\TEST-STAT-TIME.EXE
> Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
> FAIL: test-stat-time.exe

Also worth investigating.

> unistdio/test-u16-printf1.h:196: assertion failed
> 
> Killed by SIGABRT
> pid=0x7423 ppid=0x7422 tid=0x0001 slot=0x0094 pri=0x0200 mc=0x0001
> U:\TEST2\GLTESTS\TEST-U16-VASNPRINTF1.EXE
> Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
> FAIL: test-u16-vasnprintf1.exe

This and the other test-u*-*printf* failures are likely the same.
Probably because you don't have an iconv(). Should disappear after you
install GNU libiconv.

Bruno







reply via email to

[Prev in Thread] Current Thread [Next in Thread]