[Mono-bugs] [Bug 61589][Wis] New - Several mistakes in the configuration scripts
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 02:40:57 -0400 (EDT)
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 cmouse@desteem.org.
http://bugzilla.ximian.com/show_bug.cgi?id=61589
--- shadow/61589 2004-07-15 02:40:57.000000000 -0400
+++ shadow/61589.tmp.29789 2004-07-15 02:40:57.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 61589
+Product: Mono: Runtime
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: linux-2.6.5-grsec
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: cmouse@desteem.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Several mistakes in the configuration scripts
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1.
+Take a linux machine
+2.
+Follow README instructions
+3.
+Get bunch of errors & lacks on configuration and compile scripts
+
+Actual Results:
+Lots of configuration file tweaking was required and had to manually
+create at least two directories before the compilation was successfull.
+Also dos2unix conversions were required on few of the files
+
+Expected Results:
+None of this would've been required.
+
+Additional Information:
+Problems
+ runConfigureICU: dos2unix + #! /bin/sh -> #!/bin/sh
+ configure : nothing
+ config.sub : chmod +x + #! /bin/sh -> #!/bin/sh
+ mkinstalldirs : dos2unix + #! /bin/sh -> #!/bin/sh
+ missing directories: /sourceroot/lib + /sourceroot/bin