Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387615 - app-misc/realpath incorrectly depends on gettext
Summary: app-misc/realpath incorrectly depends on gettext
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 00:04 UTC by Ed Wildgoose
Modified: 2011-10-19 03:55 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 Ed Wildgoose 2011-10-19 00:04:34 UTC
app-misc/realpath incorrectly depends on gettext when USE=-nls is in place

In the case of no "nls" we already have a patch to ensure that the code doesn't need gettext at runtime and quick inspection shows that we can build ok without gettext (testing here on uclibc)

Please update the dependency to:

   DEPEND="nls? ( sys-devel/gettext )"

Thanks

Reproducible: Always
Comment 1 Tim Harder gentoo-dev 2011-10-19 03:55:57 UTC
Fixed in CVS.