Mervyn <barcajax@gmail.com> writes:
Hi Macports gurus, I'm trying to install Hydra and got the following error. Any idea what is wrong? barcajax:~ barcajax$ sudo port install hydra ---> Fetching apr0 ---> Attempting to fetch apr-0.9.13.tar.bz2 from [Image] [ http://www.apache.org/dist/apr ]http://www.apache.org/dist/apr ---> Attempting to fetch apr-0.9.13.tar.bz2 from [Image] [ http://apache.planetmirror.com.au/dist/apr ]http://apache.planetmirror.com.au/dist/apr ---> Attempting to fetch apr-0.9.13.tar.bz2 from [ ftp://ftp.planetmirror.com/pub/apache/dist/apr ]ftp://ftp.planetmirror.com/pub/apache/dist/apr ---> Attempting to fetch apr-0.9.13.tar.bz2 from [ ftp://ftp.is.co.za/Apache/dist/apr ]ftp://ftp.is.co.za/Apache/dist/apr ---> Attempting to fetch apr-0.9.13.tar.bz2 from [ ftp://ftp.infoscience.co.jp/pub/net/apache/dist/apr ] ftp://ftp.infoscience.co.jp/pub/net/apache/dist/apr ---> Attempting to fetch apr-0.9.13.tar.bz2 from [Image] [ http://svn.macports.org/repository/macports/distfiles/apr0 ]http://svn.macports.org/repository/macports/distfiles/apr0 ---> Attempting to fetch apr-0.9.13.tar.bz2 from [Image] [ http://svn.macports.org/repository/macports/distfiles/general/ ]http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch apr-0.9.13.tar.bz2 from [Image] [ http://svn.macports.org/repository/macports/downloads/apr0 ] http://svn.macports.org/repository/macports/downloads/apr0 Error: Target org.macports.fetch returned: fetch failed Error: The following dependencies failed to build: apr0 libssh Error: Status 1 encountered during processing.
---> Attempting to fetch apr-0.9.13.tar.bz2 from ftp://ftp.infoscience.co.jp/pub/net/apache/dist/apr % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 839k 100 839k 0 0 53761 0 0:00:15 0:00:15 --:--:-- 284k ---> Verifying checksum(s) for apr0 DEBUG: Executing org.macports.checksum (apr0) ---> Checksumming apr-0.9.13.tar.bz2 DEBUG: Correct (md5) checksum for apr-0.9.13.tar.bz2 It was found on the mirror above after failing on the previous ones for me. But it fails on the previous master_sites because it was replaced by 0.9.14. Do a "port clean --all hydra" and try it again. If it still fails you can download 0.9.13 from infoscience and put it in /opt/local/var/macports/distfiles/apr (don't clean after the fetch failure or apr/ will be gone). I'm ccing the port maintainer so he may update it if he wishes. Mark