[Mono-bugs] [Bug 60443][Maj] Changed - The beta 3 mono-nunit package has an unreported dependency on the mono-preview package.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 02:21:43 -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 rharinath@novell.com.

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

--- shadow/60443	2004-06-23 17:35:56.000000000 -0400
+++ shadow/60443.tmp.22195	2004-06-24 02:21:43.000000000 -0400
@@ -85,6 +85,22 @@
            
   |                                   | mono-core    |
 /tmp/duncan/built-packages
   |                                   |              |               
            
 
+
+------- Additional Comments From rharinath@novell.com  2004-06-24 02:21 -------
+This is because nunit doesn't get different AssemblyVersions when it
+is compiled with the 'default' profile vs. the 'net_2_0' profile.  So,
+when you install, the net_1_1 version is overwritten with the net_2_0
+version in the GAC.
+
+One option (untested) may be to change the nunit/*/Makefiles to say
+
+  ifeq (default, $(PROFILE))
+  include $(topdir)/build/library.make
+  endif
+
+so that it is only built in the default profile.  You'll have to
+update mono/runtime/net_2_0/Makefile.am not to refer to nunit.*.
+