Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419889 - net-misc/whois-5.0.16 USE="-nls" - missing DEPEND on sys-devel/gettext
Summary: net-misc/whois-5.0.16 USE="-nls" - missing DEPEND on sys-devel/gettext
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 10:31 UTC by Bernd Lommerzheim
Modified: 2012-06-29 03:08 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 Bernd Lommerzheim 2012-06-06 10:31:24 UTC
Building net-misc/whois-5.0.16 with USE="-nls" and without having sys-devel/gettext installed fails with the following error:

cd po && make
make[1]: Entering directory `/var/tmp/portage/net-misc/whois-5.0.16/work/whois-5.0.16/po'
xgettext --default-domain=whois \
       	  --add-comments --keyword=_ --keyword=N_ ../whois.c ../mkpasswd.c
make[1]: xgettext: Command not found
make[1]: *** [whois.pot] Error 127
make[1]: Leaving directory `/var/tmp/portage/net-misc/whois-5.0.16/work/whois-5.0.16/po'
make: *** [pos] Error 2
make: *** Waiting for unfinished jobs....
Comment 1 SpanKY gentoo-dev 2012-06-07 04:59:02 UTC

*** This bug has been marked as a duplicate of bug 417641 ***
Comment 2 Bernd Lommerzheim 2012-06-08 14:56:40 UTC
Sorry, but I do not think that this bug has something to do with Gentoo Bug #417641 which was fixed but this issue still exists.

Furthermore I think that it is not necessary to add a USE=-nls dependency against sys-devel/gettext as the change of the subject suggests. In that case we just could remove USE=nls and always depend on gettext. A better solution is to fix the build system to not walk into the po directory while building net-misc/whois with USE=-nls.
Comment 3 Tim Harder gentoo-dev 2012-06-29 03:08:11 UTC
Fixed in 5.0.17 in CVS.