Situation: because of power issues, consequent filesystem errors, pkg database corruption I ran pkg check. And after series of pkg install -f, pkg check I ended up with one file in one package, that every time not extracted fully, thus pkg-check always complains. Really, the file is not extracted fully. I delete package from cache, pkg-install fetched it again, and again the same results. If I extract file from package manually, put file in place -- all o.k. (pkg check do not complain).
Appeared on FreeBSD x64 15.0-RELEASE. Same result on 14.3-RELEASE, installed alongside on same machine. Same result on x64 15.0-RELEASE inside virtualbox. All fresh installations.
I think, it's interesting thing to debug. How to debug it?
Result of
pkg is
(upd)
Considering transition to installing base system via packages I think it's worth to cope with it and maybe report it elsewhere, I just do not know where ....
Appeared on FreeBSD x64 15.0-RELEASE. Same result on 14.3-RELEASE, installed alongside on same machine. Same result on x64 15.0-RELEASE inside virtualbox. All fresh installations.
I think, it's interesting thing to debug. How to debug it?
Result of
Code:
pkg check gcc-arm-embedded
Code:
Checking gcc-arm-embedded:
gcc-arm-embedded-14.2r1_1: checksum mismatch for /usr/local/gcc-arm-embedded-14.2.rel1/share/info/dir
Checking gcc-arm-embedded... done
Code:
pkg-2.5.1
(upd)
Considering transition to installing base system via packages I think it's worth to cope with it and maybe report it elsewhere, I just do not know where ....