Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Installing kdelibs-4.4.3: portage hangs
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
pman35
n00b
n00b


Joined: 19 Sep 2007
Posts: 13
Location: Berlin

PostPosted: Mon May 24, 2010 2:57 pm    Post subject: [solved] Installing kdelibs-4.4.3: portage hangs Reply with quote

EDIT: disabling the doc use flag enabled me to install kdelibs

Hi all,
when installing the latest kdelibs (4.4.3), I can't seem to get beyond portage's
file collision detection routine. The last output is
Code:

 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/classKToolBar-members.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/functions_rela.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kcategorizedsortfilterproxymodel_8cpp-source.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/klistwidgetsearchline_8cpp-source.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/ktoggleaction_8h__dep__incl.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kcharselect_8cpp.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kpushbutton.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/knotification_8h__dep__incl.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/functions_vars.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/classKHBox__inherit__graph.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/classKDoubleValidator.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kcapacitybar_8cpp-source.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kselectionproxymodel_8h__incl.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/ksvgrenderer_8h__dep__incl.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/krestrictedline_8cpp__incl.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kpixmapsequence_8h__dep__incl.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kwidgetitemdelegate_8cpp-source.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/ktoolbarpopupaction_8h.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/namespacemembers_0x66.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/classKMessageBoxMessageHandler-members.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/classKReplace-members.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kfinddialog_8h.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/classKActionCollection.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kglobalshortcutinfo_8h__incl.png
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kpixmapprovider_8cpp.html
 *      /usr/share/doc/kdelibs-4.4.3/HTML/en/kdelibs-apidox/kdeui/html/kselector_8cpp-source.html
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *


At this point, portage hangs indefinitely, until I finally abort with Ctrl-C.
Python uses 100% CPU time.

My make.conf:
Code:

CFLAGS="-O2 -march=nocona -pipe -ggdb -floop-interchange -floop-strip-mine -floop-block"
#CFLAGS="-O2 -march=nocona -pipe -ggdb"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="x86"
USE="X acpi alsa avahi -arts bzip2 devmap dvb fam hal java
     ldap mad -ipv6 sasl -esd -gnome kde mmx sse sse2 pulseaudio fbsplash
     wxwidgets semantic-desktop musicbrainz graphite"
ALSA_CARDS="hda-intel"
VIDEO_CARDS="vesa i810 intel"
INPUT_DEVICES="evdev keyboard mouse synaptics"
LINGUAS="de fr en_US en"
#FEATURES="ccache distcc"
FEATURES="ccache -protect-owned metadata-transfer splitdebug -collision-protect"
PORTDIR_OVERLAY="/usr/local/portage"
MAKEOPTS="-j10"
source /usr/portage/local/layman/make.conf
PORTAGE_NICENESS = 15
ACCEPT_LICENSE="*"


Note that before I encountered this problem, I had collision-protect enabled, I disabled
it only to get around this error, but without success...

Best, pm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum