QCA

View: New views
3 Messages — Rating Filter:   Alert me  

QCA

by Daniel D Jones :: Rate this Message:

| View Threaded | Show Only this Message

emerge -uDvat world

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

Calculating world dependencies... done!
[ebuild  NS   ] app-crypt/qca-1.0-r2  0 kB
[blocks B     ] <app-crypt/qca-1.0-r3 (is blocking app-crypt/qca-2.0.0-r2)

Total: 1 package (1 in new slot, 1 block), Size of downloads: 0 kB

!!! Error: The above package list contains packages which cannot be installed
!!!        at the same time on the same system.


Can anyone tell me what's causing this?  qca version 2 is installed.  I can
unmerge and then re-emerge it.  Why is the system trying to install version
1?  If it's a dependency, shouldn't the depending file be listed?

Thanks in advance.

--
gentoo-user@... mailing list


Re: QCA

by Bugzilla from dirk.heinrichs.ext@nsn.com :: Rate this Message:

| View Threaded | Show Only this Message

Am Donnerstag, 24. April 2008 schrieb ext Daniel D Jones:

> emerge -uDvat world
>
> These are the packages that would be merged, in reverse order:
>
> Calculating world dependencies... done!
> [ebuild  NS   ] app-crypt/qca-1.0-r2  0 kB
> [blocks B     ] <app-crypt/qca-1.0-r3 (is blocking
> app-crypt/qca-2.0.0-r2)
>
> Total: 1 package (1 in new slot, 1 block), Size of downloads: 0 kB
>
> !!! Error: The above package list contains packages which cannot be
> installed !!!        at the same time on the same system.
>
> Can anyone tell me what's causing this?  qca version 2 is installed.  I
> can unmerge and then re-emerge it.  Why is the system trying to install
> version 1?  If it's a dependency, shouldn't the depending file be listed?
qca-2.0 is causing this. It's blocking <qca-1.0-r3. So update 1.0 from r2 to
r3.

As for the deps, a quick grep through the portage tree showed some KDE
packages as well as "psi".

HTH...

        Dirk
--
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@...
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


signature.asc (196 bytes) Download Attachment

Re: QCA

by Alan McKinnon-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Thursday 24 April 2008, Daniel D Jones wrote:

> emerge -uDvat world
>
> These are the packages that would be merged, in reverse order:
>
> Calculating world dependencies... done!
> [ebuild  NS   ] app-crypt/qca-1.0-r2  0 kB
> [blocks B     ] <app-crypt/qca-1.0-r3 (is blocking
> app-crypt/qca-2.0.0-r2)
>
> Total: 1 package (1 in new slot, 1 block), Size of downloads: 0 kB
>
> !!! Error: The above package list contains packages which cannot be
> installed !!!        at the same time on the same system.
>
>
> Can anyone tell me what's causing this?  qca version 2 is installed.
> I can unmerge and then re-emerge it.  Why is the system trying to
> install version 1?  If it's a dependency, shouldn't the depending
> file be listed?

qca is recently slotted. The latest version in SLOT 0 works with SLOT 2,
but nothing earlier.

run 'equery depends qca' to find out if you really do need it and what
is pulling it in (or emerge -t). You can always:

emerge -avC qca:0 ; emerge -av qca:0

to fix it if you do want it


--
Alan McKinnon
alan dot mckinnon at gmail dot com

--
gentoo-user@... mailing list