-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
- -------- Original Message -------- Subject: openssl100-dev compilation failed Date: Wed, 12 Jan 2011 14:15:21 +0100 From: Bruno Martin <[email protected]> To: [email protected] CC: Daniel Johnson <[email protected]>, Alexander Hansen <[email protected]> Hello, I have been following Alexander Hansen hint for decreasing the number of build processes which is now limited to one build process. I'va also made an attempt on another machine with the same result, i.e. the build starts and needs to be stopped manually (^C) because it raises too many processes. On this machine, I had never encountered this problem before. Here's below the log and the version numbers. Regards, Bruno dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-openssl100-dev-1.0.0c-1 /sw/src/fink.build dpkg-deb : construction du paquet « fink-buildlock-openssl100-dev-1.0.0c-1 » dans « /sw/src/fink.build/fink-buildlock-openssl100-dev-1.0.0c-1_2011.01.12-14.01.20_darwin-i386.deb ». Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-openssl100-dev-1.0.0c-1_2011.01.12-14.01.20_darwin-i386.deb Sélection du paquet fink-buildlock-openssl100-dev-1.0.0c-1 précédemment désélectionné. (Lecture de la base de données... 146185 fichiers et répertoires déjà installés.) Dépaquetage de fink-buildlock-openssl100-dev-1.0.0c-1 (à partir de .../fink-buildlock-openssl100-dev-1.0.0c-1_2011.01.12-14.01.20_darwin-i386.deb) ... Paramétrage de fink-buildlock-openssl100-dev-1.0.0c-1 (2011.01.12-14.01.20) ... gzip -dc /sw/src/openssl-1.0.0c.tar.gz | /sw/bin/tar -xf - - --no-same-owner --no-same-permissions [ -r /sw/fink/dists/unstable/main/finkinfo/crypto/openssl100-dev.patch ] perl util/perlpath.pl /usr/bin perl -pi -e 's,LIBDEPS,SHARED_LDFLAGS=-bundle $&,' engines/Makefile engines/ccgost/Makefile perl -pi -e 's,/engines,/engines100,g' Configure Makefile Makefile.org engines/Makefile engines/ccgost/Makefile sed 's,@BUILDDIR@,/sw/src/fink.build/openssl100-dev-1.0.0c-1/openssl-1.0.0c,g' /sw/fink/dists/unstable/main/finkinfo/crypto/openssl100-dev.patch | patch -p1 patching file util/point.sh /var/tmp/tmp.1.tAoWp8 #!/bin/sh -ev if [ "i386" = "powerpc" ] then PERL=/usr/bin/perl ./Configure shared darwin-ppc-cc --prefix=/sw - --openssldir=/sw/etc/ssl zlib-dynamic else if [ "i386" = "i386" ] then PERL=/usr/bin/perl ./Configure shared darwin-i386-cc --prefix=/sw - --openssldir=/sw/etc/ssl zlib-dynamic else PERL=/usr/bin/perl ./Configure shared darwin64-x86_64-cc - --prefix=/sw --openssldir=/sw/etc/ssl zlib-dynamic fi fi Configuring for darwin-i386-cc no-gmp [default] OPENSSL_NO_GMP (skip dir) no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir) no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 no-md2 [default] OPENSSL_NO_MD2 (skip dir) no-rc5 [default] OPENSSL_NO_RC5 (skip dir) no-rfc3779 [default] OPENSSL_NO_RFC3779 (skip dir) no-store [experimental] OPENSSL_NO_STORE (skip dir) IsMK1MF=0 CC =cc CFLAG =-fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB - -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -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 EX_LIBS = CPUID_OBJ =x86cpuid.o BN_ASM =bn-586.o co-586.o x86-mont.o DES_ENC =des-586.o crypt586.o AES_ENC =aes-586.o BF_ENC =bf-586.o CAST_ENC =c_enc.o RC4_ENC =rc4-586.o RC5_ENC =rc5-586.o MD5_OBJ_ASM =md5-586.o SHA1_OBJ_ASM =sha1-586.o sha256-586.o sha512-586.o RMD160_OBJ_ASM=rmd-586.o CMLL_ENC= =cmll-x86.o PROCESSOR = RANLIB =/usr/bin/ranlib ARFLAGS = PERL =/usr/bin/perl THIRTY_TWO_BIT mode DES_UNROLL used BN_LLONG mode RC4_CHUNK is unsigned long BF_PTR used e_os2.h => include/openssl/e_os2.h making links in crypto... crypto.h => ../include/openssl/crypto.h opensslv.h => ../include/openssl/opensslv.h opensslconf.h => ../include/openssl/opensslconf.h ebcdic.h => ../include/openssl/ebcdic.h symhacks.h => ../include/openssl/symhacks.h ossl_typ.h => ../include/openssl/ossl_typ.h making links in crypto/objects... objects.h => ../../include/openssl/objects.h obj_mac.h => ../../include/openssl/obj_mac.h making links in crypto/md4... md4.h => ../../include/openssl/md4.h md4test.c => ../../test/md4test.c md4.c => ../../apps/md4.c making links in crypto/md5... md5.h => ../../include/openssl/md5.h md5test.c => ../../test/md5test.c making links in crypto/sha... sha.h => ../../include/openssl/sha.h shatest.c => ../../test/shatest.c sha1test.c => ../../test/sha1test.c sha256t.c => ../../test/sha256t.c sha512t.c => ../../test/sha512t.c making links in crypto/mdc2... mdc2.h => ../../include/openssl/mdc2.h mdc2test.c => ../../test/mdc2test.c making links in crypto/hmac... hmac.h => ../../include/openssl/hmac.h hmactest.c => ../../test/hmactest.c making links in crypto/ripemd... ripemd.h => ../../include/openssl/ripemd.h rmdtest.c => ../../test/rmdtest.c making links in crypto/whrlpool... whrlpool.h => ../../include/openssl/whrlpool.h wp_test.c => ../../test/wp_test.c making links in crypto/des... des.h => ../../include/openssl/des.h des_old.h => ../../include/openssl/des_old.h destest.c => ../../test/destest.c making links in crypto/aes... aes.h => ../../include/openssl/aes.h making links in crypto/rc2... rc2.h => ../../include/openssl/rc2.h rc2test.c => ../../test/rc2test.c making links in crypto/rc4... rc4.h => ../../include/openssl/rc4.h rc4test.c => ../../test/rc4test.c making links in crypto/idea... idea.h => ../../include/openssl/idea.h ideatest.c => ../../test/ideatest.c making links in crypto/bf... blowfish.h => ../../include/openssl/blowfish.h bftest.c => ../../test/bftest.c making links in crypto/cast... cast.h => ../../include/openssl/cast.h casttest.c => ../../test/casttest.c making links in crypto/camellia... camellia.h => ../../include/openssl/camellia.h making links in crypto/seed... seed.h => ../../include/openssl/seed.h making links in crypto/modes... modes.h => ../../include/openssl/modes.h making links in crypto/bn... bn.h => ../../include/openssl/bn.h bntest.c => ../../test/bntest.c exptest.c => ../../test/exptest.c making links in crypto/ec... ec.h => ../../include/openssl/ec.h ectest.c => ../../test/ectest.c making links in crypto/rsa... rsa.h => ../../include/openssl/rsa.h rsa_test.c => ../../test/rsa_test.c making links in crypto/dsa... dsa.h => ../../include/openssl/dsa.h dsatest.c => ../../test/dsatest.c making links in crypto/ecdsa... ecdsa.h => ../../include/openssl/ecdsa.h ecdsatest.c => ../../test/ecdsatest.c making links in crypto/dh... dh.h => ../../include/openssl/dh.h dhtest.c => ../../test/dhtest.c making links in crypto/ecdh... ecdh.h => ../../include/openssl/ecdh.h ecdhtest.c => ../../test/ecdhtest.c making links in crypto/dso... dso.h => ../../include/openssl/dso.h making links in crypto/engine... engine.h => ../../include/openssl/engine.h enginetest.c => ../../test/enginetest.c making links in crypto/buffer... buffer.h => ../../include/openssl/buffer.h making links in crypto/bio... bio.h => ../../include/openssl/bio.h making links in crypto/stack... stack.h => ../../include/openssl/stack.h safestack.h => ../../include/openssl/safestack.h making links in crypto/lhash... lhash.h => ../../include/openssl/lhash.h making links in crypto/rand... rand.h => ../../include/openssl/rand.h randtest.c => ../../test/randtest.c making links in crypto/err... err.h => ../../include/openssl/err.h making links in crypto/evp... evp.h => ../../include/openssl/evp.h evp_test.c => ../../test/evp_test.c cp evptests.txt ../../test making links in crypto/asn1... asn1.h => ../../include/openssl/asn1.h asn1_mac.h => ../../include/openssl/asn1_mac.h asn1t.h => ../../include/openssl/asn1t.h making links in crypto/pem... pem.h => ../../include/openssl/pem.h pem2.h => ../../include/openssl/pem2.h making links in crypto/x509... x509.h => ../../include/openssl/x509.h x509_vfy.h => ../../include/openssl/x509_vfy.h making links in crypto/x509v3... x509v3.h => ../../include/openssl/x509v3.h making links in crypto/conf... conf.h => ../../include/openssl/conf.h conf_api.h => ../../include/openssl/conf_api.h making links in crypto/txt_db... txt_db.h => ../../include/openssl/txt_db.h making links in crypto/pkcs7... pkcs7.h => ../../include/openssl/pkcs7.h making links in crypto/pkcs12... pkcs12.h => ../../include/openssl/pkcs12.h making links in crypto/comp... comp.h => ../../include/openssl/comp.h making links in crypto/ocsp... ocsp.h => ../../include/openssl/ocsp.h making links in crypto/ui... ui.h => ../../include/openssl/ui.h ui_compat.h => ../../include/openssl/ui_compat.h making links in crypto/krb5... krb5_asn.h => ../../include/openssl/krb5_asn.h making links in crypto/cms... cms.h => ../../include/openssl/cms.h making links in crypto/pqueue... pqueue.h => ../../include/openssl/pqueue.h making links in crypto/ts... ts.h => ../../include/openssl/ts.h making links in ssl... ssl.h => ../include/openssl/ssl.h ssl2.h => ../include/openssl/ssl2.h ssl3.h => ../include/openssl/ssl3.h ssl23.h => ../include/openssl/ssl23.h tls1.h => ../include/openssl/tls1.h dtls1.h => ../include/openssl/dtls1.h kssl.h => ../include/openssl/kssl.h ssltest.c => ../test/ssltest.c making links in engines... making links in engines/ccgost... make[2]: Nothing to be done for `links'. making links in apps... make[1]: Nothing to be done for `links'. making links in test... make[1]: Nothing to be done for `links'. making links in tools... make[1]: Nothing to be done for `links'. generating dummy tests (if needed)... make[1]: Nothing to be done for `generate'. Configured for darwin-i386-cc. make making all in crypto... ( echo "#ifndef MK1MF_BUILD"; \ echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ echo ' #define CFLAGS "cc -fPIC -fno-common -DOPENSSL_PIC - -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN - -DHAVE_DLFCN_H -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"'; \ echo ' #define PLATFORM "darwin-i386-cc"'; \ echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ echo '#endif' ) >buildinf.h cc -I. -I.. -I../include -fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED - -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -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 - -I/sw/include -c -o cryptlib.o cryptlib.c ^Cchild died with signal 2, without coredump make[1]: *** [cryptlib.o] Error 1 make: *** [build_crypto] Interrupt ### execution of /var/tmp/tmp.1.tAoWp8 failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-openssl100-dev-1.0.0c-1 (Lecture de la base de données... 146186 fichiers et répertoires déjà installés.) Suppression de fink-buildlock-openssl100-dev-1.0.0c-1 ... Failed: phase compiling: openssl100-dev-1.0.0c-1 failed Before reporting any errors, please run "fink selfupdate" and try again. If you continue to have issues, please check to see if the FAQ on fink's website solves the problem. If not, ask on the fink-users or fink-beginners mailing lists, with a carbon copy to the maintainer: Daniel Johnson <[email protected]> Note that this is preferable to emailing the maintainer directly, since most fink package maintainers do not have access to all possible hardware and software configurations. Contents of /var/tmp/tmp.1.tAoWp8 more /var/tmp/tmp.1.tAoWp8 #!/bin/sh -ev if [ "i386" = "powerpc" ] then PERL=/usr/bin/perl ./Configure shared darwin-ppc-cc --prefix=/sw - --openssldir=/sw/etc/ssl zlib-dynamic else if [ "i386" = "i386" ] then PERL=/usr/bin/perl ./Configure shared darwin-i386-cc --prefix=/sw - --openssldir=/sw/etc/ssl zlib-dynamic else PERL=/usr/bin/perl ./Configure shared darwin64-x86_64-cc - --prefix=/sw --openssldir=/sw/etc/ssl zlib-dynamic fi fi make gcc version: gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Copyright (C) 2007 Free Software Foundation, Inc. Architecture: Intel iMac 10.6.6 kernel 10.6.0 with fink version Package manager version: 0.29.17 Distribution version: selfupdate-rsync Wed Jan 12 13:35:28 2011, 10.6, i386 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0tsz4ACgkQB8UpO3rKjQ+PKgCfScP4t4yJaw5aZLLkAzXHRySz s24Anj7tBI9sff6nBE0/lldG2pDxNt7N =KZGb -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
