Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 607340

Summary: =kde-apps/ark-16.12.1-r1 - Could not find the 7z executable. Ark won't be able to handle the 7z archive format
Product: Gentoo Linux Reporter: David Kredba <kredba>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Kredba 2017-01-26 20:33:03 UTC
Please add [7z] or something similar to (r)dependencies of ark. P7zip is emerge --depcleand because of kde-apps/ark does not (r)depend on it and then it misses 7z archives support.

Exact CMake message: CMake Warning at plugins/cli7zplugin/CMakeLists.txt:31 (message):
  Could not find the 7z executable.  Ark won't be able to handle the 7z
  archive format.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-01-27 19:38:10 UTC
$ grep -C 1 p7zip ark-16.12.1-r1.ebuild 

        if ! has_version app-arch/p7zip ; then
                elog "For handling 7-Zip archives, install app-arch/p7zip"
        fi