[MacPorts] #48394: Manually downloading distills. Checksum mismatch

MacPorts noreply at macports.org
Fri Jul 17 15:06:33 PDT 2015


#48394: Manually downloading distills. Checksum mismatch
--------------------------+--------------------------------
  Reporter:  aaron.koe@…  |      Owner:  macports-tickets@…
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.3.3
Resolution:  duplicate    |   Keywords:
      Port:  ghostscript  |
--------------------------+--------------------------------
Changes (by ryandesign@…):

 * cc: ryandesign@… (added)
 * status:  new => closed
 * resolution:   => duplicate


Comment:

 No, the files on that server are definitely the correct ones. You've
 either downloaded the wrong files or put them in the wrong place.

 Try again: delete what you tried before by running:

 {{{
 sudo port clean --all ghostscript
 }}}

 Now create the needed directory and downloaded the needed files into it,
 for example like this:

 {{{
 sudo -u macports -s
 mkdir -p /opt/local/var/macports/distfiles/ghostscript/9.16_1
 cd /opt/local/var/macports/distfiles/ghostscript/9.16_1
 curl -O
 http://lil.fr.distfiles.macports.org/ghostscript/9.16_1/ghostscript-9.16.tar.gz
 curl -O http://lil.fr.distfiles.macports.org/ghostscript/9.16_1
 /ghostscript-fonts-other-6.0.tar.gz
 curl -O http://lil.fr.distfiles.macports.org/ghostscript/9.16_1
 /ghostscript-fonts-std-8.11.tar.gz
 curl -O
 http://lil.fr.distfiles.macports.org/ghostscript/9.16_1/3128b3872aa14a4c066d5cbcdde66a3b6bba0982.zip
 exit
 }}}

 Now you should be able to install ghostscript.

 Duplicate of #48383.

-- 
Ticket URL: <https://trac.macports.org/ticket/48394#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list