Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287935 - app-emulation/xen-tools-3.4.1-r1 xgettext missing
Summary: app-emulation/xen-tools-3.4.1-r1 xgettext missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 18:18 UTC by Baerbel
Modified: 2009-11-05 23:15 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 Baerbel 2009-10-06 18:18:29 UTC
It is not possible to compile xen-tools-3.4.1-r1 because sys-devel/gettext is missing (and no dependency to defined). It looks like it is a result of USE="-nls" and "emerge --depclean" (which removed sys-devel/gettext).

The installation of "sys-devel/gettext" fixed the problem. Maybe it should be defined as a dependeny.

Reproducible: Always

Steps to Reproduce:
1. Add "-nls" useflag
2. emerge -e system; emerge --depclean
3. emerge xen-tools

Actual Results:  
Installation of xen-tools fails with:
[...]
Checking check_xgettext: which: no xgettext in (/usr/lib/ccache/bin:/usr/lib64/portage/bin/ebuild-helpers:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.2:/sbin:/usr/sbin)

 *** check_xgettext FAILED: can't find xgettext
[...]

Expected Results:  
should compile (and pull in gettext if needed)
Comment 1 Patrick Lauer gentoo-dev 2009-11-05 23:15:39 UTC
+  05 Nov 2009; Patrick Lauer <patrick@gentoo.org> xen-tools-3.4.1-r1.ebuild:
+  Adding gettext depend for #287935

Confirmed and fixed.