Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SpaceCreator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTE
  • SpaceCreator
  • Issues
  • #69
Closed
Open
Created Mar 18, 2021 by Maxime Perrotin@maxime-esaOwner

Debian 10 compilation issues

Ninja builds fail the same way as make image

And if I run ninja again several times, it fails the same way in different place

From Maxime as well:

It seems not to be very deterministic. Sometimes the build works, sometimes not. The documentation of cmake suggests that the subprojects that are included using add_subdirectory: https://cmake.org/cmake/help/v3.0/command/add_subdirectory.html?highlight=add_subdirectory should start with a project() statement. There is none in the tst_ projects. Perhaps adding them (e.g. project(tst_chartitem) at the first line of CMakeLists.txt in the relevant subfolder) could help making it more deterministic?

Assignee
Assign to
Time tracking