https://bugs.winehq.org/show_bug.cgi?id=44171
Bug ID: 44171 Summary: PTHREAD_STACK_MIN breaks build on GNU hurd Product: Wine Version: 2.22 Hardware: x86 URL: https://buildd.debian.org/status/fetch.php?pkg=wine-de velopment&arch=hurd-i386&ver=3.0%7Erc1-1&stamp=1512878 037&raw=0 OS: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: jre.winesim@gmail.com Regression SHA1: 9e093936e27a29993979f36c18d6c627e36bd737
Since Wine 2.22 the build on GNU hurd fails, because 9e09393 introduced PTHREAD_STACK_MIN which is not defined there. The hurd uses fixed sized stacks.
make[2]: Entering directory '/<<PKGBUILDDIR>>/dlls/ntdll' [...] gcc -c -o thread.o thread.c -I. -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall \ -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \ -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \ -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 \ -gstrict-dwarf -fno-omit-frame-pointer -Werror -Wdate-time -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error thread.c: In function 'RtlCreateUserThread': thread.c:618:39: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function); did you mean '_SC_THREAD_STACK_MIN'? pthread_attr_setstacksize( &attr, PTHREAD_STACK_MIN ); ^~~~~~~~~~~~~~~~~ _SC_THREAD_STACK_MIN
A link to the whole build log is in the URL field, a list of all hurd build logs is at: https://buildd.debian.org/status/logs.php?pkg=wine-development&arch=hurd...
https://bugs.winehq.org/show_bug.cgi?id=44171
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=44171
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=44171
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gijsvrm@gmail.com
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- Should be fixed by: https://source.winehq.org/git/wine.git/commit/6eab1e93f34075477df323ad6f5f0f...
https://bugs.winehq.org/show_bug.cgi?id=44171
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |6eab1e93f34075477df323ad6f5 | |f0f97815fbc50 Resolution|--- |FIXED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Fixed.
https://bugs.winehq.org/show_bug.cgi?id=44171
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.0-rc2.