https://bugs.winehq.org/show_bug.cgi?id=48472
Sveinar Søpler cybermax@dexter.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax@dexter.no
--- Comment #2 from Sveinar Søpler cybermax@dexter.no --- (In reply to FabStz from comment #0)
Hello,
This is all on debian buster (=stable)
I used this DSC to build myself winehq-devel with a patch. https://dl.winehq.org/wine-builds/debian/dists/buster/main/source/wine_5. 0~rc5~buster.dsc
I ended up facing some problems :
- In debian/control, the following packages are mentionned. I had to remove
them because they cause problems when doing a build on a clean schroot with debians sbuild. Sbuild tries to install them as dependencies, and they are not found
- gcc-5 (>= 5.3) | gcc-6 |
- libgnutls30-dev |
- libncurses6-dev |
- libstdc++6-4.5-dev |
- In debian/control, the following dependencies are missing, therefore
these packages are not installed by sbuild, and thus not used to build winehq's binaries (./configure doesn't find them)
libvkd3d-dev [linux-any], libvulkan-dev [linux-any], libfaudio-dev (>= 19.06.07),
Yea, as Rosanne sais above here, there is some changes between the OBS repo and dependencies vs. the "real" install.
If you are interested in setting up a private OBS buildsystem, you can look at how i set up mine? I build wine-staging with a couple of patches and libvkd3d + libfaudio for Debian Buster.
https://build.opensuse.org/project/show/home:SveSop
Ofc all "off the record" (as unsupported) tho, but you can use it as an example to set up your own custom wine build :)
PS. Guess this is not really a "bug", so probably should be closed and any discussion perhaps moved someplace else?