Testing for the 4.4p1 release
Roger Cornelius
rac at tenzing.org
Sat Sep 2 09:45:19 EST 2006
[ SCO OSR6 w/mp2 using system compiler, SNAP-20060902 ]
On 08/31/2006 10:12, Roger Cornelius wrote:
> [4.4p1 on SCO OSR6 w/MP2]
>
> Thanks. The build now completes but 'make tests' fails at:
>
> run test login-timeout.sh ...
> /u1/src/rac/openssh/openssh/regress/login-timeout.sh: warning: line 18: `...` ob
> solete, use $(...)
> ssh_exchange_identification: Connection closed by remote host^M
> ssh connect after login grace timeout failed with privsep
> failed connect after login grace timeout
> make[1]: *** [t-exec] Error 1
> make[1]: Leaving directory `/u1/src/rac/openssh/openssh/regress'
> make: *** [tests] Error 2
>
> I won't be able to look into why it's failing until possibly tomorrow.
> I'll also need to test that updwtmpx() works correctly. 4.3p1 required
> me to build with -DBROKEN_WTMPX (which I didn't report), and I see it is
> not defined by configure for this platform.
OK, I apparently have a dns issue that is causing
regress/login-timout.sh to timeout and fail. 'make tests' completes
without error after increasing the duration of the sleeps in that
script (I've noticed for the last week or so that connecting to this
system with ssh takes an unusually long time).
OSR6 does need BROKEN_UPDWTMP defined. Otherwise wtmp gets trashed when
someone connects via ssh. This can be seen by running /bin/last
after a ssh login. Here's an example of last output after a ssh
connection (I didn't save a pre-4.4p1 example of last output but it
was valid):
User Line Device PID Login time Elapsed Time Comments
rac s007 pts007 12911 Wed Jul 8 21:48-1169-9:-21
rac s006 pts006 12893 Sun Nov 3 20:52 1783320:20
rac s006 pts006 12882 Mon Feb 11 04:48 7568d11:56
rac s006 pts006 12871 Sun Feb 26 02:08-1609-19:-7
rac s006 pts006 12849 Thu Jun 1 09:43-1680-17:-40
rac s004 pts004 10957 Tue Nov 29 04:34 -1178-9:-4
rac c01 tty01 3449 Mon Dec 31 19:04 2215823:23 logged in
root c01 tty01 2034 Wed Sep 5 05:51-1412-9:-46 ??
rac s005 pts005 7158 Sun Sep 6 09:48 1153607:23
rac s005 pts005 24076 Fri Nov 22 06:46 8368d17:38
Here is a list of the warnings generated by make:
cc -I /u/include -I. -I.. -I. -I./.. -I/u/etc/openssl/include -DHAVE_CONFIG_H -c bsd-closefrom.c
UX:acomp: WARNING: "/usr/include/stddef.h", line 39: macro redefined: offsetof
cc -I /u/include -I. -I.. -I. -I./.. -I/u/etc/openssl/include -DHAVE_CONFIG_H -c bsd-cray.c
UX:acomp: WARNING: "bsd-cray.c", line 820: empty translation unit
cc -I /u/include -I. -I.. -I. -I./.. -I/u/etc/openssl/include -DHAVE_CONFIG_H -c glob.c
UX:acomp: WARNING: "glob.c", line 619: assignment type mismatch
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c authfile.c
UX:acomp: WARNING: "/usr/include/stddef.h", line 39: macro redefined: offsetof
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c hostfile.c
UX:acomp: WARNING: "hostfile.c", line 92: argument #2 incompatible with prototype: b64_pton()
UX:acomp: WARNING: "hostfile.c", line 130: argument #2 incompatible with prototype: HMAC_Update()
UX:acomp: WARNING: "hostfile.c", line 131: argument #2 incompatible with prototype: HMAC_Final()
UX:acomp: WARNING: "hostfile.c", line 134: argument #1 incompatible with prototype: b64_ntop()
UX:acomp: WARNING: "hostfile.c", line 135: argument #1 incompatible with prototype: b64_ntop()
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh.c
UX:acomp: WARNING: "/usr/include/stddef.h", line 39: macro redefined: offsetof
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c auth-rhosts.c
UX:acomp: WARNING: "auth-rhosts.c", line 131: argument #2 incompatible with prototype: innetgr()
UX:acomp: WARNING: "auth-rhosts.c", line 132: argument #2 incompatible with prototype: innetgr()
UX:acomp: WARNING: "auth-rhosts.c", line 139: argument #3 incompatible with prototype: innetgr()
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c serverloop.c
UX:acomp: WARNING: "serverloop.c", line 831: argument #4 incompatible with prototype: wait_until_can_do_something()
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh-keygen.c
UX:acomp: WARNING: "/usr/include/stddef.h", line 39: macro redefined: offsetof
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh-rand-helper.c
UX:acomp: WARNING: "/usr/include/stddef.h", line 39: macro redefined: offsetof
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sftp-client.c
UX:acomp: WARNING: "sftp-client.c", line 1066: argument #3 incompatible with prototype: start_progress_meter()
cc -I /u/include -I. -I. -I/u/etc/openssl/include -DSSHDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_SSH_PROGRAM=\"/u/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/u/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/u/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/u/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/u/etc/openssh-4.4p1\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/u/var/empty\" -DSSH_RAND_HELPER=\"/u/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sftp-glob.c
UX:acomp: WARNING: "sftp-glob.c", line 140: assignment type mismatch
--
Roger Cornelius rac at tenzing.org
More information about the openssh-unix-dev
mailing list