Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] qca-tls-1.0-r2 failed to emerge
Date: Sat, 09 Sep 2006 12:41:06
Message-Id: 200609091338.30606.michaelkintzios@gmail.com
1 Openssl-0.9.8c came up with this message so I started a revdep-rebuild, but it
2 soon failed like is shown further below:
3 ============================================
4 openssl-0.9.8c
5 * You must re-compile all packages that are linked against
6 * OpenSSL 0.9.7 by using revdep-rebuild from gentoolkit:
7 * # revdep-rebuild --library libssl.so.0.9.7
8 * # revdep-rebuild --library libcrypto.so.0.9.7
9 * After this, you can delete /usr/lib/libssl.so.0.9.7
10 * and /usr/lib/libcrypto.so.0.9.7
11 ============================================
12
13 This error is coming up:
14 ============================================
15 Good, your configure finished. Now run 'make'.
16
17 i686-pc-linux-gnu-g++ -c -pipe -Wall -W -O2 -march=pentium3 -pipe -fno-strict-al
18 iasing -D_REENTRANT -fPIC -DQCA_PLUGIN -DOSSL_097 -DQT_NO_DEBUG -DQT_THREAD_SUP
19 PORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -O2 -march=pentium3 -fomit-fram
20 e-pointer -msse -pipe -I/usr/qt/3/mkspecs/linux-g++ -I/var/tmp/portage/qca-tls-1 .0-r2/work/qca-tls-1.0 -I/usr/qt/3/include -o
21 qca-tls.o qca-tls.cpp
22 qca-tls.cpp: In member function 'virtual bool
23 RSAKeyContext::createFromDER(const
24 char*, unsigned int)':
25 qca-tls.cpp:457: error: invalid conversion from 'unsigned char**' to 'const
26 unsi gned char**'
27 qca-tls.cpp:457: error: initializing argument 2 of 'RSA*
28 d2i_RSA_PUBKEY(RSA**,
29 const unsigned char**, long int)'
30 qca-tls.cpp: In member function 'virtual bool CertContext::createFromDER(const
31 c har*, unsigned int)':
32 qca-tls.cpp:802: error: invalid conversion from 'unsigned char**' to 'const
33 unsi gned char**'
34 qca-tls.cpp:802: error: initializing argument 2 of 'X509* d2i_X509(X509**,
35 con st unsigned char**,
36 long int)'
37 make: *** [qca-tls.o] Error 1
38
39 !!! ERROR: app-crypt/qca-tls-1.0-r2 failed.
40 Call stack:
41 ebuild.sh, line 1539: Called dyn_compile
42 ebuild.sh, line 939: Called src_compile
43 qca-tls-1.0-r2.ebuild, line 32: Called die
44
45 !!! emake failed
46 ============================================
47
48 Any ideas?
49 --
50 Regards,
51 Mick

Replies

Subject Author
[gentoo-user] Re: qca-tls-1.0-r2 failed to emerge Peter <sw98234@×××××××.com>
Re: [gentoo-user] qca-tls-1.0-r2 failed to emerge "Bo Ørsted Andresen" <bo.andresen@××××.dk>