* [gentoo-user] Large update blocked
@ 2009-10-07 2:51 Kevin O'Gorman
2009-10-07 3:07 ` David Relson
2009-10-07 3:15 ` Frank Steinmetzger
0 siblings, 2 replies; 5+ messages in thread
From: Kevin O'Gorman @ 2009-10-07 2:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]
I may put this off until Xmas break (I cannot afford to wedge this system
right now), but I'm worried by the results of an emerge --pretend:
It looks like 20 packages or so want eselect-1.2.3, but it's blocked by
eselect-news which is required by world.
Is there a sane way through this update? Details below.
++ kevin
[blocks B ] app-admin/eselect-news ("app-admin/eselect-news" is blocking
app-admin/eselect-1.2.3)
Total: 61 packages (56 upgrades, 5 new), Size of downloads: 41,445 kB
Conflict: 1 block (1 unsatisfied)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
('ebuild', '/', 'app-admin/eselect-1.2.3', 'merge') pulled in by
>=app-admin/eselect-1.0.2 required by ('installed', '/',
'app-admin/eselect-python-20090824', 'nomerge')
>=app-admin/eselect-1.0.10 required by ('installed', '/',
'app-admin/eselect-ecj-0.3', 'nomerge')
app-admin/eselect required by ('installed', '/',
'app-office/openoffice-3.1.1', 'nomerge')
(and 18 more)
('installed', '/', 'app-admin/eselect-news-20080320', 'nomerge') pulled in
by
app-admin/eselect-news required by world
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 1824 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Large update blocked
2009-10-07 2:51 [gentoo-user] Large update blocked Kevin O'Gorman
@ 2009-10-07 3:07 ` David Relson
2009-10-07 3:15 ` Frank Steinmetzger
1 sibling, 0 replies; 5+ messages in thread
From: David Relson @ 2009-10-07 3:07 UTC (permalink / raw
To: gentoo-user
On Tue, 6 Oct 2009 19:51:21 -0700
Kevin O'Gorman wrote:
> I may put this off until Xmas break (I cannot afford to wedge this
> system right now), but I'm worried by the results of an emerge
> --pretend:
>
> It looks like 20 packages or so want eselect-1.2.3, but it's blocked
> by eselect-news which is required by world.
>
> Is there a sane way through this update? Details below.
>
> ++ kevin
>
>
> [blocks B ] app-admin/eselect-news ("app-admin/eselect-news" is
> blocking app-admin/eselect-1.2.3)
>
> Total: 61 packages (56 upgrades, 5 new), Size of downloads: 41,445 kB
> Conflict: 1 block (1 unsatisfied)
>
> * Error: The above package list contains packages which cannot be
> * installed at the same time on the same system.
>
> ('ebuild', '/', 'app-admin/eselect-1.2.3', 'merge') pulled in by
> >=app-admin/eselect-1.0.2 required by ('installed', '/',
> 'app-admin/eselect-python-20090824', 'nomerge')
> >=app-admin/eselect-1.0.10 required by ('installed', '/',
> 'app-admin/eselect-ecj-0.3', 'nomerge')
> app-admin/eselect required by ('installed', '/',
> 'app-office/openoffice-3.1.1', 'nomerge')
> (and 18 more)
>
> ('installed', '/', 'app-admin/eselect-news-20080320', 'nomerge')
> pulled in by
> app-admin/eselect-news required by world
>
>
> For more information about Blocked Packages, please refer to the
> following section of the Gentoo Linux x86 Handbook (architecture is
> irrelevant):
>
> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
Sounds like eselect-news is in your world file, which can be verified by
gunning 'grep eselect-news /var/lib/portage/world'. Why not unmerge
eselect-news, do the upgrade, then emerge it afterwards?
HTH,
David
P.S. If the unmerge doesn't break the log jam, you can emerge
eselect-news and get back to "normal".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Large update blocked
2009-10-07 2:51 [gentoo-user] Large update blocked Kevin O'Gorman
2009-10-07 3:07 ` David Relson
@ 2009-10-07 3:15 ` Frank Steinmetzger
2009-10-07 14:40 ` [gentoo-user] " Doug Hunley
1 sibling, 1 reply; 5+ messages in thread
From: Frank Steinmetzger @ 2009-10-07 3:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 661 bytes --]
Am Mittwoch, 7. Oktober 2009 schrieb Kevin O'Gorman:
> I may put this off until Xmas break (I cannot afford to wedge this system
> right now), but I'm worried by the results of an emerge --pretend:
>
> It looks like 20 packages or so want eselect-1.2.3, but it's blocked by
> eselect-news which is required by world.
Which means it is required by you.
>
> Is there a sane way through this update?
Just remove eselect-news. From looking at eselect's ebuild I deduce that its
functionality is taken over by eselect itself.
--
Gruß | Greetings | Qapla'
The number you dialed is imaginary.
Please rotate your phone by 90 degrees and try again.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: Large update blocked
2009-10-07 3:15 ` Frank Steinmetzger
@ 2009-10-07 14:40 ` Doug Hunley
2009-10-08 21:23 ` Kevin O'Gorman
0 siblings, 1 reply; 5+ messages in thread
From: Doug Hunley @ 2009-10-07 14:40 UTC (permalink / raw
To: gentoo-user
On Tue, Oct 6, 2009 at 23:15, Frank Steinmetzger <Warp_7@gmx.de> wrote:
>> Is there a sane way through this update?
>
> Just remove eselect-news. From looking at eselect's ebuild I deduce that its
> functionality is taken over by eselect itself.
I had the same thing a while back. The above is correct. Remove
eselect-news as the functionality is now in eselect.
--
Douglas J Hunley, RHCT
doug.hunley@gmail.com : http://douglasjhunley.com : Twitter: @hunleyd
Obsessively opposed to the typical.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: Large update blocked
2009-10-07 14:40 ` [gentoo-user] " Doug Hunley
@ 2009-10-08 21:23 ` Kevin O'Gorman
0 siblings, 0 replies; 5+ messages in thread
From: Kevin O'Gorman @ 2009-10-08 21:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 619 bytes --]
On Wed, Oct 7, 2009 at 7:40 AM, Doug Hunley <doug@hunley.homeip.net> wrote:
> On Tue, Oct 6, 2009 at 23:15, Frank Steinmetzger <Warp_7@gmx.de> wrote:
> >> Is there a sane way through this update?
> >
> > Just remove eselect-news. From looking at eselect's ebuild I deduce that
> its
> > functionality is taken over by eselect itself.
>
> I had the same thing a while back. The above is correct. Remove
> eselect-news as the functionality is now in eselect.
>
> The sleep deprivation must have been worse than I thought. I was
interpreting 'world' as if it were 'system'.
My bad.
++ kevin
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 1085 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-08 21:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 2:51 [gentoo-user] Large update blocked Kevin O'Gorman
2009-10-07 3:07 ` David Relson
2009-10-07 3:15 ` Frank Steinmetzger
2009-10-07 14:40 ` [gentoo-user] " Doug Hunley
2009-10-08 21:23 ` Kevin O'Gorman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox