[Mono-bugs] [Bug 82424][Maj] Changed - mono 1.4.5 cannot be compiled on FreeBSD/amd64
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 13 16:49:26 EDT 2007
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 phillip at sofsis.cl.
http://bugzilla.ximian.com/show_bug.cgi?id=82424
--- shadow/82424 2007-08-13 13:09:14.000000000 -0400
+++ shadow/82424.tmp.16953 2007-08-13 16:49:26.000000000 -0400
@@ -47,6 +47,37 @@
------- Additional Comments From vargaz at gmail.com 2007-08-13 13:09 -------
Could you run:
./mono ../../../mcs/class/lib/monolite/mcs.exe
in the mono/mini directory and paste the results?
+
+------- Additional Comments From phillip at sofsis.cl 2007-08-13 16:49 -------
+Sure:
+$ cd mono/mini
+
+$ ./mono ../../mcs/class/lib/monolite/mcs.exe
+The assembly mscorlib.dll was not found or could not be loaded.
+It should have been installed in the
+`/usr/local/lib/mono/1.0/mscorlib.dll' directory.
+
+$ export MONO_PATH=../../mcs/class/lib/monolite/
+$ ./mono ../../mcs/class/lib/monolite/mcs.exe
+Invalid trampoline sequence: 41 ff d3 b8 8 c 79
+
+** ERROR **: file tramp-amd64.c: line 153
+(mono_arch_nullify_class_init_trampoline): should not be reached
+aborting...
+Stacktrace:
+
+ at System.Console.get_Error () <0xffffffff>
+ at System.Console.get_Error () <0x00011>
+ at Mono.CSharp.Report..cctor () <0x00014>
+ at (wrapper runtime-invoke) Mono.CSharp.Driver.runtime_invoke_void
+(object,intptr,intptr,intptr) <0xffffffff>
+
+
+
+
+
+
+
More information about the mono-bugs
mailing list