Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,777
    • Issues 1,777
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
    • Merge Requests 66
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #3439

Closed
Open
Opened Jun 22, 2006 by Kitware Robot@kwrobotOwner

SNL: Bad path in linking commands on Mac

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


This 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

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#3439