BIND 10 #1561: The py-compile script crashes during installation
BIND 10 Development
do-not-reply at isc.org
Wed Jan 25 10:12:48 UTC 2012
#1561: The py-compile script crashes during installation
-------------------------------------+-------------------------------------
Reporter: | Owner: UnAssigned
vorner | Status: reviewing
Type: | Milestone:
defect | Sprint-20120124
Priority: major | Resolution:
Component: build | Sensitive: 0
system | Sub-Project: Core
Keywords: | Estimated Difficulty: 0
Defect Severity: N/A | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Changes (by vorner):
* owner: vorner => UnAssigned
* status: accepted => reviewing
* milestone: Sprint-20120207 => Sprint-20120124
Comment:
Hello
As noted above, the problem was because py-compile was run under python3,
and there was a directory io containing the `__init__.py` file. So it
picked up this one instead of system level io module, and it didn't
contain the basic modules for stdio.
So, the solution is to rename the module. I changed it to cio, as it is a
wrapper around C++ IO stuff. But I'm not sure it is the best name.
I'd propose this changelog:
{{{
[bug] vorner
Installation no longer fails because of an io directory colliding with
python standard module io.
}}}
Thank you
--
Ticket URL: <http://bind10.isc.org/ticket/1561#comment:4>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list