Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464202 - app-emacs/pymacs-0.25-r1: Fails to build with python 3
Summary: app-emacs/pymacs-0.25-r1: Fails to build with python 3
Status: RESOLVED DUPLICATE of bug 464106
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 14:22 UTC by Maciej Piechotka
Modified: 2013-04-02 14:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Piechotka 2013-04-02 14:22:47 UTC
* python3_2: running distutils-r1_run_phase python_configure
 * python2_7: running distutils-r1_run_phase python_configure
make -j4 PYSETUP=: PYTHON=python3.2 
make -j4 PYSETUP=: PYTHON=python2.7 
python3.2 pppp -C ppppconfig.py *.in contrib tests
python2.7 pppp -C ppppconfig.py *.in contrib tests
Traceback (most recent call last):
  File "pppp", line 421, in <module>
    main(*sys.argv[1:])
  File "pppp", line 80, in main
    exec(compile(open(value).read(), value, 'exec'), self.context)
  File "ppppconfig.py", line 16, in <module>
    VERSION = get_version()
  File "ppppconfig.py", line 11, in get_version
    for line in open('setup.py'):
  File "/usr/lib64/python3.2/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 699: ordinal not in range(128)
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-02 14:39:39 UTC

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