[Mono-bugs] [Bug 73115][Wis] New - svn 41281 is broken

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 10:37:06 -0500 (EST)


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 alexmipego@hotmail.com.

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

--- shadow/73115	2005-02-28 10:37:06.000000000 -0500
+++ shadow/73115.tmp.15059	2005-02-28 10:37:06.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 73115
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: alexmipego@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: svn 41281 is broken
+
+While building is gives me this error:
+
+make[8]: Entering directory `/home/alex/mono.commit/mcs/class/corlib'
+MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH"
+/home/alex/mono.commit/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe
+/nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  -d:NET_1_1 -d:NET_2_0 -debug
+/noconfig /unsafe /nostdlib /target:library /out:mscorlib.dll 
+@corlib.dll.sources
+System.Collections.Generic/Queue.cs(257) warning CS0693: Type parameter `T'
+has same name as type parameter from outer type
+`System.Collections.Generic.Queue`1<T>'
+System.Collections.Generic/Stack.cs(202) warning CS0693: Type parameter `T'
+has same name as type parameter from outer type
+`System.Collections.Generic.Stack`1<T>'
+System.Collections.Generic/List.cs(572) warning CS0693: Type parameter `T'
+has same name as type parameter from outer type
+`System.Collections.Generic.List`1<T>'
+System.Collections.Generic/Comparer.cs(100) warning CS0693: Type parameter
+`T' has same name as type parameter from outer type
+`System.Collections.Generic.Comparer`1<T>'
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+make[8]: *** [../../class/lib/net_2_0/mscorlib.dll] Error 1