Dear maintainers I stumbled upon the test failure of cmake, namely the test CommandLineTar. While analysing, I noticed that you disable the test with the remark "whatever...". My investigation lead me to cmake issue 19666 [0], which seems to be the cause as you build cmake with -DCMAKE_USE_SYSTEM_LIBRARIES=ON and many users have libarchive potentially without linked-in support for some of the compression algorithms. HTH. [0] https://gitlab.kitware.com/cmake/cmake/-/issues/19666 P.S.: Feel free to immediately close this issue after reading :)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94edeb1703cfdd6e8b923fba667a04f15dc4fad9 commit 94edeb1703cfdd6e8b923fba667a04f15dc4fad9 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2021-01-23 16:11:16 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-01-23 17:03:02 +0000 dev-util/cmake: Re-enable CommandLineTar test w/ app-arch/libarchive[zstd] Thanks-to: Keshia Bonaventure <keshia.bonaventure@you-spam.com> Bug: https://bugs.gentoo.org/690186 Closes: https://bugs.gentoo.org/743772 Closes: https://bugs.gentoo.org/766363 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> dev-util/cmake/cmake-3.18.5.ebuild | 6 +++--- dev-util/cmake/cmake-3.19.3.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)