Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262226 - kde-base/kommander-4.2.1 need kdepimlibs dependency
Summary: kde-base/kommander-4.2.1 need kdepimlibs dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-03-12 01:26 UTC by Michael Perlov
Modified: 2009-03-12 11:38 UTC (History)
0 users

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


Attachments
kde-base/kdewebdev-meta-4.1.2.ebuid (kdewebdev-meta-4.2.1.ebuild,748 bytes, text/plain)
2009-03-12 01:31 UTC, Michael Perlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Perlov 2009-03-12 01:26:15 UTC
While installing kde-base/kdewebdev-meta-4.2.1 without kde4 installed, kde-base/kommander fails to merge because of missing kdepimlibs:

-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Failed
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Phonon Version: 4.3.0
-- Found Phonon: /usr/lib/libphonon.so
-- Found Phonon Includes: /usr/include/KDE;/usr/include
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
  Could NOT find KdepimLibs (missing: KdepimLibs_CONFIG)
Call Stack (most recent call first):
  /usr/share/apps/cmake/modules/FindKdepimLibs.cmake:73 (find_package_handle_standard_args)
  CMakeLists.txt:6 (find_package)


-- Configuring incomplete, errors occurred!
 * 
 * ERROR: kde-base/kommander-4.2.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 3687:  Called kde4-meta_src_configure
 *             environment, line 2832:  Called kde4-base_src_configure
 *             environment, line 2601:  Called cmake-utils_src_configure
 *             environment, line  931:  Called die
 * The specific snippet of code:
 *       cmake ${cmakeargs} "${S}" || die "cmake failed";
 *  The die message:
 *   cmake failed

in additional, qt-sql must be emerged with USE="mysql" because of:

# emerge kdepimlibs -1av

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "x11-libs/qt-sql:4[mysql]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-sql-4.5.0 (Change USE: +mysql)
(dependency required by "app-office/akonadi-server-1.1.1" [ebuild])
(dependency required by "kde-base/kdepimlibs-4.2.1" [ebuild])
(dependency required by "kdepimlibs" [argument])


Reproducible: Always
Comment 1 Michael Perlov 2009-03-12 01:31:28 UTC
Created attachment 184771 [details]
kde-base/kdewebdev-meta-4.1.2.ebuid
Comment 2 Michael Perlov 2009-03-12 01:36:28 UTC
the same is for kxsldbg...
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-03-12 11:38:00 UTC
Deps adjusted for both packages. Feel free to open new bug if you find missing it somewhere else too :]
Thanks for report