Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#69985 closed defect (fixed)

aee: checksum mismatch

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: aee

Description

36-11% sudo port clean --all aee
Warning: configured user/group macports does not exist, will build as root
--->  Cleaning aee
36-11% sudo port -v install aee
Warning: configured user/group macports does not exist, will build as root
--->  Fetching distfiles for aee
--->  aee-2.2.21.tar.gz does not exist in /opt/local/var/macports/distfiles/aee
--->  Attempting to fetch aee-2.2.21.tar.gz from https://web.archive.org/web/20160719002816/http://www.users.qwest.net/~hmahon/sources/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  720k    0  720k    0     0   483k      0 --:--:--  0:00:01 --:--:--  945k
--->  Verifying checksums for aee
--->  Checksumming aee-2.2.21.tar.gz
Error: Checksum (rmd160) mismatch for aee-2.2.21.tar.gz
Portfile checksum: aee-2.2.21.tar.gz rmd160 89edc200bbb972eba15a4bde661e54351c624d52
Distfile checksum: aee-2.2.21.tar.gz rmd160 83f27d16ef3043f5c859d5c0b772496a694e9219
Error: Checksum (sha256) mismatch for aee-2.2.21.tar.gz
Portfile checksum: aee-2.2.21.tar.gz sha256 b8a9a20679736ec44e74faae1550b33411cc675f7c587d2316e578f97b0d3727
Distfile checksum: aee-2.2.21.tar.gz sha256 dc170f491521d56b0f910cb1795ff15d74fbf74566dc1ea815d9d5c6c41da482
The correct checksum line may be:
checksums           rmd160  83f27d16ef3043f5c859d5c0b772496a694e9219 \
                    sha256  dc170f491521d56b0f910cb1795ff15d74fbf74566dc1ea815d9d5c6c41da482 \
                    size    737280
Error: Failed to checksum aee: Unable to verify file checksums

Change History (4)

comment:1 Changed 5 months ago by barracuda156

Also it has something wrong with its archive:

36-11% sudo port -v install aee
Warning: configured user/group macports does not exist, will build as root
Portfile for aee changed since last build; discarding previous state.
--->  Fetching distfiles for aee
--->  Verifying checksums for aee
--->  Checksumming aee-2.2.21.tar.gz
--->  Extracting aee
--->  Extracting aee-2.2.21.tar.gz
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_aee/aee/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/aee/aee-2.2.21.tar.gz' | /usr/bin/gnutar --no-same-owner -xf - 

gzip: /opt/local/var/macports/distfiles/aee/aee-2.2.21.tar.gz: not in gzip format
--->  Configuring aee
--->  Building aee
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_aee/aee/work/aee-2.2.21" && /usr/bin/make -w main 
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_aee/aee/work/aee-2.2.21'
make: *** No rule to make target `main'.  Stop.
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_aee/aee/work/aee-2.2.21'
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_editors_aee/aee/work/aee-2.2.21" && /usr/bin/make -w main 
Exit code: 2
Error: Failed to build aee: command execution failed

comment:2 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)

Looks like archive.org is decompressing the tar.gz into a tar during download—again. I've reported that to them once before and they had fixed it. I guess it broke again.

comment:3 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 2035c8ca37b7c8ffb7cbe20043a21ab7bbf9ee49/macports-ports (master):

aee: Fix download URL

Closes: #69985

comment:4 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)

However, maybe the download URL was just wrong. The above change fixes it for me.

Note: See TracTickets for help on using tickets.