NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/58226: building crunched binaries is not MAKE_JOBS save
The following reply was made to PR toolchain/58226; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/58226: building crunched binaries is not MAKE_JOBS save
Date: Wed, 15 May 2024 15:33:19 +0200
... but on closer observation I also see broken sha values on other
links in non-crunched parts of the tree:
[/tmp] h-pulse # ls -lisa /bin/[ /bin/test
651458 72 -r-xr-xr-x 2 root wheel 73600 May 15 08:41 /bin/[*
651458 72 -r-xr-xr-x 2 root wheel 73600 May 15 08:41 /bin/test*
[/tmp] h-pulse # egrep 'bin/\\133|bin/test' /etc/mtree/set.base
./bin/\133 type=file uname=root gname=wheel mode=0555 size=73600 sha256=ce23e5de0cf34f18c332708ec5bbd8380b5448e5b94eaa4a609ba3a17dac75ae
./bin/test type=file uname=root gname=wheel mode=0555 size=73600 sha256=2499d6f817197cbc0f5557c48e376023582ba54a3316dc3544a9eb5b91bf7b57
[/tmp] h-pulse # cksum -a sha256 /bin/[ /bin/test
SHA256 (/bin/[) = 2499d6f817197cbc0f5557c48e376023582ba54a3316dc3544a9eb5b91bf7b57
SHA256 (/bin/test) = 2499d6f817197cbc0f5557c48e376023582ba54a3316dc3544a9eb5b91bf7b57
so the crunchgen issue may be totally related (and would probably not hit
as persistently this one does).
Martin
Home |
Main Index |
Thread Index |
Old Index