#17236: --verbose option of build.py doesn't reveal all possible reasons for
failure
----------------------+--------------------
Reporter: krichter | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Phoenix | Version: 3.0.2
Keywords: | Blocked By:
Blocking: | Patch: 0
----------------------+--------------------
`sudo setup.py --verbose install` fails with `error: [Errno 17] File
exists`. Due to the fact that `--verbose` is specified the reason should
be revealed to the user (removing all occurances under `/usr/local`,
`/usr` and the source root doesn't help, so the reason needs to be
revealed).
{{{
$ sudo env PYTHONPATH=/usr/local/lib/python2.7 /usr/local/bin/python
build.py --verbose install
Build using: "/usr/local/bin/python"
2.7.10+ (default, Oct 30 2015, 21:52:32)
[GCC 5.2.1 20151010]
Python's architecture is 64bit
cfg.VERSION: 3.0.3
Running command: install
Running command: install_wx
Magic is in use, wxWidgets will be installed with wxPython
Finished command: install_wx (0.0s)
Running command: install_py
"/usr/local/bin/python" setup.py install --skip-build --verbose
running install
running install_lib
linking /usr/local/lib/python2.7/site-packages/wx/
libwx_baseu-3.0.so ->
libwx_baseu-3.0.so.0
error: [Errno 17] File exists
Command '"/usr/local/bin/python" setup.py install --skip-build --verbose
' failed with exit code 1.
Finished command: install_py (0.556s)
Finished command: install (0.556s)
}}}
This is not about the issue itself, but about review of the feedback.
experienced with 0b5f910
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/17236>