Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81860 - rss-glx-0.7.6-r1 fails to compile with nvidia-glx-1.0.6629-r5
Summary: rss-glx-0.7.6-r1 fails to compile with nvidia-glx-1.0.6629-r5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-13 07:43 UTC by Claes Mogren
Modified: 2005-02-13 15:31 UTC (History)
0 users

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


Attachments
Config log for rss-glx failure (config.log,38.91 KB, text/plain)
2005-02-13 07:44 UTC, Claes Mogren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Claes Mogren 2005-02-13 07:43:05 UTC
The configuration fails because it can't find the gl.h file. The log is attatched and my emerge info is below the printout:

  .
  .
checking for pthread_create in -lpthread... yes
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
Hrm, maybe GL/gl.h is in /usr/openwin/share/include
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: error: No gl.h found.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/rss-glx-0.7.6-r1/work/rss-glx_0.7.6/config.log

!!! ERROR: x11-misc/rss-glx-0.7.6-r1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


I have 3 files called gl.h:
/usr/lib/opengl/xorg-x11/include/gl.h
/usr/lib/opengl/nvidia/include/gl.h
/usr/include/fltk-1.1/FL/gl.h

Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r7 i686)
=================================================================
System uname: 2.6.10-gentoo-r7 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005, 23:50:06)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -march=athlon-xp -msse2 -fforce-addr -fomit-frame-pointer -maccumulate-outgoing-args -fprefetch-loop-arrays -ffast-math -ftracer"
CHOST="i686-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/share/config /usr/lib/X11/xkb /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="-O3 -pipe -march=athlon-xp -msse2 -fforce-addr -fomit-frame-pointer -maccumulate-outgoing-args -fprefetch-loop-arrays -ffast-math -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo http://ftp0.sunet.se/pub/Linux/distributions/gentoo ftp://ftp1.sunet.se/pub/Linux/distributions/gentoo http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_US"
LC_ALL="en_US"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib alsa apache2 apm atlas avi bitmap-fonts blender-game bonobo cdr crypt cups dba dga dvd dvdr encode esd evo f77 fam flac font-server foomaticdb fortran gd gd-external gdbm gif glitz gnome gpm gstreamer gtk gtk2 gtkhtml hal imagemagick imlib java jpeg junit ldap libg++ libwww mad mikmod mmx mono motif mozilla mpeg mysql ncurses nls nptl offensive oggvorbis opengl oss pam pdflib perl php png postgres python quicktime readline ruby samba sdl session slang spell sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb xml xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 1 Claes Mogren 2005-02-13 07:44:44 UTC
Created attachment 51125 [details]
Config log for rss-glx failure
Comment 2 Charles Goodwin 2005-02-13 12:26:28 UTC
Try running 'opengl-update nvidia' then emerging again.
Comment 3 Claes Mogren 2005-02-13 15:31:34 UTC
Thanks!
Compiles now. Sorry I didn't manage to figure that one out.