Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O opSimulation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse openpass
  • opSimulation
  • Issues
  • #113
Closed
Open
Issue created Jan 20, 2022 by René Paris@rparisha2Developer

cmake (3.22.0) resolution of runtime dependencies does not work

When running make install (openPASS 0.8.1.) cmake quits with the following error:

/usr/local/bin/cmake -P cmake_install.cmake
-- Install configuration: "Debug"
-- Resolving runtime dependencies...
CMake Error at cmake_install.cmake:49 (file):
  file unknown error.       

The error seems to come from install_deps.cmake::69, which is executed to collect runtime dependencies. Unfortunately, turning runtime collection of (cmake -DINSTALL_EXTRA_RUNTIME_DEPS=OFF and/or cmake -DINSTALL_SYSTEM_RUNTIME_DEPS=OFF) does not help.

There is already a related stack-overflow issue (https://stackoverflow.com/a/64009154/7063154), which suggests that the issue comes with an update of cmake >= version 3.21.

Further investigations are necessary.

Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent