FS#71468 - [flac] build failure (checksum)

Attached to Project: Arch Linux
Opened by T.J. Townsend (blakkheim) - Thursday, 08 July 2021, 02:49 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 10 March 2022, 17:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:
The flac package fails to build due to a checksum mismatch for the two patch files.

==> Validating source files with sha512sums...
flac-1.3.3.tar.xz ... Passed
2e7931c.patch ... FAILED
ced7f68.patch ... FAILED


Additional info:
It would be worth investigating how/why this mismatch happened instead of just doing an updpkgsums.

Steps to reproduce:
makepkg
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 10 March 2022, 17:48 GMT
Reason for closing:  Fixed
Comment by T.J. Townsend (blakkheim) - Wednesday, 15 September 2021, 21:29 GMT
Ping?
Comment by mattia (nTia89) - Saturday, 18 September 2021, 17:02 GMT
I confirm the issue
Comment by T.J. Townsend (blakkheim) - Wednesday, 20 October 2021, 22:14 GMT
Any word from the maintainer?
Comment by Jeffrey Pan (XieJiSS) - Sunday, 20 February 2022, 10:07 GMT
I would suggest using .diff instead of .patch for github commit diffs, i.e. https://github.com/xiph/flac/commit/2e7931c.diff and https://github.com/xiph/flac/commit/ced7f68.diff

.patch contains a longer header than .diff, and the content of the header might change, causing checksum inconsistency.

Loading...