Missing dependency for ImageMagick
I'm new to macports and I recently tried to install ImageMagick using the port install command. I get the following: $ sudo port install ImageMagick Password: ---> Fetching bzip2 ---> Attempting to fetch bzip2-1.0.4.tar.gz from http://www.bzip.org/ 1.0.4/ ---> Attempting to fetch bzip2-1.0.4.tar.gz from http:// svn.macports.org/repository/macports/distfiles/bzip2 ---> Attempting to fetch bzip2-1.0.4.tar.gz from http:// svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch bzip2-1.0.4.tar.gz from http:// svn.macports.org/repository/macports/downloads/bzip2 Error: Target org.macports.fetch returned: fetch failed Error: The following dependencies failed to build: bzip2 expat fontconfig freetype zlib jpeg libiconv libpng libxml2 pkgconfig tiff Error: Status 1 encountered during processing. So, bzip2 cannot be fetched and the install fails. Can someone point me in the right direction for resolving this issue? -Chad
Chad M. Westfall wrote:
So, bzip2 cannot be fetched and the install fails. Can someone point me in the right direction for resolving this issue?
You need to get bzip2-1.0.4.tar.gz from somewhere else, and move it to the distfiles directory for bzip2. FreeBSD FTP server is usually a good bet: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/bzip2-1.0.4.tar.gz --anders PS. And if the outage of bzip.org keeps up, a copy needs to be moved to the macports.org server as well.
participants (2)
-
Anders F Björklund
-
Chad M. Westfall