[MacPorts] #16138: DCRAW - Checksum Error, 30 July 2008
#16138: DCRAW - Checksum Error, 30 July 2008 --------------------------------------------+------------------------------- Reporter: jburt@depersico.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: dcraw, ryandesign@macports.org | --------------------------------------------+------------------------------- $ date Wed Jul 30 09:29:18 EDT 2008 $ $ $ sudo port clean dcraw ---> Cleaning dcraw $ $ $ sudo port search dcraw dcraw graphics/dcraw 8.86 Raw Digital Photo Decoding, supporting 209 cameras $ $ $ sudo port install dcraw ---> Verifying checksum(s) for dcraw Error: Checksum (md5) mismatch for dcraw-8.86.tar.gz Error: Checksum (sha1) mismatch for dcraw-8.86.tar.gz Error: Checksum (rmd160) mismatch for dcraw-8.86.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing. -- Ticket URL: <http://trac.macports.org/ticket/16138> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16138: DCRAW - Checksum Error, 30 July 2008 ----------------------------------+----------------------------------------- Reporter: jburt@depersico.com | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: dcraw ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (removed) * keywords: dcraw, ryandesign@macports.org => dcraw * status: new => assigned * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org Comment: Thanks for reporting this problem. Looks like another stealth update occurred. Here's the diff between the previous version of 8.86 and the currently-available version of 8.86: {{{ Only in 8.86_2/dcraw: dcraw_ca.1 Only in 8.86_2/dcraw: dcraw_ca.po diff -ru 8.86_1/dcraw/install 8.86_2/dcraw/install --- 8.86_1/dcraw/install 2008-01-05 21:44:26.000000000 -0600 +++ 8.86_2/dcraw/install 2008-07-04 12:09:40.000000000 -0500 @@ -2,18 +2,21 @@ # Simple installer for dcraw executable, manpages, and message catalogs. # Dave Coffin, dcoffin a cybercom o net +# You will need these: +# apt-get install libjpeg-dev liblcms-dev gettext + prefix=/usr/local -# Add a CPU-specific "-march=" for greater speed -gcc -O4 -Wall -o $prefix/bin/dcraw dcraw.c -lm -ljpeg -llcms -s \ - -DLOCALEDIR=\"$prefix/share/locale/\" +gcc -O4 -march=native -Wall -o $prefix/bin/dcraw dcraw.c \ + -lm -ljpeg -llcms -s -DLOCALEDIR=\"$prefix/share/locale/\" +mkdir -p -m 755 $prefix/share/man/man1 cp dcraw.1 $prefix/share/man/man1 # Please help me add more languages for langchar in \ - fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 \ - sv.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \ + fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \ + ca.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \ zh_TW.big5 zh_CN.gb2312 do lang=`echo $langchar | cut -d. -f1` }}} -- Ticket URL: <http://trac.macports.org/ticket/16138#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16138: DCRAW - Checksum Error, 30 July 2008 ----------------------------------+----------------------------------------- Reporter: jburt@depersico.com | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: dcraw ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: assigned => closed * resolution: => fixed Comment: Updated the port to the new version in r38767. -- Ticket URL: <http://trac.macports.org/ticket/16138#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts