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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: + [EMAIL PROTECTED]:~/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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
