Opened 6 years ago

Closed 6 years ago

#56969 closed defect (fixed)

bzip2 1.0.6 Broken/Website Down

Reported by: chicagotripp (Altoine Barker) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: bzip2

Description

I ran

port install bzip2

I received this error message:

--->  Checksumming bzip2-1.0.6.tar.gz
DEBUG: Calculated (md5) is b4546795f6f481bc46d807d2b5b9d3ec
Error: Checksum (md5) mismatch for bzip2-1.0.6.tar.gz
Portfile checksum: bzip2-1.0.6.tar.gz md5 00b516f4704d4a7cb50a1d97e6e8e15b
Distfile checksum: bzip2-1.0.6.tar.gz md5 b4546795f6f481bc46d807d2b5b9d3ec
DEBUG: Calculated (sha1) is 4f2f406612024d9a74de660a188b1976c6782410
Error: Checksum (sha1) mismatch for bzip2-1.0.6.tar.gz
Portfile checksum: bzip2-1.0.6.tar.gz sha1 3f89f861209ce81a6bab1fd1998c0ef311712002
Distfile checksum: bzip2-1.0.6.tar.gz sha1 4f2f406612024d9a74de660a188b1976c6782410
DEBUG: Calculated (rmd160) is 11fc2692616e51c8ed9939eb08c25c362904ae2f
Error: Checksum (rmd160) mismatch for bzip2-1.0.6.tar.gz
Portfile checksum: bzip2-1.0.6.tar.gz rmd160 cc31bbae95e8eec259cef7627eae0c667654a339
Distfile checksum: bzip2-1.0.6.tar.gz rmd160 11fc2692616e51c8ed9939eb08c25c362904ae2f
***
The non-matching file appears to be HTML. See this page for possible reasons
for the checksum mismatch:
<https://trac.macports.org/wiki/MisbehavingServers>
***
The file has been moved to: /opt/local/var/macports/distfiles/bzip2/bzip2-1.0.6.tar.gz.html
Error: Failed to checksum bzip2: Unable to verify file checksums
DEBUG: Error code: NONE
DEBUG: Backtrace: Unable to verify file checksums
    while executing
"$procedure $targetname"
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_bzip2/bzip2/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port bzip2 failed

I followed the link and did as it suggested:

port clean --dist bzip2

Different error message. This time it couldn't find patch files.

I went to http://www.bzip.org and discovered it was down/expired.

Change History (4)

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Priority: HighNormal

The Priority field is for use by Macports team members only.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Cc: ryandesign removed

comment:3 Changed 6 years ago by jmroot (Joshua Root)

Yeah. Apparently the author will be moving the site back to https://sourceware.org/bzip2/ (which is currently outdated). In the meantime we need to set master_sites to only use our mirrors.

comment:4 Changed 6 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

In ae418310558df9c1900c10b2236ab2a4c83dc7c6/macports-ports (master):

bzip2: set temporary master_sites and homepage

Avoid checksum mismatches due to bzip.org being down (replaced with a domain
parking page that doesn't even have the courtesy to give a 404 response).

Fixes: #56969

Note: See TracTickets for help on using tickets.