[Mono-bugs] [Bug 51474][Nor] New - building mono on Fedora core 1 is not possible

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Nov 2003 11:23:37 -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 ktreichel@web.de.

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

--- shadow/51474	2003-11-28 11:23:37.000000000 -0500
+++ shadow/51474.tmp.10711	2003-11-28 11:23:37.000000000 -0500
@@ -0,0 +1,65 @@
+Bug#: 51474
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: Fedora Core 1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ktreichel@web.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: building mono on Fedora core 1 is not possible
+
+Description of Problem:
+
+mono 0.28 fails to compile mcs 0.28.
+
+Steps to reproduce the problem:
+build mono (./configure && make && make install
+change into mcs dir
+then: make
+
+Actual Results:
+
+cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -o jay closure.o
+error.o lalr.o lr0.o main.o mkpar.o output.o reader.o symtab.o verbose.o
+warshall.o
+make[1]: Verlassen des Verzeichnisses Verzeichnis
+»/home/kt/Downloads/DotNet/Mono/0.28/mcs-0.28/jay«
+make[1]: Wechsel in das Verzeichnis Verzeichnis
+»/home/kt/Downloads/DotNet/Mono/0.28/mcs-0.28/mcs«
+../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay >cs-parser.cs
+../jay/jay: 2 rules never reduced
+../jay/jay: 31 shift/reduce conflicts, 1 reduce/reduce conflict.
+mcs   -d:NET_1_1 -g /target:exe /out:mcs.exe AssemblyInfo.cs anonymous.cs
+assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs class.cs
+codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs enum.cs
+ecore.cs expression.cs flowanalysis.cs genericparser.cs interface.cs
+iterators.cs literal.cs location.cs modifiers.cs namespace.cs parameter.cs
+pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs
+symbolwriter.cs tree.cs cs-parser.cs
+/usr/local/bin/mcs: line 2: 20786 Speicherzugriffsfehler 
+/usr/local/bin/mono /usr/local/bin/mcs.exe "$@"
+make[1]: *** [mcs.exe] Fehler 139
+make[1]: Verlassen des Verzeichnisses Verzeichnis
+»/home/kt/Downloads/DotNet/Mono/0.28/mcs-0.28/mcs«
+make: *** [all-recursive] Fehler 1
+
+
+Expected Results:
+
+build OK
+
+How often does this happen? 
+
+every time
+
+Additional Information:
+
+none