[MacPorts] #53501: expat fetch failure

MacPorts noreply at macports.org
Wed Feb 8 17:08:04 UTC 2017


#53501: expat fetch failure
---------------------+------------------------
  Reporter:  aknigh  |      Owner:  ryandesign
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:
      Port:  expat   |
---------------------+------------------------

Comment (by kencu):

 Hi - So I don't know which version of Mac OS you're running, but the
 approach to this kind of problem is like this:

 run
 {{{
 port -v distfiles demeter
 }}}
 you get this
 {{{

 $ port -v distfiles demeter
 --->  Distfiles for demeter
 [demeter-0.9.25.tar.gz]
 /opt/local/var/macports/distfiles/demeter/demeter-0.9.25.tar.gz
  rmd160: be2d1eeec4e698d8630cf910a141640503ec5777
  sha256: 54801aa04d8e8f83ea3ecf52024eb75d34410c29c0188c8be8917f09bcd6efd2
 https://github.com/bruceravel/demeter/tarball/0.9.25/demeter-0.9.25.tar.gz
   https://distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
 http://aarnet.au.distfiles.macports.org/pub/macports/distfiles/demeter/demeter-0.9.25.tar.gz
   http://cjj.kr.distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
   http://fco.it.distfiles.macports.org/mirrors/macports-
 distfiles/demeter/demeter-0.9.25.tar.gz
   http://her.gr.distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
 http://jnb.za.distfiles.macports.org/distfiles/demeter/demeter-0.9.25.tar.gz
 http://jog.id.distfiles.macports.org/macports/distfiles/demeter/demeter-0.9.25.tar.gz
   http://kmq.jp.distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
   http://lil.fr.distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
 http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
 http://nou.nc.distfiles.macports.org/pub/macports/distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
   http://nue.de.distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
   http://osl.no.distfiles.macports.org/demeter/demeter-0.9.25.tar.gz
 https://pek.cn.distfiles.macports.org/macports/distfiles/demeter/demeter-0.9.25.tar.gz
 http://sea.us.distfiles.macports.org/macports/distfiles/demeter/demeter-0.9.25.tar.gz
 http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/demeter/demeter-0.9.25.tar.gz
 }}}

 OK. lots of those links are to macport's mirrors of the distfiles, which
 might be having a problem getting the file. There is one, though, that is
 the original source of the file -- it's not a macports mirror:
 {{{
 https://github.com/bruceravel/demeter/tarball/0.9.25/demeter-0.9.25.tar.gz
 }}}
 So I don't know what the problem is -- maybe the file doesn't exist any
 more, or maybe your security setup is too old to download it (that's the
 usual issue these days on older systems). So go into the folder where the
 file is to be downloaded (from the first line of the above listing)
 {{{
 cd /opt/local/var/macports/distfiles/demeter/
 }}}
 and download it with a different downloader than macports internal
 downloading system. I like to use wget, which you can install like this if
 you don't already have it:
 {{{
 sudo port -v install wget
 }}}
 once you have wget installed, download the file manually into the proper
 folder:
 {{{
 sudo wget
 https://github.com/bruceravel/demeter/tarball/0.9.25/demeter-0.9.25.tar.gz
 }}}
 If that doesn't work, the file has probably been deleted or moved, and the
 portfile needs updating. You can try one of the other download links if
 you like. You can download it on a different machine and `scp` it over to
 the problem machine. Or you may get a clue as to what's going wrong from
 wget.

 Hope this helps -- K

--
Ticket URL: <https://trac.macports.org/ticket/53501#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list