Opened 13 years ago
Closed 13 years ago
#29910 closed defect (fixed)
xv: checksums don't match
Reported by: | sribeiro@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | xv |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
$ tail -f /opt/local/var/macports/logs/_opt_mports_trunk_dports_graphics_xv/xv/main.log :info:checksum checksums xv-3.10a.tar.gz \ md5 6dca521372685ff89e1e49dc9089ceca \ xv-3.10a-jumbo-patches-20070520.tar.gz \ md5 9fb2d0ec320498105cafeba38a588472 :error:checksum Target org.macports.checksum returned: Unable to verify file checksums :debug:checksum Backtrace: Unable to verify file checksums while executing "$procedure $targetname" :info:checksum Warning: the following items did not execute (for xv): org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install :notice:checksum Log for xv is at: /opt/local/var/macports/logs/_opt_mports_trunk_dports_graphics_xv/xv/main.log
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Summary: | XV checksums don't match → xv: checksums don't match |
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Never mind, I am able to reproduce the issue; it looks like xv has been stealth-updated:
---> Attempting to fetch xv-3.10a.tar.gz from ftp://ftp.trilon.com/pub/xv/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2247k 100 2247k 0 0 420k 0 0:00:05 0:00:05 --:--:-- 556k [snip] Error: Checksum (md5) mismatch for xv-3.10a.tar.gz Portfile checksum: xv-3.10a.tar.gz md5 2d4fbeec1561304362781cc8e2f7f72d Distfile checksum: xv-3.10a.tar.gz md5 6dca521372685ff89e1e49dc9089ceca
Comparing the old distfile already on my system with the new one, the only difference is the deletion of couple presumably unnecessary directories:
$ diff -ru xv-3.10a 3.10a_1/xv-3.10a Only in xv-3.10a: .xvpics Only in xv-3.10a: vms
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Can you provide the entire main.log (attached to this ticket)?