Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59812 - nvidia-glx libGL missing version info
Summary: nvidia-glx libGL missing version info
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-08 16:16 UTC by Gabriel Devenyi
Modified: 2005-11-20 11:17 UTC (History)
1 user (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 Gabriel Devenyi 2004-08-08 16:16:40 UTC
/usr/lib/libGL.so.1: no version information available

This causes zsnes(at least) to work really poorly, and segfault on exit.

Portage 2.0.50-r9 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040619-r1, 2.6.8-rc3)
=================================================================
System uname: 2.6.8-rc3 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.5.2
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-tbird -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-tbird -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox"
GENTOO_MIRRORS="ftp://cs.ubishops.ca/pub/gentoo ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/ ftp://gentoo.risq.qc.ca/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
USE="3dnow S3TC X acpi alsa apm arts artswrappersuid audiofile avi berkdb cdparanoia cdr codecs crypt cups curl dga divx4linux dv dvd dvdread encode escreen faac faad fam fbcon fbdev flac foomaticdb gdbm gif gimp gimpprint gtk gtk2 idea imagemagick imlib java jikes jpeg kde lesstif libg++ libwww livelzo lzw-tiff mad mldonkeypango mmap mmx mng motif mozilla moznocompose moznoirc moznomail mozp3p mozsvg mpeg ncurses network nls no_wxgtk1 nogcj noreiserfs nowin nptl oggvorbis ooo-kde opengl oss pam pdflib perl pic png ppds psyco python qt quicktime readline samba scanner sdl serial slang spell ssl svg tcpd tga theora threads tiff truetype unicode usb uudeview v4l v4l2 x86 xinerama xml xml2 xmms xv xvid zlib"
Comment 1 Andrew Bevitt 2004-08-16 05:48:11 UTC
Hmm the file that /usr/lib/libGL.so.1 links to is one of nvidias proprietary releases short of a miricale this is upstream...
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-11-30 00:46:49 UTC
Check a couple of things quick:
readlink -f /usr/lib/libGL.so.1
ls -l $(readlink -f /usr/lib/libGL.so.1)
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-11-30 02:05:09 UTC
$ readlink -f /usr/lib/libGL.so.1
/usr/lib/opengl/nvidia/lib/libGL.so.1.0.6111
$ ls -l $(readlink -f /usr/lib/libGL.so.1)
-rwxr-xr-x  1 root root 423832 Nov 24 08:06 /usr/lib/opengl/nvidia/lib/libGL.so.1.0.6111

I'm willing to accept this as UPSTREAM but since it happens on my system I wanted to add myself to the CC to monitor this in case there is any movement.
Comment 4 Andrew Bevitt 2004-11-30 02:45:23 UTC
I just merged zsnes and have no problems (for the record)...

andrew@asteroid ~ $ file /usr/lib/opengl/nvidia/lib/libGL.so.1.0.6629 
/usr/lib/opengl/nvidia/lib/libGL.so.1.0.6629: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped

Says "version 1 (SYSV)" not sure if thats what the emulator is asking for? Do others with the problem have that version info?
Comment 5 Joshua Baergen (RETIRED) gentoo-dev 2005-11-20 11:16:50 UTC
Is this still an issue for anyone?
Comment 6 Joshua Baergen (RETIRED) gentoo-dev 2005-11-20 11:17:05 UTC
Re-assigning to -drivers.
Comment 7 Joshua Baergen (RETIRED) gentoo-dev 2005-11-20 11:17:45 UTC
Resolving as upstream again until we know this is fixed. Gabriel, that means you :)