Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 22337

Summary: kde 3.1 packages fail at end of emerge if /root/.kde/share/config does not exist
Product: Gentoo Linux Reporter: Michael Siebecker <michael.siebecker>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: VERIFIED NEEDINFO    
Severity: normal    
Priority: High    
Version: 1.4_rc4   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Siebecker 2003-06-06 05:29:46 UTC
I want to reopen bug http://bugs.gentoo.org/show_bug.cgi?id=15115 since i'm not
using su.
When it outputs the errormessages during kdebase-3.1.2 installation, it seems
that it simply repeats over and over the same thing. So if you open another
console and create the missing directory, it will cleanly finish.
To confirm, i'm fully and only logged in as root when i do emerge.
Comment 1 Michael Siebecker 2003-06-06 05:58:19 UTC
Without verifying the code, my guess is that the ebuild tries
[ -d ~root/.kde/config ] || mkdir ~root/.kde/config
directly instead of
[ -d ~root/.kde ] || mkdir ~root/.kde
[ -d ~root/.kde/config ] || mkdir ~root/.kde/config
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-06-13 14:06:35 UTC
Can you attach some of the output error message.  I'm trying to find in our stuff where this 
may be happening, but it could be a kde source thing as well. 
Comment 3 Michael Siebecker 2003-06-15 09:10:09 UTC
Hardly currently. It needs a complete scrub...
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2003-06-23 20:25:58 UTC
Will wait for some error output before we know how to proceed. 
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-09-30 12:22:47 UTC
no responce
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-25 06:04:03 UTC
Close dead old bug originally resolved "needinfo".