Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install
Date: Wed, 20 Apr 2011 05:50:47
Message-Id: BANLkTi=nyCeKN1SAgJBYzx0GpNW5DEYjyA@mail.gmail.com
1 I just installed python 7 on an x86 box. I switched to it and now
2 running revdep-rebuild which is asking for a number of packages to be
3 reinstalled. It fails on kde-base/pykde4-4.4.5-r1:
4
5 ===============================================
6 -- <<< Gentoo configuration >>>
7 Build type Gentoo
8 Install path /usr
9 Compiler flags:
10 C -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
11 -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align
12 -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W
13 -Wpointer-arith -Wwrite-strings -Wformat-security
14 -Wmissing-format-attribute -fno-common
15 C++ -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
16 -pipe -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align
17 -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security
18 -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common
19 -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
20 -fvisibility-inlines-hidden
21 Linker flags:
22 Executable -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
23 Module -Wl,--enable-new-dtags -Wl,--fatal-warnings
24 -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
25 Shared -Wl,--enable-new-dtags -Wl,--fatal-warnings
26 -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
27
28 -- Configuring done
29 -- Generating done
30 -- Build files have been written to:
31 /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build
32 >>> Source configured.
33 >>> Compiling source in /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5 ...
34 >>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
35 make -j1
36 >>> Source compiled.
37 >>> Test phase [not enabled]: kde-base/pykde4-4.4.5-r1
38
39 >>> Install pykde4-4.4.5-r1 into /var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ category kde-base
40 >>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
41 make -j1 DESTDIR=/var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ install
42 make: *** No rule to make target `install'. Stop.
43 emake failed
44 * ERROR: kde-base/pykde4-4.4.5-r1 failed (install phase):
45 * died running make install, base_src_install
46 *
47 * Call stack:
48 * ebuild.sh, line 56: Called src_install
49 * environment, line 6807: Called kde4-meta_src_install
50 * environment, line 4240: Called kde4-base_src_install
51 * environment, line 3845: Called cmake-utils_src_install
52 * environment, line 1912: Called _execute_optionaly 'src_install'
53 * environment, line 861: Called enable_cmake-utils_src_install
54 * environment, line 2236: Called base_src_install
55 * environment, line 1563: Called die
56 * The specific snippet of code:
57 * emake DESTDIR="${D}" "$@" install || die "died running make
58 install, $FUNCNAME";
59 ===============================================
60
61 Why is this happening?
62 --
63 Regards,
64 Mick

Replies

Subject Author
Re: [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install Dale <rdalek1967@×××××.com>