pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: BLAKE2s mismatch
At least part of my problem appears to be flaky behavior when using
multiple make targets. For instance, "bmake distclean makesum" produces
an empty disinfo every second run (below). I can do this all day and
the pattern is consistent. Although I usually use pkg-dev scripts that
run separate bmake commands (pkg-reinstall, pkg-check, pkg-remake, ...),
I do often run manual bmake commands and this seems like a regression.
Also, with "bmake distclean install", distclean fails to remove the
distfile every second run and I see the checksum error every time.
NetBSD netbsd9.acadix bacon ~/Pkgsrc/pkgsrc/wip/ape 253: (pkgsrc):
bmake distclean makesum
===> Cleaning for APE-3.5.3.75
===> Dist cleaning for APE-3.5.3.75
=> Bootstrap dependency digest>=20211023: found digest-20211023
=> Fetching APE-3.5.3.75-64930188c05f6c9f9b811387f531720d7ed56c8a.tar.gz
Requesting
https://github.com/outpaddling/APE/archive/64930188c05f6c9f9b811387f531720d7ed56c8a.tar.gz
Redirected to
https://codeload.github.com/outpaddling/APE/tar.gz/64930188c05f6c9f9b811387f531720d7ed56c8a
Requesting
https://codeload.github.com/outpaddling/APE/tar.gz/64930188c05f6c9f9b811387f531720d7ed56c8a
186 KiB 108.54 KiB/s
191120 bytes retrieved in 00:01 (108.52 KiB/s)
NetBSD netbsd9.acadix bacon ~/Pkgsrc/pkgsrc/wip/ape 254: (pkgsrc): cat
distinfo
$NetBSD$
BLAKE2s (APE-3.5.3.75-64930188c05f6c9f9b811387f531720d7ed56c8a.tar.gz) =
6840939cb4c704283f89fd106f236926d97ffb65432392fc66ab813d8e3b38a1
SHA512 (APE-3.5.3.75-64930188c05f6c9f9b811387f531720d7ed56c8a.tar.gz) =
de8be3dcbb84e7c8ab1b791987904000374c1337b23e14a80abc3220d85b7c4f73a19bddd74e7c520b8780094af23ca20d6ff9013f5078ab5a578076eaaa739c
Size (APE-3.5.3.75-64930188c05f6c9f9b811387f531720d7ed56c8a.tar.gz) =
191120 bytes
NetBSD netbsd9.acadix bacon ~/Pkgsrc/pkgsrc/wip/ape 255: (pkgsrc):
bmake distclean makesum
===> Cleaning for APE-3.5.3.75
===> Dist cleaning for APE-3.5.3.75
=> Bootstrap dependency digest>=20211023: found digest-20211023
NetBSD netbsd9.acadix bacon ~/Pkgsrc/pkgsrc/wip/ape 256: (pkgsrc): cat
distinfo
$NetBSD$
NetBSD netbsd9.acadix bacon ~/Pkgsrc/pkgsrc/wip/ape 257: (pkgsrc):
On 10/30/21 2:13 AM, Alistair Crooks wrote:
We should bump digest's internal version to only accept the ones with
the alias, and then bump DIGEST_REQD in pkgsrc, so that noone else runs
into it.
Thanks for raising the issue, Jason, and thanks for the clarification, moof.
On Fri, 29 Oct 2021 at 20:08, Tom Spindler (moof) <dogcow%babymeat.com@localhost
<mailto:dogcow%babymeat.com@localhost>> wrote:
On Fri, Oct 29, 2021 at 02:05:48PM -0500, Jason Bacon wrote:
> Anybody seen issue with checksums lately?
[...]
> checksum: Checksum BLAKE2s mismatch for
> APE-3.5.3.75-64930188c05f6c9f9b811387f531720d7ed56c8a.tar.gz
> ERROR: Make sure the Makefile and checksum file
Just ran into this myself; the short version is "cd
../../pkgtools/digest;
make update". digest prior to 20211023 wants "BLAKE2S" and not "BLAKE2s"
for the algorithm name.
Home |
Main Index |
Thread Index |
Old Index