Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#34952 closed defect (fixed)

ode checksum mismatch

Reported by: gabor.papp@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: ode

Description

gabor@gabors-MacBook-Pro:ode $ sudo port install ode +universal
--->  Verifying checksum(s) for ode
Error: Checksum (md5) mismatch for ode-0.12.tar.bz2
Error: Checksum (sha1) mismatch for ode-0.12.tar.bz2
Error: Checksum (rmd160) mismatch for ode-0.12.tar.bz2
Error: org.macports.checksum for port ode returned: Unable to verify file checksums
Please see the log file for port ode for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_ode/ode/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port ode failed

the file downloaded by ports is the same as the one on the sourceforge page of ode, md5 48fdd41fae1a7e7831feeded09826599.

OS X 10.7.4, XCode 4.3.3

Attachments (1)

ode.log (2.3 KB) - added by gabor.papp@… 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by gabor.papp@…

Attachment: ode.log added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

ode 0.12 appears to have been stealth updated in May 2012 but some of the SourceForge servers still have the old file.

The ode 0.12 we have on the MacPorts distfiles mirrors is 1805765 bytes long. That's the file available from the following SourceForge mirrors:

  • cdnetworks-kr-1.dl.sourceforge.net
  • freefr.dl.sourceforge.net
  • internode.dl.sourceforge.net
  • waix.dl.sourceforge.net

But the following SourceForge mirrors have a newer ode 0.12 that's 1816246 bytes long:

  • aarnet.dl.sourceforge.net
  • cdnetworks-kr-2.dl.sourceforge.net
  • citylan.dl.sourceforge.net
  • fastbull.dl.sourceforge.net
  • garr.dl.sourceforge.net
  • heanet.dl.sourceforge.net
  • hivelocity.dl.sourceforge.net
  • ignum.dl.sourceforge.net
  • iweb.dl.sourceforge.net
  • jaist.dl.sourceforge.net
  • kent.dl.sourceforge.net
  • nchc.dl.sourceforge.net
  • ncu.dl.sourceforge.net
  • netcologne.dl.sourceforge.net
  • surfnet.dl.sourceforge.net
  • switch.dl.sourceforge.net
  • ufpr.dl.sourceforge.net
  • voxel.dl.sourceforge.net

The only difference appears to be an upgrade to the version of autotools used. For example the Makefiles have been generated with automake 1.11.3 instead of 1.11.1, and ltmain.sh is made with libtool 2.4.2 instead of 2.4. These changes do not appear to be necessary for us at this time so we can just stop trying to get the files from SourceForge until the next version update.

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Fixed in r94568. Wait 30 minutes, run "sudo port selfupdate" and "sudo port clean --all ode" and then try again.

comment:3 Changed 12 years ago by gabor.papp@…

thank you for the quick fix.

Note: See TracTickets for help on using tickets.