View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003439ParaView(No Category)public2006-06-23 16:102009-12-09 14:51
ReporterWendy Doyle 
Assigned ToBerk Geveci 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003439: SNL: Bad path in linking commands on Mac
DescriptionThis applies to a cvs checkout.

I discovered this bug because my own personal script for launching paraview kept disappearing. I have paraview built in ~/util/src/ParaView-datestring-build. I have a script in ~/util/bin that launches a particular build of paraview. When I build a new paraview, my script disappeared.

I've tracked it down to the linking command. The actual link command cds into GUI/Client and then builds the executable at ../../bin. Before the link command executes, the previous binary is removed. But it uses the same path without cd'ing
first and ends up trying delete the binary somewhere outside of the build directory. Yikes!
And hence, my poor little script which happens to be at ../../bin gets killed.

This problem showed up between 5/4 and 6/23.

Below are the linking commands.

Linking CXX executable ../../bin/paraview
/Users/wkoegle/util/bin/cmake -E remove -f ../../bin/paraview
cd /Users/wkoegle/util/src/ParaView/GUI/Client && c++ -Wno-deprecated -noprebind -g -fPIC "CMakeFiles/paraview.dir/ParaView.o" -o ../../bin/paraview -L
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0004934)
Wendy Doyle (reporter)
2006-09-15 16:51

Changes to ParaView have fixed this, so I'm closing it.

 Issue History
Date Modified Username Field Change
2009-12-09 14:51 Berk Geveci Project @3@ => ParaView
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team