Feature request #3813
Allow 'make uninstall' w/out building or installing
Status: | Feedback | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Build/Install | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 13871 |
Description
Current 'make uninstall' rule requires a full build and install in order to work. It'd be useful if you could uninstall w/out building or installing first, in case you cleaned your build tree after installing...
History
#1 Updated by Giovanni Manghi almost 13 years ago
- Target version changed from Version 1.7.0 to Version 1.7.4
#2 Updated by Giovanni Manghi over 12 years ago
- Target version changed from Version 1.7.4 to Version 2.0.0
#3 Updated by Pirmin Kalberer about 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#4 Updated by Médéric RIBREUX almost 9 years ago
- Status changed from Open to Feedback
- Pull Request or Patch supplied set to No
- Assignee deleted (
nobody -)
Hello, bug triage...
this is still true for QGIS 2.13 master !
When you use the instructions indicated in the INSTALL file and try to make uninstall
just after ccmake ..
, you've got the following:
CMake Error at cmake_uninstall.cmake:2 (MESSAGE): Cannot find install manifest: "/home/medspx/projects/QGIS/QGIS/build-test/install_manifest.txt"
So you can't make a build directory, configure CMake with ccmake and make uninstall without having made at least one make install
. But it seems to be a CMake problem and not a QGIS one. Should we delete this bug or try to find a workaround ?
#5 Updated by Sandro Santilli almost 9 years ago
is there a target that builds install_manifest.txt, to make it a dependency of the "uninstall" target ?
#6 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No