Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607340 - =kde-apps/ark-16.12.1-r1 - Could not find the 7z executable. Ark won't be able to handle the 7z archive format
Summary: =kde-apps/ark-16.12.1-r1 - Could not find the 7z executable. Ark won't be ab...
Status: RESOLVED INVALID
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: 2017-01-26 20:33 UTC by David Kredba
Modified: 2017-01-27 19:38 UTC (History)
0 users

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 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