Main Page | Report this Page
 
   
Linux Forum Index  »  Linux - Gentoo Forum  »  KDE 4.1.0 and Qt problem...
Page 1 of 1    
Author Message
Fabrice Rehmann...
Posted: Mon Aug 04, 2008 2:14 pm
Guest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all!

First of, let me introduce myself. I'm Fabrice, and I'm French (Strasbourg) for those of you who might know where that is... Surprised)

I've been using Gentoo for quite a while now, and reading you ever since I started using Gentoo (about 2-3 years ago).

Never really felt like posting as I either never had the knowledge to interact or never had any good subject to raise.

Anyways, I come to you today, as I seem to have some really sticky problem... (not quite sure if that's correct English) Surprised)

I installed a few days ago the new KDE-4.1.0 ebuild.

Long story short, everything went fine, and I wanted to check new updates,
so, I emerge --sync && emerge -uDnav world

And that was the result:

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild U ] media-libs/id3lib-3.8.3-r7 [3.8.3-r6]
[ebuild NS ] x11-libs/qt-4.3.3
[ebuild N ] dev-python/PyQt4-4.3.3
[blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.3)
[blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking x11-libs/qt-script-4.4.0, x11-libs/qt-dbus-4.4.0, x11-libs/qt-sql-4.4.0, x11-libs/qt-gui-4.4.0, x11-libs/qt-qt3support-4.4.0, x11-libs/qt-svg-4.4.0, x11-libs/qt-test-4.4.0, x11-libs/qt-opengl-4.4.0, x11-libs/qt-core-4.4.0, x11-libs/qt-webkit-4.4.0)

Needless to say, I was quite confused and tried pretty much everything I could (not my first time with blocks to be honnest).

But nothing could solve that...

Tried everything I could read on the Internet, but I'm know lost....

What did I miss?? Would anyone have any idea?

Thanks in advance for your ideas.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkiXOQEACgkQE0bWAYHzYY1iVQCgh+gTtRs2pwp12XLaEqDmTRkc
icQAn2SclK3j0Us09ngwKGmIqLTghrsK
=IE1B
-----END PGP SIGNATURE-----
J.O. Aho...
Posted: Mon Aug 04, 2008 2:14 pm
Guest
Fabrice Rehmann wrote:
Quote:
Hi all!

I installed a few days ago the new KDE-4.1.0 ebuild.
Long story short, everything went fine, and I wanted to check new updates,
so, I emerge --sync && emerge -uDnav world
And that was the result:

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild U ] media-libs/id3lib-3.8.3-r7 [3.8.3-r6]
[ebuild NS ] x11-libs/qt-4.3.3
[ebuild N ] dev-python/PyQt4-4.3.3
[blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.3)
[blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking x11-libs/qt-script-4.4.0, x11-libs/qt-dbus-4.4.0, x11-libs/qt-sql-4.4.0, x11-libs/qt-gui-4.4.0, x11-libs/qt-qt3support-4.4.0, x11-libs/qt-svg-4.4.0, x11-libs/qt-test-4.4.0, x11-libs/qt-opengl-4.4.0, x11-libs/qt-core-4.4.0, x11-libs/qt-webkit-4.4.0)

Needless to say, I was quite confused and tried pretty much everything I could (not my first time with blocks to be honnest).
But nothing could solve that...
Tried everything I could read on the Internet, but I'm know lost....

emerge --nodeps --oneshot x11-libs/qt
merge -uDnav world

That should fix it, not sure you need the --nodeps at all.

--

//Aho
Michał Górny...
Posted: Wed Aug 06, 2008 1:39 pm
Guest
On Mon, 04 Aug 2008 21:14:33 +0200, Fabrice Rehmann
<fabrice.rehmann at (no spam) gmail.com> wrote:

Quote:
Hi all!

Hello!

Quote:
I installed a few days ago the new KDE-4.1.0 ebuild.

Long story short, everything went fine, and I wanted to check new
updates,
so, I emerge --sync && emerge -uDnav world

Use --tree. It sometimes helps a lot.

