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

Bug 347309

Summary: kde-base/marble fails to compile with USE flag python enable
Product: Gentoo Linux Reporter: Vincent-Xavier JUMEL <endymion+gentoo>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vincent-Xavier JUMEL 2010-11-30 17:04:25 UTC
When compilling kde-base/marble with python flaged enabled, it fails.

Reproducible: Always

Steps to Reproduce:
sudo flaggie kde-base/marble +python
sudo emerge -1 kde-base/marble
Actual Results:  
Fail

Expected Results:  
Succeed

Snippet of /var/tmp/portage/kde-base/marble/temp/build.log


-- Found PyQt4 version: 4.8.1
-- checking for module 'QtSystemInfo>=1.0.1'
--   package 'QtSystemInfo>=1.0.1' not found
-- Looking for cfmakeraw
-- Looking for cfmakeraw - found
-- Looking for include files HAVE_SYS_FILIO_H
-- Looking for include files HAVE_SYS_FILIO_H - not found.
-- Found libgps: /usr/include
-- Building with gpsd position provider
-- checking for module 'liblocation>=0.102'
--   package 'liblocation>=0.102' not found
-- Found Eigen2: /usr/include/eigen2 

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
   * Experimental Python binding support for the Marble library - Experimental Python binding support for the Marble library
   * PyQt4 - PyQt4 was not found.  It is needed by marble python plugins to run. 
   * Python - KDE Python support
   * Eigen2 - A generic C++ template library for dense and sparse matrices
   * OpenGL - 3D Graphics Library

-----------------------------------------------------------------------------
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-01-06 10:39:31 UTC
Which kde version are you talking about?
Please attach the output of emerge --info
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-01-06 17:22:11 UTC
Are you sure it's not pykde4 that is failing to build?
Comment 3 Vincent-Xavier JUMEL 2011-01-07 00:12:27 UTC
It was a PyQT4 issue.