[Mono-bugs] [Bug 58146][Wis] New - make install on Mac OS fails with UnhandledException in Mono.Tools.Driver:symlink

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 12:30:29 -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 stefan.bodewig@freenet.de.

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

--- shadow/58146	2004-05-06 12:30:29.000000000 -0400
+++ shadow/58146.tmp.13953	2004-05-06 12:30:29.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 58146
+Product: Mono: Runtime
+Version: unspecified
+OS: Mac OS X 10.3
+OS Details: 10.3.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: stefan.bodewig@freenet.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: make install on Mac OS fails with UnhandledException in Mono.Tools.Driver:symlink
+
+* Downloaded the 0.91 tarball and the latest Boehm GC alpha.
+
+* configured and installed Boehm GC without trouble.
+
+* configured and made mono without any trouble
+
+* run sudo make install runs into a problem, the tail is:
+
+Making install in net_1_1
+make[3]: Nothing to be done for `install-exec-am'.
+/bin/sh ../../mkinstalldirs /usr/local/lib
+ /usr/bin/install -c -m 644 mscorlib.dll /usr/local/lib/mscorlib.dll
+MONO_PATH=. ../../mono/mini/mono --config ../../data/config
+./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root /usr/local/lib
+
+Unhandled Exception: System.ExecutionEngineException: SIGILL
+in (unmanaged) (wrapper managed-to-native) Mono.Tools.Driver:symlink
+(string,string)
+in <0x00088> (wrapper managed-to-native) Mono.Tools.Driver:symlink
+(string,string)
+in <0x00b04> Mono.Tools.Driver:InstallAssembly (string[])
+in <0x007f4> Mono.Tools.Driver:Run (string[])
+in <0x0005c> Mono.Tools.Driver:Main (string[])
+
+make[3]: *** [install-data-local] Error 1
+make[2]: *** [install-am] Error 2
+make[1]: *** [install-recursive] Error 1
+make: *** [install-recursive] Error 1
+
+Mono seems to be usable for simple stuff despite this error.