[Mono-bugs] [Bug 60803][Wis] New - libgc 'make install' fails on Solaris 8, missing 'install-sh'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Jun 2004 11:41:10 -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 jeff.evans@vmd.desjardins.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60803
--- shadow/60803 2004-06-27 11:41:10.000000000 -0400
+++ shadow/60803.tmp.1170 2004-06-27 11:41:10.000000000 -0400
@@ -0,0 +1,76 @@
+Bug#: 60803
+Product: Mono Tasks
+Version: 0%
+OS: Solaris 8
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Build
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jeff.evans@vmd.desjardins.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: libgc 'make install' fails on Solaris 8, missing 'install-sh'
+
+Description of Problem:
+
+When running 'make install' in /libgc , the make fails as 'install-sh'
+cannot be found (seems like the /include/private make-install might not be
+able to find ../../install-sh ??)
+
+Steps to reproduce the problem:
+1. Type 'make install' either in libgc or build the entire mono project -
+either way, make install dies for libgc
+
+Actual Results:
+
+Install fails
+
+Expected Results:
+
+Install succeeds
+
+How often does this happen?
+
+Every time
+
+Additional Information:
+
+Here's the output of the make:
+
+# make install
+Making install in include
+make[1]: Entering directory `/home/quant/public/mono-0.97/libgc/include'
+Making install in private
+make[2]: Entering directory `/home/quant/public/mono-
+0.97/libgc/include/private'
+make[3]: Entering directory `/home/quant/public/mono-
+0.97/libgc/include/private'
+make[3]: Nothing to be done for `install-exec-am'.
+make[3]: Nothing to be done for `install-data-am'.
+make[3]: Leaving directory `/home/quant/public/mono-
+0.97/libgc/include/private'
+make[2]: Leaving directory `/home/quant/public/mono-
+0.97/libgc/include/private'
+make[2]: Entering directory `/home/quant/public/mono-0.97/libgc/include'
+make[3]: Entering directory `/home/quant/public/mono-0.97/libgc/include'
+make[3]: Nothing to be done for `install-exec-am'.
+/bin/bash ../mkinstalldirs /usr/local/include/mono/private
+ ./install-sh -c -m 644 libgc-mono-
+debugger.h /usr/local/include/mono/private/li
+bgc-mono-debugger.h
+/bin/bash: ./install-sh: No such file or directory
+make[3]: *** [install-privateincludeHEADERS] Error 127
+make[3]: Leaving directory `/home/quant/public/mono-0.97/libgc/include'
+make[2]: *** [install-am] Error 2
+make[2]: Leaving directory `/home/quant/public/mono-0.97/libgc/include'
+make[1]: *** [install-recursive] Error 1
+make[1]: Leaving directory `/home/quant/public/mono-0.97/libgc/include'
+make: *** [install-recursive] Error 1
+# pwd
+/home/quant/public/mono-0.97/libgc
+#