I just installed python 7 on an x86 box. I switched to it and now
running revdep-rebuild which is asking for a number of packages to be
reinstalled. It fails on kde-base/pykde4-4.4.5-r1:
===============================================
-- <<< Gentoo configuration >>>
Build type Gentoo
Install path /usr
Compiler flags:
C -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
-pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align
-Werror-implicit-function-declaration -Wchar-subscripts -Wall -W
-Wpointer-arith -Wwrite-strings -Wformat-security
-Wmissing-format-attribute -fno-common
C++ -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
-pipe -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align
-Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security
-fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common
-Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
-fvisibility-inlines-hidden
Linker flags:
Executable -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
Module -Wl,--enable-new-dtags -Wl,--fatal-warnings
-Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
Shared -Wl,--enable-new-dtags -Wl,--fatal-warnings
-Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
-- Configuring done
-- Generating done
-- Build files have been written to:
/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build
>>> Source configured.
>>> Compiling source in
>>> /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5 ...
>>> Working in BUILD_DIR:
>>> "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
make -j1
>>> Source compiled.
>>> Test phase [not enabled]: kde-base/pykde4-4.4.5-r1
>>> Install pykde4-4.4.5-r1 into
>>> /var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ category kde-base
>>> Working in BUILD_DIR:
>>> "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
make -j1 DESTDIR=/var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ install
make: *** No rule to make target `install'. Stop.
emake failed
* ERROR: kde-base/pykde4-4.4.5-r1 failed (install phase):
* died running make install, base_src_install
*
* Call stack:
* ebuild.sh, line 56: Called src_install
* environment, line 6807: Called kde4-meta_src_install
* environment, line 4240: Called kde4-base_src_install
* environment, line 3845: Called cmake-utils_src_install
* environment, line 1912: Called _execute_optionaly 'src_install'
* environment, line 861: Called enable_cmake-utils_src_install
* environment, line 2236: Called base_src_install
* environment, line 1563: Called die
* The specific snippet of code:
* emake DESTDIR="${D}" "$@" install || die "died running make
install, $FUNCNAME";
===============================================
Why is this happening?
--
Regards,
Mick