Opened 13 years ago

Closed 13 years ago

#30548 closed defect (fixed)

Unable to verify file checksums for emacs-app

Reported by: jasons@… Owned by: cssdev
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: checksum Cc:
Port: emacs-app

Description

Attempting to install the latest emacs-app(23.3) on Snow Leopard results in the following:

sh-3.2$ sudo port install emacs-app
--->  Computing dependencies for emacs-app
--->  Fetching archive for emacs-app
--->  Attempting to fetch emacs-app-23.3_0.darwin_10.x86_64.tgz from http://packages.macports.org/emacs-app
--->  Verifying checksum(s) for emacs-app
Error: Checksum (md5) mismatch for emacs-23.3.tar.bz2
Error: Checksum (sha1) mismatch for emacs-23.3.tar.bz2
Error: Checksum (rmd160) mismatch for emacs-23.3.tar.bz2
Error: Target org.macports.checksum returned: Unable to verify file checksums
Log for emacs-app is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/emacs-app/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
sh-3.2$ sudo port clean --all emacs-app
--->  Cleaning emacs-app
sh-3.2$ sudo port -v checksum emacs-app
--->  Fetching emacs-app
--->  emacs-23.3.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/emacs-app
--->  Attempting to fetch emacs-23.3.tar.bz2 from ftp://ftp.gnu.org/gnu/emacs
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 36.9M  100 36.9M    0     0  1712k      0  0:00:22  0:00:22 --:--:-- 1612k
--->  Verifying checksum(s) for emacs-app
--->  Checksumming emacs-23.3.tar.bz2
Error: Checksum (md5) mismatch for emacs-23.3.tar.bz2
Portfile checksum: emacs-23.3.tar.bz2 md5 a673c163b4714362b94ff6096e4d784a
Distfile checksum: emacs-23.3.tar.bz2 md5 f2cf8dc6f28f8ae59bc695b4ddda339c
Error: Checksum (sha1) mismatch for emacs-23.3.tar.bz2
Portfile checksum: emacs-23.3.tar.bz2 sha1 de2c924655f0f4e012cc119840cd341a1d40e32c
Distfile checksum: emacs-23.3.tar.bz2 sha1 795bdfa372e42b9589a80f6dcb2ad8fed65b90e4
Error: Checksum (rmd160) mismatch for emacs-23.3.tar.bz2
Portfile checksum: emacs-23.3.tar.bz2 rmd160 bddaba77f543b41a91d133c6700078a9b41b0bf8
Distfile checksum: emacs-23.3.tar.bz2 rmd160 21f201714bca420c3a8fed8c92058cec786e724e
The correct checksum line may be:
checksums           md5     f2cf8dc6f28f8ae59bc695b4ddda339c \
                    sha1    795bdfa372e42b9589a80f6dcb2ad8fed65b90e4 \
                    rmd160  21f201714bca420c3a8fed8c92058cec786e724e
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for emacs-app): org.macports.checksum
Log for emacs-app is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/emacs-app/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Attachments (1)

Portfile-emacs-app.diff (660 bytes) - added by jasons@… 13 years ago.
Fix to checksums

Download all attachments as: .zip

Change History (5)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Cc: css@… removed
Owner: changed from macports-tickets@… to css@…

It's a stealth update; see #30513.

Changed 13 years ago by jasons@…

Attachment: Portfile-emacs-app.diff added

Fix to checksums

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Note that there's now a distfile labelled 23.3a.

comment:3 Changed 13 years ago by cssdev

Status: newassigned

I'll bump to grab the new distfile.

comment:4 Changed 13 years ago by cssdev

Resolution: fixed
Status: assignedclosed

Should be fixed in r82091

Note: See TracTickets for help on using tickets.