Opened 10 years ago

Closed 10 years ago

#41893 closed defect (worksforme)

xv @3.10a_12 fails to build due to incorrect checksums

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: xv

Description

This is what happens when port tries to update xv:

--->  Checksumming xv-3.10a.tar.gz
Error: Checksum (md5) mismatch for xv-3.10a.tar.gz
Portfile checksum: xv-3.10a.tar.gz md5 6dca521372685ff89e1e49dc9089ceca
Distfile checksum: xv-3.10a.tar.gz md5 2d4fbeec1561304362781cc8e2f7f72d
Error: Checksum (sha1) mismatch for xv-3.10a.tar.gz
Portfile checksum: xv-3.10a.tar.gz sha1 092f8eb100f16d6b91c88b126c2b2b998eb09b99
Distfile checksum: xv-3.10a.tar.gz sha1 9e6372f154be9e9e355972cbeb91d98d9c342474
Error: Checksum (rmd160) mismatch for xv-3.10a.tar.gz
Portfile checksum: xv-3.10a.tar.gz rmd160 d977a403e6118cf72b78bc9aa572b7bba2f6e453
Distfile checksum: xv-3.10a.tar.gz rmd160 7d545e0c0e5b0120a7d026ea549cba19a53fbc0d
--->  Checksumming xv-3.10a-jumbo-patches-20070520.tar.gz
DEBUG: Correct (md5) checksum for xv-3.10a-jumbo-patches-20070520.tar.gz
DEBUG: Correct (sha1) checksum for xv-3.10a-jumbo-patches-20070520.tar.gz
DEBUG: Correct (rmd160) checksum for xv-3.10a-jumbo-patches-20070520.tar.gz
The correct checksum line may be:
checksums           xv-3.10a.tar.gz \
                    md5     2d4fbeec1561304362781cc8e2f7f72d \
                    sha1    9e6372f154be9e9e355972cbeb91d98d9c342474 \
                    rmd160  7d545e0c0e5b0120a7d026ea549cba19a53fbc0d \
                    xv-3.10a-jumbo-patches-20070520.tar.gz \
                    md5     9fb2d0ec320498105cafeba38a588472 \
                    sha1    d00308c1687d9d803d26ef40c73d19a0f593c626 \
                    rmd160  23bc07030416ebaca5ce4d223921e33094c37b93
Error: org.macports.checksum for port xv returned: Unable to verify file checksums
DEBUG: Error code: NONE

Attachments (1)

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

Download all attachments as: .zip

Change History (4)

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: ryandesign@… added

The checksums are fine for me. On my machine the distfile was downloaded from ftp://ftp.trilon.com/pub/xv/. Where did it download from for you? (The log doesn't say.) If the same one, maybe it was just a temporary network error? Have you cleaned and tried again? ("sudo port clean --all xv")

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

Replying to ryandesign@…:

The checksums are fine for me. On my machine the distfile was downloaded from ftp://ftp.trilon.com/pub/xv/. Where did it download from for you? (The log doesn't say.) If the same one, maybe it was just a temporary network error? Have you cleaned and tried again? ("sudo port clean --all xv")

The LOG was gone, since I performed a 'port selfupdate'. I decided to rename the old xv-3.10a.tar.gz archive and fetch from John Bradley's site manually the xv-3.10a.tar.gz archive (in GNU Emacs, with TRAMP). Both archives indeed contain some different files, starting with:

drwxr-xr-x bradley/users      0 1995-01-24 02:24 xv-3.10a/	drwxr-xr-x bradley/bradley       0 2011-01-27 18:11 xv-3.10a/

It particularly contains a subdirectory

drwxr-xr-x bradley/users      0 1995-01-03 20:52 xv-3.10a/.xvpics/

which contains a lot of .c and .o files.

Xv could be built now!

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

Resolution: worksforme
Status: newclosed

Ok, glad you got it working.

Note: See TracTickets for help on using tickets.