SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

Build problems SIRF VM 2.2.0 Python3 #178

Closed Ede1994 closed 3 years ago

Ede1994 commented 3 years ago

I've created an issue in SyneRBI/SIRF-Exercises (https://github.com/SyneRBI/SIRF-Exercises/issues/63). After this I checked:

cd devel/buildVM/sources/SIRF
git status

which brought the following result: HEAD detached at v2.2.0

I did the following and created some terminal outputs (.zip-Folder):

update_VM.sh -t origin/master -> update_vm_output.txt
cd ~/devel/buildVM
cmake -DSIRF_TAG=origin/master . -> cmake.txt
cd sources/SIRF
git checkout origin/master
cd ../..
make -j3 -> make.txt

make fails with:

[ 78%] Performing update step for 'SIRF'
*** Please tell me who you are.
Run
git config --global user.email you@example.com
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for sirfuser@vagrant.vm) not allowed
Cannot save the current index state
CMake Error at /home/sirfuser/devel/buildVM/builds/SIRF/tmp/SIRF-gitupdate.cmake:80 (message):
Failed to stash changes

I checked git status again: HEAD detached origin/master

Outputs.zip

KrisThielemans commented 3 years ago

Not sure what went on here, but this might be specific on how you modified files. I'll close it for now as it seems to work on the new VM