Call for testing: OpenSSH-5.7

Tom Christensen tgc at jupiterrise.com
Tue Jan 18 08:04:27 EST 2011


Damien Miller wrote:
> Hi,
> 
> OpenSSH 5.7 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This release contains a
> couple of large and intrusive features and changes and quite a number of
> bug fixes.
> 
Building the 20110118 snapshot on IRIX 5.3 dies with:
gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare
-Wformat-security -fno-builtin-memset -std=gnu99  -I. -I.. -I. -I./..
-I/usr/tgcware/include/openssl -I/usr/tgcware/include -DHAVE_CONFIG_H -c
port-tun.c
In file included from port-tun.c:24:
/usr/include/netinet/ip.h:34: error: redefinition of `struct ip'
/usr/include/netinet/ip.h:112: error: redefinition of `struct ip_timestamp'
/usr/include/netinet/ip.h:124: error: redefinition of `union ipt_timestamp'
/usr/include/netinet/ip.h:126: error: redefinition of `struct ipt_ta'
make[1]: *** [port-tun.o] Error 1

I had to remove #include <netinet/in_systm.h> and #include 
<netinet/ip.h> from defines.h and #include <netinet/in_systm.h> from 
includes.h to make the build complete.

I haven't looked closely at the testsuite results but it looks like it's 
no worse off than with 5.6p1.

-tgc



More information about the openssh-unix-dev mailing list