protonscr

make install fails with /vagrant/ does not exist, cannot install

protonclosed
ValveSoftware/Proton#3110 · opened 2019-09-30 by ambrop72 · updated 2020-03-09 · 4 comments · github
Aambrop72 2019-09-30 github

I tried to build proton_4.11 using "make install", which got a long way, but failed with:

001f:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
001f:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
wine: configuration in '/home/vagrant/build-proton_4.11-local/dist/dist/share/default_pfx' has been updated.
if [ ! -d /vagrant/ ]; then echo >&2 "!! "/vagrant/" does not exist, cannot install"; return 1; fi
!! /vagrant/ does not exist, cannot install
/bin/bash: line 0: return: can only `return' from a function or sourced script
../proton/build/makefile_base.mak:443: recipe for target 'install' failed
make[1]: *** [install] Error 1
make[1]: Leaving directory '/home/vagrant/build-proton_4.11-local'
../proton/build/makefile_base.mak:17: recipe for target 'nested_make' failed
make: *** [nested_make] Error 2
make: Leaving directory '/home/vagrant/build-proton_4.11-local'
Connection to 127.0.0.1 closed.
make: *** [Makefile:101: install] Error 2
Aambrop72 2019-09-30 github

Never mind, I see it must be a problem with my environment.

Vvhoulbreque 2020-01-01 github

How did you solve this?
I did make install and it showed the same error.

Then, I tried, make proton && make install and I still got the same error..

PPatrick-81 2020-03-08 github

Same issue here and I don't know what to do.

Aambrop72 2020-03-09 github

I'm pretty sure I just stopped the VM and killed some process (something sshfs maybe) and tried again.

Proton versions