Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssl 1.0.2e build failed #109

Closed
kuri65536 opened this issue Jan 6, 2016 · 2 comments
Closed

openssl 1.0.2e build failed #109

kuri65536 opened this issue Jan 6, 2016 · 2 comments

Comments

@kuri65536
Copy link
Owner

openssl/Makefile work well below 1.0.2d but 1.0.2e cause error...

@aaaaalbert
Copy link
Contributor

I can confirm that OpenSSL 1.0.2_d_ builds for me (after a small patch to the makefile, see 4ec35c1), but versions e and f both fail, with the end of the build output stating:

making all in crypto/rsa...
make[4]: Entering directory `/home/aaaaa/python-for-android/python-build/openssl/.build_armeabi/crypto/rsa'
"arm-linux-androideabi-"gcc -mtune=xscale -march=armv5te -msoft-float --sysroot=/home/aaaaa/devel/android-ndk-r10e//platforms/android-4/arch-arm -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fvisibility=default -fPIE -mandroid -I/home/aaaaa/devel/android-ndk-r10e//platforms/android-4/arch-arm/usr/include -B/home/aaaaa/devel/android-ndk-r10e//platforms/android-4/arch-arm/usr/lib -O3 -fomit-frame-pointer -Wall   -c -o rsa_eay.o rsa_eay.c
"arm-linux-androideabi-"gcc -mtune=xscale -march=armv5te -msoft-float --sysroot=/home/aaaaa/devel/android-ndk-r10e//platforms/android-4/arch-arm -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fvisibility=default -fPIE -mandroid -I/home/aaaaa/devel/android-ndk-r10e//platforms/android-4/arch-arm/usr/include -B/home/aaaaa/devel/android-ndk-r10e//platforms/android-4/arch-arm/usr/lib -O3 -fomit-frame-pointer -Wall   -c -o rsa_gen.o rsa_gen.c
make[4]: *** No rule to make target `../../include/openssl/engine.h', needed by `rsa_lib.o'.  Stop.
make[4]: Leaving directory `/home/aaaaa/python-for-android/python-build/openssl/.build_armeabi/crypto/rsa'
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory `/home/aaaaa/python-for-android/python-build/openssl/.build_armeabi/crypto'
make[2]: *** [build_crypto] Error 1
make[2]: Leaving directory `/home/aaaaa/python-for-android/python-build/openssl/.build_armeabi'
make[1]: *** [.build_armeabi/libcrypto.so] Error 2
make[1]: Leaving directory `/home/aaaaa/python-for-android/python-build/openssl'
make: *** [.build_openssl] Error 2

Notes:

Anyhow, thanks for your cool project! It has been a smooth ride so far!

@kuri65536
Copy link
Owner Author

We need makedepend tool (xutils-dev package in Ubuntu)
and make depend before build openssl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants