Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • CamiTK Community Edition CamiTK Community Edition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CamiTKCamiTK
  • CamiTK Community EditionCamiTK Community Edition
  • Issues
  • #123
Closed
Open
Issue created Feb 12, 2021 by Theophile Tiffet@tiffetthDeveloper

camitk-imp SegFault after installation

About you

PhD student at GMCAO

Overview

camitk-imp works well after building. However, after install it segfault.

Interpretation & Possible fixes

It seems linked to the fact that on some distribution (and possibly mac ?) the /usr/lib folder is reserved for 32bits libraries (64bits libraries in lib64) instead of being a symlink to lib64, with a lib32 folder for 32bits libraries.

These cases are handled in CMake by using CMAKE_INSTALL_LIBDIR. However in CamiTK this variable is set but ignored, replaced by hard coded "/lib".

It is the same problem as for a previous error. I implemented a fix for it and I'll provide a pull request soon.

CamiTK Version

Latest dev build


please do not remove anything below this line

Assignee
Assign to
Time tracking