Call for testing: OpenSSH-6.3

Damien Miller djm at mindrot.org
Sat Aug 3 17:58:58 EST 2013


On Fri, 2 Aug 2013, Kevin Brott wrote:

> Mostly successful - couple of build issues. Also had to drop the hp-ux
> 11.11 builds - no working build environment for that platform here any
> more. But I see herr Joseph has that covered. :)
> 
>  Using http://www.mindrot.org/openssh_snap/openssh-SNAP-20130803.tar.gz

First, thanks again for the very extensive set of tests.

>  OS              Build_Target                CC
> OpenSSL      BUILD TEST
>  ==============  =========================== ================
> ============ ===== =================
>  RHEL 2.1        i686-pc-linux-gnu           gcc 2.96-129.7.2
> 0.9.6b-eng   OK    all tests passed
>  RHL 8.0         i686-pc-linux-gnu           gcc 3.2.2-5
> 0.9.7a       OK    FAIL**T1
>  RHEL 3.0        i686-pc-linux-gnu           gcc 3.2.3-20
> 0.9.7a       OK    FAIL**T1

...

>  **T1 run test connect.sh ...
>       ssh connect with protocol 1 failed
>       ssh connect with protocol 2 failed
>       failed simple connect
>       make[1]: *** [t-exec] Error 1
>       make[1]: Leaving directory `/var/tmp/ssh/openssh/regress'
>       make: *** [tests] Error 2
>       --
>       Looking at failure logs - this is what's killing it:
>       clock_gettime: Invalid argument
>       FAIL: ssh connect with protocol x failed

Maybe these platforms lack CLOCK_MONOTONIC? Darren, perhaps we should
wrap clock_gettime and have a fallback for platforms that lack this?

-d


More information about the openssh-unix-dev mailing list