Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598262 - media-sound/tomahawk fails to build with dev-libs/quazip-0.7.2
Summary: media-sound/tomahawk fails to build with dev-libs/quazip-0.7.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johannes Huber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 14:35 UTC by Andrés Becerra Sandoval
Modified: 2016-11-02 19:10 UTC (History)
1 user (show)

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


Attachments
emerge --info output (emergeinfo.txt,5.83 KB, text/plain)
2016-10-27 14:35 UTC, Andrés Becerra Sandoval
Details
CMakeError.log (CMakeError.log,6.20 KB, text/x-log)
2016-10-27 14:36 UTC, Andrés Becerra Sandoval
Details
CMakeOutput (CMakeOutput.log,54.12 KB, text/x-log)
2016-10-27 14:37 UTC, Andrés Becerra Sandoval
Details

Note You need to log in before you can comment on or make changes to this bug.
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!