Random #Gentoo moaning for today:
1. #LibArchive started failing its tests (and #BSDCPIO and #BSDTar started being verbose) because #LRZip decided to repurpose the `-q` option. Previously, it silenced all the verbose output it defaults to, now you actually need to pass `-Q` to silence it.
https://github.com/libarchive/libarchive/issues/2069
2. #Git 2.43.2 broke #PkgCheck since `git log` apparently no longer accepts `--no-find-copies`.
`test_extract_tar_lrz` fails due to verbose output from lrzip 0.650+ 路 Issue #2069 路 libarchive/libarchive
When running the test suite with lrzip 0.651 installed, I'm getting the following test failures: 7: test_extract_tar_lrz FAIL 6: test_extract_cpio_lrz FAIL The detailed logs suggest that the proble...