start-jsk / openrtm_aist_core

Metapackage that contains commonly used RT-Middleware-based modules. Althogh each of these packages by themselves are ROS-agnostic, you can use them over ROS together with the packages in rtmros_common.
1 stars 6 forks source link

openrtm_aist_python build failing on ROS Groovy buildfarm #60

Closed 130s closed 10 years ago

130s commented 10 years ago

This can be a blocker for the last Groovy sync.

http://jenkins.ros.org/view/GbinO64/job/ros-groovy-openrtm-aist-python_binarydeb_oneiric_amd64/45/console

-- Using CATKIN_TEST_RESULTS_DIR: /tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/obj-x86_64-linux-gnu/test_results
-- Found gtest: gtests will be built
-- catkin 0.5.89
make[2]: Entering directory `/tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/obj-x86_64-linux-gnu'
mkdir -p build
if [ ! -f /tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/OpenRTM-aist-Python-1.1.0-RC1.tar.gz.md5sum ]; then echo "Error: Couldn't find md5sum file /tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/OpenRTM-aist-Python-1.1.0-RC1.tar.gz.md5sum" && false; fi
/opt/ros/groovy/share/ros/core/rosbuild/bin/download_checkmd5.py http://www.openrtm.org/pub/OpenRTM-aist/python/1.1.0/OpenRTM-aist-Python-1.1.0-RC1.tar.gz build/OpenRTM-aist-Python-1.1.0-RC1.tar.gz `awk {'print $1'} /tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/OpenRTM-aist-Python-1.1.0-RC1.tar.gz.md5sum`
[rosbuild] Downloading http://www.openrtm.org/pub/OpenRTM-aist/python/1.1.0/OpenRTM-aist-Python-1.1.0-RC1.tar.gz to build/OpenRTM-aist-Python-1.1.0-RC1.tar.gz...Done
[rosbuild] Checking md5sum on build/OpenRTM-aist-Python-1.1.0-RC1.tar.gz
touch -c build/OpenRTM-aist-Python-1.1.0-RC1.tar.gz
rm -rf build/OpenRTM-aist-Python-1.1.0 
cd build; tar xzf ../build/OpenRTM-aist-Python-1.1.0-RC1.tar.gz
touch build/OpenRTM-aist-Python-1.1.0/unpacked
cd build/OpenRTM-aist-Python-1.1.0 && python2 ./setup.py build && python2 ./setup.py install --prefix=/tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/obj-x86_64-linux-gnu/devel --install-scripts /tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/obj-x86_64-linux-gnu/devel/lib/openrtm_aist_python --install-layout=deb
/bin/sh: python2: not found
make[2]: Leaving directory `/tmp/buildd/ros-groovy-openrtm-aist-python-1.1.0-7oneiric-20140908-0531/obj-x86_64-linux-gnu'
make[2]: *** [installed] Error 127
CMake Error at catkin.cmake:30 (message):
  Build of OpenRTM Python failed
Call Stack (most recent call first):
  CMakeLists.txt:2 (include)

I'm re-building on my local machine. Only looking at the error msg above I have no idea.

k-okada commented 10 years ago

that's interesting, precise provides python2

$ dpkg -S /usr/bin/python2
python-minimal: /usr/bin/python2

maybe only oneric does not.

k-okada commented 10 years ago

fixed and releasead https://github.com/tork-a/openrtm_aist_core-release/commit/d81545585de5337e264664f5196bdadce6e8d9bb

130s commented 10 years ago

Strange indeed. Thank you anyway.