ros-infrastructure / buildfarm

Build scripts and notes for catkin debian build pipeline.
6 stars 15 forks source link

package dependency missing from public repo (rosbridge-server -> rosauth) #136

Closed piyushk closed 11 years ago

piyushk commented 11 years ago

ros-hydro-rosbridge-server slipped into the public repo with a missing package:

piyushk@piyushk-desktop:~/catkin_ws/src$ cat /etc/apt/sources.list.d/ros-latest.list
deb http://packages.ros.org/ros/ubuntu precise main
piyushk@piyushk-desktop:~/catkin_ws/src$ sudo apt-get install ros-hydro-rosbridge-server
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-hydro-rosbridge-server : Depends: ros-hydro-rosauth but it is not installable
E: Unable to correct problems, you have held broken packages.

This is a pretty minor issue that should get fixed with the next sync, but I am not sure why it happened. The package is available in shadow-fixed.

tfoote commented 11 years ago

rosauth was first built on the 18th, the sync to public was done on the 17th. It'll be caught in the next sync. I think rosbridge-server built successfully on the 16th because rosauth is only a run depend which is not needed at build time.

http://jenkins.willowgarage.com:8080/job/ros-hydro-rosauth_binarydeb_precise_i386/ http://jenkins.willowgarage.com:8080/job/ros-hydro-rosbridge-server_binarydeb_precise_i386/