[Bug 209147] freebsd-update not working in 10.3-RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 29 10:25:03 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209147
Nick at van-laarhoven.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Nick at van-laarhoven.org
--- Comment #1 from Nick at van-laarhoven.org ---
Same here.
Problem lies in the sanity check files it seems:
# P="[-+./:=,%@_[~[:alnum:]]"
# M="[0-9]+\|[0-9]+\|[0-9]+\|[0-9]+"
# H="[0-9a-f]{64}"
# grep -E '^d' /var/db/freebsd-update/sanitycheck.tmp | grep -vE
"^d\|${M}\|\|\$"
d|0|0|0755|0|c093e4bf4a89d44d5259b6f6b288f1d50e5eed303b3ef0aef616c613e9a693fe|
Somehow there is a SHA checksum in the file that should not be there.
# gunzip <
/var/db/freebsd-update/files/9cf1e357208f9af6874aafbf98c4092d71d1d4f827e249c8ae61284accfd0809.gz
| grep c093e4bf4a89d44d5259b6f6b288f1d50e5eed303b3ef0aef616c613e9a693fe
src|src|/|d|0|0|0755|0|c093e4bf4a89d44d5259b6f6b288f1d50e5eed303b3ef0aef616c613e9a693fe|
Guess: Mayhaps this has become a link on the update-diff build host and
handling of that is not correct yet?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list