Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22337 - kde 3.1 packages fail at end of emerge if /root/.kde/share/config does not exist
Summary: kde 3.1 packages fail at end of emerge if /root/.kde/share/config does not exist
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-06 05:29 UTC by Michael Siebecker
Modified: 2005-12-25 06:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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".