Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616382 - [kde overlay] kde-apps/okular-9999 USE=-plucker fails in configure, missing ZLIB
Summary: [kde overlay] kde-apps/okular-9999 USE=-plucker fails in configure, missing ZLIB
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-23 11:24 UTC by Duncan
Modified: 2017-04-23 13:40 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 Duncan 2017-04-23 11:24:28 UTC
emerging okular-9999 with USE=-plucker (added yesterday in kde overlay commit e164b6795) currently fails configure with the following error: 

CMake Error at CMakeLists.txt:68 (find_package):
  find_package for module ZLIB called with REQUIRED, but
  CMAKE_DISABLE_FIND_PACKAGE_ZLIB is enabled.  A REQUIRED package cannot be
  disabled.

As expected based on the error, the commit, and the ebuild, plus the fact that I had emerged it successfully just 5 days earlier on the 18th, building with USE=plucker so it didn't attempt to disable finding the apparently still required zlib, worked just fine.

Apparently in addition to disabling the find zlib, it must be removed from required as well.

(I miss being able to categorize these bugs as KDE component and get them assigned directly, bypassing the wrangler step and often getting a fix before they'd otherwise be wrangled.  Should I now file kde overlay bugs as overlay, as I did here, or normal current package, since it's an official gentoo project overlay, main tree precursor package?  Or just not bother unless the bug sticks around a few days hoping there's a reasonable chance it'll be caught and fixed before the bug gets wrangled and reassigned to kde anyway?)

Duncan
Comment 1 Andreas Sturmlechner gentoo-dev 2017-04-23 13:40:09 UTC
Fixed, links with zlib regardless.