Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341045 - sys-devel/gettext expat rdep/dep not correct (at least on glibc system)
Summary: sys-devel/gettext expat rdep/dep not correct (at least on glibc system)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-14 20:49 UTC by Maksim 'max_posedon' Melnikau
Modified: 2010-10-14 21:19 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 Maksim 'max_posedon' Melnikau 2010-10-14 20:49:18 UTC
I think expat (at least as RDEP) not required for gettext:
ldd `equery f gettext | grep -P '/usr/bin|/usr/lib'` | grep expat  | wc -l => 0,

What about remove it from dep/rdep?

My usecase: I'm try build very small gentoo system, and don't want extra packages.

Reproducible: Always

Steps to Reproduce:
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-10-14 21:19:47 UTC
$ strings /usr/bin/xgettext | grep -i expat
libexpat.so.1
libexpat.so.0

gettext-tools/src/x-glade.c: handle = dlopen ("libexpat.so.1", RTLD_LAZY);
gettext-tools/src/x-glade.c: handle = dlopen ("libexpat.so.0", RTLD_LAZY)

That's because it's not linked but dlopen()'ned.