Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28364 - glib requires gettext but is not listed as dependency
Summary: glib requires gettext but is not listed as dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-10 10:14 UTC by Keith Edmunds
Modified: 2003-10-12 23:49 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 Keith Edmunds 2003-09-10 10:14:11 UTC
'gettext' is required for 'glib', but is not marked as a dependency.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-09-11 20:33:46 UTC
gettext was listed in the default profile (default/packages) but not in the default-x86-1.4 profile (default-x86-1.4.packages), so we might need to start adding gettext dependencies
Comment 2 foser (RETIRED) gentoo-dev 2003-09-12 06:46:27 UTC
needs to be looked at, maybe revamped gnome2 eclass material.
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2003-09-16 17:45:42 UTC
well there's two cases, one where the application always wants gettext/nls support, and one where gettext/nls is optional. in the first case we'd need a newdepend for gettext, but for the second case we'd need an optional newdepend, something along the lines of 

use nls && newdepend "sys-devel/gettext"

but for the majority of cases i'd imagine gettext would get installed somewhere along the line.
Comment 4 bc 2003-09-20 21:36:34 UTC
there is no way to build glib-2.2.3 without gettext installed
so gettext is a mandatory packaged that need to be added to DEPEND
unless glib is modified
Comment 5 Mike Gardiner (RETIRED) gentoo-dev 2003-10-12 23:49:46 UTC
fixed now, thanks for report.