Hrm - must have been a timing issue or my user error. In any case, just
pulled the latest commits ...
*AIX 6.1/7.1 now fails here:*
*...*
xlc_r -O2 -qarch=ppc -qalloca -I/usr/include
-I/opt/freeware/include -I. -I. -O2 -qarch=ppc -qalloca -I/usr/include
-I/opt/freeware/include -DSSHDIR=\"/usr/local/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\"
-D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\"
-D_PATH_SSH_PIDDIR=\"/var/run\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
-DHAVE_CONFIG_H -c packet.c -o packet.o
"/usr/include/openssl/objects.h", line 1009.31: 1506-275 (S)
Unexpected
text free_func encountered.
make: 1254-004 The error code from the last command is 1.
*HP-UX 11.23/11.31 fail here:*
*...*
cc -O2 -Ae -I. -I. -I/opt/phs/include -I/opt/gnome/include -I/usr/include
-I/opt/gtk2.6/include -D_HPUX_SOURCE -D_XOPEN_SOURCE
-D_XOPEN_SOURCE_EXTENDED=1 -DSSHDIR=\"/usr/local/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\"
-D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\"
-D_PATH_SSH_PIDDIR=\"/var/run\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
-DHAVE_CONFIG_H -c cipher-aesctr.c -o cipher-aesctr.o
"cipher-aesctr.c", line 30: warning #2260-D: explicit type is missing
("int"
assumed)
static __inline__ void
^
"cipher-aesctr.c", line 30: error #2065: expected a ";"
static __inline__ void
^
At end of source: warning #2012-D: parsing restarts here after previous
syntax
error
1 error detected in the compilation of "cipher-aesctr.c".
make: *** [cipher-aesctr.o] Error 2
On Mon, Feb 23, 2015 at 3:12 PM, Damien Miller <djm at mindrot.org> wrote:
> On Mon, 23 Feb 2015, Kevin Brott wrote:
>
> > Hrm - I'll have to run this on one of my linux boxxen and then
schlep the
> > source over - the AIX/HP-UX boxenn have an older version of the
autoconf
> > tools and autoreconf is broken/missing ... and that seems to work.
> >
> > Now the build fails here on AIX 6.1/7.1 ...
> >
> > xlc_r -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include
-I.
> > -I. -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include
> > -DSSHDIR=\"/usr/local/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
> >
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"
> > -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"
> > -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\"
> >
-D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\"
> > -D_PATH_SSH_PIDDIR=\"/var/run\"
> -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
> > -DHAVE_CONFIG_H -c nchan.c -o nchan.o
> > "/usr/include/sys/queue.h", line 103.9: 1506-236 (W) Macro
name LIST_INIT
> > has been redefined.
> > "/usr/include/sys/queue.h", line 103.9: 1506-358 (I)
"LIST_INIT" is
> defined
> > on line 287 of openbsd-compat/sys-queue.h.
>
> hm, are you sure you have pulled the latest source? AFAIK I have
> fixed all the sys/queue.h inclusions. Maybe some system header is
> pulling it too (if so, which?)
>
--
# include <stddisclaimer.h>
/* Kevin Brott <Kevin.Brott at gmail.com> */