Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347705 - kde-base/pykde4-4.5.4 emerge fails
Summary: kde-base/pykde4-4.5.4 emerge fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 10:51 UTC by Leonid Podolny
Modified: 2010-12-06 01:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,8.96 KB, text/plain)
2010-12-04 10:52 UTC, Leonid Podolny
Details
emerge --info (emerge.info,4.70 KB, text/plain)
2010-12-04 10:53 UTC, Leonid Podolny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Podolny 2010-12-04 10:51:27 UTC
-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/kde-base/pykde4-4.5.4/work/pykde4-4.5.4_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/kde-base/pykde4-4.5.4/work/pykde4-4.5.4 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.5.4/work/pykde4-4.5.4_build"
make -j3 
>>> Source compiled.
>>> Test phase [not enabled]: kde-base/pykde4-4.5.4

>>> Install pykde4-4.5.4 into /var/tmp/portage/kde-base/pykde4-4.5.4/image/ category kde-base
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/pykde4-4.5.4/work/pykde4-4.5.4_build"
make -j3 DESTDIR=/var/tmp/portage/kde-base/pykde4-4.5.4/image/ install 
make: *** No rule to make target `install'.  Stop.
emake failed
 * ERROR: kde-base/pykde4-4.5.4 failed:
 *   died running make install, base_src_install
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_install
 *   environment, line 6394:  Called kde4-meta_src_install
 *   environment, line 3984:  Called kde4-base_src_install
 *   environment, line 3566:  Called cmake-utils_src_install
 *   environment, line 1722:  Called _execute_optionaly 'src_install'
 *   environment, line  716:  Called enable_cmake-utils_src_install
 *   environment, line 2149:  Called base_src_install
 *   environment, line 1362:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" "$@" install || die "died running make install, $FUNCNAME";
Comment 1 Leonid Podolny 2010-12-04 10:52:28 UTC
Created attachment 256297 [details]
build log
Comment 2 Leonid Podolny 2010-12-04 10:53:27 UTC
Created attachment 256299 [details]
emerge --info
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-12-04 14:59:44 UTC
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

rebuid sip and then PyQt4.
Comment 4 Leonid Podolny 2010-12-04 15:07:42 UTC
(In reply to comment #3)
> 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
> 
> rebuid sip and then PyQt4.
> 

Cool. thanks. I wonder, though, how I ended up not having sipconfig.
Comment 5 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-12-04 15:11:06 UTC
This is an issue that affects users all the time.
There's little we can do about it, though.
Comment 6 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-12-06 01:57:13 UTC
*** Bug 347869 has been marked as a duplicate of this bug. ***