Bug 112357 - gnutls-1.2.9-r1 fails to detect installed tasn1
|
Bug#:
112357
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: crypto@gentoo.org
|
Reported By: dragonheart@gentoo.org
|
|
Component: Library
|
|
|
URL:
|
|
Summary: gnutls-1.2.9-r1 fails to detect installed tasn1
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-11-12 18:29 0000
|
The /usr/bin/libgnutls-extra-config contains a -llzo that does not exist in
lzo2
just before I unmask lzo-2 I need to set the dependencies on gnutls to lzo1
only and do an revsion version bump of the latest version to depend on lzo2
add dependencies changed to =lzo-1*. Nolonger a lzo-2 problem
Added 1.2.9-r1 that depends on lzo-2 (just to make the upgrade not require a
revdep-rebuild)
1.2.9-r1 currently masked due to TEXTRELs
libgnutls-openssl.so.12.3.6 links against static libminitasn1.a and libgnu.a
libgnutls-extra.so.12 links against static libgnutls_openpgp.a and libgnu.a
libgnutls.so.12.3.6 links against static libgnu.a x509/.libs/libgnutls_x509.a
minitasn1/.libs/libminitasn1.a
Fault 1:
$ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --with-zlib --without-included-minilzo
--without-included-libtasn1 --without-included-opencdk --disable-gtk-doc
--build=i686-pc-linux-gnu
configure:8652: result: no
configure:8953: checking whether to use the included minitasn1
configure:8955: result: yes
Odd it didn't TEXTREL for me this time. I had some distcc lock failures maybe
that was it. The configure error is a real one though.