[gstreamer-bugs] [Bug 378931] New: GStreamer does not correctly detect Bison on Solaris 9

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 24 12:27:37 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=378931

  GStreamer | gstreamer (core) | Ver: 0.10.10

           Summary: GStreamer does not correctly detect Bison on Solaris 9
           Product: GStreamer
           Version: 0.10.10
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bjoern at cs.tu-berlin.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.15/2.16
   GNOME milestone: Unspecified


Please describe the problem:
GStreamer 0.10.10 does not correctly detect the installed bison version 1.875d
in Solaris 9. The problem is caused by the letter "d" ín "1.875d".

Other systems may be affected too.

Steps to reproduce:
type ./configure on Solaris 9



Actual results:
checking bison version 1.875d >= 1.35... Bareword found where operator expected
at - line 1, near "1.875d"
        (Missing operator before d?)
Unquoted string "d" may clash with future reserved word at - line 1.
syntax error at - line 1, near "1.875d "
Execution of - aborted due to compilation errors.
no
configure: error: Your bison version is too old, 1.35 or later is required.


Expected results:
checking bison version 1.875d >= 1.35...yes

Does this happen every time?
yes

Other information:
$ which bison
/usr/local/bin/bison
$ bison --version
bison (GNU Bison) 1.875d
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2004 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.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list