Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Use system installed yaml-cpp 0.6 if available" #15

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

ivanpauno
Copy link
Member

Reverts #8.
Fixes #14.

rosbag2_transport links against the system installed yaml_cpp correctly, but it then fails to load it at runtime (when a python extension is being loaded).

I'm not quite sure what's the problem, maybe DYLD_LIBRARY_PATH needs to be updated with the system location of yaml_cpp_vendor (?). For the moment, I'm reverting the PR that introduced the issue.

@ivanpauno ivanpauno added the bug Something isn't working label Aug 24, 2020
@ivanpauno ivanpauno requested a review from dirk-thomas August 24, 2020 18:43
@ivanpauno ivanpauno self-assigned this Aug 24, 2020
This reverts commit b11d00f.

Signed-off-by: Ivan Santiago Paunovic <[email protected]>
@ivanpauno ivanpauno force-pushed the revert-8-seanyen/portable branch from c7bd343 to de7e3d0 Compare August 24, 2020 18:44
Copy link
Member

@dirk-thomas dirk-thomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to either revert now and create a follow up ticket to reapply the change with modification or work on a pull request to address the problem within a day or two.

@seanyen FYI.

@ivanpauno ivanpauno merged commit 251be27 into master Aug 25, 2020
@delete-merged-branch delete-merged-branch bot deleted the revert-8-seanyen/portable branch August 25, 2020 13:59
ivanpauno added a commit that referenced this pull request Aug 25, 2020
ivanpauno added a commit that referenced this pull request Aug 25, 2020
@ivanpauno
Copy link
Member Author

CI:

  • macOS Build Status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression is failing tests on macOS
2 participants