Opened 2 weeks ago

Closed 2 weeks 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

https://build.macports.org/builders/ports-14_arm64-builder/builds/27522/steps/install-port/logs/stdio

--->  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 2 weeks ago by barracuda156

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.

  1. S. It appeared as if updated on 2024-04-17, but with the same old version: https://cran.r-project.org/web/packages/signal/index.html

So they regenerated the tarball without a version increase. Eh…

Last edited 2 weeks ago by barracuda156 (previous) (diff)

comment:2 Changed 2 weeks 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  
    3232  resampling routines, and visualization of filter models. It also
    3333  includes interpolation functions.
    3434License: GPL-2
     35URL: https://signal.R-forge.R-project.org
    3536NeedsCompilation: yes
    36 Packaged: 2023-11-27 10:01:26 UTC; ligges
     37Packaged: 2024-04-17 12:21:18 UTC; ligges
    3738Author: Uwe Ligges [aut, cre] (new maintainer),
    3839  Tom Short [aut] (port to R),
    3940  Paul Kienzle [aut] (majority of the original sources),
     
    5758  Andreas Weingessel [ctb]
    5859Maintainer: Uwe Ligges <ligges@statistik.tu-dortmund.de>
    5960Repository: CRAN
    60 Date/Publication: 2023-11-27 11:00:03 UTC
     61Date/Publication: 2024-04-17 14:21:20
  • signal/MD5

    diff -ru old/signal/MD5 new/signal/MD5
    old new  
    11dc014894928f822ef55f72d16aae454b *ChangeLog
    2 c5c64100aefb0eca30ab8ac34eeae75a *DESCRIPTION
     21d94b63d943abb4d5b9f41115a5e54fb *DESCRIPTION
    3321c372f6539a1e177f8514ae71fc9881 *NAMESPACE
    442f5512a9c5d22704aaae2ca5e9315bab *R/bartlett.R
    55d12cb7cdcc7d75f7f16e35d4d8777bd7 *R/bilinear.R

comment:3 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)

Summary: R-signal @1.8.0: Unable to verify file checksumsR-signal @1.8: Unable to verify file checksums

comment:4 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 7a46f8c6e6773374d08cd68888eb0c7549b60e1b/macports-ports (master):

R-signal: Avoid stealth update

Closes: #69846

Note: See TracTickets for help on using tickets.