Open MalcolmMielle opened 6 years ago
Looks like they listed rostest
as a test dependency, so superflore
didn't pick it up. I'll have to make superflore
aware of test dependencies, probably adding them under RDEPEND
(I'd do the fancy USE
flag logic if they have test
set, but it seems this is critical to compilation).
At a quick glance this looks like a bug upstream. Either it should be a build depend or it should be conditionally disabled unless testing is enabled in the CMakeLists.
And when emerging, if you're enabling testing you need to add the test depends as well as the build depends.
It's a very small thing but I figure it's better to open it and have it closed if needed that not opening it. This happened during the desktop_full emerging:
Which was easily solved by doing
emerge rostest --ask
. It's probably a very small thing missing somewhere saying that rostest needs to be emerged before the joint state publisher.