Updating robotology-superbuild installation #621
-
Hello, We have some fundamental questions regarding updating our We have here a server (
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 41 replies
-
It's kind of weird that you have all those files modified. Anyway, inspect the relevant CMake variables by launching In particular, You could try to recover from your present situation by doing something like the following: cd /usr/local/src/robot/robotology-superbuild
git restore .
git fetch origin
git checkout v2023.02.3
rm -rf src
cd build
... Or by starting over, cloning the repo anew. ℹ️ At any rate, always refer to the rich documentation available at https://github.com/robotology/robotology-superbuild. cc @traversaro PSI've just noticed that your logs come from 2 repos somehow:
|
Beta Was this translation helpful? Give feedback.
-
Hello @traversaro, thank you for your suggestion. First, we ran "git merge --abort". This was followed by "git pull" which ran with no errors. Then, as indicated in the update instructions, in folder "/usr/local/src/robot/robotology-superbuild/build" we ran " make update-all" which gives the below error. Any ideas about what might cause this?
|
Beta Was this translation helpful? Give feedback.
Ok!
To get rid of this error, you need to use the same distro release on all machines that you are using. Each superbuild on its machine is independent, so you nee…