[Mono-bugs] [Bug 50685][Min] New - Problem installing mcs 0.28

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Nov 2003 07:34:27 -0500 (EST)


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 pierre@epinetworx.com.

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

--- shadow/50685	2003-11-07 07:34:27.000000000 -0500
+++ shadow/50685.tmp.8472	2003-11-07 07:34:27.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 50685
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pierre@epinetworx.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem installing mcs 0.28
+
+# gmake install
+gmake[1]: Entering directory `/tmp/mcs-0.28/build'
+gmake[1]: Leaving directory `/tmp/mcs-0.28/build'
+gmake[1]: Entering directory `/tmp/mcs-0.28/jay'
+/bin/sh ../mkinstalldirs /usr/local/bin
+/bin/sh ../mkinstalldirs /usr/local/share/jay
+/bin/sh ../mkinstalldirs /usr/local/man/man1
+/usr/bin/install -m 755 jay /usr/local/bin
+gmake[1]: /usr/bin/install: Command not found
+gmake[1]: *** [install-local] Error 127
+gmake[1]: Leaving directory `/tmp/mcs-0.28/jay'
+gmake: *** [install-recursive] Error 1
+
+
+A hard coded path should not be used, because install is not always in
+/usr/bin (like here)