gazebosim / gz-transport

Transport library for component communication based on publication/subscription and service calls.
https://gazebosim.org
Apache License 2.0
29 stars 43 forks source link

ign-transport9 debbuilds failing on debian buster #220

Open scpeters opened 3 years ago

scpeters commented 3 years ago

Environment

Description

Steps to reproduce

  1. rebuild the following job: https://build.osrfoundation.org/job/ign-transport9-debbuilder/175/

Output

/var/lib/jenkins/workspace/ign-transport9-debbuilder/build/ignition-transport-9.1.0/src/NodeShared.cc:98:16: error: ‘send_flags’ in namespace ‘zmq’ does not name a type
     const zmq::send_flags &_type)
                ^~~~~~~~~~

Per https://github.com/ignition-tooling/release-tools/issues/297, this may require a port of https://github.com/ignitionrobotics/ign-transport/pull/159

chapulina commented 3 years ago

I believe #159 is already in ign-transport9, I see lots of IGN_CPPZMQ_POST_4_7_0s in that branch.

scpeters commented 3 years ago

I believe #159 is already in ign-transport9, I see lots of IGN_CPPZMQ_POST_4_7_0s in that branch.

you're right; I see them too. I don't know what else is needed then