ros-infrastructure / rosdep

rosdep multi-package manager system dependency tool
http://ros.org/wiki/rosdep
BSD 3-Clause "New" or "Revised" License
75 stars 170 forks source link

rosdep: doing "install -y", apt-get still asks for confirmation (ros ticket #3798) #182

Open tfoote opened 11 years ago

tfoote commented 11 years ago

In a Hudson devel build of visualization_experimental for electric on lucid, I see this sequence:

Executing command "rosdep install -y visualization_experimental" Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libasound2 libaudio2 libmng1 libphonon4 libqt4-assistant libqt4-dbus libqt4-designer libqt4-help libqt4-multimedia libqt4-network libqt4-opengl libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test libqt4-webkit libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 Suggested packages: libasound2-plugins nas qt4-dev-tools qt4-doc libsqlite0-dev unixodbc-dev qt4-qtconfig The following NEW packages will be installed: libasound2 libaudio2 libmng1 libphonon4 libqt4-assistant libqt4-dbus libqt4-designer libqt4-dev libqt4-help libqt4-multimedia libqt4-network libqt4-opengl libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test libqt4-webkit libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 qt4-qmake 0 upgraded, 26 newly installed, 0 to remove and 49 not upgraded. Need to get 24.7MB of archives. After this operation, 104MB of additional disk space will be used. Do you want to continue [Y/n]? Abort.

When I try this from my own command line in Electric, it works fine (doesn't ask Y/n, just does it). Why would it be different during the devel build on Hudson?

Also, the build doesn't stop after this Abort. Therefore "rosdep install -y" must be reporting success.

trac data:

tfoote commented 11 years ago

[hersh] Here's the full log: http://build.willowgarage.com/job/devel_electric_visualization_experimental_lucid_amd64/40/consoleFull