New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34315 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

netcdf: Checksum mismatch

Reported by: r.s.macdonald@… Owned by: takeshi@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: josephwinston@…, shadow178989@…
Port: netcdf

Description (last modified by ryandesign@…) (diff)

Many other packages related to numpy scipy python27 etc installed correctly before this point:

Bobs-MacBook-Air:~ bob$ sudo port install py27-ipython
Password:
--->  Computing dependencies for py27-ipython
--->  Dependencies to be installed: py27-scientific netcdf
--->  Verifying checksum(s) for netcdf
Error: Checksum (md5) mismatch for netcdf-4.2.tar.gz
Error: Checksum (sha1) mismatch for netcdf-4.2.tar.gz
Error: Checksum (rmd160) mismatch for netcdf-4.2.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Failed to install netcdf
Log for netcdf is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_netcdf/netcdf/main.log
Error: The following dependencies were not installed: py27-scientific netcdf
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Attachments

main.log (17.6 KB) - added by shadow178989@… 13 months ago.
log of compilation
errorlog.txt (21.1 KB) - added by shadow178989@… 13 months ago.
error log

Change History

comment:1 Changed 13 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to takeshi@…
  • Port set to netcdf
  • Description modified (diff)
  • Summary changed from Checksum error on netcdf to netcdf: Checksum mismatch

comment:2 Changed 13 months ago by takeshi@…

  • Status changed from new to closed
  • Resolution set to fixed

Committed in r92656. Thanks.

comment:3 Changed 13 months ago by josephwinston@…

  • Cc josephwinston@… added

Cc Me!

Changed 13 months ago by shadow178989@…

log of compilation

comment:4 Changed 13 months ago by shadow178989@…

It seems the new checksum files are not working for me with Xcode 4.2.1 on Lion. I uploaded the logs of the compilation.

Thank you

comment:5 Changed 13 months ago by takeshi@…

The update of checksums affect those who downloaded earlier tar.gz. I should have been more cautious. Delete ${prefix}/var/macports/distfiles/netcdf/netcdf-4.2.tar.gz and try again.

comment:6 Changed 13 months ago by takeshi@…

I inserted pre-fetch to delete the src automatically in r92667. This is an adhoc fix until the next version.

comment:7 Changed 13 months ago by shadow178989@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

I deleted the tar, cleaned, self updated and tried to reinstall, but same error.

here is the log

Changed 13 months ago by shadow178989@…

error log

comment:8 Changed 13 months ago by shadow178989@…

  • Cc shadow178989@… added

Cc Me!

comment:9 Changed 13 months ago by takeshi@…

  • Status changed from reopened to closed
  • Resolution set to fixed

I got word from the developer of netcdf (#34320). The developer reverted version 4.2 before the stealth update and renamed the new version 4.2.0. I revamped Portfile to 4.2.0 in r92681.

comment:10 Changed 13 months ago by takeshi@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

I noticed that 4.2 and 4.2.0 are regarded as the same. I'll see what I can do.

comment:11 Changed 13 months ago by takeshi@…

  • Status changed from reopened to closed
  • Resolution set to fixed

The previous message was wrong. The real problem was that I incorrectly set distname. I should have set worksrcdir. committed in r92687.

comment:12 Changed 13 months ago by shadow178989@…

Now works for me. many thanks

Note: See TracTickets for help on using tickets.