Opened 11 years ago

Closed 11 years ago

#37674 closed defect (invalid)

Checksum verification of arm-none-eabi-binutils fails

Reported by: macports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: arm-none-eabi-binutils

Description (last modified by neverpanic (Clemens Lang))

Checksum verification of arm-none-eabi-gcc fails. port selfupdate and clean --dist doesn't help.

lilalinux:~ nas$ sudo port clean --dist arm-none-eabi-binutils ; sudo port install arm-none-eabi-gcc
--->  Cleaning arm-none-eabi-binutils
--->  Computing dependencies for arm-none-eabi-gcc
--->  Dependencies to be installed: arm-none-eabi-binutils gmp libmpc mpfr
--->  Fetching archive for arm-none-eabi-binutils
--->  Attempting to fetch arm-none-eabi-binutils-2.19.1_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/arm-none-eabi-binutils
--->  Attempting to fetch arm-none-eabi-binutils-2.19.1_0.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/arm-none-eabi-binutils
--->  Attempting to fetch arm-none-eabi-binutils-2.19.1_0.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/arm-none-eabi-binutils
--->  Attempting to fetch arm-none-eabi-binutils-2.19.1_0.darwin_12.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/arm-none-eabi-binutils
--->  Fetching distfiles for arm-none-eabi-binutils
--->  Attempting to fetch binutils-2.19.1.tar.bz2 from ftp://ftp.lip6.fr/pub/gnu/binutils
--->  Verifying checksum(s) for arm-none-eabi-binutils
Error: Checksum (md5) mismatch for binutils-2.19.1.tar.bz2
Error: Checksum (sha1) mismatch for binutils-2.19.1.tar.bz2
Error: Checksum (rmd160) mismatch for binutils-2.19.1.tar.bz2
Error: org.macports.checksum for port arm-none-eabi-binutils returned: Unable to verify file checksums
Error: Failed to install arm-none-eabi-binutils
Please see the log file for port arm-none-eabi-binutils for details:
    /opt/local/var/macports/logs/_Users_nas_ports_cross_arm-none-eabi-binutils/arm-none-eabi-binutils/main.log
Error: The following dependencies were not installed: arm-none-eabi-binutils gmp libmpc mpfr
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port arm-none-eabi-gcc failed




:notice:fetch --->  Attempting to fetch binutils-2.19.1.tar.bz2 from ftp://ftp.lip6.fr/pub/gnu/binutils
:debug:fetch Privilege de-escalation not attempted as not running as root.
:debug:checksum checksum phase started at Thu Jan 17 16:51:02 CET 2013
:notice:checksum --->  Verifying checksum(s) for arm-none-eabi-binutils
:debug:checksum Executing org.macports.checksum (arm-none-eabi-binutils)
:info:checksum --->  Checksumming binutils-2.19.1.tar.bz2
:error:checksum Checksum (md5) mismatch for binutils-2.19.1.tar.bz2
:info:checksum Portfile checksum: binutils-2.19.1.tar.bz2 md5 09a8c5821a2dfdbb20665bc0bd680791
:info:checksum Distfile checksum: binutils-2.19.1.tar.bz2 md5 023222f392e9546bcbb0b4c0960729be
:error:checksum Checksum (sha1) mismatch for binutils-2.19.1.tar.bz2
:info:checksum Portfile checksum: binutils-2.19.1.tar.bz2 sha1 88c91e36cde93433e4c4c2b2e3417777aad84526
:info:checksum Distfile checksum: binutils-2.19.1.tar.bz2 sha1 3d3aa0a586dde416b1883d245f51c2335b621e3d
:error:checksum Checksum (rmd160) mismatch for binutils-2.19.1.tar.bz2
:info:checksum Portfile checksum: binutils-2.19.1.tar.bz2 rmd160 330089af7cb5c6b3994febe8cd2af159218bc012
:info:checksum Distfile checksum: binutils-2.19.1.tar.bz2 rmd160 82301770c3a39c208e2fb751fd278a8494b2d7f7
:info:checksum The correct checksum line may be:
:info:checksum checksums           md5     023222f392e9546bcbb0b4c0960729be \
                    sha1    3d3aa0a586dde416b1883d245f51c2335b621e3d \
                    rmd160  82301770c3a39c208e2fb751fd278a8494b2d7f7
:error:checksum org.macports.checksum for port arm-none-eabi-binutils returned: Unable to verify file checksums
:debug:checksum Error code: NONE
:debug:checksum Backtrace: Unable to verify file checksums
    while executing
"$procedure $targetname"
:info:checksum Warning: targets not executed for arm-none-eabi-binutils: org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
:error:checksum Failed to install arm-none-eabi-binutils
:debug:checksum couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
    while executing
"open [file join $dir tclIndex]"
:notice:checksum Please see the log file for port arm-none-eabi-binutils for details:
    /opt/local/var/macports/logs/_Users_nas_ports_cross_arm-none-eabi-binutils/arm-none-eabi-binutils/main.log

Change History (2)

comment:1 Changed 11 years ago by neverpanic (Clemens Lang)

Description: modified (diff)
Keywords: checksum removed
Summary: Checksum verification of arm-none-eabi-gcc failsChecksum verification of arm-none-eabi-binutils fails

Please remember to use WikiFormatting and preview your post. The failing verification is arm-none-eabi-binutils, not arm-none-eabi-gcc.

comment:2 Changed 11 years ago by neverpanic (Clemens Lang)

Resolution: invalid
Status: newclosed

The current version of arm-none-eabi-binutils is 2.23.1_2, not 2.19.1_0 as your logfile shows. Please run sudo port selfupdate, sudo port clean arm-none-eabi-binutils and try again.

There is no way for us to fix checksums in older versions of ports.

Note: See TracTickets for help on using tickets.