wine >=7.21 configure tools/makedep SIGSEGV

Questions about Wine on Linux
Locked
waell
Newbie
Newbie
Posts: 1
Joined: Thu Nov 24, 2022 2:42 am

wine >=7.21 configure tools/makedep SIGSEGV

Post by waell »

hello. i am trying to compile wine 7.21 for win64 and ./configure, when executing tools/makedep, segmentation faults.

this issue does not happen on wine 7.20 and older.

Code: Select all

config.status: creating include/config.h
config.status: linking ../tools/winewrapper to wine
config.status: linking ../tools/winewrapper to wine64
config.status: executing include/stamp-h commands
config.status: executing tools/makedep commands
config.status: executing Makefile commands
Segmentation fault
config.status: error: could not create Makefile

Code: Select all

(gdb) backtrace
#0  0x00007ffff7f31659 in ?? () from /usr/lib/libc.so.6
#1  0x000055555555996d in output_winegcc_command.isra ()
#2  0x0000555555565499 in output_module ()
#3  0x000055555556750a in output_sources ()
#4  0x00005555555690d5 in output_top_makefile ()
#5  0x000055555556a41f in output_dependencies ()
#6  0x00005555555570e4 in main ()
Locked