Traceback (most recent call last):
File "/usr/share/apps/cmake/modules/FindSIP.py", line 8, in
import sipconfig
ImportError: No module named sipconfig
-- Build PyKDE4... no
--
-- <<< Gentoo configuration >>>
Build type: Gentoo
Install path: /usr
-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/kde-base/pykde4-4.2.2/work/pykde4_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/kde-base/pykde4-4.2.2/work/pykde4-4.2.2 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.2.2/work/pykde4_build"
make -j5
>>> Source compiled.
>>> Test phase [not enabled]: kde-base/pykde4-4.2.2
>>> Install pykde4-4.2.2 into /var/tmp/portage/kde-base/pykde4-4.2.2/image/ category kde-base
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.2.2/work/pykde4_build"
make -j5 install DESTDIR=/var/tmp/portage/kde-base/pykde4-4.2.2/image/
make: *** No rule to make target `install'. Stop.
*
* ERROR: kde-base/pykde4-4.2.2 failed.
* Call stack:
* ebuild.sh, line 48: Called src_install
* environment, line 4014: Called kde4-meta_src_install
* environment, line 3053: Called kde4-base_src_install
* environment, line 2738: Called cmake-utils_src_install
* environment, line 1099: Called die
* The specific snippet of code:
* emake install DESTDIR="${D}" || die "Make install failed";
* The die message:
* Make install failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/kde-base/pykde4-4.2.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/kde-base/pykde4-4.2.2/temp/environment'.
* This ebuild is from an overlay named 'kde': '/usr/local/portage/layman/kde-testing/'
*
a remerge of dev-python/sip and dev-python/PyQt4 solved this issue (at least for me).
Hi,
think it has something to do with the upgrade of python 2.5 to 2.6
Run python-updater to make sure that everything that’s python related is recompiled…
thanks so much, i remerge this sip and PyQt4 and it’s fine.
My python was on 2.6 for a long time, didn’t have any problems up until now.. but could be
who nows *g
Thanks, remerging PyQt4 removed the problem.
Pingback: pykde4 läßt sich nicht emergen Guggat emol Blog
Actually, in my case emerge -vD1 =dev-python/sip-4.7.9 was what did the trick (based on python-updater). Thanks!