Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gtkglext compile failure
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
sam4el
n00b
n00b


Joined: 10 Mar 2010
Posts: 4

PostPosted: Thu Mar 11, 2010 10:24 am    Post subject: gtkglext compile failure Reply with quote

Hi all, yesterday got this problem and dunno howto solve it

gdkglwindow.c: In function 'gdk_window_set_gl_capability':
gdkglwindow.c:743: error: dereferencing pointer to incomplete type
gdkglwindow.c:749: error: dereferencing pointer to incomplete type
make[4]: *** [gdkglwindow.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0/gdk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0'
make: *** [all] Error 2
* ERROR: x11-libs/gtkglext-1.2.0 failed:
* compile failure
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 1458: Called gnome2_src_compile
* environment, line 1210: Called die
* The specific snippet of code:
* emake || die "compile failure"
*
* If you need support, post the output of 'emerge --info =x11-libs/gtkglext-1.2.0',
* the complete build log and the output of 'emerge -pqv =x11-libs/gtkglext-1.2.0'.
* The complete build log is located at '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/environment'.
* S: '/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0'

>>> Failed to emerge x11-libs/gtkglext-1.2.0, Log file:

>>> '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/build.log'

* Messages for package x11-libs/gtkglext-1.2.0:

* ERROR: x11-libs/gtkglext-1.2.0 failed:
* compile failure
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 1458: Called gnome2_src_compile
* environment, line 1210: Called die
* The specific snippet of code:
* emake || die "compile failure"
*
* If you need support, post the output of 'emerge --info =x11-libs/gtkglext-1.2.0',
* the complete build log and the output of 'emerge -pqv =x11-libs/gtkglext-1.2.0'.
* The complete build log is located at '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/environment'.
* S: '/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0'


gtkglext was my last step on emerge world, but now it is broken and cant do revdep-rebuild....
Back to top
View user's profile Send private message
Rexilion
Veteran
Veteran


Joined: 17 Mar 2009
Posts: 1044

PostPosted: Thu Mar 11, 2010 12:50 pm    Post subject: Reply with quote

I need more lines from the log, can you post the output of:

Code:
tail -n 75 /var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/build.log


please?
Back to top
View user's profile Send private message
sam4el
n00b
n00b


Joined: 10 Mar 2010
Posts: 4

PostPosted: Thu Mar 11, 2010 1:00 pm    Post subject: Reply with quote

yeah, sure... here it is

if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglinit.lo -MD -MP -MF ".deps/gdkglinit.Tpo" \
-c -o gdkglinit.lo `test -f 'gdkglinit.c' || echo './'`gdkglinit.c; \
then mv -f ".deps/gdkglinit.Tpo" ".deps/gdkglinit.Plo"; \
else rm -f ".deps/gdkglinit.Tpo"; exit 1; \
fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglinit.lo -MD -MP -MF .deps/gdkglinit.Tpo -c gdkglinit.c -fPIC -DPIC -o .libs/gdkglinit.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglinit.lo -MD -MP -MF .deps/gdkglinit.Tpo -c gdkglinit.c -o gdkglinit.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglquery.lo -MD -MP -MF ".deps/gdkglquery.Tpo" \
-c -o gdkglquery.lo `test -f 'gdkglquery.c' || echo './'`gdkglquery.c; \
then mv -f ".deps/gdkglquery.Tpo" ".deps/gdkglquery.Plo"; \
else rm -f ".deps/gdkglquery.Tpo"; exit 1; \
fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglquery.lo -MD -MP -MF .deps/gdkglquery.Tpo -c gdkglquery.c -fPIC -DPIC -o .libs/gdkglquery.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglquery.lo -MD -MP -MF .deps/gdkglquery.Tpo -c gdkglquery.c -o gdkglquery.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglconfig.lo -MD -MP -MF ".deps/gdkglconfig.Tpo" \
-c -o gdkglconfig.lo `test -f 'gdkglconfig.c' || echo './'`gdkglconfig.c; \
then mv -f ".deps/gdkglconfig.Tpo" ".deps/gdkglconfig.Plo"; \
else rm -f ".deps/gdkglconfig.Tpo"; exit 1; \
fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglconfig.lo -MD -MP -MF .deps/gdkglconfig.Tpo -c gdkglconfig.c -fPIC -DPIC -o .libs/gdkglconfig.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglconfig.lo -MD -MP -MF .deps/gdkglconfig.Tpo -c gdkglconfig.c -o gdkglconfig.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglcontext.lo -MD -MP -MF ".deps/gdkglcontext.Tpo" \
-c -o gdkglcontext.lo `test -f 'gdkglcontext.c' || echo './'`gdkglcontext.c; \
then mv -f ".deps/gdkglcontext.Tpo" ".deps/gdkglcontext.Plo"; \
else rm -f ".deps/gdkglcontext.Tpo"; exit 1; \
fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglcontext.lo -MD -MP -MF .deps/gdkglcontext.Tpo -c gdkglcontext.c -fPIC -DPIC -o .libs/gdkglcontext.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglcontext.lo -MD -MP -MF .deps/gdkglcontext.Tpo -c gdkglcontext.c -o gdkglcontext.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkgldrawable.lo -MD -MP -MF ".deps/gdkgldrawable.Tpo" \
-c -o gdkgldrawable.lo `test -f 'gdkgldrawable.c' || echo './'`gdkgldrawable.c; \
then mv -f ".deps/gdkgldrawable.Tpo" ".deps/gdkgldrawable.Plo"; \
else rm -f ".deps/gdkgldrawable.Tpo"; exit 1; \
fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkgldrawable.lo -MD -MP -MF .deps/gdkgldrawable.Tpo -c gdkgldrawable.c -fPIC -DPIC -o .libs/gdkgldrawable.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkgldrawable.lo -MD -MP -MF .deps/gdkgldrawable.Tpo -c gdkgldrawable.c -o gdkgldrawable.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglpixmap.lo -MD -MP -MF ".deps/gdkglpixmap.Tpo" \
-c -o gdkglpixmap.lo `test -f 'gdkglpixmap.c' || echo './'`gdkglpixmap.c; \
then mv -f ".deps/gdkglpixmap.Tpo" ".deps/gdkglpixmap.Plo"; \
else rm -f ".deps/gdkglpixmap.Tpo"; exit 1; \
fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglpixmap.lo -MD -MP -MF .deps/gdkglpixmap.Tpo -c gdkglpixmap.c -fPIC -DPIC -o .libs/gdkglpixmap.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglpixmap.lo -MD -MP -MF .deps/gdkglpixmap.Tpo -c gdkglpixmap.c -o gdkglpixmap.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglwindow.lo -MD -MP -MF ".deps/gdkglwindow.Tpo" \
-c -o gdkglwindow.lo `test -f 'gdkglwindow.c' || echo './'`gdkglwindow.c; \
then mv -f ".deps/gdkglwindow.Tpo" ".deps/gdkglwindow.Plo"; \
else rm -f ".deps/gdkglwindow.Tpo"; exit 1; \
fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkGLExt\" -DGDK_GL_COMPILATION -I.. -DG_ENABLE_DEBUG -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -march=i686 -pipe -Wall -MT gdkglwindow.lo -MD -MP -MF .deps/gdkglwindow.Tpo -c gdkglwindow.c -fPIC -DPIC -o .libs/gdkglwindow.o
gdkglwindow.c: In function 'gdk_window_set_gl_capability':
gdkglwindow.c:743: error: dereferencing pointer to incomplete type
gdkglwindow.c:749: error: dereferencing pointer to incomplete type
make[4]: *** [gdkglwindow.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0/gdk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0'
make: *** [all] Error 2
* ERROR: x11-libs/gtkglext-1.2.0 failed:
* compile failure
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 1458: Called gnome2_src_compile
* environment, line 1210: Called die
* The specific snippet of code:
* emake || die "compile failure"
*
* If you need support, post the output of 'emerge --info =x11-libs/gtkglext-1.2.0',
* the complete build log and the output of 'emerge -pqv =x11-libs/gtkglext-1.2.0'.
* The complete build log is located at '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/environment'.
* S: '/var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0'
Back to top
View user's profile Send private message
Rexilion
Veteran
Veteran


Joined: 17 Mar 2009
Posts: 1044

PostPosted: Thu Mar 11, 2010 1:09 pm    Post subject: Reply with quote

Can you post the output of:

Code:
emerge -pv gtkglext


please?
Back to top
View user's profile Send private message
sam4el
n00b
n00b


Joined: 10 Mar 2010
Posts: 4

PostPosted: Thu Mar 11, 2010 1:15 pm    Post subject: Reply with quote

Calculating dependencies... done!
[ebuild N ] x11-libs/gtkglext-1.2.0 USE="debug" 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB
Back to top
View user's profile Send private message
sam4el
n00b
n00b


Joined: 10 Mar 2010
Posts: 4

PostPosted: Thu Mar 11, 2010 2:06 pm    Post subject: Reply with quote

any idea??
Back to top
View user's profile Send private message
rpil
Guru
Guru


Joined: 23 May 2008
Posts: 314

PostPosted: Wed Dec 12, 2012 8:55 am    Post subject: Reply with quote

I have the same problem, too. Someone?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum