[openssl-dev] test_ordinals causes make update to fail after make clean

Viktor Dukhovni openssl-users at dukhovni.org
Fri Dec 4 05:47:10 UTC 2015


On Fri, Dec 04, 2015 at 03:05:28AM +0000, Adam Eijdenberg wrote:

> When I'm preparing a patch I've gotten myself used to the following
> workflow to try to get my working environment into a sane state:
> 
> ./config --strict-warnings
> make clean
> make update
> make -j32
> make tests
> 
> Today I noticed that "make update" is failing with the following error:
> 
> /Applications/Xcode.app/Contents/Developer/usr/bin/make TESTS=test_ordinals
> test
> /Users/aeijdenberg/src/openssl/util/opensslwrap.sh: line 25:
> /Users/aeijdenberg/src/openssl/util/../apps/openssl: No such file or
> directory

Since you're on Darwin, presumably using a 64-bit Intel CPU, have
you considered instead:

    ./Configure shared darwin64-x86_64-cc  
    make clean
    make depend
    make -j32
    make tests

(note --strict-warnings is a developer option, no guarantee that
it will work at all times on all platforms).

-- 
	Viktor.


More information about the openssl-dev mailing list