public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Trying KDE-4
Date: Sun, 19 Oct 2008 16:24:45 +0200	[thread overview]
Message-ID: <200810191624.45202.alan.mckinnon@gmail.com> (raw)
In-Reply-To: <200810191454.24606.peter@humphrey.ukfsn.org>

On Sunday 19 October 2008 15:54:24 Peter Humphrey wrote:
> Having been inspired by messages here extolling the virtues of KDE-4, I
> tried installing it. I did as Neil B said and autounmasked kde-meta-4.1.2,
> but I still have a couple of show-stoppers.
>
> After running autounmask, I had 81 new entries in package.keywords, but I
> had to add another 82 myself after that many attempts to emerge -uaDvN
> world.
>
> Even so, I now have five blockers. Three of them I can clear by unmerging
> old package versions, but that leaves me with these two:
>
> [blocks B     ] <=x11-libs/qt-4.4.0_alpha:4 ("<=x11-libs/qt-4.4.0_alpha:4"
> is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2,
> x11-libs/qt-qt3support-4.4.2, x11-libs/qt-sql-4.4.2, x11-libs/qt-gui-4.4.2,
> x11-libs/qt-svg-4.4.2, x11-libs/qt-test-4.4.2, x11-libs/qt-core-4.4.2,
> x11-libs/qt-webkit-4.4.2, x11-libs/qt-opengl-4.4.2)
> [blocks B     ] x11-libs/qt-core ("x11-libs/qt-core" is blocking
> x11-libs/qt-4.3.3)
>
> The first of these implies that I have to unmerge qt-3.*, which I assume
> would smash the system into tiny pieces, while the second just looks
> nonsensical to me.
>
> Can anyone see anything obvious here that I can fix?
e
From the qt-core-4.4.2 ebuild:

RDEPEND="
!<=x11-libs/qt-4.4.0_alpha:${SLOT}
"

Te first blocker you have does NOT refer to any version less than 4.4.0_alpha, 
it means any version less than that which is SLOT=4.

Fixing this is simple:

unmerge the existing qt:4
merge qt:4

They all co-exist nicely with qt-3:

nazgul x11-libs # eix -e qt
[I] x11-libs/qt
     Available versions:
        (3)     3.3.8-r4 (~)3.3.8b
        (4)     4.3.3 (~)4.3.4-r1 (~)4.3.5 [M](~)4.4.0 (~)4.4.1 (~)4.4.1-r1 
(~)4.4.2
        {accessibility cups dbus debug doc examples firebird gif glib immqt 
immqt-bc input_devices_wacom ipv6 jpeg mng mysql nas nis odbc opengl pch png 
postgres qt3support sqlite sqlite3 ssl tiff xinerama zlib}
     Installed versions:  3.3.8b(3)(18:45:41 10/12/08)(cups opengl 
xinerama -debug -doc -examples -firebird -immqt -immqt-bc -ipv6 -mysql -nas -nis -odbc -postgres -sqlite)
                          4.4.2(4)(22:55:09 09/23/08)(dbus opengl qt3support)
     Homepage:            http://www.trolltech.com/
     Description:         The Qt toolkit is a comprehensive C++ application 
development framework.

nazgul x11-libs # eix -e qt-core
[I] x11-libs/qt-core
     Available versions:  (4)  [M](~)4.4.0 (~)4.4.1 (~)4.4.1-r1 (~)4.4.2
        {debug doc glib pch qt3support ssl}
     Installed versions:  4.4.2(4)(23:35:51 09/22/08)(pch qt3support 
ssl -debug -doc -glib)
     Homepage:            http://www.trolltech.com/
     Description:         The Qt toolkit is a comprehensive C++ application 
development framework.


-- 
alan dot mckinnon at gmail dot com



  parent reply	other threads:[~2008-10-19 14:24 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-19 13:54 [gentoo-user] Trying KDE-4 Peter Humphrey
2008-10-19 14:16 ` Weifeng Liu
2008-10-19 14:24 ` Alan McKinnon [this message]
2008-10-19 14:50   ` Peter Humphrey
2008-10-19 15:21     ` Daniel Pielmeier
2008-10-19 15:28     ` Alan McKinnon
2008-10-19 17:32       ` Alex Schuster
2008-10-19 17:52         ` Alan McKinnon
2008-10-20  8:46           ` Peter Humphrey
2008-10-20  9:13             ` Peter Humphrey
2008-10-20 12:08               ` Daniel Pielmeier
2008-10-21  9:07                 ` Peter Humphrey
2008-10-21 18:46                   ` Daniel Pielmeier
2008-10-22  9:15                     ` Peter Humphrey
2008-10-22  9:32                       ` Neil Bothwick
2008-10-22 10:00                         ` Alex Schuster
2008-10-22 11:10                           ` Daniel Pielmeier
2008-10-22 16:42                             ` Peter Humphrey
2008-10-22 18:32                               ` Daniel Pielmeier
2008-10-23  9:28                                 ` Peter Humphrey
2008-10-23  9:45                                   ` Alan McKinnon
2008-10-23 10:03                                     ` Daniel Pielmeier
2008-10-24  8:01                                       ` Peter Humphrey
2008-10-24 11:03                                       ` Peter Humphrey
2008-10-22  9:46                       ` Alan McKinnon
2008-10-20  9:06       ` Peter Humphrey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200810191624.45202.alan.mckinnon@gmail.com \
    --to=alan.mckinnon@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox