[Mono-bugs] [Bug 79811][Wis] Changed - Order dependence between -r: arguments (Trying to build Beagle crashes with errors loading assemblies)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Nov 8 04:31:21 EST 2006
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 at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79811
--- shadow/79811 2006-11-07 13:33:47.000000000 -0500
+++ shadow/79811.tmp.2207 2006-11-08 04:31:21.000000000 -0500
@@ -3,21 +3,21 @@
Version: unspecified
OS: unknown
OS Details: SLED 10
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
+Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: joeshaw at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Trying to build Beagle crashes with errors loading assemblies
+Summary: Order dependence between -r: arguments (Trying to build Beagle crashes with errors loading assemblies)
In trying to merge in changes from the trunk of Beagle into a branch, I
started getting the following crash when trying to compile:
The Util.dll file is referenced in the -r argument passed to gmcs.
@@ -283,6 +283,13 @@
It does appear that the order on the command-line is very relevant
here. Moving only Util.dll before the first BeagleDaemonLib.dll
reference causes it to crash on a different lib (Beagle.dll), but once
it's all in the right order it compiles fine.
+
+------- Additional Comments From rharinath at novell.com 2006-11-08 04:31 -------
+Setting to WISHLIST -- I think it requires some drastic changes to the
+innards of the compiler to totally rip out the dependence on
+System.Reflection, or some really ugly hacks in the assembly loading
+code to work around the problems with System.Reflection.
+
More information about the mono-bugs
mailing list