Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install
Date: Wed, 20 Apr 2011 06:50:44
Message-Id: 4DAE81DB.5020204@gmail.com
In Reply to: [gentoo-user] kde-base/pykde4-4.4.5-r1 fails to install by Mick
1 Mick wrote:
2 > I just installed python 7 on an x86 box. I switched to it and now
3 > running revdep-rebuild which is asking for a number of packages to be
4 > reinstalled. It fails on kde-base/pykde4-4.4.5-r1:
5 >
6 > ===============================================
7 > -- <<< Gentoo configuration>>>
8 > Build type Gentoo
9 > Install path /usr
10 > Compiler flags:
11 > C -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
12 > -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align
13 > -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W
14 > -Wpointer-arith -Wwrite-strings -Wformat-security
15 > -Wmissing-format-attribute -fno-common
16 > C++ -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx
17 > -pipe -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align
18 > -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security
19 > -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common
20 > -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
21 > -fvisibility-inlines-hidden
22 > Linker flags:
23 > Executable -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
24 > Module -Wl,--enable-new-dtags -Wl,--fatal-warnings
25 > -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
26 > Shared -Wl,--enable-new-dtags -Wl,--fatal-warnings
27 > -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
28 >
29 > -- Configuring done
30 > -- Generating done
31 > -- Build files have been written to:
32 > /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build
33 >
34 >>>> Source configured.
35 >>>> Compiling source in /var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5 ...
36 >>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
37 >>>>
38 > make -j1
39 >
40 >>>> Source compiled.
41 >>>> Test phase [not enabled]: kde-base/pykde4-4.4.5-r1
42 >>>>
43 >
44 >>>> Install pykde4-4.4.5-r1 into /var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ category kde-base
45 >>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.4.5-r1/work/pykde4-4.4.5_build"
46 >>>>
47 > make -j1 DESTDIR=/var/tmp/portage/kde-base/pykde4-4.4.5-r1/image/ install
48 > make: *** No rule to make target `install'. Stop.
49 > emake failed
50 > * ERROR: kde-base/pykde4-4.4.5-r1 failed (install phase):
51 > * died running make install, base_src_install
52 > *
53 > * Call stack:
54 > * ebuild.sh, line 56: Called src_install
55 > * environment, line 6807: Called kde4-meta_src_install
56 > * environment, line 4240: Called kde4-base_src_install
57 > * environment, line 3845: Called cmake-utils_src_install
58 > * environment, line 1912: Called _execute_optionaly 'src_install'
59 > * environment, line 861: Called enable_cmake-utils_src_install
60 > * environment, line 2236: Called base_src_install
61 > * environment, line 1563: Called die
62 > * The specific snippet of code:
63 > * emake DESTDIR="${D}" "$@" install || die "died running make
64 > install, $FUNCNAME";
65 > ===============================================
66 >
67 > Why is this happening?
68 >
69
70 Did you run python-updater? If so, you may want to look at this bug:
71
72 http://bugs.gentoo.org/265984
73
74 It is a different version but appears to be the same problem. It, at a
75 quick glance, appears sip needs to be re-emerged first.
76
77 Hope one of those helps. If not, maybe someone else will have better ideas.
78
79 Dale
80
81 :-) :-)

Replies

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