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

Bug 431626

Summary: kde-base/kdeplasma-addons:4.9 - requires dev-libs/qjson
Product: Gentoo Linux Reporter: Greg Turner <gmturner007>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add missing dev-libs/qjson dependency

Description Greg Turner 2012-08-16 12:57:41 UTC
kde-base/kdeplasma-addons 4.9 requires dev-libs/qjson.

See: http://lists.kde.org/?l=kde-release-team&m=134111169129964&w=2 for more detail.

Reproducible: Always

Steps to Reproduce:
ACCEPT_KEYWORDS="~amd64" emerge kde-base/kdeplasma-addons ; echo $?
Actual Results:  
...

-- checking for module 'QJson>=0.5'
--   package 'QJson>=0.5' not found
-- Could NOT find QJSON  (missing:  QJSON_LIBRARIES QJSON_INCLUDE_DIR)
...

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
   * libattica  <http://websvn.kde.org/trunk/kdesupport/attica/>
     Attica Library
     Needed for building the Open Collaboration Services plasma dataengine and applets
   * QJSon  <>
     Used for various Internet runners, for parsing API responses

-----------------------------------------------------------------------------
...

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QJSON_LIBRARIES
    linked by target "plasma_engine_microblog" in directory /var/tmp/portage/kde-base/kdeplasma-addons-4.9.0/work/kdeplasma-addons-4.9.0/dataengines/microblog

-- Configuring incomplete, errors occurred!
 * ERROR: kde-base/kdeplasma-addons-4.9.0 failed (configure phase):
 *   cmake failed
 *
 * Call stack:
 *     ebuild.sh, line   85:  Called src_configure
 *   environment, line 3829:  Called kde4-base_src_configure
 *   environment, line 2946:  Called cmake-utils_src_configure
 *   environment, line 1100:  Called _execute_optionaly 'src_configure'
 *   environment, line  540:  Called enable_cmake-utils_src_configure
 *   environment, line 1413:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 *
 * If you need support, post the output of `emerge --info '=kde-base/kdeplasma-addons-4.9.0'`,
 * the complete build log and the output of `emerge -pqv '=kde-base/kdeplasma-addons-4.9.0'`.
 * The complete build log is located at '/var/tmp/portage/kde-base/kdeplasma-addons-4.9.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdeplasma-addons-4.9.0/temp/environment'.
 * Working directory: '/var/tmp/portage/kde-base/kdeplasma-addons-4.9.0/work/kdeplasma-addons-4.9.0_build'
 * S: '/var/tmp/portage/kde-base/kdeplasma-addons-4.9.0/work/kdeplasma-addons-4.9.0'
...
1

Expected Results:  
...
0

# (( $( emerge --info | wc -c ) > 16384 )) && echo too big
too big
Comment 1 Greg Turner 2012-08-16 13:00:52 UTC
Created attachment 321480 [details, diff]
Add missing dev-libs/qjson dependency
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2012-08-16 13:15:24 UTC

*** This bug has been marked as a duplicate of bug 430804 ***