[Mono-bugs] [Bug 43205][Cri] Changed - Corlib Fails to Compile From CVS

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 18 May 2003 10:50:52 -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 bmaurer@users.sf.net.

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

--- shadow/43205	Sat May 17 16:43:27 2003
+++ shadow/43205.tmp.17739	Sun May 18 10:50:52 2003
@@ -1,13 +1,13 @@
 Bug#: 43205
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dimsmol@rambler.ru               
 QAContact: mono-bugs@ximian.com
@@ -20,6 +20,19 @@
 private event handlers, but implements interface System._AppDomain, that
 describes these events.
 
 The problem can be solved by just commenting out these events in
 System._AppDomain code (7 events at the bottom of source), but I don't
 know is it correct or not.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-18 10:50 -------
+On Sun, 2003-05-18 at 10:31, Martin Baulig wrote:
+> they're not private but public, there was a bug in the class libs
+which caused this error.
+> 
+> The problem is now fixed in CVS, but your current corlib is broken
+and can't be used to
+> compile the new corlib.  You need to install the corlib.dll from
+Mono 0.24 (the bug
+> appeared shortly after 0.24) and then recompile mcs and the class
+libs, this'll give you a
+> working corlib again.