bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] [Platform-testers] inetutils pre-release


From: Bruno Haible
Subject: Re: [bug-inetutils] [Platform-testers] inetutils pre-release
Date: Wed, 30 Nov 2011 01:10:35 +0100
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Hi Simon,

> http://daily.josefsson.org/inetutils/inetutils-1.8.185-bfee.tar.gz

===============================================================================

* Linux x86_64
* Linux PowerPC (32-bit and 64-bit)
* Linux SPARC (32-bit and 64-bit)
* FreeBSD 6.4

All tests passed.

===============================================================================

* MacOS X 10.5

Two test failures:

Using pid-file at 
"/Users/bruno/data/build/multibuild-1543/macosx/inetutils-1.8.185-bfee/tests/inetd.pid.23516".
/Users/bruno/data/build/multibuild-1543/macosx/inetutils-1.8.185-bfee/tests/inetd.conf.tmp:1:
 ADD : *:7777 proto=udp, wait=1, max=0, user=bruno builtin=no 
server=/Users/bruno/data/build/multibuild-1543/macosx/inetutils-1.8.185-bfee/tests/../src/tftpd
registered 
/Users/bruno/data/build/multibuild-1543/macosx/inetutils-1.8.185-bfee/tests/../src/tftpd
 on 4
Looks into 192.168.100.43
127.0.0.1.
trying with address `192.168.100.43'...
./tftp.sh: line 98: 23535 Done                    echo "get tftp-test-file"
     23536 Bus error               | "$TFTP" $addr $PORT
cmp: tftp-test-file: No such file or directory
./tftp.sh: line 118: 23525 Terminated              $INETD -d -p"$INETD_PID" 
"$INETD_CONF"
FAIL: tftp.sh

WARNING!!
Disabling INET server tests since you seem
to be underprivileged.
./src/logger: UNIX socket name too long
Registered 2 successes out of 3.
Failing some tests.
FAIL: syslogd.sh

===============================================================================

* OpenBSD 4.9

Build failure:

  CC     logger.o
In file included from logger.c:47:
logprio.h:58: error: redefinition of 'struct _code'
logprio.h:98: error: redefinition of 'prioritynames'
/usr//include/syslog.h:71: error: previous definition of 'prioritynames' was 
here
logprio.h:115: error: redefinition of 'facilitynames'
/usr//include/syslog.h:118: error: previous definition of 'facilitynames' was 
here
*** Error code 1

===============================================================================

* NetBSD 5.1

Build failure:

  CC     commands.o
commands.c: In function 'send_tncmd':
commands.c:432: error: conflicting types for 'telopts'
/usr/include/arpa/telnet.h:150: error: previous declaration of 'telopts' was 
here
*** Error code 1

Already reported in
<http://lists.gnu.org/archive/html/bug-inetutils/2011-11/msg00001.html>.

===============================================================================

* AIX 5.1
* OSF/1 5.1
* Solaris 8, 10

Build failure:

  CC     hostname.o
"hostname.c", line 93.25: 1506-045 (S) Undeclared identifier sethostname.
"hostname.c", line 161.31: 1506-045 (S) Undeclared identifier sethostname.
make: 1254-004 The error code from the last command is 1.

Already reported in
<http://lists.gnu.org/archive/html/bug-inetutils/2011-11/msg00001.html>.

===============================================================================

* HP-UX 11.00

Build failure:

  CC     utmp_logout.o
cc: "utmp_logout.c", line 76: error 1588: "e_termination" undefined.
cc: "utmp_logout.c", line 76: error 1531: Invalid member of struct or union.
cc: "utmp_logout.c", line 77: error 1588: "e_exit" undefined.
cc: "utmp_logout.c", line 77: error 1531: Invalid member of struct or union.
gmake[2]: *** [utmp_logout.o] Error 1

Already reported in
<http://lists.gnu.org/archive/html/bug-inetutils/2011-11/msg00001.html>.

===============================================================================

* IRIX 6.5

Build failure:

  CC     inetd.o

cc-1018 cc: ERROR File = inetd.c, Line = 1745
  An unmatched left parentheses "(" appears in an expression.

  prepenv (int ctrl, struct sockaddr *sa_client, socklen_t sa_len)
                                                           ^

cc-1148 cc: ERROR File = inetd.c, Line = 1799
  Expression must have "struct" or "union" type.

    ret = getnameinfo (sa_client, sa_len, ip, sizeof (ip), str, sizeof (str),
                                  ^

cc-1148 cc: ERROR File = inetd.c, Line = 1813
  Expression must have "struct" or "union" type.

          ret = getnameinfo (sa_client, sa_len, ip, sizeof (ip), NULL, 0, 0);
                                        ^

3 errors detected in the compilation of "inetd.c".
*** Error code 2 (bu21)

The macro sa_len appararently expands to
  sa_union . sa_generic . sa_len2
(definition coming from /usr/include/sys/socket.h). Most likely the best fix
is to use a different identifier than 'sa_len' for the parameter.

===============================================================================

* Cygwin 1.7.9

Build failure:

  CC     tftpsubs.o
tftpsubs.c:69:23: fatal error: arpa/tftp.h: No such file or directory
compilation terminated.
make[2]: *** [tftpsubs.o] Error 1

Already reported in
<http://lists.gnu.org/archive/html/bug-inetutils/2011-11/msg00001.html>.

===============================================================================

* mingw

Build failure:

  CC     cleansess.o
cleansess.c: In function `cleanup_session':
cleansess.c:58: warning: implicit declaration of function `logout'
cleansess.c:59: warning: implicit declaration of function `logwtmp'
cleansess.c:62: warning: implicit declaration of function `chown'
cleansess.c:63: warning: implicit declaration of function `fchmod'
cleansess.c:64: warning: implicit declaration of function `fchown'

All these functions indeed don't exist on mingw.

  CC     daemon.o
daemon.c:59:22: sys/wait.h: No such file or directory
daemon.c: In function `waitdaemon_timeout':
daemon.c:112: warning: implicit declaration of function `alarm'
daemon.c:113: error: `SIGALRM' undeclared (first use in this function)
daemon.c:113: error: (Each undeclared identifier is reported only once
daemon.c:113: error: for each function it appears in.)
daemon.c: In function `waitdaemon':
daemon.c:131: warning: implicit declaration of function `fork'
daemon.c:142: error: `SIGALRM' undeclared (first use in this function)
daemon.c:144: warning: implicit declaration of function `pause'
daemon.c:149: warning: implicit declaration of function `setsid'
daemon.c:154: error: `SIGHUP' undeclared (first use in this function)
make[2]: *** [daemon.o] Error 1

===============================================================================

Bruno
-- 
In memoriam Willy Cohn <http://de.wikipedia.org/wiki/Willy_Cohn>



reply via email to

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