2009/1/24 Alon Bar-Lev <alon.bar...@gmail.com>:
> Please try now.

Build of OpenSSL fails if I use MAKEFLAGS=-j3
It is OK with no MAKEFLAGS.
OpenSSL does not like parallel build?

[...]
cc -I.. -I../.. -I../asn1 -I../evp -I../../include -fPIC -fno-common
-DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H
-I/Users/rousseau/Documents/sc/OpenSC/build/trunk/image/opensc/include
-arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM
-DWHIRLPOOL_ASM   -c -o ts_asn1.o ts_asn1.c
ar  r ../../libcrypto.a ts_err.o ts_req_utils.o ts_req_print.o
ts_rsp_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_verify.o
ts_verify_ctx.o ts_lib.o ts_conf.o ts_asn1.o
ranlib: file: ../../libcrypto.a(ebcdic.o) has no symbols
ranlib: file: ../../libcrypto.a(rand_win.o) has no symbols
ranlib: file: ../../libcrypto.a(rand_os2.o) has no symbols
ranlib: file: ../../libcrypto.a(rand_nw.o) has no symbols
ranlib: file: ../../libcrypto.a(e_rc5.o) has no symbols
ranlib: file: ../../libcrypto.a(m_mdc2.o) has no symbols
ranlib: file: ../../libcrypto.a(v3_asid.o) has no symbols
ranlib: file: ../../libcrypto.a(v3_addr.o) has no symbols
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
/usr/bin/ranlib: file: ../../libcrypto.a(ebcdic.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(rand_win.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(rand_os2.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(rand_nw.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(e_rc5.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(m_mdc2.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(v3_asid.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(v3_addr.o) has no symbols
if [ -n "libcrypto.0.9.9.dylib libssl.0.9.9.dylib" ]; then \
                (cd ..; make libcrypto.0.9.9.dylib); \
        fi
make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent
make rule.
FATAL: make openssl

The complete gzipped log file is 24 KB big. The problem is not in your
build script but in OpenSSL itself (I guess)

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to