Call for testing: OpenSSH 6.7
Kevin Brott
kevin.brott at gmail.com
Wed Aug 20 05:55:02 EST 2014
FAIL*1 on Centos 2.1 -> RHEL 5.10
FAIL*2 on RHEL 6.0 -> RHEL 6.4 and AIX 5.3 (using openssl 0.9.8k)
The AIX gcc builds are still failing, but - if I replace this line:
-L regress/unittests/test_helper -ltest_helper \
With this
regress/unittests/test_helper/libtest_helper.a \
....
then test_sshbuf and test_sshkey compile ok (both fail for the 'missing'
library) - and tests continue ... will report status when run is done.
On Tue, Aug 19, 2014 at 8:54 AM, Kevin Brott <kevin.brott at gmail.com> wrote:
>
> New failures on older openssl ... will test against the RH 1.0.0-fips in a
> bit ...
>
> Using http://www.mindrot.org/openssh_snap/openssh-SNAP-20140820.tar.gz
>
> OS Build_Target CC
> OpenSSL BUILD TEST
> ============== =========================== ================
> ============= ====== =================
> Centos 2.1 i386-redhat-linux gcc 2.9.6
> 0.9.6b-engine FAIL*1
> RHEL 3.4 i386-redhat-linux gcc 3.2.3-47
> 0.9.7a FAIL*1
> AIX 5300-12-04 powerpc-ibm-aix5.3.0.0 gcc 4.2.0-3
> 0.9.8k FAIL*2
>
> FAIL*1 - Shouldn't this have been caught by configure?
> gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare
> -Wformat-security -fno-strict-aliasing -D_FORTIFY_SOURCE=2
> -fno-builtin-memset -std=gnu99 -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c
> openssl-compat.c
> In file included from openssl-compat.c:32:
> openssl-compat.h:28:2: #error OpenSSL 0.9.8f or greater is required
> make[1]: *** [openssl-compat.o] Error 1
> make[1]: Leaving directory `/usr/src/openssh/openbsd-compat'
> make: *** [openbsd-compat/libopenbsd-compat.a] Error 2
>
> FAIL*2 - Different AIX failure on old openssl ...
> gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized
> -Wsign-compare -Wformat-security -Wno-pointer-sign -fno-strict-aliasing
> -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -I. -I.. -I. -I./..
> -DHAVE_CONFIG_H -c port-aix.c
> In file included from ../key.h:29,
> from port-aix.c:31:
> ../sshkey.h:34:24: error: openssl/ec.h: No such file or directory
> In file included from ../key.h:29,
> from port-aix.c:31:
> ../sshkey.h:103: error: expected specifier-qualifier-list before
> 'EC_KEY'
> ../sshkey.h:149: error: expected ')' before '*' token
> ../sshkey.h:151: warning: type defaults to 'int' in declaration of
> 'EC_GROUP'
> ../sshkey.h:151: error: expected ';', ',' or ')' before '*' token
> ../sshkey.h:152: warning: type defaults to 'int' in declaration of
> 'EC_KEY'
> ../sshkey.h:152: error: expected ';', ',' or ')' before '*' token
> ../sshkey.h:170: warning: type defaults to 'int' in declaration of
> 'EC_GROUP'
> ../sshkey.h:170: error: expected ';', ',' or ')' before '*' token
> ../sshkey.h:171: warning: type defaults to 'int' in declaration of
> 'EC_KEY'
> ../sshkey.h:171: error: expected ';', ',' or ')' before '*' token
> In file included from port-aix.c:31:
> ../key.h:85: warning: type defaults to 'int' in declaration of
> 'EC_GROUP'
> ../key.h:85: error: expected ';', ',' or ')' before '*' token
> ../key.h:86: warning: type defaults to 'int' in declaration of
> 'EC_KEY'
> ../key.h:86: error: expected ';', ',' or ')' before '*' token
> make: The error code from the last command is 1.
>
>
>
>
> On Mon, Aug 18, 2014 at 9:26 PM, Damien Miller <djm at mindrot.org> wrote:
>
>>
>>
>> On Mon, 18 Aug 2014, Kevin Brott wrote:
>>
>> > Will test this out in the morning. Will this be in the 0820 snapshot?
>>
>> Yes, it should be.
>>
>> -d
>>
>
>
>
> --
> # include <stddisclaimer.h>
> /* Kevin Brott <Kevin.Brott at gmail.com> */
>
>
--
# include <stddisclaimer.h>
/* Kevin Brott <Kevin.Brott at gmail.com> */
More information about the openssh-unix-dev
mailing list