Changes between Version 94 and Version 95 of ProblemHotlist


Ignore:
Timestamp:
Oct 18, 2012, 10:42:11 AM (12 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

fix ytpo

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v94 v95  
    151151== Fetch failures == #fetch-failures
    152152
    153 If fetch failed for a port, you can still get the distfile from anywhere else. For example, the [http://distfiles.macports.org/ main MacPorts distfiles mirror] contains most ports' distfiles, or maybe the homepage of the software lists alternative download locations for source tarballs. Just download the distfile and save it to the path shown by `port distfiles <portname>`. Make sure you get a file with exactly the same name (watch out for `.tar.gz` and `.tar.bz2`!) 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. After placing the distfile, run `post install <portname>`again.
     153If fetch failed for a port, you can still get the distfile from anywhere else. For example, the [http://distfiles.macports.org/ main MacPorts distfiles mirror] contains most ports' distfiles, or maybe the homepage of the software lists alternative download locations for source tarballs. Just download the distfile and save it to the path shown by `port distfiles <portname>`. Make sure you get a file with exactly the same name (watch out for `.tar.gz` and `.tar.bz2`!) 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. After placing the distfile, run `port install <portname>`again.
    154154
    155155'''Note:''' Checksum failures after a fetch are typically a separate issue.  See the [wiki:FAQ#checksums FAQ].