[Mono-bugs] [Bug 55902][Nor] Changed - GNU bison 1.875 fails on monoburg compilation (use /usr/ccs/bin/yacc instead) (mono-0.31)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 13:48:11 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by louis.p.santillan@jpl.nasa.gov.

http://bugzilla.ximian.com/show_bug.cgi?id=55902

--- shadow/55902	2004-03-22 13:35:34.000000000 -0500
+++ shadow/55902.tmp.4402	2004-03-22 13:48:11.000000000 -0500
@@ -43,6 +43,33 @@
 Additional Information:
 (SunOS MachineName 5.9 Generic_112233-08 sun4u sparc SUNW,UltraAX-i2)
 
 ------- Additional Comments From vargaz@freemail.hu  2004-03-22 13:35 -------
 I can't reproduce this. Could you try running bison by hand to see
 what is the problem ?
+
+------- Additional Comments From Louis.P.Santillan@jpl.nasa.gov  2004-03-22 13:48 -------
+I did attempt to GNU bison standalone but I receive "Broken Pipe" errors.
+
+lpsantil@MachineName:~/build/mono/mono-0.31/mono/monoburg>bison
+monoburg.y -o parser.c      
+Broken Pipe
+lpsantil@MachineName:~/build/mono/mono-0.31/mono/monoburg>bison -V
+bison (GNU Bison) 1.875
+Written by Robert Corbett and Richard Stallman.
+
+Copyright (C) 2002 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.
+
+However, using /usr/ccs/bin/yacc seems to produce a usable y.tab.c ->
+parser.c file.  Unfortunately, I don't have root access to the box
+(and admin is on vacation).  I'm pretty sure that our admin installed
+the default bison or bison from <sunfreeware.com>.  The machine was
+also probably KickStart'd (or is JumpStart) so the bad bison package
+could have come from there also.
+
+lpsantil@MachineName:~/build/mono/mono-0.31>pkginfo|grep bison
+application SMCbison                         bison
+
+Louis