* [gentoo-user] kde 4.2 no prefixed problems
@ 2009-02-13 17:01 Andrés Becerra Sandoval
2009-02-13 17:19 ` [gentoo-user] " Nikos Chantziaras
2009-02-13 20:30 ` [gentoo-user] " Alan McKinnon
0 siblings, 2 replies; 4+ messages in thread
From: Andrés Becerra Sandoval @ 2009-02-13 17:01 UTC (permalink / raw
To: gentoo-user
Hi,
I installed kde-4.2 with USE="kdeprefix" two weeks ago and everything
I needed was working all right.
Then I decided to change my USE flags and delete kdeprefix in order to
have kde in /usr. After that I:
- Did an emerge -uDN world
- Deleted my user folders .kde*
The result was a kde-4.2 merged back, but with the following
applications crashing:
- kopete
- kmail
- kontact
- kaddresbook
- korganizer
With error messages like this:
kaddressbook(10155)/kdepimlibs (kabc) KABC::StdAddressBook::self:
asynchronous= true
kaddressbook(10155)/kresources KRES::Factory::self:
kaddressbook(10155)/kdecore (KSycoca) KSycocaPrivate::openDatabase:
Trying to open ksycoca from "/var/tmp/kdecache-abecerra/ksycoca4"
kaddressbook(10155)/kresources KRES::ManagerImpl::ManagerImpl:
kaddressbook(10155)/kresources KRES::ManagerImpl::readConfig:
kaddressbook(10155)/kresources KRES::Factory::self:
kaddressbook(10155)/kdepimlibs (kabc) KABC::StdAddressBook::StdAddressBook:
kaddressbook(10155)/kdepimlibs (kabc) KABC::StdAddressBook::self:
calling init after instance creation
kaddressbook(10155)/kresources
KRES::Factory::Private::resourceInternal: ( "file" , config )
kaddressbook(10155)/kresources
KRES::Factory::Private::resourceInternal: no such type "file"
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kaddressbook path = <unknown> pid = 10155
sock_file=/home/abecerra/.kde4/socket-quark/kdeinit4__0
<unknown program name>(10154)/: Communication problem with
"kaddressbook" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message
did not receive a reply (timeout by message bus)" "
Does anybody has any suggestions to fix these problems?, all this
packages used to work when I had kde prefixed!
Thanks,
--
Andrés
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: kde 4.2 no prefixed problems
2009-02-13 17:01 [gentoo-user] kde 4.2 no prefixed problems Andrés Becerra Sandoval
@ 2009-02-13 17:19 ` Nikos Chantziaras
2009-02-13 20:30 ` [gentoo-user] " Alan McKinnon
1 sibling, 0 replies; 4+ messages in thread
From: Nikos Chantziaras @ 2009-02-13 17:19 UTC (permalink / raw
To: gentoo-user
Andrés Becerra Sandoval wrote:
> Hi,
>
> I installed kde-4.2 with USE="kdeprefix" two weeks ago and everything
> I needed was working all right.
>
> Then I decided to change my USE flags and delete kdeprefix in order to
> have kde in /usr. After that I:
>
> - Did an emerge -uDN world
> - Deleted my user folders .kde*
Check if /usr/kde/4.2/ has any files in it; there shouldn't be any in a
non-prefixed install. If there are, check the packages they belong to:
equery belongs `find /usr/kde/4.2`
and try to re-emerge those packages.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] kde 4.2 no prefixed problems
2009-02-13 17:01 [gentoo-user] kde 4.2 no prefixed problems Andrés Becerra Sandoval
2009-02-13 17:19 ` [gentoo-user] " Nikos Chantziaras
@ 2009-02-13 20:30 ` Alan McKinnon
2009-02-14 15:54 ` Andrés Becerra Sandoval
1 sibling, 1 reply; 4+ messages in thread
From: Alan McKinnon @ 2009-02-13 20:30 UTC (permalink / raw
To: gentoo-user
On Friday 13 February 2009 19:01:32 Andrés Becerra Sandoval wrote:
> Hi,
>
> I installed kde-4.2 with USE="kdeprefix" two weeks ago and everything
> I needed was working all right.
>
> Then I decided to change my USE flags and delete kdeprefix in order to
> have kde in /usr. After that I:
>
> - Did an emerge -uDN world
> - Deleted my user folders .kde*
>
> The result was a kde-4.2 merged back, but with the following
> applications crashing:
Unmerge EVERYTHING related to KDE-4.2. Every last package you can find,
including Qt. Inspect emerge --depclean carefully and run it. Examine your
world and make sure there's nothing left from KDE4. Make especially sure you
are not mixing stuff from an overlay and the portage tree.
Then rebuild the whole lot the way you want it with the actual USE flags you
want. This seems the wrong way round, but it isn't. I spent almost a week
struggling to no avail with krunner and kopete doing the same things as yours,
when complete reinstall fixed all of it in 8 hours.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] kde 4.2 no prefixed problems
2009-02-13 20:30 ` [gentoo-user] " Alan McKinnon
@ 2009-02-14 15:54 ` Andrés Becerra Sandoval
0 siblings, 0 replies; 4+ messages in thread
From: Andrés Becerra Sandoval @ 2009-02-14 15:54 UTC (permalink / raw
To: gentoo-user
On Fri, Feb 13, 2009 at 3:30 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Friday 13 February 2009 19:01:32 Andrés Becerra Sandoval wrote:
>> Hi,
>>
>> I installed kde-4.2 with USE="kdeprefix" two weeks ago and everything
>> I needed was working all right.
>>
>> Then I decided to change my USE flags and delete kdeprefix in order to
>> have kde in /usr. After that I:
>>
>> - Did an emerge -uDN world
>> - Deleted my user folders .kde*
>>
>> The result was a kde-4.2 merged back, but with the following
>> applications crashing:
>
> Unmerge EVERYTHING related to KDE-4.2. Every last package you can find,
> including Qt. Inspect emerge --depclean carefully and run it. Examine your
> world and make sure there's nothing left from KDE4. Make especially sure you
> are not mixing stuff from an overlay and the portage tree.
>
> Then rebuild the whole lot the way you want it with the actual USE flags you
> want. This seems the wrong way round, but it isn't. I spent almost a week
> struggling to no avail with krunner and kopete doing the same things as yours,
> when complete reinstall fixed all of it in 8 hours.
>
>
Thank you Alan,
I guess Complete reinstall is the way to go ...
--
Andrés
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-02-14 15:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 17:01 [gentoo-user] kde 4.2 no prefixed problems Andrés Becerra Sandoval
2009-02-13 17:19 ` [gentoo-user] " Nikos Chantziaras
2009-02-13 20:30 ` [gentoo-user] " Alan McKinnon
2009-02-14 15:54 ` Andrés Becerra Sandoval
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox