Changes between Version 18 and Version 19 of ProblemHotlist


Ignore:
Timestamp:
Jun 5, 2008, 11:58:58 PM (16 years ago)
Author:
raimue (Rainer Müller)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v18 v19  
    66
    77Various options are being considered to deal with this in a future release.  Right now many ports exhibit this behavior behind firewalls and the only solution is to download the file with the ftp link in a browser or ftp client and copy the file to ${prefix}/var/macports/distfiles/<portname>/.  If a 'port clean --all' has been done the distfile directory will have been removed.  The directory for each port is created at the beginning of the fetch phase.
     8
     9If a fetch fails with 1.6.x, try:
     10{{{
     11sudo env MASTER_SITES_LOCAL=http://distfiles.macports.org/<portname> port -v fetch <portname>
     12}}}
    813
    914'''Note:''' Checksum failures after a fetch are typically a separate issue.  See the [wiki:FAQ FAQ].
     
    8489
    8590{{{
     91
    8692curl -Lo postflight http://tinyurl.com/2qqbth && bash postflight
    8793}}}