protonscr

Can't install Proton8.0. dlls/wineandroid.drv/WineAcmake: *** [/home/zdl/Downloads/proton/Makefile.in:1173: all] Error 2

protonopen
ValveSoftware/Proton#7274 · opened 2023-11-21 by Dalu9801 · updated 2023-11-21 · 1 comments · github
DDalu9801 2023-11-21 github

When I tried to install Proton8.0, I got makefile successfully:

zdl@zdl-LEGION-REN7000K-26IAB:~/Downloads/build$ /home/zdl/Downloads/proton/configure.sh --enable-ccache --build-name=my_build
:: Configuring with build name: my_build
:: Trying to find usable container engine.
:: Trying docker.
+ docker run --rm registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20230509.49493-2
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.
:: docker is unable to run the container.
:: Trying podman.
+ podman run --rm registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20230509.49493-2
:: Using podman.
:: Created ./Makefile, now run make to build.
::   See README.md for make targets and instructions 

But when I ran 'make', it went error:

...
dlls/winealsa.drv/Makefile.in
dlls/winealsa.drv/alsa.c
dlls/winealsa.drv/alsamidi.c
dlls/winealsa.drv/midi.c
dlls/winealsa.drv/mmdevdrv.c
dlls/winealsa.drv/unixlib.h
dlls/winealsa.drv/winealsa.drv.spec
dlls/wineandroid.drv/
dlls/wineandroid.drv/.gitattributes
dlls/wineandroid.drv/AndroidManifest.xml
dlls/wineandroid.drv/Makefile.in
dlls/wineandroid.drv/WineAcmake: *** [/home/zdl/Downloads/proton/Makefile.in:1173: all] Error 2

What should I do?

DDalu9801 2023-11-21 github

And I tried to ran 'make install' directly, instead of building it manually:

tools/wrc/wrc.man.in
tools/wrc/wrctypes.h
touch /home/zdl/Documents/proton/build/build-proton_8.0-local/.wine-source
rm obj-fonts/source-han/simsun.ttc.tmp
rm obj-fonts/LiberationMono-Bold.sfd obj-fonts/LiberationMono-Regular.sfd obj-fonts/LiberationSerif-Regular.sfd obj-fonts/LiberationSans-Bold.sfd obj-fonts/LiberationSans-Regular.sfd
make: Leaving directory '/home/zdl/Documents/proton/build/build-proton_8.0-local'
make[1]: *** [../../Makefile.in:1173: all] Error 2
make[1]: Leaving directory '/home/zdl/Documents/proton/build/build-proton_8.0-local'
make: *** [Makefile:132: install] Error 2

I want to cry...

Proton versions