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

Fix build error in Focal #241

Merged
merged 2 commits into from
Feb 21, 2020
Merged

Fix build error in Focal #241

merged 2 commits into from
Feb 21, 2020

Conversation

ivanpauno
Copy link
Member

The error was triggered by #222 and a recent update in Ubuntu Focal gcc version (I needed to do sudo apt update && sudo apt upgrade in my docker image to trigger the error).

There are some differences in PyTypeObject between Python3.8 and Python3.7, that's why I moved initialization of some members to staticInit.

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
@ivanpauno ivanpauno added the in review Waiting for review (Kanban column) label Feb 21, 2020
@ivanpauno ivanpauno self-assigned this Feb 21, 2020
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
@dirk-thomas
Copy link
Member

👍 from me since it makes it pass the build (haven't read the patch though).

Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

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

Looks good to me with green CI on both Bionic and Focal (and Windows, etc).

@ivanpauno
Copy link
Member Author

ivanpauno commented Feb 21, 2020

@dirk-thomas
Copy link
Member

Merging to unbreak the build on Focal.

@dirk-thomas dirk-thomas merged commit 2405ecf into ros2 Feb 21, 2020
@delete-merged-branch delete-merged-branch bot deleted the ivanpauno/fix-focal-build branch February 21, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants