[openssl-dev] [openssl.org #4033] Unable to build openssl git master branch on NetBSD for > 24 hours

Erik Forsberg erik at efca.com
Fri Sep 18 18:32:15 UTC 2015


>-- Original Message --
>
>Vid Fre, 18 Sep 2015 kl. 15.21.14, skrev yancm at SDF.ORG:
>> > jumping in here... could you show us the content of
>> > test/test_rehash.log ?
>> >
>> > In the mean time, I'll have a go on a FreeBSD system to see if I can
>> > trigger this fault.
>>
>> # more test_rehash.log
>> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
>> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
>> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
>> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
>> #
>
>Ok, I'm having trouble reproducing....
>
>What that last test really does is the equivalent of this:
>
>mkdir rehash.$$; (cd rehash.$$; chmod 0500 . ; ../util/shlib_wrap.sh
>../apps/openssl rehash . ; echo $?; chmod 0700 . ); rmdir rehash.$$
>
>with the current source (I have assume you're pull is absolutely up to date),
>that should print an error message and the echo of $? should print 1. I cannot
>understand why that fails for you...

    Maybe running test as root ?



More information about the openssl-dev mailing list