[Mono-bugs] [Bug 57778][Blo] Changed - mono doesn't compile

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 12:06:33 -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 tambet@ximian.com.

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

--- shadow/57778	2004-04-28 12:04:13.000000000 -0400
+++ shadow/57778.tmp.6463	2004-04-28 12:06:33.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 57778
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tambet@ximian.com               
@@ -89,6 +89,36 @@
 Check if that works for you.
 
 ------- Additional Comments From edasque@ximian.com  2004-04-28 12:04 -------
 I just anon cvs and made fullbuild with no issues. What 
 distribution / set up do you use ? Do you always encounter that 
 specific error ?
+
+------- Additional Comments From tambet@ximian.com  2004-04-28 12:06 -------
+It doesn't build corlib:
+
+cvs up mcs
+cd mcs
+./configure --prefix=/...
+cd class/corlib/
+[root@localhost corlib]# make
+Creating ../../build/deps/default_corlib_plattest.dll.response ...
+Creating ../../build/deps/default_corlib_plattest.dll.makefrag ...
+Creating ../../build/deps/default_corlib_test.dll.response ...
+Creating ../../build/deps/default_corlib_test.dll.makefrag ...
+touch ../../build/deps/default_corlib.dll.stamp
+mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  -d:NET_1_1 -d:ONLY_1_1
+-g /noconfig /unsafe /nostdlib /target:library
+/out:../../class/lib/default/mscorlib.dll
+@../../build/deps/default_corlib.dll.response
+ 
+Unhandled Exception: System.NullReferenceException: A null value was
+found where an object instance was required.
+in <0x0002e> Mono.Security.Cryptography.CryptoConvert:ToCapiKeyBlob
+(System.Security.Cryptography.RSA,bool)
+in <0x00032> Mono.Security.StrongName:get_PublicKey ()
+in <0x00769> System.Reflection.Emit.AssemblyBuilder:Save (string)
+in <0x00036> Mono.CSharp.CodeGen:Save (string)
+in <0x014cb> Mono.CSharp.Driver:MainDriver (string[])
+in <0x00020> Mono.CSharp.Driver:Main (string[])
+ 
+make: *** [../../class/lib/default/mscorlib.dll] Error 1