[Mono-bugs] [Bug 50657][Cri] New - mono-build-w32.sh breaks when using DOS path
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Nov 2003 13:45:45 -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 fgenolini@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50657
--- shadow/50657 2003-11-06 13:45:45.000000000 -0500
+++ shadow/50657.tmp.26844 2003-11-06 13:45:45.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 50657
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details: Windows 2000 all service packs + cygwin
+Status: NEW
+Resolution:
+Severity: 040 One week
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: fgenolini@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono-build-w32.sh breaks when using DOS path
+
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. install new Cygwin (6th Nov 2003)
+2. get http://www.go-mono.org/mono-build-w32.sh
+3. fix cygwin as per Bug 50654
+4. start mono-build-w32.sh
+5. after a while the build system tries to use the prefix cooked by mono-
+build-w32.sh and fails, because it is a DOS path and not a cygwin path
+
+Actual Results:
+no Makefile target (*.exe, *.dll, *.dll.a, etc...) can be copied to any
+cygwin directory because they are in DOS format
+(C:/Projects/cygwin/usr/local/install) instead of cygwin format
+(/usr/local/install)
+
+Expected Results:
+There should be 2 target variables: one for the specific purpose of
+building Mono using cygwin, and another to create executables and
+libraries that do not need cygwin.
+At the moment the mono-build-w32.sh is broken
+
+How often does this happen?
+always
+
+
+Additional Information:
+are the changes made to mono-build-w32.sh ever checked for real by
+somebody who restarts everything from fresh?