Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382217 - sys-process/iotop: Fix python3 dependencies
Summary: sys-process/iotop: Fix python3 dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 00:48 UTC by yegle
Modified: 2011-09-22 04:40 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 yegle 2011-09-08 00:48:01 UTC
Please change PYTHON_DEPEND of its ebuild file since it works fine with python3.2

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2011-09-22 04:40:32 UTC
It definitely does not work with python 3.

 * Messages for package sys-process/iotop-0.4.3-r1:

 * Syntax errors / warnings in Python modules for CPython 3.1:
 *     *** Error compiling /usr/lib64/python3.1/site-packages/iotop/data.py ...
 *     File "/usr/lib64/python3.1/site-packages/iotop/data.py", line 54
 *     print 'Could not run iotop as some of the requirements are not met:'
 *     ^
 *     SyntaxError: invalid syntax
 *     
 *     *** Error compiling /usr/lib64/python3.1/site-packages/iotop/ioprio.py ...
 *     File "/usr/lib64/python3.1/site-packages/iotop/ioprio.py", line 179
 *     print 'pid:', pid
 *     ^
 *     SyntaxError: invalid syntax
 *     
 *     *** Error compiling /usr/lib64/python3.1/site-packages/iotop/ui.py ...
 *     File "/usr/lib64/python3.1/site-packages/iotop/ui.py", line 154
 *     except select.error, e:
 *     ^
 *     SyntaxError: invalid syntax
 * Syntax errors / warnings in Python modules for CPython 3.2:
 *     *** Error compiling '/usr/lib64/python3.2/site-packages/iotop/data.py'...
 *     File "/usr/lib64/python3.2/site-packages/iotop/data.py", line 54
 *     print 'Could not run iotop as some of the requirements are not met:'
 *     ^
 *     SyntaxError: invalid syntax
 *     
 *     *** Error compiling '/usr/lib64/python3.2/site-packages/iotop/ioprio.py'...
 *     File "/usr/lib64/python3.2/site-packages/iotop/ioprio.py", line 179
 *     print 'pid:', pid
 *     ^
 *     SyntaxError: invalid syntax
 *     
 *     *** Error compiling '/usr/lib64/python3.2/site-packages/iotop/ui.py'...
 *     File "/usr/lib64/python3.2/site-packages/iotop/ui.py", line 154
 *     except select.error, e:
 *     ^
 *     SyntaxError: invalid syntax