wg-perception / people

274 stars 200 forks source link

people package uninstallable in kinetic #47

Closed tfoote closed 8 years ago

tfoote commented 8 years ago

Due to dependencies on unreleased packages: https://github.com/ros/rosdistro/pull/12313

$ sudo apt install ros-kinetic-people
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ros-kinetic-people : Depends: ros-kinetic-leg-detector but it is not installable
                      Depends: ros-kinetic-people-velocity-tracker but it is not installable
E: Unable to correct problems, you have held broken packages.
130s commented 8 years ago

I assume the best solution is to remove the not-building packages from dependency from the meta-pkg people. However, Kinetic version is released from indigo-devel branch, which means that Indigo release will be affected with what I said. Maybe time for making kinetic-devel branch? @dlaz @DLu

DLu commented 8 years ago

Possibly fixed with 0bda254faade07474ee11dc952b0664ea4d1260e

tfoote commented 8 years ago

That should fix it.

DLu commented 8 years ago

I got a working build so I'ma gonna close this.