Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTBFS: wine on i686-musl #25644

Closed
ericonr opened this issue Oct 15, 2020 · 1 comment
Closed

FTBFS: wine on i686-musl #25644

ericonr opened this issue Oct 15, 2020 · 1 comment

Comments

@ericonr
Copy link
Member

ericonr commented Oct 15, 2020

Expected behavior

wine builds successfully.

Actual behavior

winebuild segfaults:

tools/winebuild/winebuild -w --implib -o dlls/ucrtbase/libucrtbase.a --export dlls/ucrtbase/ucrtbase.spec \
  dlls/ucrtbase/crt_gccmain.o dlls/ucrtbase/crt_main.o dlls/ucrtbase/crt_winmain.o \
  dlls/ucrtbase/crt_wmain.o dlls/ucrtbase/crt_wwinmain.o dlls/ucrtbase/mathf.o \
  dlls/ucrtbase/printf.o
make: *** [Makefile:116236: dlls/ucrtbase/libucrtbase.a] Segmentation fault (core dumped)
=> ERROR: wine-5.19_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-configure.sh:13

Steps to reproduce the behavior

$ ./xbps-src binary-bootstrap i686-musl
$ ./xbps-src pkg wine

@pullmoll

@ericonr
Copy link
Member Author

ericonr commented Jan 21, 2021

Fixed by adding _nopie tricks to the wine template.

@ericonr ericonr closed this as completed Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant