pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Rust checksum failure



> I've got this:
>
> checksum: Checksum BLAKE2s mismatch for rust-1.74.1-aarch64-unknown-netbsd.tar.xz
> ERROR: Make sure the Makefile and checksum file (/dist/pkgsrc/lang/rust/distinfo)
> ERROR: are up to date.  If you want to override this check, type
> ERROR: "/usr/bin/make NO_CHECKSUM=yes [other args]".
>
> Was it updated recently?

Hm, that's annoying...  However, as far as I can see this file
was not updated recently:

On ftp.netbsd.org:

% cd ~ftp/pub/pkgsrc/distfiles/LOCAL_PORTS/rust/
% ls -l rust-1.74.1-aarch64-unknown-netbsd.tar.xz
-rw-r--r--  1 he  netbsd  162618788 Dec 12 03:47 rust-1.74.1-aarch64-unknown-netbsd.tar.xz
% digest blake2s !$
digest blake2s rust-1.74.1-aarch64-unknown-netbsd.tar.xz
BLAKE2s (rust-1.74.1-aarch64-unknown-netbsd.tar.xz) = 8b96a419f9612fa96475d1bbca12b67d54a7d40de8c51f80dafd16f8773c0867
% 

On my build + committed-from host:

: {2} cd /usr/pkgsrc/distfiles
: {3} ls -l rust-1.74.1-aarch64-unknown-netbsd.tar.xz
-rw-r--r--  1 he  125  162618788 Dec 12 03:47 rust-1.74.1-aarch64-unknown-netbsd.tar.xz
...
: {5} digest blake2s !$
digest blake2s rust-1.74.1-aarch64-unknown-netbsd.tar.xz
BLAKE2s (rust-1.74.1-aarch64-unknown-netbsd.tar.xz) = 8b96a419f9612fa96475d1bbca12b67d54a7d40de8c51f80dafd16f8773c0867
: {6} 

: {6} cd /usr/pkgsrc/lang/rust
...
: {9} egrep 'BLAKE2s.*rust-1.74.1-aarch64-' distinfo
BLAKE2s (rust-1.74.1-aarch64-apple-darwin.tar.gz) = 6cc3cfda101661332815ce9f27781eb73d5b10abead309c0fe3649d428abb2ae
BLAKE2s (rust-1.74.1-aarch64-unknown-linux-gnu.tar.gz) = 90e0e8120826882f13cfa28aacd9065704ae8c2bbf66244ed2ad5ddba1eee401
BLAKE2s (rust-1.74.1-aarch64-unknown-netbsd.tar.xz) = 8b96a419f9612fa96475d1bbca12b67d54a7d40de8c51f80dafd16f8773c0867
: {10} 

As far as I can see these all line up; the BLAKE2s checksums
cut+pasted from the above:

8b96a419f9612fa96475d1bbca12b67d54a7d40de8c51f80dafd16f8773c0867
8b96a419f9612fa96475d1bbca12b67d54a7d40de8c51f80dafd16f8773c0867
8b96a419f9612fa96475d1bbca12b67d54a7d40de8c51f80dafd16f8773c0867

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index