Opened 10 years ago

Closed 10 years ago

#44069 closed defect (fixed)

siege fails to install, checksum error

Reported by: gertjan@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: Cc: cooljeanius (Eric Gallager), ryandesign (Ryan Carsten Schmidt)
Port: siege

Description (last modified by mf2k (Frank Schima))

$ sudo port selfupdate
[..]
MacPorts base version 2.3.0 installed
[..]

$ sudo port upgrade outdated
Nothing to upgrade.

$ sudo port clean siege
--->  Cleaning siege

$ sudo port install siege
--->  Computing dependencies for siege
--->  Fetching archive for siege
--->  Attempting to fetch siege-2.72_0.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/siege
--->  Attempting to fetch siege-2.72_0.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/siege
--->  Attempting to fetch siege-2.72_0.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/siege
--->  Fetching distfiles for siege
--->  Verifying checksums for siege
Error: Checksum (rmd160) mismatch for siege-2.72.tar.gz
Error: Checksum (sha256) mismatch for siege-2.72.tar.gz
Error: org.macports.checksum for port siege returned: Unable to verify file checksums
Please see the log file for port siege for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_siege/siege/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port siege failed

I'll attach the logfile to this ticket.

Attachments (1)

main.log (6.3 KB) - added by gertjan@… 10 years ago.

Download all attachments as: .zip

Change History (7)

Changed 10 years ago by gertjan@…

Attachment: main.log added

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

Description: modified (diff)

In the future, please use WikiFormatting.

comment:2 Changed 10 years ago by cooljeanius (Eric Gallager)

Expanded relevant part of log:

:notice:checksum --->  Verifying checksums for siege
:debug:checksum Executing org.macports.checksum (siege)
:info:checksum --->  Checksumming siege-2.72.tar.gz
:debug:checksum Calculated (rmd160) is 89078e0f46ee1e914b74a32929229fdd6f6f7930
:error:checksum Checksum (rmd160) mismatch for siege-2.72.tar.gz
:info:checksum Portfile checksum: siege-2.72.tar.gz rmd160 45af39fde6f948262e19cb2252dfeab10c3b484a
:info:checksum Distfile checksum: siege-2.72.tar.gz rmd160 89078e0f46ee1e914b74a32929229fdd6f6f7930
:debug:checksum Calculated (sha256) is c1c9a3fa40c27b8e1b893426c6e2e90e22414ef37b24cb572cc575a9f58750ef
:error:checksum Checksum (sha256) mismatch for siege-2.72.tar.gz
:info:checksum Portfile checksum: siege-2.72.tar.gz sha256 3d43026859550987f0284431997516ede8061a75e7b1e844816f6a61e033c12e
:info:checksum Distfile checksum: siege-2.72.tar.gz sha256 c1c9a3fa40c27b8e1b893426c6e2e90e22414ef37b24cb572cc575a9f58750ef
:info:checksum The correct checksum line may be:
:info:checksum checksums           rmd160  89078e0f46ee1e914b74a32929229fdd6f6f7930 \
                    sha256  c1c9a3fa40c27b8e1b893426c6e2e90e22414ef37b24cb572cc575a9f58750ef
:error:checksum org.macports.checksum for port siege returned: Unable to verify file checksums
:debug:checksum Error code: NONE
:debug:checksum Backtrace: Unable to verify file checksums

Could be a StealthUpdate perhaps...

comment:3 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

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

The problem seems to be that their server is now delivering the uncompressed tar file instead of the gzipped tar file we requested. The contents are identical.

We should report this server problem to them so they can fix it.

After they do, we should update the port to a newer version.

comment:5 in reply to:  4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ryandesign@…:

We should report this server problem to them so they can fix it.

Done.

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

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed

They've fixed their server and changed the download URL; updated master_sites in r121403.

Note: See TracTickets for help on using tickets.