View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013699 | VTK | (No Category) | public | 2012-12-04 08:39 | 2012-12-04 09:41 | ||||
Reporter | Samuel John | ||||||||
Assigned To | David Gobbi | ||||||||
Priority | high | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.8.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013699: Bug in Wrapping/Python/setup_install_paths.py | ||||||||
Description | Handling of options is in Wrapping/Python/setup_install_paths.py is buggy. In line 38 of Wrapping/Python/setup_install_paths.py in Vtk 5.10, there is `options[option] = 1` to handle command line options that do not contain a "=". However, "option" is not set or set to the value from the previous command arg if an ValueError in the `option, value = string.split(arg,"=")` operation is raised. The line 38 should contain `options[arg] = 1` because `arg` is the right thing here. To see the bug call `python Wrapping/Python/setup_install_paths.py purelib --prefix=/homebrew/Cellar/vtk/5.10.0 --single-version-externally-managed`. You'll find that `options['--prefix']==1`. | ||||||||
Tags | No tags attached. | ||||||||
Project | TBD | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0029829) David Gobbi (developer) 2012-12-04 09:17 |
This issue was fixed in the master branch on May 30, 2012 (commit dd5762a4). Unfortunately it was not backported to VTK 5.10. |
(0029830) Samuel John (reporter) 2012-12-04 09:21 |
Ok, no worries, I made a small patch for the vtk formula in homebrew. We can just wait for the next version but perhaps others may run into this bug, too. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-12-04 08:39 | Samuel John | New Issue | |
2012-12-04 09:10 | David Gobbi | Assigned To | => David Gobbi |
2012-12-04 09:10 | David Gobbi | Status | backlog => tabled |
2012-12-04 09:17 | David Gobbi | Note Added: 0029829 | |
2012-12-04 09:21 | Samuel John | Note Added: 0029830 | |
2012-12-04 09:41 | David Gobbi | Status | tabled => closed |
2012-12-04 09:41 | David Gobbi | Resolution | open => fixed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |