From 4af57644ac540b321f8938815851dddc28ec0c02 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Fri, 21 Dec 2012 09:06:37 +0100
Subject: [PATCH] describing the current error of the ros package;
 experimenting with ros package

---
 README                 | 22 ++++++++++++++++++++--
 recipes-ros/ros/ros.bb |  2 +-
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/README b/README
index f23253f..8a8bf70 100644
--- a/README
+++ b/README
@@ -100,8 +100,26 @@ OPEN ISSUES for M2:
   - understand what rosinstall actually does
   - how fetch from multiple git repositories in one recipe?
 
-OPEN ISSUES for PUBLICATION:
-  - Explain how to/write a script to obtain the files in ros_server
+
+CURRENT STATE:
+
+`bitbake ros` fails with:
+
+> CMake Error at catkin/cmake/find_program_required.cmake:5 (message):
+>  check_test_ran.py not found
+> Call Stack (most recent call first):
+>  ../catkin/CMakeFiles/tests.cmake:31 (find_program_required)
+>  ../catkin/CMakeFiles/tests.cmake:41 (catkin_initialize_tests)
+>  catkin/cmake/all.cmake:54 (include)
+>  catkin/CMakeLists.txt:12 (include)
+>
+>
+>
+> -- Configuring incomplete, errors occurred!
+>
+>
+> ERROR: Function failed: do_configure (see /home/lukas/NEW/poky-danny-8.0/build/tmp/work/i586-poky-linux/ros-1.0-r0/temp/log.do_configure.9702 for further information)
+> ERROR: Logfile of failure stored in: /home/lukas/NEW/poky-danny-8.0/build/tmp/work/i586-poky-linux/ros-1.0-r0/temp/log.do_configure.9702
 
 
 LICENSE
diff --git a/recipes-ros/ros/ros.bb b/recipes-ros/ros/ros.bb
index 94f9844..366e639 100644
--- a/recipes-ros/ros/ros.bb
+++ b/recipes-ros/ros/ros.bb
@@ -31,6 +31,6 @@ do_rosinstall () {
         mkdir -p ./ros-underlay
 	rosinstall --catkin ./ros-underlay fuerte-ros-base.rosinstall
 }
-addtask rosinstall after do_patch before generate_toolchain_file
+addtask rosinstall after do_patch before do_configure
 
 
-- 
GitLab