Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128396 - Broken links with eselect in an AMD64 env.
Summary: Broken links with eselect in an AMD64 env.
Status: RESOLVED DUPLICATE of bug 111877
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-01 08:46 UTC by Adam Marthaler
Modified: 2006-04-01 09:17 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 Adam Marthaler 2006-04-01 08:46:46 UTC
64lappy bigun # emerge --info
Portage 2.0.54 (default-linux/amd64/2005.0, gcc-3.4.5, glibc-2.3.5-r2, 2.6.15-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://sync.cybergrunge.com/gentoo-portage"
USE="X acpi aim alsa amd64 apache2 audiofile avi bash-completion berkdb bitmap-fonts bluetooth bonobo bzip2 cdb cdr crypt cups curl dbase dga divx4linux doc dri dvd dvdr dvdread eds emboss encode esd ethereal exif expat fam ffmpeg flac flash foomaticdb fortran freetype ftp gb gd gif glut gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml icq idn imagemagick imlib ipv6 isdnlog jabber java javascript joystick jpeg kde lcms lzw lzw-tiff mad mng motif mozilla mp3 mpeg msn ncurses nls nsplugin nvidia ogg oggvorbis opengl oscar oss pam pcmcia pcre pda pdflib perl php png pnp pppd python qt quicktime readline real recode samba scanner sdl smartcard speex spell ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb vcd videos vorbis wifi xine xinerama xml xml2 xmms xpm xv xvid yahoo zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

******************************

The bug description and the bug fix are in the thread.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-01 08:49:50 UTC
We don't want bug descriptions in the forums, it's completely useless when searching for duplicates. Please, reopen with a description of the problem.
Comment 2 Danny van Dyk (RETIRED) gentoo-dev 2006-04-01 08:55:56 UTC
Reopening to resolve as duplicate
Comment 3 Danny van Dyk (RETIRED) gentoo-dev 2006-04-01 08:56:23 UTC
a) You're kidding, aren't you? _This_ is the one and _only_ bugzilla.
The forums ain't no bug tracking system.
b) Your summary is more than ambigious. Please try to give a better summary on the
next bug you file.
c) Please search for your bug before you post duplicate bugs.

*** This bug has been marked as a duplicate of 111877 ***
Comment 4 Adam Marthaler 2006-04-01 08:59:50 UTC
Emerging and using eselect breaks links to libGL.so, libGL.so.1, libGLcore.so.1, and others.

A workaround is this:

rm /usr/lib/libGL.so.1
rm /usr/lib/libGL.so
rm /usr/lib/libGLcore.so.1
rm /usr/lib64/libGL.so.1
rm /usr/lib64/libGL.so
rm /usr/lib64/libGLcore.so.1
rm /usr/lib/libnvidia-tls.so.1
rm /usr/lib64/libnvidia-tls.so.1
ln -s /usr/lib/opengl/nvidia/lib/libGLcore.so.1 /usr/lib/libGLcore.so.1
ln -s /usr/lib/opengl/nvidia/lib/libGL.so /usr/lib/libGL.so
ln -s /usr/lib/opengl/nvidia/lib/libGL.so.1 /usr/lib/libGL.so.1
ln -s /usr/lib64/opengl/nvidia/lib/libGLcore.so.1 /usr/lib64/libGLcore.so.1
ln -s /usr/lib64/opengl/nvidia/lib/libGL.so /usr/lib64/libGL.so
ln -s /usr/lib64/opengl/nvidia/lib/libGL.so.1 /usr/lib64/libGL.so.1
ln -s /usr/lib/opengl/nvidia/lib/libnvidia-tls.so.1 /usr/lib/libnvidia-tls.so.1
ln -s /usr/lib64/opengl/nvidia/lib/libnvidia-tls.so.1 /usr/lib64/libnvidia-tls.so.1
Comment 5 Adam Marthaler 2006-04-01 09:01:08 UTC
Adding code symptom sample:

bigun@64lappy ~ $ glxinfo
glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory 
Comment 6 Adam Marthaler 2006-04-01 09:02:12 UTC
Sorry man, was in too much of a hurry, not used to submitting bugs.

(In reply to comment #3)
> a) You're kidding, aren't you? _This_ is the one and _only_ bugzilla.
> The forums ain't no bug tracking system.
> b) Your summary is more than ambigious. Please try to give a better summary on
> the
> next bug you file.
> c) Please search for your bug before you post duplicate bugs.
> 
> *** This bug has been marked as a duplicate of 111877 ***
> 

Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-04-01 09:05:42 UTC
*** This bug has been marked as a duplicate of 111877 ***

*** This bug has been marked as a duplicate of 111877 ***
Comment 8 Adam Marthaler 2006-04-01 09:17:04 UTC
(In reply to comment #7)
> *** This bug has been marked as a duplicate of 111877 ***
> 
> *** This bug has been marked as a duplicate of 111877 ***
> 

Am I blind, or do I not even see openGL.so.1 even listed in that bug, it's totally different.