Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410215 - sys-fs/ntfs3g-2012.1.15-r1 depends on libgcrypt
Summary: sys-fs/ntfs3g-2012.1.15-r1 depends on libgcrypt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 08:10 UTC by Richard Scott
Modified: 2012-03-30 08:26 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 Richard Scott 2012-03-30 08:10:20 UTC
When installing ntfs3g it has a build time dependency on libgcrypt that isn't pulled in. it dies with this output:

checking for LIBGCRYPT - version >= 1.2.2... no
configure: error: ntfsprogs crypto code requires the gcrypt library.

The only way to install it is:
USE="-crypt" emerge -av ntfs3g

or emerge libgcrypt before ntfs3g if you have the "crypt" flag set.


Reproducible: Always

Steps to Reproduce:
1. uninstall libgcrypt and ntfs3g if they are installed.
2. emerge ntfs3g on its own
3. watch output for error on libgcrypt not being there.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-30 08:26:38 UTC
oups.  thanks for reporting & fixed in portage.