I'm summing up VictorJ's efforts to create a full rebuild yesterday, which failed, due to build error (which doesn't seem to be due to errors on his end).
Here's his termnial output:
http://megaglest.pzt.me/3910In line 2 Victor shows that he's just changed into the correct build directory (uppermost directory of his subversion working copy).
He then runs a series of commands which are of no use in this context but should also not be harmful -
sudo svn up may be bad (because of how it may set permissions) but it fails anyways due to DNS issues.
In line 313, Victor runs
rm -r build/ and gets this in return
rm: não foi possível remover "build/": Arquivo ou diretório não encontrado which translates to:
rm: Cannot delete "build/": File or directory not found.. So the
build/ directory is already deleted.
In line 314, he runs
svn up and (this time at least) it exits with
a revisão 3365. without error message. The output
^[[A^[N is probably caused by pressing cursor keys during runtime and can be ignored.
At this point he should be ready to do a full rebuild. In line 320, he starts building using
./build-mg.sh.
Cmake looks happy and determines that libvls is available and will be used. Then
make kicks in and runs into build errors on line 552.
This is a Kubuntu 11.10 system.