https://bugs.winehq.org/show_bug.cgi?id=48753
Bug ID: 48753 Summary: compilation of wine 5.4 (staging) breaks due to missing symbol __acrt_iob_func in use of stdin, stdout, stderr Product: Wine-staging Version: 5.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sick_soul@yahoo.it CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 66658 --> https://bugs.winehq.org/attachment.cgi?id=66658 patch fixing the build breakage for wine 5.4 (staging)
Compilation of wine 5.4 (staging) fails due to missing symbol __acrt_iob_func,
during build of d3dcompiler, dmscript, msvcirt, msvcp60.
Traced to missing import of msvcrt in Makefile.in
Patch included with the fix (fixes the build for me).
https://bugs.winehq.org/show_bug.cgi?id=48753
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- It looks like bug 48575, please make sure that you don't have dlls/msvcrt/libmsvcrt.def file in your build tree.
https://bugs.winehq.org/show_bug.cgi?id=48753
--- Comment #2 from Claudio sick_soul@yahoo.it --- yes, I think it is an exact duplicate of bug 48575, I'll note to do make clean more often.
Thanks!
https://bugs.winehq.org/show_bug.cgi?id=48753
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |o.dierick@piezo-forte.be Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Claudio from comment #2)
yes, I think it is an exact duplicate of bug 48575, I'll note to do make clean more often.
Thanks!
*** This bug has been marked as a duplicate of bug 48575 ***
https://bugs.winehq.org/show_bug.cgi?id=48753
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
https://bugs.winehq.org/show_bug.cgi?id=48753
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Closing