Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 79713

Summary: gnome packages fail to find /usr/lib/libgnomeui-2.la
Product: Gentoo Linux Reporter: eleven
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal CC: amd64, eradicator, vapier
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description eleven 2005-01-27 06:26:16 UTC
gedit, nautilus and probably others fail to compile properly because they cannot find libgnomeui-2.la.
gedit:

libtool: link: warning: library `//usr/lib/libgnomeui-2.la' was moved.
libtool: link: warning: library `//usr/lib/libgtksourceview-1.0.la' was moved.
libtool: link: cannot find the library `usr/lib/libgnomeui-2.la'
(lack of '/'?)

manually adding ln -s /usr into portage's work directory with gedit fixes it.

nautilus fails with:
../libtool: line 1: cd: usr/lib: No such file or directory
libtool: link: warning: cannot determine absolute directory name of `usr/lib'
grep: usr/lib/libgnomeui-2.la: No such file or directory

same thing as above.

Reproducible: Always
Steps to Reproduce:
1. USE="gnome hal" emerge -v gnome
2. watch it go boom.
3.

Actual Results:  
it went boom.

Expected Results:  
not go boom.

Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20040808-r1, 2.6.10 x86_64)
=================================================================
System uname: 2.6.10 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#2, Nov 23 2004, 09:32:28)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -march=athlon64 -mtune=athlon64"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/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="-pipe -march=athlon64 -mtune=athlon64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/local/portage"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aalib acl acpi adns alsa apache2 berkdb bitmap-fonts crypt cups dga
divx4linux dv encode exif f77 fam ffmpeg flac font-server foomaticdb fortran gd
gdbm gif gphoto2 gpm gstreamer gtk2 imagemagick imlib java jp2 jpeg junit kde
libcaca libwww lzw lzw-tiff mad mikmod motif mozilla multilib ncurses nls
oggvorbis opengl pam pdflib perl plotutils png postgres python qt radeon
readline samba sdl slang snmp sqlite ssl tcltk tcpd tetex tiff truetype
truetype-fonts type1-fonts usb userlocales xinerama xml xml2 xmms xpm xrandr xv
zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 foser (RETIRED) gentoo-dev 2005-01-27 08:07:41 UTC
you got some messed up lib stuff going on and it might just be amd64 related.
Comment 2 eleven 2005-01-27 10:18:08 UTC
yep, it looks like some library related mess, but how I could fix it?
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-12 15:47:14 UTC
*** Bug 81646 has been marked as a duplicate of this bug. ***
Comment 4 Mathias Mahnke 2005-02-23 00:20:38 UTC
Not only a AMD64 problem, same error on x86.
Comment 5 Simon Stelling (RETIRED) gentoo-dev 2005-02-23 07:14:09 UTC
ok, so it's not a amd64 problem. perhaps a revdep-rebuild will help?
Comment 6 Simon Stelling (RETIRED) gentoo-dev 2005-02-23 07:54:30 UTC
grml, forgot to add ourself to CC
Comment 7 SpanKY gentoo-dev 2005-02-23 07:58:06 UTC
what does this show:
grep -l '[^/]usr/lib' /usr/lib/*.la
Comment 8 Martin Schlemmer (RETIRED) gentoo-dev 2005-02-23 09:11:09 UTC

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