[Bug 728946] configure fails when using a version of GNU Bison built from Git
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Nov 20 05:36:01 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=728946
GStreamer | common | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |FIXED
Target Milestone|HEAD |1.5.1
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-11-20 13:35:55 UTC ---
Thanks for the patch, and sorry for taking so long to get to it. I've pushed it
to the master branch:
commit dae0ad20f831b32d9fc68caa8f26b359276c3c5f
Author: Sam Thursfield <sam.thursfield at codethink.co.uk>
Date: Fri Apr 25 14:43:24 2014 +0300
gst-parser.m4: Fix Bison version check to handle development versions of
GNU Bison
Fixes
checking bison version 2.7.1.1194-51a4 >= 2.4... Bareword found where
operator
expected at -e line 1, near "51a4"
(Missing operator before a4?)
syntax error at -e line 1, near "51a4 "
Execution of -e aborted due to compilation errors.
This is due to not quoting the string when calling 'perl' to check
the version number. The - sign causes a syntax error.
https://bugzilla.gnome.org/show_bug.cgi?id=728946
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list