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

Bug 598262

Summary: media-sound/tomahawk fails to build with dev-libs/quazip-0.7.2
Product: Gentoo Linux Reporter: Andrés Becerra Sandoval <andres.becerra>
Component: Current packagesAssignee: Johannes Huber (RETIRED) <johu>
Status: RESOLVED FIXED    
Severity: normal CC: kde
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info output
CMakeError.log
CMakeOutput

Description Andrés Becerra Sandoval 2016-10-27 14:35:40 UTC
Created attachment 451634 [details]
emerge --info output

Although I have dev-libs/quazip-0.7.2 installed, tomahawk cmake gives:

-- Could NOT find quazip (missing:  QuaZip_LIBRARY QuaZip_INCLUDE_DIR) 

-----------------------------------------------------------------------------
-- The following REQUIRED packages could NOT be located on your system.
-- You must install these packages before continuing.
-----------------------------------------------------------------------------
   * QuaZip  <http://quazip.sourceforge.net/>
     Provides support for extracting downloaded resolvers automatically.

-----------------------------------------------------------------------------


USEFLAGS:

media-sound/tomahawk hatchet kde qt5 telepathy xmpp
dev-cpp/websocketpp     boost
media-libs/liblastfm    fingerprint
Comment 1 Andrés Becerra Sandoval 2016-10-27 14:36:41 UTC
Created attachment 451636 [details]
CMakeError.log
Comment 2 Andrés Becerra Sandoval 2016-10-27 14:37:29 UTC
Created attachment 451640 [details]
CMakeOutput
Comment 3 Michael Palimaka (kensington) gentoo-dev 2016-10-28 20:23:43 UTC
@johu, from 0.7.2 everything in a Qt 5 build of quazip gets suffixed with 5. Raising the dependency and switching to FindQuazip5 should work.
Comment 5 Andrés Becerra Sandoval 2016-11-02 19:10:23 UTC
(In reply to Johannes Huber from comment #4)
> Thanks.
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=08cb681f8c0844f7fc7fffdac14a5345302da0ea

Thank you all!