[Mono-bugs] [Bug 58161][Maj] New - 0.91: make install fails with gcc-3.4

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 18:41:45 -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 ed@catmur.co.uk.

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

--- shadow/58161	2004-05-06 18:41:45.000000000 -0400
+++ shadow/58161.tmp.18885	2004-05-06 18:41:45.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 58161
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ed@catmur.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: 0.91: make install fails with gcc-3.4
+
+Making install in net_1_1
+make[2]: Entering directory
+`/var/tmp/portage/mono-0.91/work/mono-0.91/runtime/net_1_1'
+make[3]: Entering directory
+`/var/tmp/portage/mono-0.91/work/mono-0.91/runtime/net_1_1'
+make[3]: Nothing to be done for `install-exec-am'.
+/bin/sh ../../mkinstalldirs /usr/lib
+ /bin/install -c -m 644 mscorlib.dll /usr/lib/mscorlib.dll
+MONO_PATH=. ../../mono/mini/mono --config ../../data/config
+./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root /usr/lib
+Package exported to: /usr/lib/mono/1.0
+Accessibility installed into the gac (/usr/lib/mono/gac/)
+make[3]: *** [install-data-local] Error 1
+
+Trying the failed command gives:
+# MONO_PATH=. ../../mono/mini/mono --config ../../data/config
+./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root /usr/lib
+Package exported to: /usr/lib/mono/1.0
+Accessibility installed into the gac (/usr/lib/mono/gac/)
+Aborted
+
+gcc 3.3.3 works fine. Have tried with empty CFLAGS.