* [gentoo-user] package seems to block itself
@ 2007-03-10 15:25 John covici
2007-03-10 15:43 ` Jakob
0 siblings, 1 reply; 4+ messages in thread
From: John covici @ 2007-03-10 15:25 UTC (permalink / raw
To: gentoo-user
Hi. I seem to have a strange situation where a package block itself
or that is the way it seems.
If I try to do emerge gnupg this is what I get.
emerge gnupg
>>> cfg-update-1.8.0-r3 : No new packages have been emerged, checksum
>index OK...
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] dev-libs/libksba-0.9.15 [0.9.14] 481 kB
[ebuild NS ] app-crypt/gnupg-1.4.6 USE="X ldap nls readline zlib
-bindist -bzip2 -curl -ecc -idea (-selinux) -smartcard -static -usb"
LINGUAS="-ru" 0 kB
[ebuild U ] app-crypt/gnupg-1.9.21 [1.9.20-r3] USE="X ldap nls
-gpg2-experimental (-selinux) -smartcard (-caps%)" 1,858 kB
[blocks B ] app-crypt/gnupg (is blocking
app-crypt/gnupg-1.9.20-r3)
Total: 3 packages (2 upgrades, 1 in new slot, 1 block), Size of
downloads: 2,338 kB
!!! Error: The above package list contains packages which cannot be
installed
!!! at the same time on the same system.
Now if I do equery list on gnupg this is what I get.
[I--] [M ] app-crypt/gnupg-1.9.20-r3 (1.9)
Does this meanthat I already have 1.9.20-r3 on the system already?
And if so how do I resolve the block?
Any assistance would be appreciated.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] package seems to block itself
2007-03-10 15:25 [gentoo-user] package seems to block itself John covici
@ 2007-03-10 15:43 ` Jakob
0 siblings, 0 replies; 4+ messages in thread
From: Jakob @ 2007-03-10 15:43 UTC (permalink / raw
To: gentoo-user
On 3/10/07, John covici <covici@ccs.covici.com> wrote:
> [ebuild U ] app-crypt/gnupg-1.9.21 [1.9.20-r3] USE="X ldap nls
> -gpg2-experimental (-selinux) -smartcard (-caps%)" 1,858 kB
> [blocks B ] app-crypt/gnupg (is blocking
> app-crypt/gnupg-1.9.20-r3)
It seems that the installed version (1.9.20-r3) blocks the new one (1.9.21).
it should work with emerge --unmerge gnupg and than emerge -av gnupg
I m not sure if it removes you gnupg setting, so its on you own risc.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] package seems to block itself
@ 2007-03-10 16:20 kristian
2007-03-10 21:23 ` John covici
0 siblings, 1 reply; 4+ messages in thread
From: kristian @ 2007-03-10 16:20 UTC (permalink / raw
To: gentoo-user
Solution: emerge -C gnupg && emerge gnupg
-Kristian
-----Original Message-----
From: John covici <covici@ccs.covici.com>
Date: Sat, 10 Mar 2007 10:25:45 -0500
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] package seems to block itself
>Hi. I seem to have a strange situation where a package block itself
>or that is the way it seems.
>
>If I try to do emerge gnupg this is what I get.
>emerge gnupg
>>>> cfg-update-1.8.0-r3 : No new packages have been emerged, checksum
>>index OK...
>
>These are the packages that would be merged, in order:
>
>Calculating dependencies... done!
>[ebuild U ] dev-libs/libksba-0.9.15 [0.9.14] 481 kB
>[ebuild NS ] app-crypt/gnupg-1.4.6 USE="X ldap nls readline zlib
>-bindist -bzip2 -curl -ecc -idea (-selinux) -smartcard -static -usb"
>LINGUAS="-ru" 0 kB
>[ebuild U ] app-crypt/gnupg-1.9.21 [1.9.20-r3] USE="X ldap nls
>-gpg2-experimental (-selinux) -smartcard (-caps%)" 1,858 kB
>[blocks B ] app-crypt/gnupg (is blocking
>app-crypt/gnupg-1.9.20-r3)
>
>Total: 3 packages (2 upgrades, 1 in new slot, 1 block), Size of
>downloads: 2,338 kB
>
>!!! Error: The above package list contains packages which cannot be
> installed
>!!! at the same time on the same system.
>
>Now if I do equery list on gnupg this is what I get.
>[I--] [M ] app-crypt/gnupg-1.9.20-r3 (1.9)
>
>Does this meanthat I already have 1.9.20-r3 on the system already?
>And if so how do I resolve the block?
>
>Any assistance would be appreciated.
>
>--
>Your life is like a penny. You're going to lose it. The question is:
>How do
>you spend it?
>
> John Covici
> covici@ccs.covici.com
>--
>gentoo-user@gentoo.org mailing list
>
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] package seems to block itself
2007-03-10 16:20 kristian
@ 2007-03-10 21:23 ` John covici
0 siblings, 0 replies; 4+ messages in thread
From: John covici @ 2007-03-10 21:23 UTC (permalink / raw
To: gentoo-user
on Saturday 03/10/2007 kristian@herkild.dk(kristian@herkild.dk) wrote
> Solution: emerge -C gnupg && emerge gnupg
>
> -Kristian
That worked -- thanks guys. Thanks for all your help on the inns and
outs of gentoo -- takes some getting used to, but its fine once you
do.
>
> -----Original Message-----
> From: John covici <covici@ccs.covici.com>
> Date: Sat, 10 Mar 2007 10:25:45 -0500
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] package seems to block itself
>
> >Hi. I seem to have a strange situation where a package block itself
> >or that is the way it seems.
> >
> >If I try to do emerge gnupg this is what I get.
> >emerge gnupg
> >>>> cfg-update-1.8.0-r3 : No new packages have been emerged, checksum
> >>index OK...
> >
> >These are the packages that would be merged, in order:
> >
> >Calculating dependencies... done!
> >[ebuild U ] dev-libs/libksba-0.9.15 [0.9.14] 481 kB
> >[ebuild NS ] app-crypt/gnupg-1.4.6 USE="X ldap nls readline zlib
> >-bindist -bzip2 -curl -ecc -idea (-selinux) -smartcard -static -usb"
> >LINGUAS="-ru" 0 kB
> >[ebuild U ] app-crypt/gnupg-1.9.21 [1.9.20-r3] USE="X ldap nls
> >-gpg2-experimental (-selinux) -smartcard (-caps%)" 1,858 kB
> >[blocks B ] app-crypt/gnupg (is blocking
> >app-crypt/gnupg-1.9.20-r3)
> >
> >Total: 3 packages (2 upgrades, 1 in new slot, 1 block), Size of
> >downloads: 2,338 kB
> >
> >!!! Error: The above package list contains packages which cannot be
> > installed
> >!!! at the same time on the same system.
> >
> >Now if I do equery list on gnupg this is what I get.
> >[I--] [M ] app-crypt/gnupg-1.9.20-r3 (1.9)
> >
> >Does this meanthat I already have 1.9.20-r3 on the system already?
> >And if so how do I resolve the block?
> >
> >Any assistance would be appreciated.
> >
> >--
> >Your life is like a penny. You're going to lose it. The question is:
> >How do
> >you spend it?
> >
> > John Covici
> > covici@ccs.covici.com
> >--
> >gentoo-user@gentoo.org mailing list
> >
> >
> >
>
> --
> gentoo-user@gentoo.org mailing list
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-03-10 21:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-10 15:25 [gentoo-user] package seems to block itself John covici
2007-03-10 15:43 ` Jakob
-- strict thread matches above, loose matches on Subject: below --
2007-03-10 16:20 kristian
2007-03-10 21:23 ` John covici
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox