1 | | $ sudo port install git-core +doc +svn[[BR]] |
2 | | ---> Fetching apr[[BR]] |
3 | | ---> Verifying checksum(s) for apr[[BR]] |
4 | | Error: Checksum (md5) mismatch for apr-1.3.3.tar.bz2[[BR]] |
5 | | Error: Checksum (sha1) mismatch for apr-1.3.3.tar.bz2[[BR]] |
6 | | Error: Checksum (rmd160) mismatch for apr-1.3.3.tar.bz2[[BR]] |
7 | | Error: Target org.macports.checksum returned: Unable to verify file checksums[[BR]] |
8 | | Error: The following dependencies failed to build: p5-svn-simple subversion-perlbindings apr apr-util db46 sqlite3 cyrus-sasl2 neon serf subversion p5-term-readkey[[BR]] |
9 | | Error: Status 1 encountered during processing.[[BR]] |
| 1 | {{{ |
| 2 | $ sudo port install git-core +doc +svn |
| 3 | ---> Fetching apr |
| 4 | ---> Verifying checksum(s) for apr |
| 5 | Error: Checksum (md5) mismatch for apr-1.3.3.tar.bz2 |
| 6 | Error: Checksum (sha1) mismatch for apr-1.3.3.tar.bz2 |
| 7 | Error: Checksum (rmd160) mismatch for apr-1.3.3.tar.bz2 |
| 8 | Error: Target org.macports.checksum returned: Unable to verify file checksums |
| 9 | Error: The following dependencies failed to build: p5-svn-simple subversion-perlbindings apr apr-util db46 sqlite3 cyrus-sasl2 neon serf subversion p5-term-readkey |
| 10 | Error: Status 1 encountered during processing. |
| 11 | }}} |