http://bugs.winehq.org/show_bug.cgi?id=58349
Bug ID: 58349 Summary: Build failure with clang for x86_64 target due to recent RTTI changes Product: Wine Version: 10.9 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: julliard@winehq.org Regression SHA1: 9d05345d4419aa29e6d4b15456bfeab510d39823 Distribution: ---
Created attachment 78732 --> http://bugs.winehq.org/attachment.cgi?id=78732 build failure details
9d05345d4419aa29e6d4b15456bfeab510d39823 is the first bad commit commit 9d05345d4419aa29e6d4b15456bfeab510d39823 Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 10 12:43:11 2025 +0200
msvcrt: Define C++ type info using RVAs for PE builds.
dlls/msvcp90/cxx.h | 26 ++++++++++++++++++++++++++ dlls/msvcrt/cxx.h | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+)
See attachment for the build failure details. 32-build doesn't have this kind of problem.
http://bugs.winehq.org/show_bug.cgi?id=58349
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- *** Bug 58350 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=58349
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- What clang version is that?
http://bugs.winehq.org/show_bug.cgi?id=58349
--- Comment #3 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Alexandre Julliard from comment #2)
What clang version is that?
$ clang --version clang version 11.0.1 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin
http://bugs.winehq.org/show_bug.cgi?id=58349
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |1bf6945c80876086909964dba77 | |7c3858c986e70 Resolution|--- |FIXED
--- Comment #4 from Dmitry Timoshkov dmitry@baikal.ru --- Fixed by 1bf6945c80876086909964dba777c3858c986e70.
Thanks Alexandre.