bugGnash - The GNU Flash player - Bugs: bug #26208, Recent commits have broken...

 
 

bug #26208: Recent commits have broken compiling Gnash on Gentoo.

Submitted by:  Harley Peters <hpeters>
Submitted on:  Thu 16 Apr 2009 09:16:46 PM UTC  
 
Category: buildSeverity: 3 - Normal
Release: trunkStatus: Fixed
Privacy: PublicAssigned to: Rob Savoye <rsavoye>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

(Jump to the original submission Jump to the original submission)

Tue 21 Apr 2009 10:01:48 PM UTC, comment #6:

I'd hope it works, I tested it. :-)

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Tue 21 Apr 2009 10:00:32 PM UTC, comment #5:

Seems to work. Thanks.

Harley

Harley Peters <hpeters>
Tue 21 Apr 2009 09:27:31 PM UTC, comment #4:

I checked in a modified version of this patch, which is now in
revno #10821.

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Tue 21 Apr 2009 08:57:11 PM UTC, comment #3:

The problem is in Makefile.am
On Gentoo the echo command won't recognize the backslash escape codes without the -e option.
Also the $${now} variable is not expanding under Gentoo.
The following patch works under Gentoo.

--- Makefile.am 2009-04-21 15:42:46.000000000 -0500
+++ Makefile.am 2009-04-21 15:44:00.000000000 -0500
@@ -159,7 +159,7 @@
else \
echo "Generating bzrversion.h"; \
now=`date "+%Y%m%d"`; \
- echo 'static const char BRANCH_REVNO = "$${now}";\nstatic const char BRANCH_NICK = "none";\n' > bzrversion.h; \
+ echo -e 'static const char BRANCH_REVNO = '\"${NOW}\"';\nstatic const char BRANCH_NICK = "none";\n' > bzrversion.h; \
fi; \
fi

