Opened 10 years ago

Closed 10 years ago

#43259 closed defect (fixed)

isl @0.12_0: checksum mismatch

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: isl

Description

--->  Checksumming isl-0.12.tar.bz2
DEBUG: Calculated (rmd160) is 90363b2ec1eaeb364da396f4e848ce78b760d3e9
Error: Checksum (rmd160) mismatch for isl-0.12.tar.bz2
Portfile checksum: isl-0.12.tar.bz2 rmd160 a7034e76ac2676d4071f3a0220cfb16282758693
Distfile checksum: isl-0.12.tar.bz2 rmd160 90363b2ec1eaeb364da396f4e848ce78b760d3e9
DEBUG: Calculated (sha256) is 11079ec95f9375d4e069735029e031d310baca8e15f18ef94d17676a6ca02410
Error: Checksum (sha256) mismatch for isl-0.12.tar.bz2
Portfile checksum: isl-0.12.tar.bz2 sha256 e6d83347d254449577299ec86ffefd79361dc51f6de7480723c9c43b075cdc23
Distfile checksum: isl-0.12.tar.bz2 sha256 11079ec95f9375d4e069735029e031d310baca8e15f18ef94d17676a6ca02410
The correct checksum line may be:
checksums           rmd160  90363b2ec1eaeb364da396f4e848ce78b760d3e9 \
                    sha256  11079ec95f9375d4e069735029e031d310baca8e15f18ef94d17676a6ca02410
Error: org.macports.checksum for port isl returned: Unable to verify file checksums

On Leopard and Tiger I seem to have the same archive (since some time, when building worked):

pete 232 /\ l /Volumes/Leopard/opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2 /opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2
-rw-r--r-- 1 root     admin 1294448 16. Jul 2013  /Volumes/Leopard/opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2
-rw-r--r-- 1 macports admin 1294448 23. Jun 2013  /opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2

Attachments (1)

main.log (4.2 KB) - added by ballapete (Peter "Pete" Dyballa) 10 years ago.
main.log

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

main.log

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

Cc: mcalhoun@… removed
Owner: changed from macports-tickets@… to mcalhoun@…
Summary: Build of isl 0.12_0 cannot start on PPC Mac OS X 10.4.11 because of checksumisl @0.12_0: checksum mismatch

From which server did the bad distfile come?

The homepage declared in the portfile is 404 not found. I found this other homepage for isl: http://isl.gforge.inria.fr . There, the current version is 0.12.2. Perhaps the port needs to be updated.

comment:2 in reply to:  1 ; Changed 10 years ago by ballapete (Peter "Pete" Dyballa)

Replying to ryandesign@…:

From which server did the bad distfile come?

I did not fetch it, it was port. And if port does not record where it fetches what I can't tell you.

The homepage declared in the portfile is 404 not found. I found this other homepage for isl: http://isl.gforge.inria.fr . There, the current version is 0.12.2. Perhaps the port needs to be updated.

I fetched from this site the file isl-0.12.tar.bz2. Now I get from

pete 247 /\ openssl rmd160 isl-0.12.tar.bz2 
RIPEMD160(isl-0.12.tar.bz2)= 90363b2ec1eaeb364da396f4e848ce78b760d3e9

This looks identical to what I get from

OpenSSL> pete 245 /\ openssl rmd160 /Volumes/Leopard/opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2
RIPEMD160(/Volumes/Leopard/opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2)= 90363b2ec1eaeb364da396f4e848ce78b760d3e9
pete 246 /\ openssl rmd160 /opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2       RIPEMD160(/opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2)= 90363b2ec1eaeb364da396f4e848ce78b760d3e9

Similarly with gsha256sum:

pete 240 /\ gsha256sum isl-0.12.tar.bz2 
11079ec95f9375d4e069735029e031d310baca8e15f18ef94d17676a6ca02410  isl-0.12.tar.bz2
pete 241 /\ gsha256sum /opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2
11079ec95f9375d4e069735029e031d310baca8e15f18ef94d17676a6ca02410  /opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2
pete 242 /\ gsha256sum  /Volumes/Leopard/opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2
11079ec95f9375d4e069735029e031d310baca8e15f18ef94d17676a6ca02410  /Volumes/Leopard/opt/local/var/macports/distfiles/isl/isl-0.12.tar.bz2

I'd say the Portfile is wrong.

comment:3 in reply to:  2 Changed 10 years ago by ballapete (Peter "Pete" Dyballa)

Replying to Peter_Dyballa@…:

I'd say the Portfile is wrong.

After changing the checksums isl-0.12 built fine. And this allowed me to build binutils-2.24 as well.

comment:4 Changed 10 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: newclosed

In r119940, the version, homepage, and master_sites were all updated.
This should solve the problem.

Note: See TracTickets for help on using tickets.