Hi, I'm trying to build wine-arm, but it just doesn't work.
I've tried it on my old phone (with termux), my current phone (with termux) and on a qemu virtual machine. All of them failed on package().
I installed yay and ran
yay -S wine-arm
As I said, it fails on package()
Here's the full error:
$this->bbcode_second_pass_code('', '
==> Entering fakeroot environment...
==> Starting package()...
cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o .o
/usr/bin/ld: /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/Scrt1.o: in function `_start':
/build/glibc/src/glibc/csu/../sysdeps/aarch64/start.S:64: undefined reference to `main'
/usr/bin/ld: /build/glibc/src/glibc/csu/../sysdeps/aarch64/start.S:65: undefined reference to `main'
collect2: error: ld returned 1 exit status
make: *** [<builtin>: .o] Error 1
==> ERROR: A failure occurred in package().
Aborting...
-> error making: wine-arm
')
How can I fix this?
Note: If someone has a prebuilt, please share it with me.