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 564361 - Bison check fails for bison-2.4.1
Bison check fails for bison-2.4.1
Status: RESOLVED DUPLICATE of bug 564507
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.21
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-13 07:44 UTC by Ulf Gruene
Modified: 2008-12-15 07:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
output of bison --version &> bisonversion (280 bytes, text/plain)
2008-12-14 08:27 UTC, Ulf Gruene
Details

Description Ulf Gruene 2008-12-13 07:44:58 UTC
Please describe the problem:
The configure script fails when the current version 2.4.1 of bison is installed.
The last lines of ./configure output are
  checking for perl... /usr/bin/perl
  checking for bison... /usr/bin/bison
  checking bison version 2.4.1 >= 1.875... Argument "^B^D^A" isn't numeric in numeric lt (<) at - line 1.
  configure: error: no

Just for reference: "bison --version" prints 
bison (GNU Bison) 2.4.1
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



Steps to reproduce:
1. Install bison version 2.4.1
2. run ./configure
3. 


Actual results:
configure aborts

Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Sebastian Dröge (slomo) 2008-12-14 06:44:40 UTC
Could you run
bison --version &> bisonversion

and attach the created bisonversion file? :)
Comment 2 Ulf Gruene 2008-12-14 08:27:58 UTC
Created attachment 124630 [details]
output of  bison --version &> bisonversion
Comment 3 Sebastian Dröge (slomo) 2008-12-15 07:02:22 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 564507 ***