Quote:
[ebuild NS ] x11-libs/qt-4.3.3
[ebuild N ] dev-python/PyQt4-4.3.3
[blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.3)
[blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking
x11-libs/qt-script-4.4.0, x11-libs/qt-dbus-4.4.0, x11-libs/qt-sql-4.4.0,
x11-libs/qt-gui-4.4.0, x11-libs/qt-qt3support-4.4.0,
x11-libs/qt-svg-4.4.0, x11-libs/qt-test-4.4.0, x11-libs/qt-opengl-4.4.0,
x11-libs/qt-core-4.4.0, x11-libs/qt-webkit-4.4.0)

Long story short. Something wants PyQt-4.3 (which obviously uses qt-4.3),
but you use Qt4.4. There are two possibilities. Either you have PyQt-4.4
masked and you should unmask it, or something you use doesn't accept
PyQt-4.4 — and then you'd either have to remove that something or mask
Qt4.4 and return to Qt4.3. As I said above, --tree should tell which pkg
does it.

--
Best regards,
Michał Górny

<http://mailnull.com/w?au=f6744c6f5e097cc9816a562802f331c2>
<xmpp:mgorny at (no spam) jabster.pl>
Fabrice Rehmann...
Posted: Thu Aug 07, 2008 2:15 am
Guest
Micha? Górny wrote:

Quote:
Long story short. Something wants PyQt-4.3 (which obviously uses qt-4.3),
but you use Qt4.4. There are two possibilities. Either you have PyQt-4.4
masked and you should unmask it, or something you use doesn't accept
PyQt-4.4 ? and then you'd either have to remove that something or mask
Qt4.4 and return to Qt4.3. As I said above, --tree should tell which pkg
does it.


Hi,

Well after fidling with my portage a bit emerging unmerging qt.

I wasn't even able to login KDE (3.5 or 4.1.0)

Anyway.... I can now log into 4.1.0 (still have a problem with 3.5 but not the point)

Here is what I get:

emerge --tree -aDu world

[nomerge ] media-sound/amarok-1.4.9.1-r1
[nomerge ] dev-python/PyQt-3.17.4 USE="-debug -doc -examples"
[nomerge ] x11-libs/qscintilla-2.1-r1
[nomerge ] dev-python/qscintilla-python-2.1
[ebuild N ] dev-python/PyQt4-4.3.3 USE="-debug -doc -examples"
[ebuild N ] x11-libs/qt-4.3.3 USE="accessibility cups dbus gif jpeg opengl png qt3support ssl tiff xinerama zlib -debug -doc -examples -firebird -glib -mng -mysql -nas -nis -odbc -pch -postgres -sqlite -sqlite3" INPUT_DEVICES="-wacom"
[ebuild N ] dev-python/PyQt-3.17.4 USE="-debug -doc -examples"
[nomerge ] kde-base/kopete-3.5.9
[ebuild NS ] app-crypt/qca-1.0-r2
[ebuild N ] x11-libs/qt-3.3.8-r4 USE="cups ipv6 opengl xinerama -debug -doc -examples -firebird -gif -immqt -immqt-bc -mysql -nas -nis -odbc -postgres -sqlite"
[nomerge ] x11-base/xorg-x11-7.2
[nomerge ] x11-base/xorg-server-1.3.0.0-r6
[ebuild UD] x11-apps/xinit-1.0.5-r1 [1.0.8-r3]
[nomerge ] media-sound/soundkonverter-0.3.8
[nomerge ] media-sound/musepack-tools-1.15v
[ebuild U ] media-libs/id3lib-3.8.3-r7 [3.8.3-r6]
[blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking x11-libs/qt-script-4.4.0, x11-libs/qt-dbus-4.4.0, x11-libs/qt-sql-4.4.0, x11-libs/qt-gui-4.4.0, x11-libs/qt-qt3support-4.4.0, x11-libs/qt-svg-4.4.0, x11-libs/qt-test-4.4.0, x11-libs/qt-opengl-4.4.0, x11-libs/qt-core-4.4.0, x11-libs/qt-webkit-4.4.0)
[blocks B ] <app-crypt/qca-1.0-r3 (is blocking app-crypt/qca-2.0.0-r2)
[blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.3)
Michał Górny...
Posted: Thu Aug 07, 2008 2:18 am
Guest
On Thu, 07 Aug 2008 10:20:23 +0200, Fabrice Rehmann
<fabrice.rehmann at (no spam) gmail.com> wrote:

Quote:
Michał Górny wrote:

Here is what I get:

emerge --tree -aDu world

