Gcenx / macports-wine

Updated wine Portfiles for macports
88 stars 11 forks source link

10.9 Mavericks - cannot build cctools #88

Closed MrLeRien closed 1 year ago

MrLeRien commented 1 year ago

hello! I've been trying to install wine-stable using 10.9.5 Mavericks, but ran into a problem building the cctools dependency. i didn't install any port package beforehand and just built macports from source, added/synced your repo and ran port -v install wine-stable as root. main.log

Gcenx commented 1 year ago

Restore a removed patch in https://github.com/Gcenx/macports-wine/commit/aea23d4300ea05f342b55e2a1ff5087362956328 let me know if that fixes cctools for you.

MrLeRien commented 1 year ago

thanks for your speedy response, unfortunately the build still failed for me :/ main.log

Gcenx commented 1 year ago

Sigh I'll convert my cctools port to a versioned copy when I'm free so you'll default to macports-ports version.

For now you could add a local overlay that's above macports-wine and add macports-ports cctools that will get you going again, _ would highly recommend skipping gstreamer support for wine.

port install wine-stable -gstreamer

Gcenx commented 1 year ago

This should now be resolved via https://github.com/Gcenx/macports-wine/commit/816a1eda1257c33076772a550c8a268c33223791 & https://github.com/Gcenx/macports-wine/commit/f49171b480ed750d6d316b204a28b156240fc24b

MrLeRien commented 1 year ago

can confirm cctools now installs successfully.

i'll try building wine-stable without gstreamer as you recommended and i'll get back to you if it fails. thanks alot!