* [gentoo-user] world update refuses to update xorg-server, works fine with manual emerge
@ 2014-09-22 11:41 Nikos Chantziaras
2014-09-22 13:38 ` Alan McKinnon
2014-09-22 22:21 ` Nikos Chantziaras
0 siblings, 2 replies; 5+ messages in thread
From: Nikos Chantziaras @ 2014-09-22 11:41 UTC (permalink / raw
To: gentoo-user
When I run:
emerge -uDNl --with-bdeps=y @world
I get this:
WARNING: One or more updates/rebuilds have been skipped due to a
dependency conflict:
x11-base/xorg-server:0
(x11-base/xorg-server-1.16.0.901:0/1.16.0.901::gentoo, ebuild
scheduled for merge) conflicts with
x11-base/xorg-server:0/1.15.1= required by (x11-drivers/xf86-
input-evdev-2.8.4:0/0::gentoo, installed)
and xorg-server is not updated at all. I didn't even know that there's
newer versions in portage. I'm on 1.15.1 and been running that for a
long time now, but there's 1.15.2, 1.16.0 and 1.16.1 available. If I do:
emerge -1 =xorg-server-1.16.1
then it works just fine and it gets updated. But with a @world update, nope.
What's causing this?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] world update refuses to update xorg-server, works fine with manual emerge
2014-09-22 11:41 [gentoo-user] world update refuses to update xorg-server, works fine with manual emerge Nikos Chantziaras
@ 2014-09-22 13:38 ` Alan McKinnon
2014-09-22 18:27 ` Mick
2014-09-22 22:24 ` [gentoo-user] " Nikos Chantziaras
2014-09-22 22:21 ` Nikos Chantziaras
1 sibling, 2 replies; 5+ messages in thread
From: Alan McKinnon @ 2014-09-22 13:38 UTC (permalink / raw
To: gentoo-user
On 22/09/2014 13:41, Nikos Chantziaras wrote:
> When I run:
>
> emerge -uDNl --with-bdeps=y @world
>
> I get this:
>
> WARNING: One or more updates/rebuilds have been skipped due to a
> dependency conflict:
>
> x11-base/xorg-server:0
>
> (x11-base/xorg-server-1.16.0.901:0/1.16.0.901::gentoo, ebuild
> scheduled for merge) conflicts with
> x11-base/xorg-server:0/1.15.1= required by (x11-drivers/xf86-
> input-evdev-2.8.4:0/0::gentoo, installed)
>
> and xorg-server is not updated at all. I didn't even know that there's
> newer versions in portage. I'm on 1.15.1 and been running that for a
> long time now, but there's 1.15.2, 1.16.0 and 1.16.1 available. If I do:
>
> emerge -1 =xorg-server-1.16.1
>
> then it works just fine and it gets updated. But with a @world update,
> nope.
>
> What's causing this?
It gets stranger. I was getting the same results as you and did some
experiments running emerge -p and --backtrack.
And suddenly, emerge -avuND world now works as expected. How's that for
non-deterministic? I can only assume those weird magic dynamic depends
are somehow involved and as such is worthy of a bug report.
You can also resync as xorg-server-1.16.0.901 is now gone from the tree.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] world update refuses to update xorg-server, works fine with manual emerge
2014-09-22 13:38 ` Alan McKinnon
@ 2014-09-22 18:27 ` Mick
2014-09-22 22:24 ` [gentoo-user] " Nikos Chantziaras
1 sibling, 0 replies; 5+ messages in thread
From: Mick @ 2014-09-22 18:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1619 bytes --]
On Monday 22 Sep 2014 14:38:19 Alan McKinnon wrote:
> On 22/09/2014 13:41, Nikos Chantziaras wrote:
> > When I run:
> > emerge -uDNl --with-bdeps=y @world
> >
> > I get this:
> > WARNING: One or more updates/rebuilds have been skipped due to a
> > dependency conflict:
> >
> > x11-base/xorg-server:0
> >
> > (x11-base/xorg-server-1.16.0.901:0/1.16.0.901::gentoo, ebuild
> > scheduled for merge) conflicts with
> >
> > x11-base/xorg-server:0/1.15.1= required by (x11-drivers/xf86-
> > input-evdev-2.8.4:0/0::gentoo, installed)
> >
> > and xorg-server is not updated at all. I didn't even know that there's
> > newer versions in portage. I'm on 1.15.1 and been running that for a
> >
> > long time now, but there's 1.15.2, 1.16.0 and 1.16.1 available. If I do:
> > emerge -1 =xorg-server-1.16.1
> >
> > then it works just fine and it gets updated. But with a @world update,
> > nope.
> >
> > What's causing this?
>
> It gets stranger. I was getting the same results as you and did some
> experiments running emerge -p and --backtrack.
>
> And suddenly, emerge -avuND world now works as expected. How's that for
> non-deterministic? I can only assume those weird magic dynamic depends
> are somehow involved and as such is worthy of a bug report.
>
> You can also resync as xorg-server-1.16.0.901 is now gone from the tree.
Interesting! I also got this on an x86 box, except that the problem was not
with xorg but with chromium. I'll try with --backtrace to see what I get.
Thanks for the suggestion Alan.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: world update refuses to update xorg-server, works fine with manual emerge
2014-09-22 11:41 [gentoo-user] world update refuses to update xorg-server, works fine with manual emerge Nikos Chantziaras
2014-09-22 13:38 ` Alan McKinnon
@ 2014-09-22 22:21 ` Nikos Chantziaras
1 sibling, 0 replies; 5+ messages in thread
From: Nikos Chantziaras @ 2014-09-22 22:21 UTC (permalink / raw
To: gentoo-user
On 22/09/14 14:41, Nikos Chantziaras wrote:
> When I run:
>
> emerge -uDNl --with-bdeps=y @world
>
> I get this:
>
> WARNING: One or more updates/rebuilds have been skipped due to a
> dependency conflict:
>
> x11-base/xorg-server:0
>
> (x11-base/xorg-server-1.16.0.901:0/1.16.0.901::gentoo, ebuild
> scheduled for merge) conflicts with
> x11-base/xorg-server:0/1.15.1= required by (x11-drivers/xf86-
> input-evdev-2.8.4:0/0::gentoo, installed)
>
> and xorg-server is not updated at all. I didn't even know that there's
> newer versions in portage. I'm on 1.15.1 and been running that for a
> long time now, but there's 1.15.2, 1.16.0 and 1.16.1 available. If I do:
>
> emerge -1 =xorg-server-1.16.1
>
> then it works just fine and it gets updated. But with a @world update,
> nope.
Since is seems like others also have this problem, I've opened a bug for
this:
https://bugs.gentoo.org/show_bug.cgi?id=523486
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: world update refuses to update xorg-server, works fine with manual emerge
2014-09-22 13:38 ` Alan McKinnon
2014-09-22 18:27 ` Mick
@ 2014-09-22 22:24 ` Nikos Chantziaras
1 sibling, 0 replies; 5+ messages in thread
From: Nikos Chantziaras @ 2014-09-22 22:24 UTC (permalink / raw
To: gentoo-user
On 22/09/14 16:38, Alan McKinnon wrote:
> On 22/09/2014 13:41, Nikos Chantziaras wrote:
>> When I run:
>>
>> emerge -uDNl --with-bdeps=y @world
>>
>> I get this:
>>
>> WARNING: One or more updates/rebuilds have been skipped due to a
>> dependency conflict:
>>
>> x11-base/xorg-server:0
>>
>> (x11-base/xorg-server-1.16.0.901:0/1.16.0.901::gentoo, ebuild
>> scheduled for merge) conflicts with
>> x11-base/xorg-server:0/1.15.1= required by (x11-drivers/xf86-
>> input-evdev-2.8.4:0/0::gentoo, installed)
>>
>> and xorg-server is not updated at all. [...]
>
> It gets stranger. I was getting the same results as you and did some
> experiments running emerge -p and --backtrack.
>
> And suddenly, emerge -avuND world now works as expected.
Doesn't work for me. The default (according to the emerge man page) is
10. I tried 20, 40, 100, 200 and even 500, but no luck. I then tried
5000, and it still doesn't find the update.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-09-22 22:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 11:41 [gentoo-user] world update refuses to update xorg-server, works fine with manual emerge Nikos Chantziaras
2014-09-22 13:38 ` Alan McKinnon
2014-09-22 18:27 ` Mick
2014-09-22 22:24 ` [gentoo-user] " Nikos Chantziaras
2014-09-22 22:21 ` Nikos Chantziaras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox