Building Wine stable - undefined symbol posix_spawn
Hey,
Tried building wine-stable via the packages.yml github workflow, and getting this error:
Has anyone seen this or know what the cause could be?
libandroid_spawn
is of course included in the TERMUX_PKG_DEPENDS
, I haven't changed that.5 Replies
Are you building wine-stable using termux-packages repository without any modifications?
I've made some small modifications to the build flags - https://github.com/utkarshdalal/termux-packages/blob/wine/x11-packages/wine-stable/build.sh
Specifically, added
--with-alsa
, --with-gstreamer
, --with-opencl
, --with-x
and --with-xxf86vm
Accordingly, I also added gst-plugins-base, gstreamer,
, libandroid-shmem,
, libx11
libxi, libxrandr,
libxxf86vm, ocl-icd, opencl-headers
to the TERMUX_PACKAGE_DEPENDS
GitHub
termux-packages/x11-packages/wine-stable/build.sh at wine · utkars...
A build system and primary set of packages in format pacman for Termux. - utkarshdalal/termux-packages
I'll try with the original build.sh now too. It'll take about 30 minutes to run, I'll let you know if that works
uncomment the
LDFLAGS+=" -landroid-spawn"
lineOk, I'll try that too. I actually added it in because I was getting this error, but lemme build and report back.
ah wait, sorry - i see what you're saying. Silly me. Trying that now.
I had added that because my x86 build was failing immediately with it, but just undid that and trying again
This built fine. Apologies, this one is on me. Thanks for the help regardless.