Opened 7 months ago
Closed 7 months ago
#69846 closed defect (fixed)
R-signal @1.8: Unable to verify file checksums
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ||
Port: | R-signal |
Description
---> Verifying checksums for R-signal DEBUG: Executing org.macports.checksum (R-signal) ---> Checksumming signal_1.8-0.tar.gz Portfile checksum: signal_1.8-0.tar.gz rmd160 74834b51f8412af0812fb8f18142cc3e17a0c0a2 Distfile checksum: signal_1.8-0.tar.gz rmd160 ac045faf6d75631f6bf59ff3e4e932617f21ef6d DEBUG: Calculated (rmd160) is ac045faf6d75631f6bf59ff3e4e932617f21ef6d Error: Checksum (rmd160) mismatch for signal_1.8-0.tar.gz Portfile checksum: signal_1.8-0.tar.gz sha256 89cba854167a2b051a58cf3b73ccbf74eeb47c890ac39720611cd41f86b94684 Distfile checksum: signal_1.8-0.tar.gz sha256 0a604949bae91410a150a22cfa02d954f5b83166cc7a73e5409554d00e0417a7 DEBUG: Calculated (sha256) is 0a604949bae91410a150a22cfa02d954f5b83166cc7a73e5409554d00e0417a7 Error: Checksum (sha256) mismatch for signal_1.8-0.tar.gz DEBUG: Calculated (size) is 1956077 Error: Checksum (size) mismatch for signal_1.8-0.tar.gz Portfile checksum: signal_1.8-0.tar.gz size 1956040 Distfile checksum: signal_1.8-0.tar.gz size 1956077 The correct checksum line may be: checksums rmd160 ac045faf6d75631f6bf59ff3e4e932617f21ef6d \ sha256 0a604949bae91410a150a22cfa02d954f5b83166cc7a73e5409554d00e0417a7 \ size 1956077 Error: Failed to checksum R-signal: Unable to verify file checksums
Change History (4)
comment:1 Changed 7 months ago by barracuda156
comment:2 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)
The difference between the old and new tarballs looks inconsequential so we could ignore this update by setting master_sites macports_distfiles
:
-
signal/DESCRIPTION
diff -ru old/signal/DESCRIPTION new/signal/DESCRIPTION
old new 32 32 resampling routines, and visualization of filter models. It also 33 33 includes interpolation functions. 34 34 License: GPL-2 35 URL: https://signal.R-forge.R-project.org 35 36 NeedsCompilation: yes 36 Packaged: 202 3-11-27 10:01:26UTC; ligges37 Packaged: 2024-04-17 12:21:18 UTC; ligges 37 38 Author: Uwe Ligges [aut, cre] (new maintainer), 38 39 Tom Short [aut] (port to R), 39 40 Paul Kienzle [aut] (majority of the original sources), … … 57 58 Andreas Weingessel [ctb] 58 59 Maintainer: Uwe Ligges <ligges@statistik.tu-dortmund.de> 59 60 Repository: CRAN 60 Date/Publication: 202 3-11-27 11:00:03 UTC61 Date/Publication: 2024-04-17 14:21:20 -
signal/MD5
diff -ru old/signal/MD5 new/signal/MD5
old new 1 1 dc014894928f822ef55f72d16aae454b *ChangeLog 2 c5c64100aefb0eca30ab8ac34eeae75a*DESCRIPTION2 1d94b63d943abb4d5b9f41115a5e54fb *DESCRIPTION 3 3 21c372f6539a1e177f8514ae71fc9881 *NAMESPACE 4 4 2f5512a9c5d22704aaae2ca5e9315bab *R/bartlett.R 5 5 d12cb7cdcc7d75f7f16e35d4d8777bd7 *R/bilinear.R
comment:3 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | R-signal @1.8.0: Unable to verify file checksums → R-signal @1.8: Unable to verify file checksums |
---|
comment:4 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Ah, this was a shadow update. I wondered why CRAN have put the old version in the recently updated. This should not be a systematic issue.
So they regenerated the tarball without a version increase. Eh…