[nomerge ] media-sound/amarok-1.4.9.1-r1
[nomerge ] dev-python/PyQt-3.17.4 USE="-debug -doc -examples"
[nomerge ] x11-libs/qscintilla-2.1-r1
[nomerge ] dev-python/qscintilla-python-2.1
[ebuild N ] dev-python/PyQt4-4.3.3 USE="-debug -doc -examples"
[ebuild N ] x11-libs/qt-4.3.3 USE="accessibility cups dbus gif
jpeg opengl png qt3support ssl tiff xinerama zlib -debug -doc -examples
-firebird -glib -mng -mysql -nas -nis -odbc -pch -postgres -sqlite
-sqlite3" INPUT_DEVICES="-wacom"
[ebuild N ] dev-python/PyQt-3.17.4 USE="-debug -doc -examples"
[nomerge ] kde-base/kopete-3.5.9
[ebuild NS ] app-crypt/qca-1.0-r2
[ebuild N ] x11-libs/qt-3.3.8-r4 USE="cups ipv6 opengl xinerama
-debug -doc -examples -firebird -gif -immqt -immqt-bc -mysql -nas -nis
-odbc -postgres -sqlite"
[nomerge ] x11-base/xorg-x11-7.2
[nomerge ] x11-base/xorg-server-1.3.0.0-r6
[ebuild UD] x11-apps/xinit-1.0.5-r1 [1.0.8-r3]
[nomerge ] media-sound/soundkonverter-0.3.8
[nomerge ] media-sound/musepack-tools-1.15v
[ebuild U ] media-libs/id3lib-3.8.3-r7 [3.8.3-r6]
[blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking
x11-libs/qt-script-4.4.0, x11-libs/qt-dbus-4.4.0, x11-libs/qt-sql-4.4.0,
x11-libs/qt-gui-4.4.0, x11-libs/qt-qt3support-4.4.0,
x11-libs/qt-svg-4.4.0, x11-libs/qt-test-4.4.0, x11-libs/qt-opengl-4.4.0,
x11-libs/qt-core-4.4.0, x11-libs/qt-webkit-4.4.0)
[blocks B ] <app-crypt/qca-1.0-r3 (is blocking
app-crypt/qca-2.0.0-r2)
[blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.3)


As I said before — some packages want to use newer Qt, some like older
one. Some like more qca-2, some qca-1. The thing with PyQt looks really
weird.

You have to choose yourself what to remove, and what to keep. Well, you
could use 'qdepends -Q' to check all packages depending on one.

I would personally start by removing 'python' USEflag from amaroK, if you
don't use it. And either removing kopete, or something using qca-2 and
qca-2 itself.

--
Z poważaniem,
Michał Górny

<http://mailnull.com/w?au=f6744c6f5e097cc9816a562802f331c2>
<xmpp:mgorny at (no spam) jabster.pl>
Goldfinger67...
Posted: Sat Aug 09, 2008 1:17 pm
Guest
Micha? Górny wrote:

Quote:
On Thu, 07 Aug 2008 10:20:23 +0200, Fabrice Rehmann
fabrice.rehmann at (no spam) gmail.com> wrote:

Micha? Górny wrote:

Here is what I get:

emerge --tree -aDu world

[nomerge ] media-sound/amarok-1.4.9.1-r1
[nomerge ] dev-python/PyQt-3.17.4 USE="-debug -doc -examples"
[nomerge ] x11-libs/qscintilla-2.1-r1
[nomerge ] dev-python/qscintilla-python-2.1
[ebuild N ] dev-python/PyQt4-4.3.3 USE="-debug -doc -examples"
[ebuild N ] x11-libs/qt-4.3.3 USE="accessibility cups dbus gif
jpeg opengl png qt3support ssl tiff xinerama zlib -debug -doc -examples
-firebird -glib -mng -mysql -nas -nis -odbc -pch -postgres -sqlite
-sqlite3" INPUT_DEVICES="-wacom"
[ebuild N ] dev-python/PyQt-3.17.4 USE="-debug -doc -examples"
[nomerge ] kde-base/kopete-3.5.9
[ebuild NS ] app-crypt/qca-1.0-r2
[ebuild N ] x11-libs/qt-3.3.8-r4 USE="cups ipv6 opengl xinerama
-debug -doc -examples -firebird -gif -immqt -immqt-bc -mysql -nas -nis
-odbc -postgres -sqlite"
[nomerge ] x11-base/xorg-x11-7.2
[nomerge ] x11-base/xorg-server-1.3.0.0-r6
[ebuild UD] x11-apps/xinit-1.0.5-r1 [1.0.8-r3]
[nomerge ] media-sound/soundkonverter-0.3.8
[nomerge ] media-sound/musepack-tools-1.15v
[ebuild U ] media-libs/id3lib-3.8.3-r7 [3.8.3-r6]
[blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking
x11-libs/qt-script-4.4.0, x11-libs/qt-dbus-4.4.0, x11-libs/qt-sql-4.4.0,
x11-libs/qt-gui-4.4.0, x11-libs/qt-qt3support-4.4.0,
x11-libs/qt-svg-4.4.0, x11-libs/qt-test-4.4.0, x11-libs/qt-opengl-4.4.0,
x11-libs/qt-core-4.4.0, x11-libs/qt-webkit-4.4.0)
[blocks B ] <app-crypt/qca-1.0-r3 (is blocking
app-crypt/qca-2.0.0-r2)
[blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.3)


