public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] emerge crash problem
@ 2002-08-27 13:34 David Gümbel
  2002-08-27 13:54 ` Michael Cummings
  2002-08-27 13:56 ` Jacob Perkins
  0 siblings, 2 replies; 4+ messages in thread
From: David Gümbel @ 2002-08-27 13:34 UTC (permalink / raw
  To: gentoo-dev

Hello everybody,




- I am having a problem with emerge/portage as follows: When trying to issue 
emerge --pretend --update $X I get crashes from emerge. This does not occur 
for all $X, e.g. $X==system works, but "world" or "kde" doesn't:

anna portage # emerge --pretend --update system

These are the packages that I would merge, in order.

Calculating system dependencies ...done!
[ebuild    U ] sys-apps/groff-1.17.2-r2 to /
[ebuild    U ] sys-devel/perl-5.6.1-r6 to /
[ebuild    U ] sys-apps/cronbase-0.2.1 to /
[ebuild    U ] sys-apps/man-1.5k to /
[ebuild    U ] sys-apps/man-pages-1.52 to /
[ebuild    U ] sys-apps/modutils-2.4.19 to /
[ebuild    U ] sys-apps/shadow-4.0.3 to /
[ebuild    U ] sys-apps/textutils-2.0.19-r2 to /
[ebuild    U ] sys-apps/util-linux-2.11u to /

--------------------------------------------------
anna portage # emerge --pretend --update world

These are the packages that I would merge, in order.

Calculating world dependencies /Traceback (most recent call last):
  File "/usr/bin/emerge", line 1325, in ?
    if not mydepgraph.xcreate(myaction):
  File "/usr/bin/emerge", line 771, in xcreate
    if not self.create(myk):
  File "/usr/bin/emerge", line 696, in create
    self.create(myk,parent)
  File "/usr/bin/emerge", line 696, in create
    self.create(myk,parent)
  File "/usr/bin/emerge", line 643, in create
    mycheck=portage.dep_check(mydep[myroot],mydbapi)
  File "/usr/lib/python2.2/site-packages/portage.py", line 2122, in dep_check
    mydict[x]=1
TypeError: list objects are unhashable

--------------------------------------------------

anna portage # emerge --pretend --update kde

These are the packages that I would merge, in order.

Calculating dependencies \Traceback (most recent call last):
  File "/usr/bin/emerge", line 1352, in ?
    if not mydepgraph.create([mytype,portage.root,mykey],None,"--onlydeps" 
not in myopts):
  File "/usr/bin/emerge", line 696, in create
    self.create(myk,parent)
  File "/usr/bin/emerge", line 696, in create
    self.create(myk,parent)
  File "/usr/bin/emerge", line 696, in create
    self.create(myk,parent)
  File "/usr/bin/emerge", line 643, in create
    mycheck=portage.dep_check(mydep[myroot],mydbapi)
  File "/usr/lib/python2.2/site-packages/portage.py", line 2122, in dep_check
    mydict[x]=1
TypeError: list objects are unhashable

---------------------------------------------------



That behaviour is true for portage versions 2.0.{28,29,30_alpha2}. I think 
the verion of portage installed before .28 (which caused that problems for 
the first time) was .23, as seen here:

anna portage # epm -q portage
portage-1.9.10
portage-2.0.13
portage-2.0.23
portage-2.0.28
portage-2.0.29
portage-2.0.30_alpha2

Unfortunately the ebuild file for that version has gone with the last emerge 
rsync, I guess. Anyway, it's no longer there.

I would be very happy about any advice, as this is obvously a bad thing to 
have :)



Greetings 




David
(Please CC:, I am NOT subscribed to any gentoo lists).


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

* Re: [gentoo-dev] emerge crash problem
  2002-08-27 13:34 [gentoo-dev] emerge crash problem David Gümbel
