Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766363 - dev-util/cmake: Cause of CommandLineTar test failure
Summary: dev-util/cmake: Cause of CommandLineTar test failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-21 07:59 UTC by Keshia Bonaventure
Modified: 2021-01-23 17:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keshia Bonaventure 2021-01-21 07:59:23 UTC
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 :)
Comment 1 Larry the Git Cow gentoo-dev 2021-01-23 17:03:12 UTC
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(-)