[Mono-bugs] [Bug 60803][Wis] Changed - 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:44:13 -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.1197	2004-06-27 11:44:13.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono Tasks
 Version: 0%
 OS: Solaris 8
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Build
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jeff.evans@vmd.desjardins.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -71,6 +71,12 @@
 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
 #
+
+------- Additional Comments From jeff.evans@vmd.desjardins.com  2004-06-27 11:44 -------
+I was able to 'fix' this by copying the /libgc/install-sh script into 
+the /libgc/docs path and running '/libgc/make install'
+
+-- this seems to run properly and copy files appropriately etc.