Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135010 - emerge net-www/gnash-0.7.1_p20060528 fails
Summary: emerge net-www/gnash-0.7.1_p20060528 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
: 135333 135461 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-31 02:41 UTC by Bård Sørngård
Modified: 2006-06-04 02:26 UTC (History)
5 users (show)

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


Attachments
The complete config.log file (config.log,189.50 KB, text/plain)
2006-05-31 02:44 UTC, Bård Sørngård
Details
emerge --info (info,4.31 KB, text/plain)
2006-06-01 09:56 UTC, Avuton Olrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bård Sørngård 2006-05-31 02:41:24 UTC
When trying to emerge the latest gnash, I get the following error while it's running configure:

ERROR: No GtkGLext development package installed! You need to have the GtkGLext development package installed to build the GTK gui. Try --with-gui=sdl or install libgtkglext1-dev  (using apt-get) or gtkglext-devel (using yum).
        Gtk2 flags are: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
        Gtk2 libs are: -lgtk-x11-2.0 -lgdk-x11-2.0
        Pango flags are: -I/usr/X11R6/include/pango-1.0
        Pango libs are: -lpango-1.0
        Glib flags are: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
        Glib libs are: -lglib-2.0
        Atk flags are: -I/usr/X11R6/include/atk-1.0
        Atk libs are: -latk-1.0
        Xft flags are: -I/usr/include/X11
        Xft libs are: -lXft
        SDL flags are: -I/usr/include/SDL
        SDL libs are: -lSDL
        SDL_Mixer flags are: -I/usr/include/SDL
        SDL_Mixer libs are: -lSDL_mixer
        Gstreamer flags are: -I/usr/include/gstreamer-0.10
        Gstreamer libs are: -lgstreamer
        POSIX Threads flags are: -I/usr/include
        POSIX Threads lib is: -lpthread
        CURL flags are: default include path
        CURL libs are: -lcurl

I do have the latest versions of dev-cpp/gtkglextmm and x11-libs/gtkglext installed, if that was of any help.
Comment 1 Bård Sørngård 2006-05-31 02:44:00 UTC
Created attachment 87963 [details]
The complete config.log file
Comment 2 Avuton Olrich 2006-06-01 09:56:00 UTC
Created attachment 88108 [details]
emerge --info
Comment 3 Avuton Olrich 2006-06-01 09:56:13 UTC
I'd confirm that.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-01 10:49:09 UTC
Probably because you ran configure with --disable-glext
can you please try again with USE=gtk and tell me if it works?
Comment 5 Avuton Olrich 2006-06-01 12:17:28 UTC
that does fix it.
Comment 6 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-01 12:35:23 UTC
thanks, I removed the gtk use flag, it iss superfluous with gtkglext being non-optional.
Comment 7 f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2006-06-02 03:14:19 UTC
It doesn't seem to me like the problem is really resolved:

magratea aaron # USE="nsplugin" emerge -pv gnash

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] net-www/gnash-0.7.1_p20060528  USE="kde mad nptl nsplugin xml -dmalloc" VIDEO_CARDS="-i810" 0 kB

magratea aaron # USE="nsplugin" emerge gnash
..........
Configurable options are:
        Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias to enable.
        MP3 (libmad) support enabled
        POSIX Threads support enabled (default)
        Web server support disabled (default)
        DMalloc support disabled (default). Use --enable-dmalloc to enable.
        XML and XMLSocket enabled (default). Use --disable-xml to disable.
        Firefox plugin enabled (default). Use --disable-plugin to disable.
        Konqueror plugin enabled
        GNOME help disabled (default). Use --enable-ghelp to enable.
        Unit testing support enabled (default)
        Renderer engine: opengl
        GUI: gtk

Configured paths for i686-pc-linux-gnu are:
        DocBook document processing disabled (default)
        XML flags are: -I/usr/include/libxml2
        XML libs are: -L/usr/lib -lxml2 -lz -lm
        PNG flags are: default include path
        PNG libs are: -lpng
        JPEG flags are: default include path
        JPEG libs are: -ljpeg
        MAD flags are: default include path
        MAD libs are: -lmad
        Ogg flags are: default include path
        Ogg libs are: -logg
        Opengl flags are: default include path
        Opengl libs are: -lGL -lGLU
ERROR: No GtkGLext development package installed! You need to have the GtkGLext development package installed to build the GTK gui. Try --with-gui=sdl or install libgtkglext1-dev  (using apt-get) or gtkglext-devel (using yum).
        Gtk2 flags are: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
        Gtk2 libs are: -lgtk-x11-2.0 -lgdk-x11-2.0
        Pango flags are: -I/usr/X11R6/include/pango-1.0
        Pango libs are: -lpango-1.0
        Glib flags are: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
        Glib libs are: -lglib-2.0
        Atk flags are: -I/usr/X11R6/include/atk-1.0
        Atk libs are: -latk-1.0
        Xft flags are: -I/usr/include/X11
        Xft libs are: -lXft
        SDL flags are: -I/usr/include/SDL
        SDL libs are: -lSDL
        SDL_Mixer flags are: -I/usr/include/SDL
        SDL_Mixer libs are: -lSDL_mixer
        Gstreamer flags are: -I/usr/include/gstreamer-0.10
        Gstreamer libs are: -lgstreamer
        Plugin will be installed in /opt/netscape/plugins
        POSIX Threads flags are: -I/usr/include
        POSIX Threads lib is: -lpthread
        CURL flags are: default include path
        CURL libs are: -lcurl

configure: error: Please install required packages

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/gnash-0.7.1_p20060528/work/gnash/config.log

!!! ERROR: net-www/gnash-0.7.1_p20060528 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  gnash-0.7.1_p20060528.ebuild, line 82:   Called econf '--disable-dmalloc' '--enable-klash' '--enable-mp3' '--enable-pthreads' '--enable-xml' '--disable-i810-lod-bias' '--enable-plugin' '--with-plugindir=/opt/netscape/plugins'
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-06-03 00:08:27 UTC
*** Bug 135333 has been marked as a duplicate of this bug. ***
Comment 9 Attila Jecs 2006-06-03 00:38:29 UTC
does thist really use sdl? (if gtk is not optional, then i think no)
sdl use flag? if it doesn't use sdl i don't want to install it.
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-06-04 00:51:21 UTC
*** Bug 135461 has been marked as a duplicate of this bug. ***
Comment 11 Jakub Moc (RETIRED) gentoo-dev 2006-06-04 00:54:03 UTC
You removed the gtkglext dependency, which didn't help much. Reopen.
Comment 12 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-04 02:26:40 UTC
sorry, I finally added the dep correctly now.