Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde wants to downgrade from 3.1.4 to 3.1.2
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
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Sun Sep 28, 2003 3:09 pm    Post subject: kde wants to downgrade from 3.1.4 to 3.1.2 Reply with quote

when i do an emerge -pU system && emerge -pU world this is what i get:

Code:
gwion root # emerge -Up system && emerge -Up world
>>> --upgradeonly implies --update... adding --update to options.

These are the packages that I would merge, in order:

Calculating system dependencies ...done!

>>> --upgradeonly implies --update... adding --update to options.

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     UD] kde-base/arts-1.1.2 [1.1.4]
[ebuild     UD] kde-base/kdelibs-3.1.2-r1 [3.1.4]
[ebuild     UD] kde-base/kdebase-3.1.2 [3.1.4]
[ebuild     UD] kde-base/kdenetwork-3.1.2 [3.1.4]
[ebuild     UD] kde-base/kdebindings-3.1.2 [3.1.3]


why is this happening? kde 3.1.4 works fine for me... anyone knows the reason?

thanks in advance...

gwion
Back to top
View user's profile Send private message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Sun Sep 28, 2003 3:18 pm    Post subject: Reply with quote

Do you do a 'emerge sync' before trying to update?
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Sun Sep 28, 2003 3:20 pm    Post subject: Reply with quote

yes, sorry, i forgot to mention: my usual comand is:

emerge rsync && emerge -pU system && emerge -pU world

gwion
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Sun Sep 28, 2003 6:17 pm    Post subject: Reply with quote

any hints? :(
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
MasterX
Veteran
Veteran


Joined: 26 Jun 2003
Posts: 1165

PostPosted: Sun Sep 28, 2003 7:33 pm    Post subject: Reply with quote

One thing that worries me is that you have installed KDE-Bindings 3.1.3 and all the others are 3.1.4.
Try to update Bindings to 3.1.4 and emerge -pU world again
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Sun Sep 28, 2003 8:21 pm    Post subject: Reply with quote

well in portage i can just find kdebindings-3.1.3, well i'll leave it for the next days as everything works fine for me here...

thanks anyway...
Back to top
View user's profile Send private message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Sun Sep 28, 2003 9:15 pm    Post subject: Reply with quote

Ah, now I see what the problem is. I didn't realize kdebindings was special, it's not installed as part of kde, but is installed by itself.

Since you have upgraded the rest of kde to 3.1.4, doing the same with kdebindings would probably be a good idea (if you actually need it, otherwise just uninstall it). kdebindings 3.1.4 are in portage, but they are still masked, so you have to install it with:

Code:
ACCEPT_KEYWORDS="~x86" emerge -u kdebindings


...or by modifying the ebuild so it says x86 instead.
Back to top
View user's profile Send private message
MasterX
Veteran
Veteran


Joined: 26 Jun 2003
Posts: 1165

PostPosted: Mon Sep 29, 2003 2:32 am    Post subject: Reply with quote

gwion wrote:
well in portage i can just find kdebindings-3.1.3, well i'll leave it for the next days as everything works fine for me here...

thanks anyway...


KDE-Bindings 3.1,4 is in the portage. I installed it a couple of days ago
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Mon Sep 29, 2003 8:51 am    Post subject: Reply with quote

yes... but the unmasked version is 3.1.2, 3.1.4 is in portage but still masked, tried to emerge it last night gut it gave me a "died running emake" error... currently figuring out what went wrong...

anyway... thanks..
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Mon Sep 29, 2003 9:12 am    Post subject: Reply with quote

*sigh* now my system seems to go nuts... when i try to re-emerge kde or components i geht constantly "died running emake" errors... and the system is getting slow... don't know why... iI'll try to figure it out in the evening... :(
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
cylgalad
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1327
Location: France

PostPosted: Mon Sep 29, 2003 9:41 am    Post subject: Reply with quote

Code:
emerge -C kdebindings

Unless you're a developper, that's not really useful.
Back to top
View user's profile Send private message
MasterX
Veteran
Veteran


Joined: 26 Jun 2003
Posts: 1165

PostPosted: Tue Sep 30, 2003 3:13 pm    Post subject: Reply with quote

cylgalad wrote:
Code:
emerge -C kdebindings

Unless you're a developper, that's not really useful.


I think that binding "binds" the various KDE part together. In that case, is the most important part.
Back to top
View user's profile Send private message
hensan
l33t
l33t


Joined: 26 Jun 2003
Posts: 868
Location: Sweden

PostPosted: Tue Sep 30, 2003 3:24 pm    Post subject: Reply with quote

MasterX wrote:
I think that binding "binds" the various KDE part together.


No, it doesn't. Just read the description for the ebuild:

Quote:
KDE library bindings for languages other than c++


Which means that you only need it if you want to write KDE applications in other languages than C++.
Back to top
View user's profile Send private message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Tue Sep 30, 2003 3:29 pm    Post subject: Reply with quote

From apps.kde.com:
Code:

Description:  Kdebindings provides bindings to KDE methods and protocols, such as DCOP, for languages other than C++ (such as C, Java [java.sun.com]®, Perl [www.perl.com], Python [www.python.org], Objective C, etc).

Features:   
   dcopc: C bindings for DCOP, the KDE IPC mechanism.
   dcopjava: Java [java.sun.com]® bindings for DCOP, the KDE IPC mechanism.
   dcopperl: Perl [www.perl.com] bindings for DCOP, the KDE IPC mechanism.
   dcoppython: Python [www.python.org] bindings for DCOP, the KDE IPC mechanism.
   kalyptus: a C, Objective-C and Java bindings generator.
   kdec: C bindings for KDE.
    kdejava: Java bindings for KDE.
    kdeobjc: Objective C bindings for KDE.
    qtc: C bindings for Qt.
   qtjava: Java bindings for Qt.
   qtobjc: Objective C bindings for Qt.
    xparts: bindings for certain parts of Mozilla [www.mozilla.org]
 


So it's a basically a package to use KDE features from other languages than the KDE-native C++, or if you want to replace KHTML with the Mozilla rendering engine. But it contains nothing that's needed to make your plain KDE work.

Frank
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