utexas-bwi / rocon_scheduler_requests

Interfaces for managing rocon scheduler requests
http://wiki.ros.org/rocon_scheduler_requests
0 stars 3 forks source link

Dependency on roslint causes troubles #3

Closed bit-pirate closed 10 years ago

bit-pirate commented 10 years ago

When trying to install all dependencies of my rocon packages rocon_scheduler_requests pulls in roslint. However I can't get it installed, since it depends on libassimp3.0-dev, which doesn't play nicely with libassimp2.0-dev, which in turn is a dependency of many core ros packages (to be precise the dependency is libassimp-dev, which gets resolved to libassimp2.0-dev).

Not sure how this can be solved.

jack-oquin commented 10 years ago

I wonder where that dependency is coming from?

The only roslint dependency I see is catkin.

stonier commented 10 years ago

I'm having zero problems with the dependency marcus. Maybe we can check out what your workstation is having trouble with in the morning.

bit-pirate commented 10 years ago

OK, just checked this again. Somehow roslint is now installed and no conflicts anymore. Not sure what caused this issue though...

I did an update & upgrade since yesterday. That might have cleared a temporal glitch on my system.

I'm closing this now and will re-open, if I run into this problem again.