[Mono-bugs] [Bug 76153][Maj] Changed - mdassembler wrapper script doesn't work on cygwin

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 20 01:58:31 EDT 2005


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 wberrier at novell.com.

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

--- shadow/76153	2005-09-19 19:58:16.000000000 -0400
+++ shadow/76153.tmp.16777	2005-09-20 01:58:31.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Tools
 Version: 1.1
 OS: Windows XP (Cygwin)
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: tools
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: wberrier at novell.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -23,6 +23,23 @@
 
 This command fails, while this command succeeds:
 
 mono tmp/build_deps/lib/monodoc/assembler.exe
 
 The second command succeeds, the only difference is that it's a relative path.
+
+------- Additional Comments From wberrier at novell.com  2005-09-20 01:58 -------
+Here is the change that needs to happen to the wrapper script:
+
+--- mdassembler 2005-09-19 23:17:55.453125000 -0600
++++ mdassembler.new     2005-09-19 23:18:07.875000000 -0600
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+
+-prefix=/tmp/build_deps
++prefix=c:/cygwin/tmp/build_deps
+
+ exec_prefix=${prefix}
+ monodocdir=${exec_prefix}/lib/monodoc
+
+
+This is what the wrapper scripts for mono do.


More information about the mono-bugs mailing list