[MacPorts] #43259: Build of isl 0.12_0 cannot start on PPC Mac OS X 10.4.11 because of checksum
#43259: Build of isl 0.12_0 cannot start on PPC Mac OS X 10.4.11 because of checksum -----------------------------+-------------------------------- Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: isl -----------------------------+-------------------------------- {{{ ---> 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 }}} -- Ticket URL: <https://trac.macports.org/ticket/43259> MacPorts <http://www.macports.org/> Ports system for OS X
#43259: isl @0.12_0: checksum mismatch ------------------------------+------------------------ Reporter: Peter_Dyballa@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: isl | ------------------------------+------------------------ Changes (by ryandesign@…): * cc: mcalhoun@… (removed) * owner: macports-tickets@… => mcalhoun@… Comment: 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. -- Ticket URL: <https://trac.macports.org/ticket/43259#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#43259: isl @0.12_0: checksum mismatch ------------------------------+------------------------ Reporter: Peter_Dyballa@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: isl | ------------------------------+------------------------ Comment (by Peter_Dyballa@…): Replying to [comment:1 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. -- Ticket URL: <https://trac.macports.org/ticket/43259#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#43259: isl @0.12_0: checksum mismatch ------------------------------+------------------------ Reporter: Peter_Dyballa@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: isl | ------------------------------+------------------------ Comment (by Peter_Dyballa@…): Replying to [comment:2 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. -- Ticket URL: <https://trac.macports.org/ticket/43259#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#43259: isl @0.12_0: checksum mismatch ------------------------------+------------------------ Reporter: Peter_Dyballa@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: isl | ------------------------------+------------------------ Changes (by mcalhoun@…): * status: new => closed * resolution: => fixed Comment: In r119940, the version, homepage, and master_sites were all updated.[[BR]] This should solve the problem. -- Ticket URL: <https://trac.macports.org/ticket/43259#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts