[Mono-bugs] [Bug 52938][Maj] New - Mono install fails at soapsuds.exe
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jan 2004 12:27:25 -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 jon@jellybob.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=52938
--- shadow/52938 2004-01-16 12:27:25.000000000 -0500
+++ shadow/52938.tmp.10960 2004-01-16 12:27:25.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 52938
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details: Fedora Core 1
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jon@jellybob.co.uk
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono install fails at soapsuds.exe
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When doing a "make install" for mono from CVS, the install fails when it
+reaches runtime/soapsuds.exe, because the file doesn't appear to have been
+compiled.
+
+Steps to reproduce the problem:
+1. Build Mono from CVS
+2. make install
+
+Actual Results:
+Fails in runtime with the following error:
+
+/usr/bin/install -c -m 644 ./soapsuds.exe /usr/local/bin/soapsuds.exe
+/usr/bin/install: cannot stat `./soapsuds.exe': No such file or directory
+make[1]: *** [install-monobinsDATA] Error 1
+make[1]: Leaving directory `/home/jon/C#/cvs/mono/runtime'
+make: *** [install-am] Error 2
+
+Expected Results:
+Successful install
+
+How often does this happen?
+Always