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

Bug 280390

Summary: kde-base/pykde4-4.3.0 missing dependency?
Product: Gentoo Linux Reporter: Luke-Jr <luke-jr+gentoobugs>
Component: [OLD] KDEAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: normal CC: kde, tl
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log

Description Luke-Jr 2009-08-04 23:23:38 UTC
Error snippets:
<snip>
-- Build Kross Python... yes                                                    
Traceback (most recent call last):                                              
  File "/usr/share/apps/cmake/modules/FindSIP.py", line 8, in <module>          
    import sipconfig                                                            
ImportError: No module named sipconfig                                          
-- Build PyKDE4... no                                                           
-- <<< Gentoo configuration >>>                                                 
<snip>
>>> Install pykde4-4.3.0 into /var/tmp/portage/kde-base/pykde4-4.3.0/image/ category kde-base                                                                   
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.3.0/work/pykde4-4.3.0_build"                                                                      
make -j1 install DESTDIR=/var/tmp/portage/kde-base/pykde4-4.3.0/image/          
make: *** No rule to make target `install'.  Stop.                              <snip>
Comment 1 Luke-Jr 2009-08-04 23:24:28 UTC
Created attachment 200214 [details]
build log
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-05 11:02:42 UTC
That you have broken your install is not error of pykde.
your pyqt or sip package is broken due to some python update... maybe you emerged python-3 or something like that.
Try to recompile pyqt and sip first and retry the pykde.
Comment 3 Tobias Leupold 2009-08-05 16:04:12 UTC
Same problem here, worked after a re-merge of PyQt4 and sip (probably caused by the update to python 2.6?).
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-07 11:25:09 UTC
@Python:
this looks more like yours problem, cause those packages should not break after update in a first place.
Any suggestions?
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-07 15:20:26 UTC
The reporter probably forgot to run python-updater after switching Python version.
Comment 6 Luke-Jr 2009-08-07 15:23:42 UTC
Yes, I forgot to run an unknown command I was never told about after and upgrade I didn't even notice happened... ;)