Wine staging 5.8 and 5.9 not ready on download location

Questions about Wine on macOS.
Locked
rmkk
Level 2
Level 2
Posts: 12
Joined: Tue Dec 03, 2019 5:24 am

Wine staging 5.8 and 5.9 not ready on download location

Post by rmkk »

Pls help
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Wine staging 5.8 and 5.9 not ready on download location

Post by Gcenx »

See https://github.com/wine-staging/wine-st ... 99cb18c9ef
This was written for the Mac OS build machine maintained by Michael Müller and
Sebastian Lackner. That machine is out of service as of Wine 5.8. The current
plan is to ensure the replacement has a recent enough SDK to use fstatat().
Maybe you could make a ticket on bugzilla asking for an update on the builders status?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Wine staging 5.8 and 5.9 not ready on download location

Post by Gcenx »

Not sure when this will be getting resolved so until an official system is put into place I'll be uploading a working version of each release here https://github.com/Gcenx/macOS_Wine_builds
starparrot
Level 2
Level 2
Posts: 30
Joined: Sun Aug 18, 2019 10:55 pm

Re: Wine staging 5.8 and 5.9 not ready on download location

Post by starparrot »

Gcenx wrote: Mon May 25, 2020 3:16 pm Not sure when this will be getting resolved so until an official system is put into place I'll be uploading a working version of each release here https://github.com/Gcenx/macOS_Wine_builds
Any further idea when this will be fixed Gcenx? I'm using Homebrew, but may just switch to your builds on GitHub if it's going to take longer than a few weeks.
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Wine staging 5.8 and 5.9 not ready on download location

Post by Gcenx »

starparrot wrote: Sat Jun 06, 2020 3:17 am
Gcenx wrote: Mon May 25, 2020 3:16 pm Not sure when this will be getting resolved so until an official system is put into place I'll be uploading a working version of each release here https://github.com/Gcenx/macOS_Wine_builds
Any further idea when this will be fixed Gcenx? I'm using Homebrew, but may just switch to your builds on GitHub if it's going to take longer than a few weeks.
I see no responses on Bug 49167 so honestly not clue on the timeframe.

Once a patch is provided to fix wine-5.10 I’ll add those packages also, after thats resolved I could provide custom brew packages allowing the installation of the packages in providing.
starparrot
Level 2
Level 2
Posts: 30
Joined: Sun Aug 18, 2019 10:55 pm

Re: Wine staging 5.8 and 5.9 not ready on download location

Post by starparrot »

Gcenx wrote: Sat Jun 06, 2020 10:06 am I see no responses on Bug 49167 so honestly not clue on the timeframe.

Once a patch is provided to fix wine-5.10 I’ll add those packages also, after thats resolved I could provide custom brew packages allowing the installation of the packages in providing.
Thanks Gcenx!
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Wine staging 5.8 and 5.9 not ready on download location

Post by Gcenx »

I’m hoping for a quick resolution for the wine-5.10 bug.

As I’m sure your not the only one who installs wine via brew I had time to setup casks one my tap

Code: Select all

brew tap gcenx/wine
As brew provided formula/casks can’t ever overwrite what they provide I prefixed the casks with gcenx-,

So we have;
- gcenx-wine-stable (wine-5.0.1)
- gcenx-wine-devel (wine-5.9)
- gcenx-wine-staging (wine-staging-5.9)
I’ll update the casks to the current built packages, but I’ll only upload working packages.

These don’t force XQuartz as it’s not required unless you want to use X11 over macDriver, they also include gecko and mono so it “shouldn’t” ask to install those.
Locked