You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the platform I'm trying (QNX 6.5 with pkgsrc), cmake-ing the workspace fails as follows. Binary of nosetests is found as /usr/pkg/bin/nosetests-2.7.
$ cd catkinws && mkdir build && cmake ../src
:
-- Using CATKIN_TEST_RESULTS_DIR: /home/rosuser/catkin_ws/build/test_results
-- Found gtest sources under '/home/rosuser/catkin_ws/src/gtest': gtests will be built
CMake Warning at catkin/cmake/test/nosetests.cmake:94 (message):
nosetests not found, Python tests can not be run (try installing package
'python-nose')
Call Stack (most recent call first):
catkin/cmake/all.cmake:134 (include)
CMakeLists.txt:12 (include)
CMake Error at catkin/cmake/assert.cmake:17 (message):
Assertion failed: check for file existence, but filename
(RT_LIBRARY-NOTFOUND) unset. Message: RT Library
Call Stack (most recent call first):
catkin/cmake/tools/rt.cmake:42 (assert_file_exists)
catkin/cmake/all.cmake:134 (include)
CMakeLists.txt:12 (include)
-- Configuring incomplete, errors occurred!
catkin 0.5.69
I'll send a patch right away.
The text was updated successfully, but these errors were encountered:
According to your output the finding nosetests only results in a warning. The real error comes from being unable to find the rt library. Do you have a fix for this as well?
)
I'm not sure if this is the best patch for the targetted issue, since I'm not an expert with `cmake`. But this seems to find `nosetests-2.7` on my `QNX`.
eitanme
pushed a commit
to eitanme/catkin
that referenced
this issue
Nov 15, 2013
On the platform I'm trying (
QNX
6.5 withpkgsrc
), cmake-ing the workspace fails as follows. Binary ofnosetests
is found as/usr/pkg/bin/nosetests-2.7
.catkin
0.5.69I'll send a patch right away.
The text was updated successfully, but these errors were encountered: