Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523668 - net-irc/quassel-0.11.0 fails to build
Summary: net-irc/quassel-0.11.0 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johannes Huber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-25 02:53 UTC by Patrick Lauer
Modified: 2014-10-20 02:54 UTC (History)
3 users (show)

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 Patrick Lauer gentoo-dev 2014-09-25 02:53:19 UTC
-- Found Automoc4: /usr/bin/automoc4  
-- Found Perl: /usr/bin/perl (found version "5.20.1") 
-- KDE4 not found, because Phonon was not found
-- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "0.28") 
-- Found execinfo (built-in)
-- Performing Test HAVE_SSL
-- Performing Test HAVE_SSL - Success
-- Looking for syslog.h
-- Looking for syslog.h - found
-- Installing data files separately
-- Looking for umask
-- Looking for umask - found
-- Not installing Oxygen icons
-- Including languages: de;en
-- 
-- The following features have been enabled:

 * WANT_CORE , Build the core (server) binary
 * WANT_QTCLIENT , Build the client-only binary (requires a core to connect to)
 * WITH_KDE , Enable KDE4 integration
 * QtDBus module , Needed for supporting D-Bus-based notifications and tray icon, used by most modern desktop environments
 * SSL support in Qt , Use secure network connections
 * syslog.h , Provide support for logging to the syslog
 * Qt Linguist Tools , Translation support for Quassel

-- The following OPTIONAL packages have been found:

 * Threads
 * OpenSSL
 * Automoc4
 * Perl
 * PkgConfig
 * ExecInfo , a library for inspecting backtraces
   Used for generating backtraces in case of a crash
 * Git

-- The following RECOMMENDED packages have been found:

 * QCA2 , Qt Cryptographic Architecture , <https://projects.kde.org/projects/kdesupport/qca>
   Required for encryption support
 * ZLIB , a popular compression library , <http://www.zlib.net>
   Use the most common library for protocol compression, instead of the bundled miniz implementation

-- The following REQUIRED packages have been found:

 * X11
 * Qt4

-- The following features have been disabled:

 * WANT_MONO , Build the monolithic (all-in-one) binary
 * EMBED_DATA , Embed icons and translations in the binaries instead of installing them
 * WITH_WEBKIT and QtWebKit module , Support showing previews for URLs in chat

-- The following OPTIONAL packages have not been found:

 * KDE4Internal

-- The following RECOMMENDED packages have not been found:

 * dbusmenu-qt , a library implementing the DBusMenu specification , <https://launchpad.net/libdbusmenu-qt>
   Required for having a context menu for the D-Bus-based tray icon

-- The following REQUIRED packages have not been found:

 * KDE4 (required version >= 4.4) , a world-class desktop environment , <http://www.kde.org>
   Enables various bits for improving integration with KDE

CMake Error at /usr/share/cmake/Modules/FeatureSummary.cmake:513 (message):
  feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
  run.
Call Stack (most recent call first):
  CMakeLists.txt:521 (feature_summary)


-- Configuring incomplete, errors occurred!
See also "/chroot/build/portage/net-irc/quassel-0.11.0/work/quassel-0.11.0_build/CMakeFiles/CMakeOutput.log".
See also "/chroot/build/portage/net-irc/quassel-0.11.0/work/quassel-0.11.0_build/CMakeFiles/CMakeError.log".
 * ERROR: net-irc/quassel-0.11.0::gentoo failed (configure phase):
 *   cmake failed
Comment 1 Patrick Lauer gentoo-dev 2014-09-25 03:01:53 UTC
*  kde-base/phonon-kde
      Latest version available: 4.14.1
      Latest version installed: 4.14.1

*  media-libs/phonon
      Latest version available: 4.8.0
      Latest version installed: 4.8.0


No idea why it's complaining ...
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2014-09-25 16:18:23 UTC
> -- Found Perl: /usr/bin/perl (found version "5.20.1") 

Did you run perl-cleaner?
Comment 3 Patrick Lauer gentoo-dev 2014-09-26 04:07:54 UTC
(In reply to Johannes Huber from comment #2)
> > -- Found Perl: /usr/bin/perl (found version "5.20.1") 
> 
> Did you run perl-cleaner?

yes.
Comment 4 PhobosK 2014-09-27 18:25:00 UTC
What are your IUSE flags?

Enabling the IUSE flag "phonon" fixes this.
Comment 5 Patrick Lauer gentoo-dev 2014-10-20 02:54:21 UTC
+  20 Oct 2014; Patrick Lauer <patrick@gentoo.org> quassel-0.11.0.ebuild:
+  Add phonon to kde required use to fix build failure #523668
+

Blergh! That shouldn't happen ...