Gentoo Archives: gentoo-user

From: Marko Weber | 8000 <weber@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with perl dependencies on emerge -uD world
Date: Wed, 11 Mar 2015 12:59:52
Message-Id: 4a84954eabfedc34da86d6cd803c0458@zbfmail.de
In Reply to: Re: [gentoo-user] Problem with perl dependencies on emerge -uD world by Neil Bothwick
1 hi neil,
2
3 Am 2015-03-10 21:05, schrieb Neil Bothwick:
4 > On Tue, 10 Mar 2015 17:07:32 +0100, Marko Weber | 8000 wrote:
5 >
6 >> on one of my gentoo-servers i try to update the system with 'emerge
7 >> -uD
8 >> world'.
9 >>
10 >> i get the following output, and have no idea how to solve this
11 >> comnflicts.
12 >> Can anyone help me or guide me?
13 >>
14 >> =====================================================================================================================================
15 >>
16 >> # emerge -uD world
17 >>
18 >> * IMPORTANT: 10 news items need reading for repository 'gentoo'.
19 >> * Use eselect news to read news items.
20 >
21 > I'd start by reading these. Chances are one of them contains the answer
22 > to your problem.
23 >
24 > This is caused by the movement of some packages from perl-core into the
25 > main perl build. Make sure you have no perl-core packages in world.
26
27 just want to say that your hint worked.
28 i removed all perl-core packages and then 'emerge -pvuD world' worked
29 again like a charm.
30
31 marko