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
I recently tried to build gazebo-9 from source based on the tutorial here and I noticed that this tutorial and all the tutorials for installing the dependencies from source tell you to download the source code and build it from the /tmp directory. Later they claim that the uninstall method is to go into the build directory and sudo make uninstall. However, if you have to reboot at any time in between building and uninstalling, the build directory gets wiped.
I'm not sure what the reason is building in the /tmp directory, but maybe there is a good reason and explanation could be added to the tutorial.
I'm still having issues with my source install and I documented it here.
The text was updated successfully, but these errors were encountered:
The cleanup of /tmp on reboot is something completely in hand of every distributions or platform.
The documentation has some steps ready for installing the software into the system (/usr). It is true that during the process if you need to reboot the computer, your system configuration is going to kill the work. I'm not sure if it worth it to mention, but please feel free to provide a pull request with your proposed change against the tutorial.
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
I think we could just tell users to install somewhere else, like ~/ or ~/code. Besides the uninstall issue above, people who are installing from source often want to make changes to the software and contribute them back, but if it's under /tmp all will be wiped out.
Original report (archived issue) by Robert Brothers (Bitbucket: rjb0026).
I recently tried to build gazebo-9 from source based on the tutorial here and I noticed that this tutorial and all the tutorials for installing the dependencies from source tell you to download the source code and build it from the
/tmp
directory. Later they claim that the uninstall method is to go into the build directory andsudo make uninstall
. However, if you have to reboot at any time in between building and uninstalling, the build directory gets wiped.I'm not sure what the reason is building in the
/tmp
directory, but maybe there is a good reason and explanation could be added to the tutorial.I'm still having issues with my source install and I documented it here.
The text was updated successfully, but these errors were encountered: