https://bugs.winehq.org/show_bug.cgi?id=55098
Bug ID: 55098 Summary: wine 8.10 32-bit build fails with clang-16 Product: Wine Version: 8.10 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: randrik@mail.ru Distribution: ---
I tried to build new wine with llvm/clang 16.0.6 and gcc 11.2 (on Slackware 15.0 i586 upgraded manually from earlier vesrions). Kernel is x86_64 but al userland is i586/i686
Build via slackbuild fails like this:
(will attach end of build log as attach)
https://bugs.winehq.org/show_bug.cgi?id=55098
--- Comment #1 from Andrew randrik@mail.ru --- Created attachment 74660 --> https://bugs.winehq.org/attachment.cgi?id=74660 end of build log
I tried to add i386 target only and disable mingw in configure, or even disable all but one CPU core. Same error.
../configure \ $wine64 \ --prefix=/usr \ --libdir=/usr/lib \ --localstatedir=/var \ --sysconfdir=/etc \ --mandir=/usr/man \ --with-x \ --with-gnutls \ --with-d3dadapter \ --enable-archs=i386 \ --without-mingw \ --${do_opengl}-opengl \ --program-prefix= \ --program-suffix= \ --disable-tests \ --build=$BUILD_ARCH
and CFLAGS set to
SLKCFLAGS="-O2 -march=$ARCH -mtune=i686 -mstackrealign"
https://bugs.winehq.org/show_bug.cgi?id=55098
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- llvm bug.
*** This bug has been marked as a duplicate of bug 54889 ***
https://bugs.winehq.org/show_bug.cgi?id=55098
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.