Skip to content

Commit

Permalink
Workaround ros/ros-overlay#986 Boost 1.73.0 and bind placeholders blo…
Browse files Browse the repository at this point in the history
…cks roscpp build
  • Loading branch information
awesomebytes committed May 11, 2020
1 parent cf90140 commit aa54626
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ros_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ RUN echo "# required by ros-melodic/roslib-1.14.6-r1::ros-overlay\n\
# required by ros-melodic/ros_base (argument)\n\
>=x11-libs/cairo-1.16.0-r3 X" >> $EPREFIX/etc/portage/package.use

# Latest boost has an issue https://github.com/ros/ros-overlay/issues/986
# So we mask it for now so we can build roscpp
RUN echo ">=dev-libs/boost-1.73.0" >> $EPREFIX/etc/portage/package.mask


# Emerge llvm already, as it takes 2h30 already, so we can
# debug the next step (where we really emerge ros_base) easier and faster
RUN $PREFIXED emerge sys-devel/llvm
Expand Down

0 comments on commit aa54626

Please sign in to comment.