Testing for the 4.4p1 release

Roger Cornelius rac at tenzing.org
Thu Aug 31 07:44:16 EST 2006


On 08/30/2006 23:41, Damien Miller wrote:

[...]

> Testing on suitable non-production systems is also appreciated. Please send
> reports of success or failure to openssh-unix-dev at mindrot.org, including 
> details of your platform, compiler and configure options.

Building from SNAP-20060831 on SCO OSR6 w/MP2 and the MP2 Supplement,
using system compiler, with configure invoked as:

export CFLAGS="-I /u/include"
./configure \
	--prefix=/u \
	--with-ldflags="-s -L /u/lib" \
	--with-ssl-dir=/u/etc/openssl \
	--with-privsep-path=/u/var/empty \
	--sysconfdir=/u/etc/openssh-4.4p1 \
	--with-pid-dir=/u/etc/openssh-4.4p1 \
	--with-tcp-wrappers \
	--disable-lastlog \
	--with-xauth=/usr/bin/X11/xauth

Build fails at port-uw.c:

cc -I /u/include  -I. -I.. -I. -I./.. -I/u/etc/openssl/include -DHAVE_CONFIG_H -c port-uw.c
UX:acomp: WARNING: "/usr/include/sys/socket.h", line 371: macro redefined: CMSG_DATA
UX:acomp: WARNING: "/usr/include/sys/socket.h", line 386: macro redefined: CMSG_FIRSTHDR
UX:acomp: WARNING: "/usr/include/netinet/in_f.h", line 105: macro redefined: INADDR_LOOPBACK
UX:acomp: WARNING: "/usr/include/netinet/in6_f.h", line 100: macro redefined: IN6_IS_ADDR_V4MAPPED
UX:acomp: ERROR: "../log.h", line 63: Syntax error before or at: va_list
UX:acomp: ERROR: "../auth.h", line 109: Syntax error before or at: Key
UX:acomp: ERROR: "../auth.h", line 112: Syntax error before or at: *
UX:acomp: ERROR: "../auth.h", line 113: Syntax error before or at: *
UX:acomp: ERROR: "../auth.h", line 114: Syntax error before or at: *
UX:acomp: ERROR: "../auth.h", line 115: Syntax error before or at: Key
UX:acomp: ERROR: "../auth.h", line 117: Syntax error before or at: Key
UX:acomp: ERROR: "../auth.h", line 118: Syntax error before or at: Key
UX:acomp: ERROR: "../auth.h", line 119: Syntax error before or at: Key
UX:acomp: ERROR: "../auth.h", line 173: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "../auth.h", line 173: cannot recover from previous
errors
make[1]: *** [port-uw.o] Error 1
make[1]: Leaving directory `/u1/src/rac/openssh/openssh/openbsd-compat'
make: *** [openbsd-compat/libopenbsd-compat.a] Error 2

-- 
Roger Cornelius        rac at tenzing.org



More information about the openssh-unix-dev mailing list