FS#77201 - [ladspa] FTBFS checksum error

Attached to Project: Arch Linux
Opened by Sebastien Duthil (duthils) - Saturday, 21 January 2023, 14:18 GMT
Last edited by David Runge (dvzrv) - Saturday, 02 September 2023, 13:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The package ladspa 1.17-1 fails to build from source.

Steps to reproduce:
* run makepkg

makepkg can't verify the source tarball checksums because they have slightly changed.

I compared the current version with the tarball archived by Debian:

http://deb.debian.org/debian/pool/main/l/ladspa-sdk/ladspa-sdk_1.17.orig.tar.gz

diffoscope shows that only the file dates change, on every file. For example:

--- debian/ladspa_sdk_1.17/
+++ current/ladspa_sdk_1.17/
├── stat {}
│ @@ -1,8 +1,8 @@

│ Size: 160 Blocks: 0 IO Block: 4096 directory
│ Device: 0,32 Links: 7
│ Access: (0755/drwxr-xr-x) Uid: ( 1000/ XXX) Gid: ( 100/ XXX)

│ -Modify: 2021-09-10 08:50:46.000000000 +0000
│ +Modify: 2021-09-10 08:44:43.000000000 +0000

Attached is a patch to fix the checksums.
This task depends upon

Closed by  David Runge (dvzrv)
Saturday, 02 September 2023, 13:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with ladspa 1.17-3
Comment by Felix Yan (felixonmars) - Monday, 10 July 2023, 14:13 GMT
Still present in 1.17-2

==> Making package: ladspa 1.17-2 (Mon Jul 10 22:13:23 2023)
==> Retrieving sources...
-> Downloading ladspa_sdk_1.17.tgz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 71053 100 71053 0 0 524k 0 --:--:-- --:--:-- --:--:-- 525k
-> Found fix-memleak-in-plugin-scanning.patch
==> Validating source files with sha512sums...
ladspa_sdk_1.17.tgz ... FAILED
fix-memleak-in-plugin-scanning.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.
Comment by David Runge (dvzrv) - Saturday, 02 September 2023, 13:15 GMT
@duthils: Thanks for the ticket and sorry that this was open for so long.

I will rebuild the package in a pkgrel bump and have also contacted upstream about this (and other issues).

Loading...