Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519230 - sys-apps/portage-2.2.11(-r1) fails on "emerge world"
Summary: sys-apps/portage-2.2.11(-r1) fails on "emerge world"
Status: RESOLVED DUPLICATE of bug 519124
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 17:00 UTC by Jouni Rinne
Modified: 2014-08-06 20:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info,5.32 KB, text/plain)
2014-08-06 17:00 UTC, Jouni Rinne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Rinne 2014-08-06 17:00:11 UTC
Created attachment 382400 [details]
emerge --info

sys-apps/portage-2.2.11 (and -r1 revison, too) throws a trackback when running "emerge world". I can emerge individual packages, but "emerge world" gives the following error:

wintermute madmax # emerge -auvDN world

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

Calculating dependencies... done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 51, in <module>
    retval = emerge_main()
  File "/usr/lib64/portage/pym/_emerge/main.py", line 1054, in emerge_main
    return run_action(emerge_config)
  File "/usr/lib64/portage/pym/_emerge/actions.py", line 4066, in run_action
    emerge_config.args, spinner)
  File "/usr/lib64/portage/pym/_emerge/actions.py", line 352, in action_build
    favorites=favorites)
  File "/usr/lib64/portage/pym/_emerge/depgraph.py", line 7328, in display
    return display(self, mylist, favorites, verbosity)
  File "/usr/lib64/portage/pym/_emerge/resolver/output.py", line 853, in __call__
    self.verbose_size(pkg, None, pkg_info)
  File "/usr/lib64/portage/pym/_emerge/resolver/output.py", line 334, in verbose_size
    self.verboseadd += localized_size(mysize)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1: ordinal not in range(128)

I have tried reinstalling portage, running python-updater, and the usual
locale-gen
env-update
source /etc/profile
-stanza normally suggested with this kind of unicode errors; no luck.

Downgrading portage to the latest stable version 2.2.8-r1 helped.

wintermute madmax # eselect python list
Available Python interpreters:
  [1]   python2.7 *
  [2]   python3.3
  [3]   python3.4
Comment 1 Jouni Kosonen 2014-08-06 19:38:43 UTC
Terve, kaima.

Looks like another case of bug #519124.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-08-06 20:50:52 UTC

*** This bug has been marked as a duplicate of bug 519124 ***