[Mono-bugs] [Bug 70393][Min] New - Problem installing mcs 1.1.2

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Dec 2004 16:59:35 -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 pierre42d@9online.fr.

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

--- shadow/70393	2004-12-09 16:59:35.000000000 -0500
+++ shadow/70393.tmp.25977	2004-12-09 16:59:35.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 70393
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: LFS
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Other.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pierre42d@9online.fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem installing mcs 1.1.2
+
+# make install
+make[1]: Entering directory `/tmp/mcs-1.1.2/build'
+make install-local
+make[2]: Entering directory `/tmp/mcs-1.1.2/build'
+make[2]: Nothing to be done for `install-local'.
+make[2]: Leaving directory `/tmp/mcs-1.1.2/build'
+make[1]: Leaving directory `/tmp/mcs-1.1.2/build'
+make[1]: Entering directory `/tmp/mcs-1.1.2/jay'
+make install-local
+make[2]: Entering directory `/tmp/mcs-1.1.2/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
+make[2]: /usr/bin/install: Command not found
+make[2]: *** [install-local] Error 127
+make[2]: Leaving directory `/tmp/mcs-1.1.2/jay'
+make[1]: *** [install] Error 2
+make[1]: Leaving directory `/tmp/mcs-1.1.2/jay'
+make: *** [install-recursive] Error 1
+
+The 'install' binary is in /usr/local/bin/ on my system.
+Configure should detect where it is, and not use hard coded values.