Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268450 - dev-libs/tntnet-1.6.3 fails to build with >=net-libs/gnutls-2.7.1
Summary: dev-libs/tntnet-1.6.3 fails to build with >=net-libs/gnutls-2.7.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Highest normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 253709
  Show dependency tree
 
Reported: 2009-05-03 15:03 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2009-05-30 20:21 UTC (History)
1 user (show)

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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-03 15:03:17 UTC
...
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
building with GnuTLS support
...
/bin/sh: libgnutls-config: command not found
...
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_global_init'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_transport_set_ptr'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_certificate_set_dh_params'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_bye'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_handshake'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_strerror'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_certificate_set_x509_key_file'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_init'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_dh_params_init'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_global_deinit'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_dh_params_generate2'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_set_default_priority'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_transport_set_pull_function'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_certificate_allocate_credentials'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_certificate_free_credentials'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_transport_set_push_function'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_dh_set_prime_bits'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_record_send'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_record_recv'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_deinit'
../../framework/common/.libs/libtntnet.so: undefined reference to `gcry_control'
../../framework/common/.libs/libtntnet.so: undefined reference to `gnutls_credentials_set'
collect2: ld returned 1 exit status


'libgnutls-config' and 'libgnutls-extra-config' scripts have been removed in
>=net-libs/gnutls-2.7.1, so 'pkg-config gnutls' / 'pkg-config gnutls-extra'
should be used.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-30 20:21:07 UTC
net-libs/gnutls-2.8.0 will be unmasked soon, so I fixed this bug.