I'm trying to install rb-mongrel (via MacPorts on OSX 10.4.8), but one of the dependencies is failing - namely rb-daemons. The following is what i'm receiving from the command-line when trying to install rb-daemons on it's own;
$ sudo port install rb-daemons ---> Fetching rb-daemons ---> Attempting to fetch daemons-1.0.3.gem from http://distfiles-od.opendarwin.org/ruby ---> Attempting to fetch daemons-1.0.3.gem from http://distfiles-msn.opendarwin.org/ruby ---> Attempting to fetch daemons-1.0.3.gem from http://distfiles-bay13.opendarwin.org/ruby ---> Attempting to fetch daemons-1.0.3.gem from http://distfiles-od.opendarwin.org/ ---> Attempting to fetch daemons-1.0.3.gem from http://distfiles-msn.opendarwin.org/ ---> Attempting to fetch daemons-1.0.3.gem from http://distfiles-bay13.opendarwin.org/ Error: Target com.apple.fetch returned: fetch failed Error: Status 1 encountered during processing.
After reading man port, I guessed the port list may be out of date, so I ran sudo port sync, but am still having the same issue. Any help/suggestions would be greatly appreciated, as I'd rather avoid using gem to install it (I gather from reading other posts on the mailing list that mixing port installs with gem installs is something that should be avoided). Thanks, Cam