On 18/08/14 03:23, Damien Miller wrote:
Hi,
OpenSSH 6.7 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a big release
containing a number of features, a lot of internal refactoring and some
potentially-incompatible changes.
It fails to build on IRIX 6.2:
cc-1020 cc: ERROR File = sftp-server.c, Line = 1536
The identifier "PR_SET_DUMPABLE" is undefined.
if (prctl(PR_SET_DUMPABLE, 0) != 0)
^
1 error detected in the compilation of "sftp-server.c".
AFAIK no version of IRIX has PR_SET_DUMPABLE.
Fixing that, the build completes.
The sshkey unit test fails:
test_sshkey: ...........................
regress/unittests/sshkey/test_sshkey.c:338 test #28 "nested certificate"
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0) failed:
sshkey_load_cert(test_data_file("rsa_1"), &k1) = -4
0 = 0
make[1]: *** [unit] Error 134
The rest of the testsuite is running now but so far it looks like the
problems there are the same as previous releases.
-tgc
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev