Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2964 - build failure (missing dep?) xchat-1.8.9
Summary: build failure (missing dep?) xchat-1.8.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-23 13:16 UTC by Ian Smith
Modified: 2003-02-04 19:42 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 Ian Smith 2002-05-23 13:16:54 UTC
apparent (but undeclared) dep on libiconv, which is masked

Making all in po
make[2]: Entering directory `/mnt/huge/tmp/portage/xchat-1.8.9/work/xchat-1.8.9/po'
file=./`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ca.po
/usr/bin/msgfmt: error while loading shared libraries: libiconv.so.2: cannot
open shared object file: No such file or directory
make[2]: *** [ca.gmo] Error 127
make[2]: Leaving directory `/mnt/huge/tmp/portage/xchat-1.8.9/work/xchat-1.8.9/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/huge/tmp/portage/xchat-1.8.9/work/xchat-1.8.9'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 73, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/net-irc/xchat/xchat-1.8.9.ebuild .
Comment 1 Spider (RETIRED) gentoo-dev 2002-05-23 16:00:22 UTC
This is an issue of removing libiconv, but not reinstalling glibc.
it seems you need to rebuild gettext and glibc in order to get this fixed. The
issue is that the version you have of /usr/bin/msgfmt is built when libiconv was
installed, then you removed it, and msgfmt still links to libiconv.so 

Reolution: emerge glibc + gettext again.