Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15539 - emerge stopped with an error while compiling gtkglext
Summary: emerge stopped with an error while compiling gtkglext
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 22:15 UTC by XFred
Modified: 2011-10-30 22:47 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 XFred 2003-02-11 22:15:58 UTC
compilation of gtkglext stops because of a bad structure member request in :
gdkglpixmap.c: In function `gdk_gl_pixmap_class_init':
gdkglpixmap.c:230: structure has no member named `_draw_pixbuf'


Reproducible: Always
Steps to Reproduce:
login in the system as root :)
emerge gtkglext
wait a few seconds and see...
Actual Results:  
see before please


Expected Results:  
it should have compiled as expected

The bug is easyly reproductible by others (I asked a few guys to try on #gentoo,
Undernet ;)
Comment 1 matrixise 2003-02-11 23:15:01 UTC
I don't get this bug, 

>>> Regenerating /etc/ld.so.cache...
>>> x11-libs/gtkglext-0.7.0 merged.
>>> Recording x11-libs/gtkglext in "world" favorites file...

 x11-libs/gtkglext
    selected: none
   protected: 0.7.0
     omitted: none

and my ACCEPT_KEYWORDS is  ~x86
Comment 2 foser (RETIRED) gentoo-dev 2003-02-12 09:52:09 UTC
yes this is a problem which used to popup pre-0.7 ? stable is 0.5, try 0.7  if it works out i'll bump 0.7 to stable in the tree.
Comment 3 XFred 2003-02-12 14:55:07 UTC
# cd /usr/portage/x11-libs/gtkglext/
# emerge ./gtkglext-0.7.0.ebuild
[...]
In file included from gdkglx.h:32,
                 from gdkglconfig-x11.c:25:
../../gdk/x11/gdkglglxext.h:34: redefinition of `GLXFBConfig'
/usr/X11R6/include/GL/glx.h:53: `GLXFBConfig' previously declared here

I have nvidia drivers and libs.
Do you think I have a broken configuration ? 
Comment 4 foser (RETIRED) gentoo-dev 2003-02-12 15:10:14 UTC
what nvidia drivers exactly (including gentoo revision) ? switch to xfree before compilation and it should work.
Comment 5 XFred 2003-02-12 20:15:39 UTC
*  media-video/nvidia-glx
      Latest version available: 1.0.3123
      Latest version installed: 1.0.3123
*  media-video/nvidia-kernel
      Latest version available: 1.0.3123-r2
      Latest version installed: 1.0.3123-r2
Comment 6 foser (RETIRED) gentoo-dev 2003-02-13 06:56:15 UTC
can you switch to xfree opengl before compiling as i asked ?
Comment 7 XFred 2003-02-15 12:16:17 UTC
# emerge opengl-update; opengl-update xfree;
# cd /usr/portage/x11-libs/gtkglext/
# emerge gtkglext-0.7.0.ebuild

compilation is ok.
thanks a lot foser.