Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167291 - sys-apps/net-tools-1.60-r12 failed
Summary: sys-apps/net-tools-1.60-r12 failed
Status: RESOLVED DUPLICATE of bug 128069
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-17 00:39 UTC by Jason Thurston
Modified: 2007-02-17 08:02 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 Jason Thurston 2007-02-17 00:39:00 UTC
First tried updating the world which failed with the errors below.  Can more quickly reproduce with: emerge net-tools

!!! ERROR: sys-apps/net-tools-1.60-r12 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3246:   Called src_compile
  net-tools-1.60-r12.ebuild, line 59:   Called die

!!! emake i18ndir failed

Reproducible: Always

Steps to Reproduce:
1. emerge net-tools


Actual Results:  
...
make[1]: Leaving directory `/var/tmp/portage/sys-apps/net-tools-1.60-r12/work/net-tools-1.60/ethercard-diag/pub/diag'
make: Leaving directory `/var/tmp/portage/sys-apps/net-tools-1.60-r12/work/net-tools-1.60/ethercard-diag'
make[1]: Entering directory `/var/tmp/portage/sys-apps/net-tools-1.60-r12/work/net-tools-1.60/po'
xgettext --default-domain=net-tools \
  --add-comments --keyword=_ --keyword=N_ ../arp.c ../hostname.c ../ifconfig.c ../netstat.c ../rarp.c ../route.c ../plipconfig.c ../iptunnel.c ../statistics.c ../lib/activate.c ../lib/af.c ../lib/arcnet.
msgfmt -o de.mo de.po
msgfmt -o fr.mo fr.po
msgfmt -o pt_BR.mo pt_BR.po
msgfmt -o et_EE.mo et_EE.po
msgfmt -o cs.mo cs.po
xgettext: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
make[1]: *** [net-tools.pot] Error 127
make[1]: *** Waiting for unfinished jobs....
fr.po: warning: Charset "iso8859-1" is not a portable encoding name.
                Message conversion to user's charset might not work.
de.po: warning: Charset "iso8859-1" is not a portable encoding name.
                Message conversion to user's charset might not work.
pt_BR.po: warning: Charset "ISO8859-9" is not a portable encoding name.
                   Message conversion to user's charset might not work.
make[1]: Leaving directory `/var/tmp/portage/sys-apps/net-tools-1.60-r12/work/net-tools-1.60/po'
make: *** [i18ndir] Error 2

!!! ERROR: sys-apps/net-tools-1.60-r12 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3246:   Called src_compile
  net-tools-1.60-r12.ebuild, line 59:   Called die

!!! emake i18ndir failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/sys-apps/net-tools-1.60-r12/temp/build.log

Expected Results:  
Expected a successful emerge

One thing I'm wondering about and doubt it's related.  I have kernel gentoo-2.6.19-rc5 and I emerged gentoo-sources...cleaned old kernel sources... But when I was updating the world I noticed a lot of references to 2.6.17-rc5 kernel-headers?
Comment 1 ebfe 2007-02-17 00:54:30 UTC
this is not a support forum

emerge --oneshot dev-libs/expat
Comment 2 Zac Medico gentoo-dev 2007-02-17 01:14:54 UTC
(In reply to comment #0)
> xgettext: error while loading shared libraries: libexpat.so.0: cannot open

gettext was broken by an expat upgrade.  You need to run revdep-rebuild.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-02-17 08:02:39 UTC

*** This bug has been marked as a duplicate of bug 128069 ***