Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 268488

Summary: sys-fs/ntfsprogs-2.0.0-r1 fails to build with >=net-libs/gnutls-2.7.1
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 253709    

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.