Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502186 - app-emulation/wine-1.7.13 fails to configure: gnutls not found in multilib/x86 configure
Summary: app-emulation/wine-1.7.13 fails to configure: gnutls not found in multilib/x8...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-23 01:36 UTC by Patrick Lauer
Modified: 2014-02-23 01:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-02-23 01:36:03 UTC
checking for -ldbus-1... libdbus-1.so.3
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking for -lgnutls... not found
configure: error: libgnutls development files not found, no schannel support.
This is an error since --with-gnutls was requested.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-emulation/wine-1.7.13/work/wine-1.7.13-x86/config.log
 * ERROR: app-emulation/wine-1.7.13::gentoo failed (configure phase):
 *   econf failed
Comment 1 Patrick Lauer gentoo-dev 2014-02-23 01:37:28 UTC
configure:11208: checking for -lgnutls
configure:11233: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native   -Wl,-O1 -Wl,--as-needed conftest.c -lgnutls -L/usr/lib32 -lgnutls   >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libtasn1.so.3, needed by /usr/lib32/libgnutls.so, not found (try using -rpath or -rpath-link)
/usr/lib32/libgnutls.so: undefined reference to `asn1_read_node_value@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_der_decoding@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_delete_structure@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_get_length_der@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_read_value@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_copy_node@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_der_coding@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_number_of_elements@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_array2tree@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_write_value@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_der_decoding_startEnd@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_check_version@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_find_node@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_create_element@LIBTASN1_0_3'
/usr/lib32/libgnutls.so: undefined reference to `asn1_get_tag_der@LIBTASN1_0_3'
collect2: error: ld returned 1 exit status


So it's actually multilib'ed gnutls that is not happy
Comment 2 Patrick Lauer gentoo-dev 2014-02-23 01:53:36 UTC
And it's not a problem with the latest emul-x86-* libs anymore, I should update more than once a day ;)