(file #17991)

Harley Peters <hpeters>
Thu 16 Apr 2009 10:06:38 PM UTC, comment #2:

bzrversion.h
static const char BRANCH_REVNO = none;\nstatic const char BRANCH_NICK = none;\n

I am able to get it to compile by reverting the gnash.cpp part of commit 10789.

Harley Peters <hpeters>
Thu 16 Apr 2009 09:23:34 PM UTC, comment #1:

Very strange. What does your bzrversion.h file look like ?

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Thu 16 Apr 2009 09:16:46 PM UTC, original submission:

./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst

make[3]: Entering directory `/var/tmp/portage/www-plugins/gnash-9999/work/gnash-9999/gui'
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-gnash.o -MD -MP -MF .deps/gtk_gnash-gnash.Tpo -c -o gtk_gnash-gnash.o `test -f 'gnash.cpp' || echo './'`gnash.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-gui.o -MD -MP -MF .deps/gtk_gnash-gui.Tpo -c -o gtk_gnash-gui.o `test -f 'gui.cpp' || echo './'`gui.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-Player.o -MD -MP -MF .deps/gtk_gnash-Player.Tpo -c -o gtk_gnash-Player.o `test -f 'Player.cpp' || echo './'`Player.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-NullGui.o -MD -MP -MF .deps/gtk_gnash-NullGui.Tpo -c -o gtk_gnash-NullGui.o `test -f 'NullGui.cpp' || echo './'`NullGui.cpp
mv -f .deps/gtk_gnash-NullGui.Tpo .deps/gtk_gnash-NullGui.Po
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-gui_gtk.o -MD -MP -MF .deps/gtk_gnash-gui_gtk.Tpo -c -o gtk_gnash-gui_gtk.o `test -f 'gui_gtk.cpp' || echo './'`gui_gtk.cpp
mv -f .deps/gtk_gnash-gui.Tpo .deps/gtk_gnash-gui.Po
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-gtk_glue_agg.o -MD -MP -MF .deps/gtk_gnash-gtk_glue_agg.Tpo -c -o gtk_gnash-gtk_glue_agg.o `test -f 'gtk_glue_agg.cpp' || echo './'`gtk_glue_agg.cpp
mv -f .deps/gtk_gnash-Player.Tpo .deps/gtk_gnash-Player.Po
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-gtk.o -MD -MP -MF .deps/gtk_gnash-gtk.Tpo -c -o gtk_gnash-gtk.o `test -f 'gtk.cpp' || echo './'`gtk.cpp
mv -f .deps/gtk_gnash-gui_gtk.Tpo .deps/gtk_gnash-gui_gtk.Po
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DGUI_GTK -DGUI_CONFIG=\"GTK\" -I../libamf -I../libnet -I../libcore -I../libcore/swf -I../libcore/parser -I../libcore/vm -I../libltdl -I../libbase -I../backend -I../libmedia -I../libsound -I../libmedia/ffmpeg -I../libmedia/gst -DLOCALEDIR=\"/usr/share/locale\" -DPLUGINSDIR=\"/usr/lib64/gnash/plugins\" -DLIBAVCODEC_IDENT=\"\" -I/usr/X11R6/include -pthread -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"gst\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-cygnal --disable-docbook --disable-ghelp --enable-npapi --disable-kparts3 --disable-kparts4 --disable-i810-lod-bias --enable-gui=gtk --with-ffmpeg-incl=/usr/include/libavcodec/ --with-plugins-install=system --with-npapi-plugindir=/opt/netscape/plugins --with-agg-lib=/usr/lib64/ --enable-renderer=agg --enable-media=gst\"" -DCXXFLAGS="\"-march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden\"" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/agg2 -march=athlon64 -O2 -msse3 -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -MT gtk_gnash-gtk_glue_agg_xv.o -MD -MP -MF .deps/gtk_gnash-gtk_glue_agg_xv.Tpo -c -o gtk_gnash-gtk_glue_agg_xv.o `test -f 'gtk_glue_agg_xv.cpp' || echo './'`gtk_glue_agg_xv.cpp
mv -f .deps/gtk_gnash-gtk_glue_agg.Tpo .deps/gtk_gnash-gtk_glue_agg.Po
cp gnash.in gnash
mv -f .deps/gtk_gnash-gtk.Tpo .deps/gtk_gnash-gtk.Po
chmod +x gnash
mv -f .deps/gtk_gnash-gtk_glue_agg_xv.Tpo .deps/gtk_gnash-gtk_glue_agg_xv.Po
In file included from gnash.cpp:31:
../bzrversion.h:1: error: stray '\' in program
../bzrversion.h:1: error: stray '\' in program
../bzrversion.h:1: error: 'none' was not declared in this scope
../bzrversion.h:1: error: expected constructor, destructor, or type conversion before 'const'
In file included from /usr/include/glib-2.0/glib/gtypes.h:35,
from /usr/include/glib-2.0/glib/galloca.h:35,
from /usr/include/glib-2.0/glib.h:33,
from /usr/include/gstreamer-0.10/gst/gst.h:28,
from gnash.cpp:46:
/usr/lib64/glib-2.0/include/glibconfig.h:22: error: expected constructor, destructor, or type conversion before 'extern'
../bzrversion.h:1: warning: 'BRANCH_REVNO' defined but not used
make[3]: *** [gtk_gnash-gnash.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/www-plugins/gnash-9999/work/gnash-9999/gui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/www-plugins/gnash-9999/work/gnash-9999/gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/www-plugins/gnash-9999/work/gnash-9999'
make: *** [all] Error 2

Harley Peters <hpeters>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

Attached Files
file #17991:  Makefile.patch added by hpeters (468B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by rsavoye (Posted a comment)
  • -unavailable- added by hpeters (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 6 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Tue 21 Apr 2009 10:01:48 PM UTCrsavoyeStatusReady For Test=>Fixed
      Open/ClosedOpen=>Closed
    Tue 21 Apr 2009 09:27:31 PM UTCrsavoyeCategoryNone=>build
      StatusNone=>Ready For Test
    Tue 21 Apr 2009 08:57:11 PM UTChpetersAttached File-=>Added Makefile.patch, #17991
    Thu 16 Apr 2009 09:23:34 PM UTCrsavoyeAssigned toNone=>rsavoye

    Back to the top


    Powered by Savane 3.1-cleanup1