[openssl-dev] [openssl.org #4549] powerpc test problem: missing symbols

2016-06-01 Thread Richard Levitte via RT
; > The test > |… > |# The following symbols are missing in libcrypto.so: > |# _shadow_DES_check_key > |not ok 2 - check that there are no missing symbols in libcrypto.so > |… > > So it is about DES_check_key which is the only variable using > OPENSSL_IMPLEMENT_GLOBAL (and I d

Re: [openssl-dev] [openssl.org #4549] powerpc test problem: missing symbols

2016-06-01 Thread Sebastian Andrzej Siewior via RT
On 2016-05-30 21:28:06 [+], Andy Polyakov via RT wrote: > For what it's worth I can't reproduce problem on Fedora or RedHat. The test |… |# The following symbols are missing in libcrypto.so: |# _shadow_DES_check_key |not ok 2 - check that there are no missing symbols in libcrypto.so |…

Re: [openssl-dev] [openssl.org #4549] powerpc test problem: missing symbols

2016-05-30 Thread Andy Polyakov via RT
> I'm seeing this on powerpc: > ../test/recipes/01-test_ordinals.t . ok > > # Failed test 'check that there are no missing symbols in libcrypto.so' > # at ../test/recipes/01-test_symbol_presence.t line 112. > # Looks like you failed 1 test of 4. &g

[openssl-dev] [openssl.org #4549] powerpc test problem: missing symbols

2016-05-30 Thread Kurt Roeckx via RT
Hi, I'm seeing this on powerpc: ../test/recipes/01-test_ordinals.t . ok # Failed test 'check that there are no missing symbols in libcrypto.so' # at ../test/recipes/01-test_symbol_presence.t line 112. # Looks like you failed 1 test of 4. ../test/recipes/01-test_symbol_presence.t

Re: [openssl-dev] [openssl.org #4373] OS X 10.5, 32-bit PPC, and missing symbols (_ASYNC_get_current_job, _EVP_MD_meth_set_init, _RSA_PKCS1_OpenSSL, _EVP_MD_meth_new...)

2016-03-07 Thread Andy Polyakov via RT
> Working from master: > > $ git reset --hard HEAD && git pull > HEAD is now at e9b1c42 make errors > > Then: > > $ KERNEL_BITS=32 ./config > ... > > $ make depend && make clean && make > ... > > > $ make > ... > > LD_LIBRARY_PATH=..: cc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS >

[openssl-dev] [openssl.org #4373] OS X 10.5, 32-bit PPC, and missing symbols (_ASYNC_get_current_job, _EVP_MD_meth_set_init, _RSA_PKCS1_OpenSSL, _EVP_MD_meth_new...)

2016-03-02 Thread noloa...@gmail.com via RT
Working from master: $ git reset --hard HEAD && git pull HEAD is now at e9b1c42 make errors Then: $ KERNEL_BITS=32 ./config ... $ make depend && make clean && make ... $ make ... LD_LIBRARY_PATH=..: cc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC

Re: [openssl-dev] [openssl.org #3794] Missing symbols for padlock_aes_block during link in Master

2015-05-25 Thread Andy Polyakov via RT
I'm trying to run OpenSSL Master through Clang's sanitizers. Below is from 99-clang-sanitizer.conf (this is my fumbling). $ make making all in crypto... Undefined symbols for architecture x86_64: _padlock_aes_block, referenced from: _padlock_ofb_cipher in libcrypto.a(e_padlock.o)

Missing symbols

2001-01-04 Thread Gisle Vanem
Once again I'm getting unresolved symbols trying to compile the latest snapshot: PKCS7_it PKCS7_ATTR_SIGN_it PKCS7_ATTR_VERIFY_it PKCS7_ISSUER_AND_SERIAL_it PKCS12_it PKCS12_SAFEBAGS_it PKCS12_AUTHSAFES_it RSAPublicKey_it RSAPrivateKey_it Those are the missing symbols while linking openssl.exe