Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62847 - rss-glx 0.7.6 won't find GL library
Summary: rss-glx 0.7.6 won't find GL library
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-04 13:38 UTC by Stephane Loeuillet
Modified: 2004-09-06 17:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,93.77 KB, text/plain)
2004-09-04 13:39 UTC, Stephane Loeuillet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2004-09-04 13:38:59 UTC
as i noticed that several of my previously installed screensavers were not working anymore, i decided to reemerge xscreensaver (4.18) and rss-glx (0.7.6)

first went ok, but second did not pass configure :

checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
configure: error: GL library was not found.

i use nvidia binary driver 61.11 with xorg-x11 6.7.99.903
and ran : opengl-update nvidia

lrwxrwxrwx  1 root root 44 ao
Comment 1 Stephane Loeuillet 2004-09-04 13:38:59 UTC
as i noticed that several of my previously installed screensavers were not working anymore, i decided to reemerge xscreensaver (4.18) and rss-glx (0.7.6)

first went ok, but second did not pass configure :

checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
configure: error: GL library was not found.

i use nvidia binary driver 61.11 with xorg-x11 6.7.99.903
and ran : opengl-update nvidia

lrwxrwxrwx  1 root root 44 aoû 30 17:57 /usr/lib/libGL.so -> /usr/lib/opengl/nvidia/lib/libGL.so.1.0.6111

attaching config.log (seems it is a 'undefined refs' problem)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50-r10 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r0,
2.6.9-rc1)
=================================================================
System uname: 2.6.9-rc1 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
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/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache digest fixpackages sandbox strict userpriv"
GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/portage/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X aalib accessibility acpi alsa apache2 avi berkdb bitmap-fonts
bonobo cdr crypt cups dlloader doc dv dvd dvdr encode erandom esd ethereal evo
faad flac flash foomaticdb gd gdbm gif gnome gnomedb gnutls gstreamer gtk gtk2
gtkhtml idea ieee1394 innodb joystick jpeg ldap libg++ libgda libwww mad mikmod
mmx mozilla moznocompose moznoirc moznomail mozsvg mozxmlterm mpeg mysql ncurses
net nls nntp nptl offensive oggvorbis opengl pam pcre pcsc-lite pda pdflib perl
pic plotutils png postgres ppds python quicktime readline samba sasl sdl slang
speex spell sse ssl svga tcpd tetex theora threads tiff truetype unicode usb v4l
v4l2 videos x86 xml xml2 xprint xv zlib zvbi"
Comment 2 Stephane Loeuillet 2004-09-04 13:39:53 UTC
Created attachment 38925 [details]
config.log
Comment 3 SpanKY gentoo-dev 2004-09-06 15:00:52 UTC
your opengl setup is screwed up
Comment 4 Stephane Loeuillet 2004-09-06 15:16:14 UTC
nvidia binary driver 61.11
xorg-x11 6.7.99.904 (was 903 before)
opengl-update 1.8.1-r1

looks like it compile/installs now

i don't know what went wrong last time i tried to emerge it
looking at generated screensavers, it is linked to the nvidia drivers GL libs

ldd /usr/lib/xscreensaver/sundancer2
        linux-gate.so.1 =>  (0xffffe000)
        libMagick.so.6 => /usr/lib/libMagick.so.6 (0x4002b000)
        libGLU.so.1 => /usr/lib/libGLU.so.1 (0x4039f000)
        libGL.so.1 => /usr/lib/opengl/nvidia/lib/libGL.so.1 (0x4041c000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40484000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4048d000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x404a3000)
        libm.so.6 => /lib/libm.so.6 (0x40573000)
        libc.so.6 => /lib/libc.so.6 (0x40595000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x406a6000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x406f3000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0x4071d000)
        libdpstk.so.1 => /usr/X11R6/lib/libdpstk.so.1 (0x4074d000)
        libdps.so.1 => /usr/X11R6/lib/libdps.so.1 (0x40756000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x407a0000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x407b0000)
        libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x40807000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x40816000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40969000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4097c000)
        libz.so.1 => /lib/libz.so.1 (0x409eb000)
        libdl.so.2 => /lib/libdl.so.2 (0x409fc000)
        libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.so.5 (0x409ff000)
        libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libgcc_s.so.1 (0x40ab9000)
        libGLcore.so.1 => /usr/lib/opengl/nvidia/lib/libGLcore.so.1 (0x40ac3000)
        libnvidia-tls.so.1 => /usr/lib/opengl/nvidia/lib/tls/libnvidia-tls.so.1 (0x4119b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

so, feel free to close it as NOTABUG
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2004-09-06 17:16:44 UTC
closing