Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] colorization errors with portage-2.2.00.10760
Date: Tue, 24 Jun 2008 15:53:23
Message-Id: 20080624155317.GH11162@gentoo.org
In Reply to: [gentoo-alt] colorization errors with portage-2.2.00.10760 by Jeremy Olexa
1 On 24-06-2008 10:50:06 -0500, Jeremy Olexa wrote:
2 > Anyone else seeing these weird issues with the latest portage?
3
4 Please install the latest portage snapshot, 2.2.00.10770 and try to
5 reproduce. It looks like a trunk problem to me (_rc1 in gentoo-x86
6 should have the same).
7
8 > %% emerge --noreplace gcc:4.2
9 > Calculating dependencies... done!
10 > Traceback (most recent call last):
11 > File "/home/jolexa/portage/linux-64/usr/bin/emerge", line 20, in <module>
12 > retval = _emerge.emerge_main()
13 > File "/home/jolexa/portage/linux-64/usr/lib/portage/pym/_emerge/__init__.py",
14 > line 9525, in emerge_main
15 > myopts, myaction, myfiles, spinner)
16 > File "/home/jolexa/portage/linux-64/usr/lib/portage/pym/_emerge/__init__.py",
17 > line 8867, in action_build
18 > mydepgraph.saveNomergeFavorites()
19 > File "/home/jolexa/portage/linux-64/usr/lib/portage/pym/_emerge/__init__.py",
20 > line 5370, in saveNomergeFavorites
21 > colorize("INFORM", a)
22 > File "/home/jolexa/portage/linux-64/usr/lib/portage/pym/portage/output.py",
23 > line 304, in colorize
24 > return codes[color_key] + text + codes["reset"]
25 > TypeError: cannot concatenate 'str' and 'Atom' objects
26
27
28 --
29 Fabian Groffen
30 Gentoo on a different level
31 --
32 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] colorization errors with portage-2.2.00.10760 Jeremy Olexa <darkside@g.o>