Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47312 - x11-terms/xterm-184 looks for the wrong libutempter.so
Summary: x11-terms/xterm-184 looks for the wrong libutempter.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-09 01:28 UTC by postmodern
Modified: 2004-04-18 23:21 UTC (History)
4 users (show)

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 postmodern 2004-04-09 01:28:40 UTC
x11-term/xterm-184 looks for libutempter.so.0 when only libutempter.so and libutempter.so.0.5.2 are installed by sys-apps/utempter-0.5.2

Reproducible: Always
Steps to Reproduce:
1./usr/bin/xterm
2.
3.

Actual Results:  
error message

xterm: error while loading shared libraries: libutempter.so.0: cannot 
open shared object file: No such file or directory

Expected Results:  
xterm pops up

Portage 2.0.50-r3 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.2-r9, 2.6.3-gentoo
-r2)
=================================================================
System uname: 2.6.3-gentoo-r2 x86_64 4
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu
x/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb cdr crypt encode esd foomaticdb gdbm gif g
nome gpm gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif mozilla mpeg ncurses
 nls nogcj oggvorbis opengl oss pam pdflib perl png python quicktime readline sd
l slang spell ssl tcpd truetype xml2 xmms xv zlib"
Comment 1 Christian Hartmann (RETIRED) gentoo-dev 2004-04-09 06:52:56 UTC
same here on x86
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2004-04-09 07:52:07 UTC
I reproduced this on x86 with xorg-x11 also; definitely not AMD64-specific.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-09 10:22:34 UTC
Use 0.5.3, it produces the correct libraries.

The keywords need to be modified on the xterm and utempter ebuilds to be ~arch only, it looks like they have somewhat random keywording.
Comment 4 Ronald Hummelink 2004-04-09 14:52:07 UTC
0.5.3.2 ebuild does not create libutempter.so.0 for me.

trivial addition to the Makefile
after
ln -sf $(SHAREDLIB).$(VERSION) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB)
add
ln -sf $(SHAREDLIB).$(VERSION) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB).$(SOMAJOR)
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-09 15:04:25 UTC
Make sure you have a recent sync, because I just spoke with you and I know you don't.
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-18 23:21:08 UTC
Reopen if this isn't fixed in 0.5.3.2.