[Mono-bugs] [Bug 73930][Wis] New - jay and the install utility

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Mar 2005 10:13:23 -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 jochen-mono@hayek.name.

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

--- shadow/73930	2005-03-21 10:13:23.000000000 -0500
+++ shadow/73930.tmp.19637	2005-03-21 10:13:23.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 73930
+Product: Mono Tasks
+Version: 0%
+OS: Solaris 8
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Build
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Jochen-mono@Hayek.name               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: jay and the install utility
+
+Description of Problem:
+
+jay wants to get installed using "/bin/install",
+but "here" the install utility lives in $(prefix)/bin/install ,
+so "make install" fails.
+
+Steps to reproduce the problem:
+1. make install
+2. 
+3. 
+
+Actual Results:
+
+build process breaks.
+
+Expected Results:
+
+build process completes w/o interruption.
+
+How often does this happen? 
+
+always.
+
+Additional Information:
+
+the configure step should recognize,
+where the install utility lives,
+in particular it should regard $(prefix)/bin as a good guess.