Closed mikaelarguedas closed 6 years ago
I'm holding this for now as the new rosdep rule pointing to the virtual package libcurl-dev
seems to cause issues on the farm: https://github.com/ros/rosdistro/pull/15308#issuecomment-395269517
Since that issue affects us whether we have the dependency here or patched in via the release repository we need to figure it out. The potential solutions I can see in order of most effective to most expedient are
https://github.com/ros/rosdistro/pull/15308 has been reverted.
This key now points to libcurl4-openssl-dev, curl
.
Merging this patch
Defining the dependency on
curl
allows us to not build it from source but just depend on the upstream version. Copied from: https://github.com/ros2-gbp/resource_retriever-release/tree/5597bf018cfe1bcf3e323c50801bb89c946e9061/ubuntu/libcurl_vendorThe key resolves to
libcurl-dev
andcurl
: https://github.com/ros/rosdistro/blob/f236f31615f7eb1667e94cba66f212ddcb80829b/rosdep/base.yaml#L524@nuclearsandwich @wjwwood @clalancette FYI