Skip to content
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

uninstall target for the complete project (all 3 packages) #82

Closed
onuralpszr opened this issue May 29, 2015 · 1 comment
Closed

uninstall target for the complete project (all 3 packages) #82

onuralpszr opened this issue May 29, 2015 · 1 comment
Assignees

Comments

@onuralpszr
Copy link

Hello ; Seems to be we have uninstall problem on octomap I was trying to rebuild for my ROS system and I just noticed there is a little problem on the delete so ; the error is

CMake Error at cmake_uninstall.cmake:2 (message):
  Cannot find install manifest:
  "/home/thunderbirdtr/ros_build/octomap/build/octomap/install_manifest.txt"

octomap/CMakeFiles/uninstall.dir/build.make:49: recipe for target 'octomap/CMakeFiles/uninstall' failed
make[3]: *** [octomap/CMakeFiles/uninstall] Error 1
CMakeFiles/Makefile2:111: recipe for target 'octomap/CMakeFiles/uninstall.dir/all' failed
make[2]: *** [octomap/CMakeFiles/uninstall.dir/all] Error 2
CMakeFiles/Makefile2:119: recipe for target 'octomap/CMakeFiles/uninstall.dir/rule' failed
make[1]: *** [octomap/CMakeFiles/uninstall.dir/rule] Error 2
Makefile:193: recipe for target 'uninstall' failed
make: *** [uninstall] Error 2

All I did for solving this;

cd /home/thunderbirdtr/ros_build/octomap/build (manifest file in here and copy into the "octomap" folder according the cmake_uninstall file) 
cp -r install_manifest.txt octomap/

and now "make uninstall" command line is working now.

I hope I can help a little bit
Thank you have nice day :)

@ahornung
Copy link
Member

Indeed, the uninstall target is not working when compiling the complete project (octomap, octovis and dynamicEDT3D) but only for the octomap package in its own subdirectory. Should be fixed! Since the install_manifest.txt contains all filenames that shouldn't be too hard on the CMake level without manually copying files.

@ahornung ahornung changed the title Uninstall problem uninstall target for the complete project (all 3 package) Jul 26, 2015
@ahornung ahornung changed the title uninstall target for the complete project (all 3 package) uninstall target for the complete project (all 3 packages) Jul 26, 2015
@ahornung ahornung self-assigned this Dec 29, 2015
ahornung added a commit that referenced this issue Dec 30, 2015
…tomap

Also suppresses a CMake warning during uninstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants