| Summary: | sys-devel/gettext-0.17 installed /usr/include/libintl.h on an old glibc system | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ivan Pantovic <gyro666> |
| Component: | New packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | minor | CC: | jer |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ivan Pantovic
2008-11-29 01:19:11 UTC
elmer ~ # qlist -eo gettext |grep include
/usr/include/gettext-po.h
/usr/include/autosprintf.h
sys-devel/gettext-0.17 normally does not include /usr/include/libintl.h, normally meaning sys-libs/glibc is in use (gettext-0.17.ebuild, line 83-7:
# remove stuff that glibc handles
if use elibc_glibc ; then
rm -f "${D}"/usr/include/libintl.h
rm -f "${D}"/usr/$(get_libdir)/libintl.*
fi
So please post your `emerge --info' too (of the state of the system where sys-devel/gettext does install the include).
post the full build output of emerging gettext |