[Mono-bugs] [Bug 76694][Blo] New - Mono compilation freezes when it gets to MCS

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Nov 13 12:35:17 EST 2005


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 alex323 at gmail.com.

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

--- shadow/76694	2005-11-13 12:35:17.000000000 -0500
+++ shadow/76694.tmp.5840	2005-11-13 12:35:17.000000000 -0500
@@ -0,0 +1,57 @@
+Bug#: 76694
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: Ubuntu Breezy
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: alex323 at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono compilation freezes when it gets to MCS
+
+Description of Problem:
+I am trying to compile mono-svn and mcs-svn. When "make" of mono gets to
+mcs, I get this:
+
+Making all in runtime
+make[2]: Entering directory `/home/alex/mono/mono/runtime'
+if test -w ../../mcs; then :; else chmod -R +w ../../mcs; fi
+cd ../../mcs && make PROFILES='default net_2_0' all-profiles
+make[3]: Entering directory `/home/alex/mono/mcs'
+make profile-do--default--all profile-do--net_2_0--all
+make[4]: Entering directory `/home/alex/mono/mcs'
+make PROFILE=basic all
+make[5]: Entering directory `/home/alex/mono/mcs'
+
+
+At this point, the build is frozen. When I ctrl + C, I get:
+
+make[6]: *** Deleting file `build/deps/basic-profile-check.exe'
+make[6]: *** wait: No child processes.  Stop.
+make[6]: *** Waiting for unfinished jobs....
+make[6]: *** wait: No child processes.  Stop.
+*** The compiler 'mcs' doesn't appear to be usable.
+*** You need a C# compiler installed to build MCS (make sure mcs works from
+the command line)
+*** Read INSTALL.txt for information on how to bootstrap a Mono installation.
+
+In addition:
+
+alex at ninjutsu:~/mono/mono$ mcs --version
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+
+
+Steps to reproduce the problem:
+1. ./autogen --prefix=/usr
+2. make
+
+Anyone know what's wrong?


More information about the mono-bugs mailing list