public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] dev-python/setuptools conflict when running python-updater
@ 2008-07-19  1:19 Walter Dnes
  2008-07-19  7:00 ` Sebastian Günther
  0 siblings, 1 reply; 4+ messages in thread
From: Walter Dnes @ 2008-07-19  1:19 UTC (permalink / raw
  To: Gentoo Users List

  I did some updates today.  "emerge --sync" and updated world on my
"production machine".  Things went OK, including running python-updater.
Then I scp'd the contents of /usr/portage/distfiles over to my "hot
backup machine", ran "emerge --sync" (pointing at my production machine)
and updated.  Just like on the main machine, /var/log/portage/elog had
an advisory to run python-updater.  This time, it didn't work...

=======================================================================
d531 elog # /usr/sbin/python-updater
 * Starting Python Updater from 2.4 to 2.5 :
 *   Adding to list: =sys-libs/cracklib-2.8.10
 *   Adding to list: =net-mail/getmail-4.7.6
 *   Adding to list: =app-office/gnumeric-1.8.2
 *   Adding to list: =dev-java/java-config-1.3.7
 *   Adding to list: =dev-java/java-config-2.1.6
 *   Adding to list: =dev-python/python-fchksum-1.7.1
 *   Adding to list: =dev-python/docutils-0.4-r3
 *   Adding to list: =dev-python/setuptools-0.6_rc7-r1
 *   Adding to list: =dev-python/pycrypto-2.0.1-r6

These are the packages that would be merged, in order:

Calculating dependencies \
!!! Multiple versions within a single package slot have been 
!!! pulled into the dependency graph:

dev-python/setuptools:0

  ('ebuild', '/', 'dev-python/setuptools-0.6_rc7-r1', 'merge') (no
parents)

  ('ebuild', '/', 'dev-python/setuptools-0.6_rc8-r1', 'merge') pulled in
by
    ('ebuild', '/', 'dev-python/docutils-0.4-r3', 'merge')
=======================================================================

  Masking out =dev-python/setuptools-0.6_rc7-r1 didn't work, so I'm
considering removing it.  Having been burned before when unmerging
core-utils (OUCH!!!) I thought I'd ask here before doing anything
stupid.  How do I get around this python-updater problem?

-- 
Walter Dnes <waltdnes@waltdnes.org>
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] dev-python/setuptools conflict when running python-updater
  2008-07-19  1:19 [gentoo-user] dev-python/setuptools conflict when running python-updater Walter Dnes
@ 2008-07-19  7:00 ` Sebastian Günther
  2008-07-19 13:45   ` Allan Gottlieb
  2008-07-19 17:37   ` Walter Dnes
  0 siblings, 2 replies; 4+ messages in thread
From: Sebastian Günther @ 2008-07-19  7:00 UTC (permalink / raw
  To: gentoo-user

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

* Walter Dnes (waltdnes@waltdnes.org) [19.07.08 03:20]:
>   I did some updates today.  "emerge --sync" and updated world on my
> "production machine".  Things went OK, including running python-updater.
> Then I scp'd the contents of /usr/portage/distfiles over to my "hot
> backup machine", ran "emerge --sync" (pointing at my production machine)
> and updated.  Just like on the main machine, /var/log/portage/elog had
> an advisory to run python-updater.  This time, it didn't work...
> 
> =======================================================================
> d531 elog # /usr/sbin/python-updater
>  * Starting Python Updater from 2.4 to 2.5 :
>  *   Adding to list: =sys-libs/cracklib-2.8.10
>  *   Adding to list: =net-mail/getmail-4.7.6
>  *   Adding to list: =app-office/gnumeric-1.8.2
>  *   Adding to list: =dev-java/java-config-1.3.7
>  *   Adding to list: =dev-java/java-config-2.1.6
>  *   Adding to list: =dev-python/python-fchksum-1.7.1
>  *   Adding to list: =dev-python/docutils-0.4-r3
>  *   Adding to list: =dev-python/setuptools-0.6_rc7-r1
>  *   Adding to list: =dev-python/pycrypto-2.0.1-r6
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies \
> !!! Multiple versions within a single package slot have been 
> !!! pulled into the dependency graph:
> 
> dev-python/setuptools:0
> 
>   ('ebuild', '/', 'dev-python/setuptools-0.6_rc7-r1', 'merge') (no
> parents)
> 
>   ('ebuild', '/', 'dev-python/setuptools-0.6_rc8-r1', 'merge') pulled in
> by
>     ('ebuild', '/', 'dev-python/docutils-0.4-r3', 'merge')
> =======================================================================
> 
>   Masking out =dev-python/setuptools-0.6_rc7-r1 didn't work, so I'm
> considering removing it.  Having been burned before when unmerging
> core-utils (OUCH!!!) I thought I'd ask here before doing anything
> stupid.  How do I get around this python-updater problem?
> 

Just make an 
# emerge -1 setuptools
and python-updater will run smoothly

If you are using gnome, also
# emerge -1 gnome-doc-utils

I hit the same bugs yesterday.

The second one is because python-updater seems to miss it and you would 
get a snadbox violation.

HTH
Sebastian

-- 
 " Religion ist das Opium des Volkes. "      Karl Marx

 SEB@STI@N GÜNTHER         mailto:samson@guenther-roetgen.de

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [gentoo-user] dev-python/setuptools conflict when running python-updater
  2008-07-19  7:00 ` Sebastian Günther
@ 2008-07-19 13:45   ` Allan Gottlieb
  2008-07-19 17:37   ` Walter Dnes
  1 sibling, 0 replies; 4+ messages in thread
From: Allan Gottlieb @ 2008-07-19 13:45 UTC (permalink / raw
  To: gentoo-user

At Sat, 19 Jul 2008 09:00:04 +0200 Sebastian Günther <samson@guenther-roetgen.de> wrote:

> * Walter Dnes (waltdnes@waltdnes.org) [19.07.08 03:20]:
>>   I did some updates today.  "emerge --sync" and updated world on my
>> "production machine".  Things went OK, including running python-updater.
>> Then I scp'd the contents of /usr/portage/distfiles over to my "hot
>> backup machine", ran "emerge --sync" (pointing at my production machine)
>> and updated.  Just like on the main machine, /var/log/portage/elog had
>> an advisory to run python-updater.  This time, it didn't work...
>> 
> Just make an 
> # emerge -1 setuptools
> and python-updater will run smoothly
>
> If you are using gnome, also
> # emerge -1 gnome-doc-utils
>
> I hit the same bugs yesterday.
>
> The second one is because python-updater seems to miss it and you would 
> get a snadbox violation.

How nice to receive a *pro*active fix.  I read your mail while my
python-updater was running.  It then failed just as walter's and yours
did.
I applied your fix and ...
... voila, all is well.

Thanks,
allan
--
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] dev-python/setuptools conflict when running python-updater
  2008-07-19  7:00 ` Sebastian Günther
  2008-07-19 13:45   ` Allan Gottlieb
@ 2008-07-19 17:37   ` Walter Dnes
  1 sibling, 0 replies; 4+ messages in thread
From: Walter Dnes @ 2008-07-19 17:37 UTC (permalink / raw
  To: gentoo-user

On Sat, Jul 19, 2008 at 09:00:04AM +0200, Sebastian G?nther wrote

> Just make an 
> # emerge -1 setuptools
> and python-updater will run smoothly

  Thank you very much.  That fixed things up

-- 
Walter Dnes <waltdnes@waltdnes.org>
-- 
gentoo-user@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-07-19 17:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19  1:19 [gentoo-user] dev-python/setuptools conflict when running python-updater Walter Dnes
2008-07-19  7:00 ` Sebastian Günther
2008-07-19 13:45   ` Allan Gottlieb
2008-07-19 17:37   ` Walter Dnes

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