Frogging-Family / wine-tkg-git

The wine-tkg build systems, to create custom Wine and Proton builds
888 stars 159 forks source link

compilation on Manjaro failed, related to sharedgpures-textures.patch #988

Open legluondunet opened 1 year ago

legluondunet commented 1 year ago

Hello, I just try to compile wine-tkg from git today and it failed.

I followed this steps:

git clone https://github.com/Frogging-Family/wine-tkg-git.git
cd wine-tkg-git.git/wine-tkg-git.git

I personalized some compile options:

_LOCAL_PRESET="staging" _shared_gpu_resources="true" _nomakepkg_dep_resolution_distro="archlinux" _nomakepkg_prefix_path="/home/$USERNAME/opt/wine-tkg" _EXTERNAL_INSTALL="true"

then launch compilation script: ./non-makepkg-build.sh

log joined: prepare.log

Thank you for your help.

Tk-Glitch commented 1 year ago

_shared_gpu_resources option is broken on current upstream so you'll need to disable that to get through.

Etaash-mathamsetty commented 1 year ago

_shared_gpu_resources option is broken on current upstream so you'll need to disable that to get through.

is the situation any different with proton 8?

Tk-Glitch commented 1 year ago

@Etaash-mathamsetty Proton 8.0 comes with its own patchset that does work. The problem is with porting it over to mainline.

mirh commented 9 months ago

Duplicate of #1074 I guess then