-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install Failing at rospack #107
Comments
Similar issue , my build stops at , roscpp_traits with similar error. |
`Errors << roscpp_traits:cmake /Users/muditverma/ros-install-osx/lunar_desktop_full_ws/logs/roscpp_traits/build.cmake.000.log
is not able to compile a simple test program. It fails with the following output:
CMake will not be able to correctly generate this project. cd /Users/muditverma/ros-install-osx/lunar_desktop_full_ws/build/roscpp_traits; catkin build --get-env roscpp_traits | catkin env -si /usr/local/bin/cmake /Users/muditverma/ros-install-osx/lunar_desktop_full_ws/src/roscpp_core/roscpp_traits --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/Users/muditverma/ros-install-osx/lunar_desktop_full_ws/devel/.private/roscpp_traits -DCMAKE_INSTALL_PREFIX=/opt/ros/lunar -DCATKIN_ENABLE_TESTING=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DPYTHON_EXECUTABLE=/usr/local/bin/python2 -DPYTHON_LIBRARY=/usr/local/Cellar/python/2.7.14_2/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib -DPYTHON_INCLUDE_DIR=/usr/local/Cellar/python/2.7.14_2/Frameworks/Python.framework/Versions/2.7/include/python2.7; cd - |
I'm having the same problem.. Any updates here? |
@sushil-sundaram rospack may be failing due to ros/catkin#893. It seems like the new version was released after (https://github.com/ros-gbp/rospack-release#rospack-lunar---250-0 on |
System Details
macOS High Sierra
version:10.13.2
This is what appears when the build fails
Errors << rospack:make /Users/sushilsundaram/Documents/Docker/ROSDocker/ros-install-osx/lunar_desktop_full_ws/logs/rospack/build.make.000.log make[2]: *** No rule to make target
/Users/sushilsundaram/ROS/lib/libpython2.7.dylib', needed by/Users/sushilsundaram/Documents/Docker/ROSDocker/ros-install-osx/lunar_desktop_full_ws/devel/.private/rospack/lib/librospack.dylib'. Stop. make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/rospack.dir/all] Error 2 make: *** [all] Error 2 cd /Users/sushilsundaram/Documents/Docker/ROSDocker/ros-install-osx/lunar_desktop_full_ws/build/rospack; catkin build --get-env rospack | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
This appears at the end
[build] Summary: 26 of 196 packages succeeded. [build] Ignored: 31 packages were skipped or are blacklisted. [build] Warnings: 6 packages succeeded with warnings. [build] Abandoned: 169 packages were abandoned. [build] Failed: 1 packages failed. [build] Runtime: 3 minutes and 29.4 seconds total. [build] Note: Workspace packages have changed, please re-source setup files to use them.
The text was updated successfully, but these errors were encountered: