Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69146 - kbd-1.12-r3 don't compile complaining about a missing libgettextlib-0.14.1.so library
Summary: kbd-1.12-r3 don't compile complaining about a missing libgettextlib-0.14.1.s...
Status: RESOLVED DUPLICATE of bug 66449
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 08:05 UTC by Hammerfall
Modified: 2005-07-17 13:06 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 Hammerfall 2004-10-27 08:05:40 UTC
trying to emerge kbd-1.12-r3 the complie phase fails looking for a version of gettext that is not yet in portage tree (libgettextlib-0.14.1.so)

maybe bad ebuild not requiring the right version of gettext.

Reproducible: Always
Steps to Reproduce:
1. emerge kbd-1.12-r3

Actual Results:  
fails with this errors
make[1]: Entering directory
`/mnt/mobile-linux/tmp/portage/kbd-1.12-r3/work/kbd-1.12/po'
xgettext --default-domain=kbd --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=POTFILES.in
xgettext: error while loading shared libraries: libgettextlib-0.14.1.so: cannot
open shared object file: No such file or directory
make[1]: *** [kbd.pot] Error 127
make[1]: Leaving directory
`/mnt/mobile-linux/tmp/portage/kbd-1.12-r3/work/kbd-1.12/po'
make: *** [all] Error 1


Expected Results:  
compile

Valhalla kbd # emerge info
Portage 2.0.51-r2 (default-x86-1.4, gcc-3.4.2, glibc-2.3.4.20041006-r0,
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.6.4
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -msse2 -Os -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf
/etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -msse2 -Os -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://mir.zyrianes.net/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/mnt/mobile-linux/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acpi alsa avi berkdb bitmap-fonts cdr crypt cups dvd encode esd f77
foomaticdb gdbm gif gimpprint gnome gphoto2 gpm gstreamer gtk gtk2 imlib java
jpeg ldap libg++ libwww mad mikmod mmx motif mozilla mpeg ncurses nls oggvorbis
opengl oss pam pdflib perl png ppds python qt quicktime readline samba sdl slang
spell sse sse2 ssl svga tcpd tetex truetype usb wifi x86 xml2 xmms xprint xv zlib"
Comment 1 SpanKY gentoo-dev 2004-10-27 11:46:24 UTC

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