#12867 closed defect (worksforme)
db44 install - fetch fails
Reported by: | ageis@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | ageis@…, ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
When I try port install apache2, i get a failed error for db44 When trying the following with db44:
xserve3:/opt/local/bin root# ./port clean --all db44; ./port -v install db44 ---> Cleaning db44 ---> Fetching db44 ---> patch.4.4.20.1 doesn't seem to exist in /opt/local/var/macports/distfiles/db44 ---> Attempting to fetch patch.4.4.20.1 from http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/ ---> patch.4.4.20.2 doesn't seem to exist in /opt/local/var/macports/distfiles/db44 ---> patch.4.4.20.3 doesn't seem to exist in /opt/local/var/macports/distfiles/db44 ---> Attempting to fetch patch.4.4.20.3 from http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/ ---> patch.4.4.20.4 doesn't seem to exist in /opt/local/var/macports/distfiles/db44 ---> Attempting to fetch patch.4.4.20.4 from http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/ ---> db-4.4.20.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/db44 ---> Attempting to fetch db-4.4.20.tar.gz from http://downloads.sleepycat.com/ ---> Verifying checksum(s) for db44 ---> Checksumming patch.4.4.20.1 Error: Checksum (sha1) mismatch for patch.4.4.20.1 Portfile checksum: patch.4.4.20.1 sha1 5843380b67561134432f46dce53b67a133ef7962 Distfile checksum: patch.4.4.20.1 sha1 0d3b6904f045c6407d7af9a27f654b4426f302a5 ---> Checksumming patch.4.4.20.2 ---> Checksumming patch.4.4.20.3 ---> Checksumming patch.4.4.20.4 ---> Checksumming db-4.4.20.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for db44): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
Half the patches dont seem to download, and I have tried darwin_9 and universal variants, to no avail.
Change History (4)
comment:1 Changed 17 years ago by nox@…
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ageis@… ryandesign@… added |
---|---|
Milestone: | → Port Bugs |
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I cannot confirm your statement that "Half the patches dont seem to download"; they all seem to have downloaded for you, but patch 1 was corrupted (the checksum didn't match). I just tried right now, and all 4 patches and the main tarball download and checksum just fine. So please "sudo port clean --all db44" and try again and it should work.
As for "I have tried darwin_9 and universal variants, to no avail", you don't ever need to try darwin_* variants. These are auto-selected for you on the appropriate versions of Mac OS X. You also don't need the universal variant unless you plan to use your installed ports on both a PowerPC Mac and an Intel Mac. If you only plan to use your installed ports on either a PowerPC Mac or an Intel Mac, then you don't need universal.
Duplicate of #12867.