[Mono-bugs] [Bug 74244][Wis] New - the macosx build scripts use outdated curl commands

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 15:49:59 -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 ender@lister.acm.wwu.edu.

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

--- shadow/74244	2005-03-30 15:49:59.000000000 -0500
+++ shadow/74244.tmp.947	2005-03-30 15:49:59.000000000 -0500
@@ -0,0 +1,45 @@
+Bug#: 74244
+Product: Cocoa#
+Version: 0.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Bindings.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ender@lister.acm.wwu.edu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: the macosx build scripts use outdated curl commands
+
+Description of Problem:
+Certain build scripts are using an outdated curl option, and also are looking for icu-2.8 at the 
+wrong location
+
+The -Z option seems to no longer be present in the latest version of curl, and should be replaced 
+with --max-redirs.
+
+icu-2.8 has moved from:
+ftp://www-126.ibm.com/pub/icu/2.8/icu-2.8.tgz
+to:
+ftp://ftp.software.ibm.com/software/globalization/icu/2.8/icu-2.8.tgz
+
+
+Steps to reproduce the problem:
+1. run buildMono.sh with curl 7.13.1 installed
+
+Actual Results:
+build scripts fail to execute any of the curl commands
+
+Expected Results:
+build scripts should download and build the dependencies appropriately
+
+How often does this happen? 
+always
+
+Additional Information:
+I have a patch ready for this.