[Mono-bugs] [Bug 44586][Wis] Changed - mono compiles, but mcs refuses to compile

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 12 Jun 2003 01:55:48 -0400 (EDT)


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 willxpp@triad.rr.com.

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

--- shadow/44586	Wed Jun 11 23:29:37 2003
+++ shadow/44586.tmp.32733	Thu Jun 12 01:55:48 2003
@@ -1,14 +1,14 @@
 Bug#: 44586
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Gentoo 1.4 rc4
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: WillXPP@triad.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,25 @@
  
 How often does this happen? Every time I try to compile mcs. 
  
 Additional Information: It is of particular interest that boehm-gc is "running out of 
 memory." Perhaps that's contributing the problem? I don't understand why it 
 does because I have 1 GB of RAM and 1 GB of swap.
+
+------- Additional Comments From WillXPP@triad.rr.com  2003-06-12 01:55 -------
+Okay, new info. It's the GC. 
+ 
+I did this: 
+ 
+1. Compile mono by: 
+	./autogen.sh --prefix=/usr --with-gc=none 
+	make && make install 
+2. Compile mcs by:  
+        make -f makefile.gnu  
+	make -f makefile.gnu install prefix=/usr 
+3. Succeeds! 
+ 
+Note the argument --with-gc=none. 
+ 
+So without any gc it works fine, but what is broken with gc? 
+ 
+I've tried boehm-gc and the included libgc... I keep "running out of RAM."