As I said before ? some packages want to use newer Qt, some like older
one. Some like more qca-2, some qca-1. The thing with PyQt looks really
weird.

You have to choose yourself what to remove, and what to keep. Well, you
could use 'qdepends -Q' to check all packages depending on one.

I would personally start by removing 'python' USEflag from amaroK, if you
don't use it. And either removing kopete, or something using qca-2 and
qca-2 itself.


Thanks for your help...

I manage to get rid of this block, but that was not a good solution (getting
rid of python for Amarok is no good for me.

Well, I'm in the process of getting rid of KDE 4.1.0 which, in my opinion
isn't production ready yet....

Testing for a couple of weeks was enough.

Thanks anyway....
TArbex...
Posted: Thu Aug 21, 2008 5:30 am
Guest
On 4 ago, 16:14, Fabrice Rehmann <fabrice.rehm... at (no spam) gmail.com> wrote:
Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all!

First of, let me introduce myself. I'm Fabrice, and I'm French (Strasbourg) for those of you who might know where that is... Surprised)

I've been using Gentoo for quite a while now, and reading you ever since I started using Gentoo (about 2-3 years ago).

Never really felt like posting as I either never had the knowledge to interact or never had any good subject to raise.

Anyways, I come to you today, as I seem to have some really sticky problem... (not quite sure if that's correct English) Surprised)

I installed a few days ago the new KDE-4.1.0 ebuild.

Long story short, everything went fine, and I wanted to check new updates,
so, I emerge --sync && emerge -uDnav world

And that was the result:

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild U ] media-libs/id3lib-3.8.3-r7 [3.8.3-r6]
[ebuild NS ] x11-libs/qt-4.3.3
[ebuild N ] dev-python/PyQt4-4.3.3
[blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.3)
[blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking x11-libs/qt-script-4.4.0, x11-libs/qt-dbus-4.4.0, x11-libs/qt-sql-4.4.0, x11-libs/qt-gui-4.4.0, x11-libs/qt-qt3support-4.4.0, x11-libs/qt-svg-4.4.0, x11-libs/qt-test-4.4.0, x11-libs/qt-opengl-4.4.0, x11-libs/qt-core-4.4.0, x11-libs/qt-webkit-4.4.0)

Needless to say, I was quite confused and tried pretty much everything I could (not my first time with blocks to be honnest).

But nothing could solve that...

Tried everything I could read on the Internet, but I'm know lost....

What did I miss?? Would anyone have any idea?

Thanks in advance for your ideas.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkiXOQEACgkQE0bWAYHzYY1iVQCgh+gTtRs2pwp12XLaEqDmTRkc
icQAn2SclK3j0Us09ngwKGmIqLTghrsK
=IE1B
-----END PGP SIGNATURE-----


The usual (as far as I know) instalation of KDE 4.1 on gentoo is:
- uninstall old kde and qt
- sync overlay kdesvn-portage
- sync portage
- run: autounmask kde-base/kde-meta-4.1.0
- run: emerge kde-meta
but, even if I was making a instalation from scratch and didn't have
qt or kde on my instalation I got this blocking.
I got rid of this by running: autounmask x11-libs/qt-4.4.1 right
before emerge kde-meta.

It's installing now so I will get back and post results.

cheers
 
Page 1 of 1       All times are GMT - 5 Hours
The time now is Mon Dec 01, 2008 12:54 pm