jsk-ros-pkg / jsk_common

common programs for jsk-ros-pkg
43 stars 81 forks source link

rostest is not installed by jsk.rosbuild #422

Closed mmurooka closed 10 years ago

mmurooka commented 10 years ago

I tried jsk.rosbuild as follows and got error in which rostest is not found.

wget -q -O /tmp/jsk.rosbuild https://raw.github.com/jsk-ros-pkg/jsk_common/master/jsk.rosbuild
yes p | bash /tmp/jsk.rosbuild hydro --rtm
CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:72 (find_package):
  Could not find a configuration file for package rostest.

  Set rostest_DIR to the directory containing a CMake configuration file for
  rostest.  The file will have one of the following names:

    rostestConfig.cmake
    rostest-config.cmake

Call Stack (most recent call first):
  jsk-ros-pkg/jsk_roseus/euslisp/catkin.cmake:5 (find_package)
  jsk-ros-pkg/jsk_roseus/euslisp/CMakeLists.txt:2 (include)
leus@equuleus:~$ sudo aptitude install ros-hydro-rostest
以下の新規パッケージがインストールされます:
  ros-hydro-console-bridge{a} ros-hydro-cpp-common{a} ros-hydro-gencpp{a} ros-hydro-genlisp{a} ros-hydro-genmsg{a} ros-hydro-genpy{a} 
  ros-hydro-message-generation{a} ros-hydro-message-runtime{a} ros-hydro-rosbuild{a} ros-hydro-rosclean{a} ros-hydro-rosconsole{a} 
  ros-hydro-roscpp{a} ros-hydro-roscpp-serialization{a} ros-hydro-roscpp-traits{a} ros-hydro-rosgraph{a} ros-hydro-rosgraph-msgs{a} 
  ros-hydro-roslaunch{a} ros-hydro-roslib{a} ros-hydro-rosmaster{a} ros-hydro-rosout{a} ros-hydro-rospack{a} ros-hydro-rosparam{a} 
  ros-hydro-rospy{a} ros-hydro-rostest ros-hydro-rostime{a} ros-hydro-rosunit{a} ros-hydro-std-msgs{a} ros-hydro-xmlrpcpp{a} 
以下のパッケージは『削除』されます:
  linux-headers-3.2.0-53{u} linux-headers-3.2.0-53-generic{u} 
0 個のパッケージを更新、 28 個を新たにインストール、 2 個を削除予定、5 個が更新されていない。
1,990 k バイトのアーカイブを取得する必要があります。 展開後に 58.2 M バイトのディスク領域が解放されます。
先に進みますか? [Y/n/?] Y
mmurooka commented 10 years ago

Groovy was already installed in this environment, and setup.bash for groovy was loaded in setup.bash I source setup.bash for hydro before starting jsk.rosbuild, and error disappeared.