https://bugs.winehq.org/show_bug.cgi?id=42406 Bug ID: 42406 Summary: Wine compilation hangs starting from 1.9.22 version Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: vityokster(a)gmail.com Distribution: --- Wine compilation hangs on compiling dll/ntdll/server.c starting from 1.9.22 version. Using git bisect I found bad commit: 3b30002aecf7cd55970979f7e02a53866fe66f1f is the first bad commit commit 3b30002aecf7cd55970979f7e02a53866fe66f1f Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Oct 24 17:48:49 2016 +0200 ntdll: Cache error information for cacheable handles with no fd. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> I compile wine using this command: CC="ccache gcc" CFLAGS="-O2 -march=i686" ./configure --verbose --disable-tests && make -j1 At git commit 27759315367428c6bd4bed5cf410407bd2d18fb9 compilation hangs at the same file. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.