View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013699VTK(No Category)public2012-12-04 08:392012-12-04 09:41
ReporterSamuel John 
Assigned ToDavid Gobbi 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.8.0 
Target VersionFixed in Version 
Summary0013699: Bug in Wrapping/Python/setup_install_paths.py
DescriptionHandling 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`.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team