@ 2002-08-27 13:54 ` Michael Cummings
  2002-08-27 13:56 ` Jacob Perkins
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Cummings @ 2002-08-27 13:54 UTC (permalink / raw
  To: gentoo-dev

check bugzilla. i just added a whole slew to the bug that addresses this
(7104)

On Tue, Aug 27, 2002 at 03:34:41PM +0200, David G?mbel wrote:
> Hello everybody,
> 
> 
> 
> 
> - I am having a problem with emerge/portage as follows: When trying to issue 
> emerge --pretend --update $X I get crashes from emerge. This does not occur 
> for all $X, e.g. $X==system works, but "world" or "kde" doesn't:
> 
> anna portage # emerge --pretend --update system
> 
> These are the packages that I would merge, in order.
> 
> Calculating system dependencies ...done!
> [ebuild    U ] sys-apps/groff-1.17.2-r2 to /
> [ebuild    U ] sys-devel/perl-5.6.1-r6 to /
> [ebuild    U ] sys-apps/cronbase-0.2.1 to /
> [ebuild    U ] sys-apps/man-1.5k to /
> [ebuild    U ] sys-apps/man-pages-1.52 to /
> [ebuild    U ] sys-apps/modutils-2.4.19 to /
> [ebuild    U ] sys-apps/shadow-4.0.3 to /
> [ebuild    U ] sys-apps/textutils-2.0.19-r2 to /
> [ebuild    U ] sys-apps/util-linux-2.11u to /
> 
> --------------------------------------------------
> anna portage # emerge --pretend --update world
> 
> These are the packages that I would merge, in order.
> 
> Calculating world dependencies /Traceback (most recent call last):
>   File "/usr/bin/emerge", line 1325, in ?
>     if not mydepgraph.xcreate(myaction):
>   File "/usr/bin/emerge", line 771, in xcreate
>     if not self.create(myk):
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 643, in create
>     mycheck=portage.dep_check(mydep[myroot],mydbapi)
>   File "/usr/lib/python2.2/site-packages/portage.py", line 2122, in dep_check
>     mydict[x]=1
> TypeError: list objects are unhashable
> 
> --------------------------------------------------
> 
> anna portage # emerge --pretend --update kde
> 
> These are the packages that I would merge, in order.
> 
> Calculating dependencies \Traceback (most recent call last):
>   File "/usr/bin/emerge", line 1352, in ?
>     if not mydepgraph.create([mytype,portage.root,mykey],None,"--onlydeps" 
> not in myopts):
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 643, in create
>     mycheck=portage.dep_check(mydep[myroot],mydbapi)
>   File "/usr/lib/python2.2/site-packages/portage.py", line 2122, in dep_check
>     mydict[x]=1
> TypeError: list objects are unhashable
> 
> ---------------------------------------------------
> 
> 
> 
> That behaviour is true for portage versions 2.0.{28,29,30_alpha2}. I think 
> the verion of portage installed before .28 (which caused that problems for 
> the first time) was .23, as seen here:
> 
> anna portage # epm -q portage
> portage-1.9.10
> portage-2.0.13
> portage-2.0.23
> portage-2.0.28
> portage-2.0.29
> portage-2.0.30_alpha2
> 
> Unfortunately the ebuild file for that version has gone with the last emerge 
> rsync, I guess. Anyway, it's no longer there.
> 
> I would be very happy about any advice, as this is obvously a bad thing to 
> have :)
> 
> 
> 
> Greetings 
> 
> 
> 
> 
> David
> (Please CC:, I am NOT subscribed to any gentoo lists).
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev


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

