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

Bug 70474

Summary: inconsistency between wxPythonSrc and opengl-update ebuilds
Product: Gentoo Linux Reporter: Dragan Vidovic <vitke>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED REMIND    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dragan Vidovic 2004-11-08 09:26:11 UTC
I changed my profile and now I'm trying to
[code]
emerge --deep --newuse --update world
[/code]
When emerging of opengl-update failed, I was instructed to
[code]
mv /usr/X11R6/include/GL/glext.h /usr/lib/opengl/xfree/include
[/code]
by the error message. Later when the emerge process reached
wxPythonSrc-2.4.2.4, it failed with the error message 
[code]
gcc -fno-strict-aliasing -DNDEBUG -O2 -mcpu=i686 -pipe -fPIC -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -Isrc -I/usr/include/python2.3 -c contrib/glcanvas/gtk/glcanvas.cpp -o build/temp.linux-i686-2.3/contrib/glcanvas/gtk/glcanvas.o 
-I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
In file included from /usr/include/wx/gtk/glcanvas.h:23,
                 from /usr/include/wx/glcanvas.h:15,
                 from contrib/glcanvas/gtk/glcanvas.cpp:62:
/usr/X11R6/include/GL/gl.h:2469:22: GL/glext.h: No such file or directory
error: command 'gcc' failed with exit status 1

!!! ERROR: dev-python/wxpython-2.4.2.4 failed.
!!! Function src_compile, Line 68, Exitcode 1
!!! build failed
!!! If you need support, post the topmost build error, NOT this status message.
[/code]
Is it safe to bring glext.h back and emerge wxPythonSrc?

Reproducible: Always
Steps to Reproduce:
1.mv /usr/X11R6/include/GL/glext.h /usr/lib/opengl/xfree/include
2.emerge wxPythonSrc-2.4.2.4
3.

Actual Results:  
!!! ERROR: dev-python/wxpython-2.4.2.4 failed.

Expected Results:  
emerge wxPythonSrc-2.4.2.4

Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9
i686)
=================================================================
System uname: 2.6.9 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.19-r1,sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.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="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups
dga directfb doc dvd encode esd f77 fbcon flash foomaticdb fortran gdbm gif
gnome gphoto2 gpm gtk gtkhtml guile imlib java jpeg kde ldap libg++ libwww mad
mikmod mmx motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib
perl plotutils png postgres python qt quicktime radeon readline samba sdl slang
spell ssl svga tcltk tcpd tetex truetype x86 xml2 xmms xv zlib video_cards_radeon"
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2004-12-09 15:40:56 UTC
Did you just emerge opengl-update or did you run it too, before emerging wxpython?
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-22 03:01:02 UTC
what version of opengl-update do you have?  glext.h support was added in 1.8.2
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-07 00:08:45 UTC
closing due to lack of response.