GNOME Bugzilla – Bug 564361
Bison check fails for bison-2.4.1
Last modified: 2008-12-15 07:02:22 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:
Could you run bison --version &> bisonversion and attach the created bisonversion file? :)
Created attachment 124630 [details] output of bison --version &> bisonversion
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 ***