* Re: [gentoo-dev] emerge crash problem
  2002-08-27 13:34 [gentoo-dev] emerge crash problem David Gümbel
  2002-08-27 13:54 ` Michael Cummings
@ 2002-08-27 13:56 ` Jacob Perkins
  2002-08-27 14:09   ` Michael Cummings
  1 sibling, 1 reply; 4+ messages in thread
From: Jacob Perkins @ 2002-08-27 13:56 UTC (permalink / raw
  To: gentoo-dev

I reported a bug about a crash for world, but it only happens when
PORTDIR_OVERLAY is enabled. Is that the problem?

On Tue, 2002-08-27 at 08:34, David Gümbel wrote:
> Hello everybody,
> 
> 
> 
> 
> - I am having a problem with emerge/portage as follows: When trying to issue 
> emerge --pretend --update $X I get crashes from emerge. This does not occur 
> for all $X, e.g. $X==system works, but "world" or "kde" doesn't:
> 
> anna portage # emerge --pretend --update system
> 
> These are the packages that I would merge, in order.
> 
> Calculating system dependencies ...done!
> [ebuild    U ] sys-apps/groff-1.17.2-r2 to /
> [ebuild    U ] sys-devel/perl-5.6.1-r6 to /
> [ebuild    U ] sys-apps/cronbase-0.2.1 to /
> [ebuild    U ] sys-apps/man-1.5k to /
> [ebuild    U ] sys-apps/man-pages-1.52 to /
> [ebuild    U ] sys-apps/modutils-2.4.19 to /
> [ebuild    U ] sys-apps/shadow-4.0.3 to /
> [ebuild    U ] sys-apps/textutils-2.0.19-r2 to /
> [ebuild    U ] sys-apps/util-linux-2.11u to /
> 
> --------------------------------------------------
> anna portage # emerge --pretend --update world
> 
> These are the packages that I would merge, in order.
> 
> Calculating world dependencies /Traceback (most recent call last):
>   File "/usr/bin/emerge", line 1325, in ?
>     if not mydepgraph.xcreate(myaction):
>   File "/usr/bin/emerge", line 771, in xcreate
>     if not self.create(myk):
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 643, in create
>     mycheck=portage.dep_check(mydep[myroot],mydbapi)
>   File "/usr/lib/python2.2/site-packages/portage.py", line 2122, in dep_check
>     mydict[x]=1
> TypeError: list objects are unhashable
> 
> --------------------------------------------------
> 
> anna portage # emerge --pretend --update kde
> 
> These are the packages that I would merge, in order.
> 
> Calculating dependencies \Traceback (most recent call last):
>   File "/usr/bin/emerge", line 1352, in ?
>     if not mydepgraph.create([mytype,portage.root,mykey],None,"--onlydeps" 
> not in myopts):
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 696, in create
>     self.create(myk,parent)
>   File "/usr/bin/emerge", line 643, in create
>     mycheck=portage.dep_check(mydep[myroot],mydbapi)
>   File "/usr/lib/python2.2/site-packages/portage.py", line 2122, in dep_check
>     mydict[x]=1
> TypeError: list objects are unhashable
> 
> ---------------------------------------------------
> 
> 
> 
> That behaviour is true for portage versions 2.0.{28,29,30_alpha2}. I think 
> the verion of portage installed before .28 (which caused that problems for 
> the first time) was .23, as seen here:
> 
> anna portage # epm -q portage
> portage-1.9.10
> portage-2.0.13
> portage-2.0.23
> portage-2.0.28
> portage-2.0.29
> portage-2.0.30_alpha2
> 
> Unfortunately the ebuild file for that version has gone with the last emerge 
> rsync, I guess. Anyway, it's no longer there.
> 
> I would be very happy about any advice, as this is obvously a bad thing to 
> have :)
> 
> 
> 
> Greetings 
> 
> 
> 
> 
> David
> (Please CC:, I am NOT subscribed to any gentoo lists).
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
-- 
pub  1024D/57DDD9E3 2002-05-24 Jacob (Direct to Home)
<jap1@rig.dyndns.ws>
Key fingerprint = 1E02 A5FD 8162 4322 C674  6E67 05EB 30F1 57DD D9E3


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

* Re: [gentoo-dev] emerge crash problem
  2002-08-27 13:56 ` Jacob Perkins
@ 2002-08-27 14:09   ` Michael Cummings
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Cummings @ 2002-08-27 14:09 UTC (permalink / raw
  To: gentoo-dev

Not for me (overlay isn't set on this box). I also tried .29 and the
alpha of .30, same results (went back to .28 afterwards)

On Tue, Aug 27, 2002 at 08:56:01AM -0500, Jacob Perkins wrote:
> I reported a bug about a crash for world, but it only happens when
> PORTDIR_OVERLAY is enabled. Is that the problem?
> 


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

end of thread, other threads:[~2002-08-27 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-27 13:34 [gentoo-dev] emerge crash problem David Gümbel
2002-08-27 13:54 ` Michael Cummings
2002-08-27 13:56 ` Jacob Perkins
2002-08-27 14:09   ` Michael Cummings

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