Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Initialize CMAKE_PREFIX_PATH to [] for ros #240
Conversation
|
I don't see the harm in this change, though I'm confused as to why this bites us on arm and not anything else. Access will obviously be denied regardless of the arch. But if it works, |
added a commit
that referenced
this pull request
Jan 18, 2016
sergiusens
merged commit c055cfa
into
snapcore:master
Jan 18, 2016
sergiusens
deleted the
sergiusens:bugfix/1535309/CMAKE_PREFIX_PATH-arrangements
branch
Jan 18, 2016
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedJan 18, 2016
The ros plugins are setting _setup_util.py's CMAKE_PREFIX_PATH to
build time paths and later inserting the current path. This fails on
runtime due to confinement as the directories accessed don't exist.
(this is the case for armhf).
LP: #1535309