Call for testing: OpenSSH-5.4

Chris Adams cmadams at hiwaay.net
Thu Mar 4 13:13:13 EST 2010


Once upon a time, Damien Miller <djm at mindrot.org> said:
> OpenSSH 5.4 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a big release,
> with a number of major new features and many bug fixes.

Hmm, build of 20100304 fails on Tru64 (ignore the "long long" info
messages):

cc -I/usr/local/include -O -ieee -std1 -arch generic -tune ev67  -I. -I.  -DSSHDIR=\"/usr/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/openssh/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/openssh/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/openssh/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/openssh/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty/sshd\" -DSSH_RAND_HELPER=\"/usr/local/libexec/openssh/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh-keygen.c
cc: Info: ssh-keygen.c, line 116: The integer constant is of type "unsigned long long", which is a new feature of C99 might not be portable. (longlongsufx)
u_int64_t cert_valid_to = ~0ULL;
---------------------------^
cc: Info: openbsd-compat/openbsd-compat.h, line 106: In this declaration, type "long long" is a new feature in C99. (longlongtype)
int     fmt_scaled(long long number, char *result);
-------------------^
cc: Info: openbsd-compat/openbsd-compat.h, line 184: In this declaration, type "long long" is a new feature in C99. (longlongtype)
long long strtoll(const char *, char **, int);
^
cc: Info: openbsd-compat/openbsd-compat.h, line 188: In this declaration, type "long long" is a new feature in C99. (longlongtype)
long long strtonum(const char *, long long, long long, const char **);
^
cc: Info: openbsd-compat/openbsd-compat.h, line 188: In this declaration, type "long long" is a new feature in C99. (longlongtype)
long long strtonum(const char *, long long, long long, const char **);
---------------------------------^
cc: Info: openbsd-compat/openbsd-compat.h, line 188: In this declaration, type "long long" is a new feature in C99. (longlongtype)
long long strtonum(const char *, long long, long long, const char **);
--------------------------------------------^
cc: Error: ssh-keygen.c, line 1303: In this statement, "BSDoptarg" is not declared. (undeclared)
                fatal("Invalid certificate life specification %s", optarg);
-------------------------------------------------------------------^
make: *** [ssh-keygen.o] Error 1

-- 
Chris Adams <cmadams at hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.


More information about the openssh-unix-dev mailing list