Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
I have exactly the same problem: I tried everything (well, everything I'm aware of :-) ) but I always get: [blocks B ] net-wireless/bluez (net-wireless/bluez is blocking net-wireless/bluez-libs-3.36) [blocks B ] net-wireless/bluez-libs (net-wireless/bluez-libs is blocking

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Chao-Rui Chang
Hello, just remove any bluez 3.x , such as bluez-libs the problem will be solved. Best regards, Gentoo 2009/9/8 Massimiliano Ziccardi massimiliano.zicca...@gmail.com I have exactly the same problem: I tried everything (well, everything I'm aware of :-) ) but I always get: [blocks B ]

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Already done localhost ~ # emerge --search bluez | egrep bluez|installed | egrep -v Homepage|Description [ Results for search key : bluez ] * dev-python/pybluez Latest version installed: [ Not Installed ] * net-wireless/bluez Latest version installed: [ Not Installed ] *

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Neil Bothwick
On Tue, 8 Sep 2009 13:27:41 +0200, Massimiliano Ziccardi wrote: So I guess I don't have bluez anymore Any other idea? Tell what command you are running. Add the --tree option to emerge Post the output. -- Neil Bothwick Assembler: (n.) a minor program of interest only to obsessed

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Frank Steinmetzger
Am Dienstag, 8. September 2009 schrieb Massimiliano Ziccardi: Already done localhost ~ # emerge --search bluez | egrep bluez|installed | egrep -v Homepage|Description [ Results for search key : bluez ] * dev-python/pybluez Latest version installed: [ Not Installed ] *

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Frank Steinmetzger
Am Dienstag, 8. September 2009 schrieb Frank Steinmetzger: You have some thing installed that needs bluez-3. So if you do --update world, both bluez versions are pulled in, and then they block each other. The solution is to remove the need for both of them, either by removing the package that

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
equery d bluez did not return anything... localhost ~ # equery d bluez [ Searching for packages depending on bluez... ] localhost ~ # Any other idea? Thank you!!

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Volker Armin Hemmann
On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: The command is : emerge -uD --tree world The output is in the attached file Thanks you all! nice wicd really pulls in a lot of crap. Or to me more accurate gksu pulls in a lot of crap. Nautilus? Just to ask for the root

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Volker Armin Hemmann
On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: equery d bluez did not return anything... localhost ~ # equery d bluez [ Searching for packages depending on bluez... ] localhost ~ # Any other idea? Thank you!! yes, get rid of wicd and its dependencies.

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 14:14:27 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: equery d bluez did not return anything... localhost ~ # equery d bluez [ Searching for packages depending on bluez... ] localhost ~ # Any other idea?

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Volker Armin Hemmann
On Dienstag 08 September 2009, Alan McKinnon wrote: On Tuesday 08 September 2009 14:14:27 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: equery d bluez did not return anything... localhost ~ # equery d bluez [ Searching for packages depending

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 14:56:35 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Alan McKinnon wrote: On Tuesday 08 September 2009 14:14:27 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: equery d bluez did not return anything...

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Frank Steinmetzger
Am Dienstag, 8. September 2009 schrieb Volker Armin Hemmann: On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: The command is : emerge -uD --tree world The output is in the attached file Thanks you all! nice wicd really pulls in a lot of crap. Or to me more accurate

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Volker Armin Hemmann
On Dienstag 08 September 2009, Alan McKinnon wrote: On Tuesday 08 September 2009 14:56:35 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Alan McKinnon wrote: On Tuesday 08 September 2009 14:14:27 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Massimiliano Ziccardi

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Thank you people!! I'm trying Alan's tip. I'll let you know when I'll finish : it must perform 26 compilations :-( ) Just one question : how did you notice the problem was kdesu? I didn't see any dependency from bluez... Thanks, Massimiliano

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Volker Armin Hemmann
On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: Thank you people!! I'm trying Alan's tip. I'll let you know when I'll finish : it must perform 26 compilations :-( ) Just one question : how did you notice the problem was kdesu? I didn't see any dependency from bluez...

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Yep, sorry. Same question : how did you notice the problem was gksu? I didn't notice any dependency from bluez... (I'd like to be able to solve these problems without bother you) Thanks, Massimiliano

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Thanks a lot! Massimiliano

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Volker Armin Hemmann
On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: Yep, sorry. Same question : how did you notice the problem was gksu? I didn't notice any dependency from bluez... (I'd like to be able to solve these problems without bother you) Thanks, Massimiliano from your

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Hmmm.. It seems that uninstalling firefox did solve the problem Thank you all!! Today you teched me a lot of things about gentoo!!! Thank you, Massimiliano

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 15:14:40 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Alan McKinnon wrote: On Tuesday 08 September 2009 14:56:35 Volker Armin Hemmann wrote: On Dienstag 08 September 2009, Alan McKinnon wrote: On Tuesday 08 September 2009 14:14:27 Volker Armin

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
I hate this Now I get this error: Calculating dependencies... done! Verifying ebuild manifests !!! Digest verification failed: !!! /usr/portage/dev-python/PyQt4/ChangeLog !!! Reason: Filesize does not match recorded size !!! Got: 11925 !!! Expected: 11928 Have you any idea? Thanks a

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 17:11:33 Massimiliano Ziccardi wrote: Still no luck... Attached my new log... Any other idea? From your log: [nomerge ] www-client/mozilla-firefox-3.0.13 USE=dbus gnome startup- notification xulrunner -bindist -custom-optimization -iceweasel -java -

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 17:20:23 Massimiliano Ziccardi wrote: Hmmm.. It seems that uninstalling firefox did solve the problem Now you don't have Firefox. fifty bucks says you want it back tomorrow :-) -- alan dot mckinnon at gmail dot com

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 15:12:57 Frank Steinmetzger wrote: Am Dienstag, 8. September 2009 schrieb Volker Armin Hemmann: On Dienstag 08 September 2009, Massimiliano Ziccardi wrote: The command is : emerge -uD --tree world The output is in the attached file Thanks you

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
hmm... an emerge-webrsync seems to have solved it Thank you a lot!!! On 9/8/09, Massimiliano Ziccardi massimiliano.zicca...@gmail.com wrote: I hate this Now I get this error: Calculating dependencies... done! Verifying ebuild manifests !!! Digest verification failed: !!!

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 17:42:26 Massimiliano Ziccardi wrote: Hi Alan... Thank you... No, I don't want gnome at all... Is a 'set USE=-gnome' enough? No. Doing that is not persistent. I recommend you need to re-read the Gentoo docs, the chapter about USE flags. -- alan dot mckinnon at

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Thank you all a lot. I won't bother you for some time :-) Just one thing: people often thinks gentoo is harder than other distributions to use. Well, maybe that's true, however here I found the best support I've ever found for a linux distribution (and for softwares in general...). Keep on this

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 17:28:46 Massimiliano Ziccardi wrote: I hate this Now I get this error: Calculating dependencies... done! Verifying ebuild manifests !!! Digest verification failed: !!! /usr/portage/dev-python/PyQt4/ChangeLog !!! Reason: Filesize does not match

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Massimiliano Ziccardi
Hi Alan... Thank you... No, I don't want gnome at all... Is a 'set USE=-gnome' enough? Thanks, Massimiliano

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Neil Bothwick
On Tue, 8 Sep 2009 17:42:26 +0200, Massimiliano Ziccardi wrote: Is a 'set USE=-gnome' enough? No, you need to add it to make.conf, either manually or by running flagedit -gnome -- Neil Bothwick Barth's Distinction: There are two types of people: those who divide people into two types, and

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Volker Armin Hemmann
On Dienstag 08 September 2009, Alan McKinnon wrote: On Tuesday 08 September 2009 17:11:33 Massimiliano Ziccardi wrote: Still no luck... Attached my new log... Any other idea? From your log: [nomerge ] www-client/mozilla-firefox-3.0.13 USE=dbus gnome startup- notification

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Alan McKinnon
On Tuesday 08 September 2009 18:02:09 Massimiliano Ziccardi wrote: Thank you all a lot. I won't bother you for some time :-) Just one thing: people often thinks gentoo is harder than other distributions to use. That's mostly because Gentoo forces you to think about what you want to do :-)

Re: [gentoo-user] KDE4.x installation blocks

2009-09-08 Thread Neil Bothwick
On Wed, 9 Sep 2009 01:02:33 +0200, Alan McKinnon wrote: This isn't a bad thing, people have to think all the time. Like choosing a wife - men should consider very carefully if the girl is a good choice, then marry her if the answer is yes. Software choices are like that too. Except software

Re: [gentoo-user] KDE4.x installation blocks

2009-09-04 Thread Frank Steinmetzger
Am Freitag, 4. September 2009 schrieb Jim Cunning: I am trying to install KDE 4.2 or 4.3 on a stable KDE 3.5.10 system, following the guidelines in http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml, and the emerge fails with the following blocks:

Re: [gentoo-user] KDE4.x installation blocks

2009-09-04 Thread Alan McKinnon
On Friday 04 September 2009 19:32:15 Jim Cunning wrote: I am trying to install KDE 4.2 or 4.3 on a stable KDE 3.5.10 system, following the guidelines in http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml, and the emerge fails with the following blocks: