| Summary: | sharutils-4.2.1-r10 fails on build - cannot access gettext | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sean Burke <gentoo> |
| Component: | Current packages | Assignee: | Olivier Crete (RETIRED) <tester> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Sean Burke
2004-10-05 20:23:34 UTC
can you try running "ldd /usr/bin/xgettext" and "ldd /usr/bin/msgfmt" and tell me if there is any missing library? If the gettext lib is missing, can you try recompiling gettext? if this fails.. try gettext 0.14.1 (its currently ~x86, but will be x86 soon anyways because of bug #66355). I think the problem is in gettext... houseenc gregg # ldd /usr/bin/xgettext
linux-gate.so.1 => (0xffffe000)
libgettextsrc-0.14.1.so => /usr/lib/libgettextsrc-0.14.1.so (0x40019000)
libgettextlib-0.14.1.so => /usr/lib/libgettextlib-0.14.1.so (0x40044000)
libc.so.6 => /lib/libc.so.6 (0x40057000)
libdl.so.2 => /lib/libdl.so.2 (0x40163000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libgettextlib-0.12.1.so => not found
houseenc gregg # ldd /usr/bin/msgfmt
linux-gate.so.1 => (0xffffe000)
libgettextsrc-0.14.1.so => /usr/lib/libgettextsrc-0.14.1.so (0x40019000)
libgettextlib-0.14.1.so => /usr/lib/libgettextlib-0.14.1.so (0x40044000)
libc.so.6 => /lib/libc.so.6 (0x40057000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libgettextlib-0.12.1.so => not found
I reemerged gettext, and that appears to have corrected the problem. Not sure what if anything changed. gettext-0.14.1 was installed.
|