public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Confusion about slot conflict
@ 2014-01-05 15:57 张东亚
  2014-01-05 20:53 ` Alan McKinnon
  2014-01-06 17:58 ` [gentoo-user] " »Q«
  0 siblings, 2 replies; 7+ messages in thread
From: 张东亚 @ 2014-01-05 15:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

Hi list,

When I do a world upgrade, I have encountered the following slot conflict:


media-libs/libpng:0

  (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
    media-libs/libpng:0/0= required by
(dev-python/wxpython-2.8.12.1-r1::gentoo, installed)
    >=media-libs/libpng-1.4:0/0= required by
(net-libs/webkit-gtk-1.8.3-r201::gentoo, installed)
    media-libs/libpng:0/0= required by (app-text/poppler-0.22.5::gentoo,
installed)
    media-libs/libpng:0/0= required by (media-libs/libwebp-0.3.1::gentoo,
installed)
    media-libs/libpng:0/0= required by
(net-print/cups-filters-1.0.36-r1::gentoo, installed)
    media-libs/libpng:0/0= required by (kde-base/kdelibs-4.11.4::gentoo,
installed)

  (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)


My question is, seems upgrade to libpng-1.6.8 will solve the conflict, why
emerge cannot proceed this automatically? or there are some switches to
controller this?

Thanks a lot.

[-- Attachment #2: Type: text/html, Size: 1364 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Confusion about slot conflict
  2014-01-05 15:57 [gentoo-user] Confusion about slot conflict 张东亚
@ 2014-01-05 20:53 ` Alan McKinnon
  2014-01-06 10:31   ` 张东亚
  2014-01-06 17:58 ` [gentoo-user] " »Q«
  1 sibling, 1 reply; 7+ messages in thread
From: Alan McKinnon @ 2014-01-05 20:53 UTC (permalink / raw
  To: gentoo-user

On 05/01/2014 17:57, 张东亚 wrote:
> Hi list,
> 
> When I do a world upgrade, I have encountered the following slot conflict:
> 
> 
> media-libs/libpng:0
> 
>   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
>     media-libs/libpng:0/0= required by
> (dev-python/wxpython-2.8.12.1-r1::gentoo, installed)
>     >=media-libs/libpng-1.4:0/0= required by
> (net-libs/webkit-gtk-1.8.3-r201::gentoo, installed)
>     media-libs/libpng:0/0= required by (app-text/poppler-0.22.5::gentoo,
> installed)
>     media-libs/libpng:0/0= required by
> (media-libs/libwebp-0.3.1::gentoo, installed)
>     media-libs/libpng:0/0= required by
> (net-print/cups-filters-1.0.36-r1::gentoo, installed)
>     media-libs/libpng:0/0= required by (kde-base/kdelibs-4.11.4::gentoo,
> installed)
> 
>   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled in by
>     (no parents that aren't satisfied by other packages in this slot)
> 
> 
> My question is, seems upgrade to libpng-1.6.8 will solve the conflict,
> why emerge cannot proceed this automatically? or there are some switches
> to controller this?
> 
> Thanks a lot.



libpng-1.5.17-r1 is latest stable version
libpng-1.6.8 is latest unstable version

I suspect you are probably running a stable system with several packages
marked unstable and one of those requires libpng-1.6.8

To check, please post

what is your ACCEPT_KEYWORDS in make.conf?

what is the output of

grep -r libpng /etc/portage/



-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Confusion about slot conflict
  2014-01-05 20:53 ` Alan McKinnon
@ 2014-01-06 10:31   ` 张东亚
  0 siblings, 0 replies; 7+ messages in thread
From: 张东亚 @ 2014-01-06 10:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1873 bytes --]

I have just checked the ebuild file of libpng-1.6.8, actually it's is
stable for X86.
So I am confused why emerge can not upgrade it automatically...


2014/1/5 Alan McKinnon <alan.mckinnon@gmail.com>

> On 05/01/2014 17:57, 张东亚 wrote:
> > Hi list,
> >
> > When I do a world upgrade, I have encountered the following slot
> conflict:
> >
> >
> > media-libs/libpng:0
> >
> >   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
> >     media-libs/libpng:0/0= required by
> > (dev-python/wxpython-2.8.12.1-r1::gentoo, installed)
> >     >=media-libs/libpng-1.4:0/0= required by
> > (net-libs/webkit-gtk-1.8.3-r201::gentoo, installed)
> >     media-libs/libpng:0/0= required by (app-text/poppler-0.22.5::gentoo,
> > installed)
> >     media-libs/libpng:0/0= required by
> > (media-libs/libwebp-0.3.1::gentoo, installed)
> >     media-libs/libpng:0/0= required by
> > (net-print/cups-filters-1.0.36-r1::gentoo, installed)
> >     media-libs/libpng:0/0= required by (kde-base/kdelibs-4.11.4::gentoo,
> > installed)
> >
> >   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled
> in by
> >     (no parents that aren't satisfied by other packages in this slot)
> >
> >
> > My question is, seems upgrade to libpng-1.6.8 will solve the conflict,
> > why emerge cannot proceed this automatically? or there are some switches
> > to controller this?
> >
> > Thanks a lot.
>
>
>
> libpng-1.5.17-r1 is latest stable version
> libpng-1.6.8 is latest unstable version
>
> I suspect you are probably running a stable system with several packages
> marked unstable and one of those requires libpng-1.6.8
>
> To check, please post
>
> what is your ACCEPT_KEYWORDS in make.conf?
>
> what is the output of
>
> grep -r libpng /etc/portage/
>
>
>
> --
> Alan McKinnon
> alan.mckinnon@gmail.com
>
>
>

[-- Attachment #2: Type: text/html, Size: 2632 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: Confusion about slot conflict
  2014-01-05 15:57 [gentoo-user] Confusion about slot conflict 张东亚
  2014-01-05 20:53 ` Alan McKinnon
@ 2014-01-06 17:58 ` »Q«
  2014-01-06 19:35   ` Alan McKinnon
  1 sibling, 1 reply; 7+ messages in thread
From: »Q« @ 2014-01-06 17:58 UTC (permalink / raw
  To: gentoo-user

On Sun, 5 Jan 2014 15:57:10 +0000
张东亚 <fortitude.zhang@gmail.com> wrote:

> Hi list,
> 
> When I do a world upgrade, I have encountered the following slot
> conflict:
> 
> 
> media-libs/libpng:0
> 
>   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
>     media-libs/libpng:0/0= required by
> (dev-python/wxpython-2.8.12.1-r1::gentoo, installed)
>     >=media-libs/libpng-1.4:0/0= required by
> (net-libs/webkit-gtk-1.8.3-r201::gentoo, installed)
>     media-libs/libpng:0/0= required by
> (app-text/poppler-0.22.5::gentoo, installed)
>     media-libs/libpng:0/0= required by
> (media-libs/libwebp-0.3.1::gentoo, installed)
>     media-libs/libpng:0/0= required by
> (net-print/cups-filters-1.0.36-r1::gentoo, installed)
>     media-libs/libpng:0/0= required by
> (kde-base/kdelibs-4.11.4::gentoo, installed)
> 
>   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge)
> pulled in by (no parents that aren't satisfied by other packages in
> this slot)
> 
> 
> My question is, seems upgrade to libpng-1.6.8 will solve the
> conflict, why emerge cannot proceed this automatically? or there are
> some switches to controller this?
> 
> Thanks a lot.

I had exactly the same weirdness after 1.6.8 was stabilized.  I waited
a few hours, re-synced the tree, and then updated without any warnings
about blocks;  the old libpng was unmerged and 1.6.8 was merged
automagically as one would expect.  I don't know what caused the problem
or what fixed it.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: Confusion about slot conflict
  2014-01-06 17:58 ` [gentoo-user] " »Q«
@ 2014-01-06 19:35   ` Alan McKinnon
  2014-01-08 12:31     ` Peter Humphrey
  0 siblings, 1 reply; 7+ messages in thread
From: Alan McKinnon @ 2014-01-06 19:35 UTC (permalink / raw
  To: gentoo-user

On 06/01/2014 19:58, »Q« wrote:
> On Sun, 5 Jan 2014 15:57:10 +0000
> 张东亚 <fortitude.zhang@gmail.com> wrote:
> 
>> Hi list,
>>
>> When I do a world upgrade, I have encountered the following slot
>> conflict:
>>
>>
>> media-libs/libpng:0
>>
>>   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
>>     media-libs/libpng:0/0= required by
>> (dev-python/wxpython-2.8.12.1-r1::gentoo, installed)
>>     >=media-libs/libpng-1.4:0/0= required by
>> (net-libs/webkit-gtk-1.8.3-r201::gentoo, installed)
>>     media-libs/libpng:0/0= required by
>> (app-text/poppler-0.22.5::gentoo, installed)
>>     media-libs/libpng:0/0= required by
>> (media-libs/libwebp-0.3.1::gentoo, installed)
>>     media-libs/libpng:0/0= required by
>> (net-print/cups-filters-1.0.36-r1::gentoo, installed)
>>     media-libs/libpng:0/0= required by
>> (kde-base/kdelibs-4.11.4::gentoo, installed)
>>
>>   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge)
>> pulled in by (no parents that aren't satisfied by other packages in
>> this slot)
>>
>>
>> My question is, seems upgrade to libpng-1.6.8 will solve the
>> conflict, why emerge cannot proceed this automatically? or there are
>> some switches to controller this?
>>
>> Thanks a lot.
> 
> I had exactly the same weirdness after 1.6.8 was stabilized.  I waited
> a few hours, re-synced the tree, and then updated without any warnings
> about blocks;  the old libpng was unmerged and 1.6.8 was merged
> automagically as one would expect.  I don't know what caused the problem
> or what fixed it.


Ah, that explains it. I last synced 3 days ago

Obviously, updating libpng in the tree was a two stage process, with a
longer than expected delay between them. Or maybe a bug the dev didn't
anticipate showed up right away and needed fixing. You and fortitude
both sync'ed in this middle period and got hit by the bug.

It happens a lot actually :-)

-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: Confusion about slot conflict
  2014-01-06 19:35   ` Alan McKinnon
@ 2014-01-08 12:31     ` Peter Humphrey
  2014-01-09 14:35       ` Peter Humphrey
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Humphrey @ 2014-01-08 12:31 UTC (permalink / raw
  To: gentoo-user

On Monday 06 Jan 2014 21:35:41 Alan McKinnon wrote:
> On 06/01/2014 19:58, »Q« wrote:

> > I had exactly the same weirdness after 1.6.8 was stabilized.  I waited
> > a few hours, re-synced the tree, and then updated without any warnings
> > about blocks;  the old libpng was unmerged and 1.6.8 was merged
> > automagically as one would expect.  I don't know what caused the problem
> > or what fixed it.
> 
> Ah, that explains it. I last synced 3 days ago
> 
> Obviously, updating libpng in the tree was a two stage process, with a
> longer than expected delay between them. Or maybe a bug the dev didn't
> anticipate showed up right away and needed fixing. You and fortitude
> both sync'ed in this middle period and got hit by the bug.

I'm having a similar problem on my local LAN server, an Atom box. I sync 
daily, and I've just synced again to make sure (31000 files, yet again, nearly 
all in metadata).

The Atom's packages directory is NFS-mounted in a 32-bit chroot on my 
workstation, which does all the compiling work and then the Atom installs from 
packages.

For several days I've been finding that the Atom box throws up the libpng error 
whereas the chroot doesn't want to upgrade anything. I've checked that 
/etc/portage/* is identical except for make.conf, which has to differ in proxy 
names, rsync hosts and a couple of other details. There's no ACCEPT_KEYWORDS 
entry in either make.conf.

The packages that portage complains of are all at the same versions on the two 
boxes.

I can't see a way out of this, other than forcing a libpng update on the atom. 
Any further thoughts anyone? I'm almost sure I'm overlooking something but in 
my present befuddled state I can't see what.

-- 
Regards
Peter



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: Confusion about slot conflict
  2014-01-08 12:31     ` Peter Humphrey
@ 2014-01-09 14:35       ` Peter Humphrey
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Humphrey @ 2014-01-09 14:35 UTC (permalink / raw
  To: gentoo-user

On Wednesday 08 Jan 2014 12:31:52 I wrote:
> I'm having a similar problem on my local LAN server, an Atom box. I sync
> daily, and I've just synced again to make sure (31000 files, yet again,
> nearly all in metadata).
> 
> The Atom's packages directory is NFS-mounted in a 32-bit chroot on my
> workstation, which does all the compiling work and then the Atom installs
> from packages.
> 
> For several days I've been finding that the Atom box throws up the libpng
> error whereas the chroot doesn't want to upgrade anything. I've checked
> that /etc/portage/* is identical except for make.conf, which has to differ
> in proxy names, rsync hosts and a couple of other details. There's no
> ACCEPT_KEYWORDS entry in either make.conf.
> 
> The packages that portage complains of are all at the same versions on the
> two boxes.
> 
> I can't see a way out of this, other than forcing a libpng update on the
> atom. Any further thoughts anyone? I'm almost sure I'm overlooking
> something but in my present befuddled state I can't see what.

Having tried many times to emerge -uaDvNK world on the Atom box and then 
separately emerging all the packages complained about, I finally got portage to 
come up with a set of packages to update - 637 of the total 645!

While it's doing that (may be gone some time) I find that the /etc/portage 
directory on the Atom box had permissions root:root 0700. How that happened 
I've not the foggiest idea, but portage will have been unable to read any of 
the files in there.

So, a word to the wise: beware rogues setting bad permissions.

-- 
Regards
Peter



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-09 14:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05 15:57 [gentoo-user] Confusion about slot conflict 张东亚
2014-01-05 20:53 ` Alan McKinnon
2014-01-06 10:31   ` 张东亚
2014-01-06 17:58 ` [gentoo-user] " »Q«
2014-01-06 19:35   ` Alan McKinnon
2014-01-08 12:31     ` Peter Humphrey
2014-01-09 14:35       ` Peter Humphrey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox