Opened 10 years ago

Closed 10 years ago

#44848 closed defect (fixed)

druntime: checksum mismatch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc:
Port: druntime

Description

Presumably a stealth-update.

$ port -u upgr phobos
--->  Computing dependencies for druntime
--->  Verifying checksums for druntime
Error: Checksum (rmd160) mismatch for druntime-2.066.tar.gz
Error: Checksum (sha256) mismatch for druntime-2.066.tar.gz
Error: Failed to checksum druntime: Unable to verify file checksums
Error: See /opt/local/var/macports/logs/_Users_rschmidt_macports_dports_lang_druntime/druntime/main.log for details.
Error: Follow http://guide.macports.org/#project.tickets to report a bug.

Change History (2)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

The difference between the old 2.066 distfile on the MacPorts mirrors and the 2.066 currently at github is:

diff -ru macports/D-Programming-Language-druntime-1aabbb2/mak/MANIFEST github/D-Programming-Language-druntime-d68d89b/mak/MANIFEST
--- macports/D-Programming-Language-druntime-1aabbb2/mak/MANIFEST	2014-07-25 06:52:52.000000000 -0500
+++ github/D-Programming-Language-druntime-d68d89b/mak/MANIFEST	2014-08-28 08:38:34.000000000 -0500
@@ -176,6 +176,7 @@
 	src\rt\arrayint.d \
 	src\rt\arrayreal.d \
 	src\rt\arrayshort.d \
+	src\rt\bss_section.c \
 	src\rt\cast_.d \
 	src\rt\cmath2.d \
 	src\rt\cover.d \

comment:2 Changed 10 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

Ryan, thanks for reporting. Done in r124982.

Note: See TracTickets for help on using tickets.