bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] Present release goals


From: Mats Erik Andersson
Subject: Re: [bug-inetutils] Present release goals
Date: Wed, 12 Oct 2011 21:35:59 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

To make explicit the present failures in matters on portability,
I have freshly pulled IU and GNUlib, bootstrapped on GNU/Linux,
moved using "rsync -CLa" to the target system, and have configured
using "--with-wrap --with-pam". Results:

 GNU/Linux builds without complaints.

 GNU/kFreeBSD fails while compiling "telnetd/telnetd.o".

 FreeBSD and OpenBSD fail while compiling "ftpd/ftpcmd.o".

This latter error appeared this past month of June.

Best regards,
  Mats


## GNU/kFreeBSD
##
## make     (GNU Make)

make[2]: Entering directory `/tmp/inetutils/telnetd'
  CC     telnetd.o
In file included from telnetd.h:48:0,
                 from telnetd.c:23:
/usr/include/stropts.h:67:12: error: conflicting types for 'rpl_ioctl'
../lib/sys/ioctl.h:357:1: note: previous declaration of 'rpl_ioctl' was here
make[2]: *** [telnetd.o] Error 1
make[2]: Leaving directory `/tmp/inetutils/telnetd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/inetutils'
make: *** [all] Fel 2


## FreeBSD
##
## make    (BSD Make)

Making all in ftpd
  CC     ftpcmd.o
In file included from ../lib/unistd.h:123,
                 from ../lib/stdlib.h:90,
                 from ftpcmd.c:1:
../lib/getopt.h:197: error: redefinition of `struct option'
ftpcmd.y: In function `yylex':
ftpcmd.y:984: warning: comparison between pointer and integer
*** Error code 1

Stop in /tmp/inetutils/ftpd.
*** Error code 1

Stop in /tmp/inetutils.
*** Error code 1

Stop in /tmp/inetutils.

## FreeBSD
##
## gmake    (GNU Make)

  CC     ftpcmd.o
In file included from ../lib/unistd.h:123,
                 from ../lib/stdlib.h:90,
                 from ftpcmd.c:1:
../lib/getopt.h:197: error: redefinition of `struct option'
ftpcmd.y: In function `yylex':
ftpcmd.y:984: warning: comparison between pointer and integer
gmake[2]: *** [ftpcmd.o] Error 1
gmake[2]: Leaving directory `/tmp/inetutils/ftpd'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/inetutils'
gmake: *** [all] Fel 2


## OpenBSD
##
## make     (BSD Make)

Making all in ftpd
  CC     ftpcmd.o
In file included from ../lib/unistd.h:123,
                 from ../lib/stdlib.h:90,
                 from ftpcmd.c:9:
../lib/getopt.h:197: error: redefinition of `struct option'
*** Error code 1

Stop in /tmp/inetutils/ftpd (line 92 of /usr/share/mk/sys.mk).
*** Error code 1

Stop in /tmp/inetutils (line 1296 of Makefile).
*** Error code 1

Stop in /tmp/inetutils (line 1210 of Makefile).

## OpenBSD
##
## gmake      (GNU Make)

gmake[2]: Entering directory `/tmp/inetutils/ftpd'
  CC     ftpcmd.o
In file included from ../lib/unistd.h:123,
                 from ../lib/stdlib.h:90,
                 from ftpcmd.c:9:
../lib/getopt.h:197: error: redefinition of `struct option'
gmake[2]: *** [ftpcmd.o] Error 1
gmake[2]: Leaving directory `/tmp/inetutils/ftpd'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/inetutils'
gmake: *** [all] Error 2



reply via email to

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