[Mono-bugs] [Bug 34993][Wis] New - corlib compilation fails
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Dec 2002 21:25:14 -0000
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34993
--- shadow/34993 Tue Dec 3 16:25:14 2002
+++ shadow/34993.tmp.28589 Tue Dec 3 16:25:14 2002
@@ -0,0 +1,50 @@
+Bug#: 34993
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: duncan@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: corlib compilation fails
+
+I can't compile corlib right now, the error is:
+
+make[3]: Entering directory `/home/duncan/Mono/mcs/class/corlib'
+MONO_PATH= mono ../../mcs/mcs.exe --target library --noconfig -o
+../../class/lib/corlib.dll --unsafe --nostdlib @.response
+no implementation for interface method
+System.Collections.IEnumerable::GetEnumerator() in class .SynchedHashtable
+METHOD .ctor(Hashtable)
+METHOD System.Collections.IEnumerable.GetEnumerator()
+METHOD CopyTo(Array,int)
+METHOD Add(object,object)
+METHOD Clear()
+METHOD Contains(object)
+METHOD GetEnumerator()
+METHOD Remove(object)
+METHOD ContainsKey(object)
+METHOD ContainsValue(object)
+METHOD Clone()
+METHOD get_Count()
+METHOD get_IsSynchronized()
+METHOD get_SyncRoot()
+METHOD get_IsFixedSize()
+METHOD get_IsReadOnly()
+METHOD get_Keys()
+METHOD get_Values()
+METHOD get_Item(object)
+METHOD set_Item(object,object)
+
+** ERROR **: file class.c: line 687 (mono_class_setup_vtable): should not
+be reached
+aborting...
+make[3]: *** [../../class/lib/corlib.dll] Aborted