Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268488 - sys-fs/ntfsprogs-2.0.0-r1 fails to build with >=net-libs/gnutls-2.7.1
Summary: sys-fs/ntfsprogs-2.0.0-r1 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
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 253709
  Show dependency tree
 
Reported: 2009-05-03 18:42 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2009-05-29 23:52 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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-03 18:42:37 UTC
...
/bin/sh: libgnutls-config: command not found
...
../libntfs/.libs/libntfs.so: undefined reference to `gnutls_global_init'
../libntfs/.libs/libntfs.so: undefined reference to `gcry_md_close'
../libntfs/.libs/libntfs.so: undefined reference to `gnutls_pkcs12_bag_get_type'
../libntfs/.libs/libntfs.so: undefined reference to `gnutls_pkcs12_deinit'
../libntfs/.libs/libntfs.so: undefined reference to `gnutls_x509_crt_get_fingerprint'
../libntfs/.libs/libntfs.so: undefined reference to `gcry_md_read'
...
collect2: ld returned 1 exit status
make[2]: *** [ntfsfix] Error 1


'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-29 23:52:53 UTC
net-libs/gnutls-2.8.0 will be unmasked soon, so I fixed this bug.