After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103980 - bison failure during configure on v0.5.1
bison failure during configure on v0.5.1
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.5.1
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 104089 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-01-20 15:44 UTC by Robin Cook
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Robin Cook 2003-01-20 15:44:37 UTC
make[2]: Entering directory `/usr/src/gstreamer-0.5.1/gst'
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list >
gstmarshal.h.tmp
mv gstmarshal.h.tmp gstmarshal.h
echo "#include \"glib-object.h\"" >gstmarshal.c.tmp
echo "#include \"gstlog.h\"" >> gstmarshal.c.tmp
echo "#include \"gstmarshal.h\"" >> gstmarshal.c.tmp
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c.tmp
mv gstmarshal.c.tmp gstmarshal.c
/usr/bin/make  all-recursive
make[3]: Entering directory `/usr/src/gstreamer-0.5.1/gst'
Making all in parse
make[4]: Entering directory `/usr/src/gstreamer-0.5.1/gst/parse'
bison -d -v -p_gst_parse__yy grammar.y ../gstmarshal.h
bison: extra operand `../gstmarshal.h'
Try `bison --help' for more information.
make[4]: *** [grammar.tab.h] Error 1
make[4]: Leaving directory `/usr/src/gstreamer-0.5.1/gst/parse'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gstreamer-0.5.1/gst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/gstreamer-0.5.1/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gstreamer-0.5.1'
make: *** [all] Error 2
Comment 1 Arwed v. Merkatz 2003-01-21 20:37:57 UTC
*** Bug 104089 has been marked as a duplicate of this bug. ***
Comment 2 Arwed v. Merkatz 2003-01-21 20:38:45 UTC
the duplicate i posted contains a patch to fix it
Comment 3 Seth Woolley 2003-01-21 20:42:26 UTC
Robin: I updated the spell today to include a sedit patch in BUILD
akin to this (credit to alley_cat (Arwed) and rycee for helping):

cat gst/parse/Makefile.in | sed -e "s/\$(BISON) \$^/\$(BISON)
grammar.y/" > gst/parse/Makefile.in.new
cp gst/parse/Makefile.in.new gst/parse/Makefile.in

(the fix needs to go into the .am for gstreamer as in Arwed's patch)

see alley_cat's report, too:
http://bugzilla.gnome.org/show_bug.cgi?id=104089

BTW, bison 1.75 works fine, 1.875 needs this fix.

Seth,
Video Maintainer, Source Mage GNU/Linux
Comment 4 Thomas Vander Stichele 2003-01-22 00:18:50 UTC
I fixed it in CVS, can you check it ?
Comment 5 Christian Fredrik Kalager Schaller 2003-04-08 12:52:46 UTC
nothing heard, closing