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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 13:40:04 -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 james@ximian.com.

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

--- shadow/57778	2004-04-28 13:38:05.000000000 -0400
+++ shadow/57778.tmp.7676	2004-04-28 13:40:04.000000000 -0400
@@ -131,6 +131,22 @@
 
 
 ------- Additional Comments From tambet@ximian.com  2004-04-28 12:23 -------
 To clear my last statement, I don't mean it breaks in random place. I
 mean it always breaks in one place, but usually after 'cvs up' it
 breaks somewhere.
+
+------- Additional Comments From james@ximian.com  2004-04-28 13:40 -------
+It fails to build corlib for me as well:
+
+make[2]: Entering directory `/home/snorp/cvs/ximian/mcs/class/corlib'
+touch ../../build/deps/atomic_corlib.dll.stamp
+mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  /lib:/opt/gnome/lib -g
+/noconfig /unsafe /nostdlib /target:library
+/out:../../class/lib/atomic/mscorlib.dll
+@../../build/deps/atomic_corlib.dll.response
+System.Security.Cryptography/HMACSHA1.cs(110) error CS0246: Cannot
+find type `HMAC'
+Compilation failed: 1 error(s), 0 warnings
+
+
+This is from today's CVS (regular cvs, not anoncvs)