[Mono-bugs] [Bug 74244][Wis] Changed - the macosx build scripts use outdated curl commands
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 31 Mar 2005 13:14:18 -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-31 11:22:28.000000000 -0500
+++ shadow/74244.tmp.23507 2005-03-31 13:14:18.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 74244
Product: Cocoa#
Version: 0.2
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: Bindings.
AssignedTo: mono@adhamh.com
ReportedBy: ender@lister.acm.wwu.edu
QAContact: mono-bugs@ximian.com
@@ -212,6 +212,16 @@
------- Additional Comments From ender@lister.acm.wwu.edu 2005-03-30 18:46 -------
I've attached a new patch that removes the icu dependencies, and fixes
the curl commands.
------- Additional Comments From mono@adhamh.com 2005-03-31 11:22 -------
Revision 42433 no longer include icu in buildMono.sh.
+
+------- Additional Comments From ender@lister.acm.wwu.edu 2005-03-31 13:14 -------
+There is still the problem of the incorrect curl commands.
+See the manpage here:
+http://curl.haxx.se/docs/manpage.html
+-Z is no longer a valid option for --max-redirs. My apologies, I can't find any mention of
+when this option got dropped in the changelog.
+
+Attached is a patch that replaces the curl -L -Z commands with curl -L --max-redirs (which
+is valid for both the older and the newer versions of curl.