https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209147
n...@van-laarhoven.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@van-laarhoven.org --- Comment #1 from n...@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 the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"