Signature mismatch for icu #3

Closed
opened 2024-03-05 13:30:32 +01:00 by wawrzek · 2 comments

I cannot update the icu package. (MD5 sum of the downloaded file is right).

prt-get: updating /usr/ports/opt/icu
=======> ERROR: Signature mismatch found:
MISMATCH	icu4c-74_2-src.tgz
=======> ERROR: Building '/usr/ports/opt/icu/icu#74.2-1.pkg.tar.gz' failed.
I cannot update the icu package. (MD5 sum of the downloaded file is right). ``` prt-get: updating /usr/ports/opt/icu =======> ERROR: Signature mismatch found: MISMATCH icu4c-74_2-src.tgz =======> ERROR: Building '/usr/ports/opt/icu/icu#74.2-1.pkg.tar.gz' failed. ```
Owner

md5sum have been deprecated for a while, I'd recommend you disable them in pkgmk.conf, we don't provide them anymore.

However, I can verify that the checksum is different for ICU since they did sideload the missing LICENSE file, meaning that we can skip the hacky touch to create one:
https://git.crux.nu/ports/opt/src/branch/3.7/icu/Pkgfile#L29

md5sum have been deprecated for a while, I'd recommend you disable them in `pkgmk.conf`, we don't provide them anymore. However, I can verify that the checksum is different for ICU since they did sideload the missing LICENSE file, meaning that we can skip the hacky touch to create one: https://git.crux.nu/ports/opt/src/branch/3.7/icu/Pkgfile#L29
tb closed this issue 2024-03-05 19:40:42 +01:00
Author

Thanks for fix. What I meant by "md5sum is fine" was that the md5sum of the download file and the one published on the original website are the same. As advices, I've not been using md5sum in Crux packages.

Thanks for fix. What I meant by "md5sum is fine" was that the md5sum of the download file and the one published on the original website are the same. As advices, I've not been using md5sum in Crux packages.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ports/opt#3
No description provided.