Your message dated Sat, 21 Dec 2024 19:03:38 +0000 with message-id <E1tP4lG-00AEff-9W@fasolo.debian.org> and subject line Bug#1069394: fixed in wine 9.0~repack-5 has caused the Debian Bug report #1069394, regarding wine: FTBFS on arm64: dlls/winevulkan/vulkan_thunks.c:19381:104: error: passing argument 1 of ‘ULongToPtr’ makes integer from pointer without a cast [-Werror=int-conversion] to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1069394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069394 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: wine: FTBFS on arm64: dlls/winevulkan/vulkan_thunks.c:19381:104: error: passing argument 1 of ‘ULongToPtr’ makes integer from pointer without a cast [-Werror=int-conversion]
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Sat, 20 Apr 2024 14:15:03 +0200
- Message-id: <ZiOxx6AUFJ7ltwHF@grub.nussbaum.fr>
Source: wine Version: 9.0~repack-4 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas@debian.org Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-arm64 Hi, During a rebuild of all packages in sid, your package failed to build on arm64. Relevant part (hopefully): > gcc -c -o dlls/winewayland.drv/display.o dlls/winewayland.drv/display.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > In file included from include/winnt.h:24, > from include/windef.h:271, > from dlls/winevulkan/vulkan_loader.h:28, > from dlls/winevulkan/vulkan_private.h:28, > from dlls/winevulkan/vulkan_thunks.c:20: > dlls/winevulkan/vulkan_thunks.c: In function ‘convert_VkPhysicalDeviceGroupProperties_unwrapped_host_to_win32’: > dlls/winevulkan/vulkan_thunks.c:19381:104: error: passing argument 1 of ‘ULongToPtr’ makes integer from pointer without a cast [-Werror=int-conversion] > 19381 | convert_VkPhysicalDevice_array_unwrapped_host_to_win32(in->physicalDevices, (PTR32 *)UlongToPtr(out->physicalDevices), in->physicalDeviceCount); > | ~~~^~~~~~~~~~~~~~~~~ > | | > | PTR32 * {aka unsigned int *} > include/basetsd.h:287:44: note: in definition of macro ‘UlongToPtr’ > 287 | #define UlongToPtr(ul) ULongToPtr(ul) > | ^~ > include/basetsd.h:247:40: note: expected ‘ULONG32’ {aka ‘unsigned int’} but argument is of type ‘PTR32 *’ {aka ‘unsigned int *’} > 247 | static inline void *ULongToPtr(ULONG32 ul) > | ~~~~~~~~^~ > gcc -c -o dlls/winewayland.drv/vulkan.o dlls/winewayland.drv/vulkan.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > dlls/winevulkan/vulkan_thunks.c: In function ‘convert_VkPhysicalDeviceMemoryProperties_host_to_win32’: > dlls/winevulkan/vulkan_thunks.c:25416:95: error: passing argument 1 of ‘ULongToPtr’ makes integer from pointer without a cast [-Werror=int-conversion] > 25416 | convert_VkMemoryHeap_array_host_to_win32(in->memoryHeaps, (VkMemoryHeap32 *)UlongToPtr(out->memoryHeaps), in->memoryHeapCount); > | ~~~^~~~~~~~~~~~~ > | | > | VkMemoryHeap32 * > include/basetsd.h:287:44: note: in definition of macro ‘UlongToPtr’ > 287 | #define UlongToPtr(ul) ULongToPtr(ul) > | ^~ > include/basetsd.h:247:40: note: expected ‘ULONG32’ {aka ‘unsigned int’} but argument is of type ‘VkMemoryHeap32 *’ > 247 | static inline void *ULongToPtr(ULONG32 ul) > | ~~~~~~~~^~ > gcc -c -o dlls/winewayland.drv/wayland.o dlls/winewayland.drv/wayland.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winewayland.drv/wayland_keyboard.o dlls/winewayland.drv/wayland_keyboard.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winewayland.drv/wayland_output.o dlls/winewayland.drv/wayland_output.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winewayland.drv/wayland_pointer.o dlls/winewayland.drv/wayland_pointer.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winewayland.drv/wayland_surface.o dlls/winewayland.drv/wayland_surface.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winewayland.drv/waylanddrv_main.o dlls/winewayland.drv/waylanddrv_main.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winewayland.drv/window.o dlls/winewayland.drv/window.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winewayland.drv/window_surface.o dlls/winewayland.drv/window_surface.c -Idlls/winewayland.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -I/usr/include/libxml2 -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > /usr/bin/wayland-scanner private-code dlls/winewayland.drv/pointer-constraints-unstable-v1.xml dlls/winewayland.drv/pointer-constraints-unstable-v1-protocol.c > /usr/bin/wayland-scanner private-code dlls/winewayland.drv/relative-pointer-unstable-v1.xml dlls/winewayland.drv/relative-pointer-unstable-v1-protocol.c > /usr/bin/wayland-scanner private-code dlls/winewayland.drv/viewporter.xml dlls/winewayland.drv/viewporter-protocol.c > /usr/bin/wayland-scanner private-code dlls/winewayland.drv/xdg-output-unstable-v1.xml dlls/winewayland.drv/xdg-output-unstable-v1-protocol.c > /usr/bin/wayland-scanner private-code dlls/winewayland.drv/xdg-shell.xml dlls/winewayland.drv/xdg-shell-protocol.c > gcc -c -o dlls/winex11.drv/dllmain.o dlls/winex11.drv/dllmain.c -Idlls/winex11.drv -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/systray.o dlls/winex11.drv/systray.c -Idlls/winex11.drv -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/xdnd.o dlls/winex11.drv/xdnd.c -Idlls/winex11.drv -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/bitblt.o dlls/winex11.drv/bitblt.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/brush.o dlls/winex11.drv/brush.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/clipboard.o dlls/winex11.drv/clipboard.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/desktop.o dlls/winex11.drv/desktop.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/display.o dlls/winex11.drv/display.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/event.o dlls/winex11.drv/event.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/graphics.o dlls/winex11.drv/graphics.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/init.o dlls/winex11.drv/init.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/keyboard.o dlls/winex11.drv/keyboard.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/mouse.o dlls/winex11.drv/mouse.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/opengl.o dlls/winex11.drv/opengl.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/palette.o dlls/winex11.drv/palette.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/pen.o dlls/winex11.drv/pen.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/vulkan.o dlls/winex11.drv/vulkan.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/window.o dlls/winex11.drv/window.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/wintab.o dlls/winex11.drv/wintab.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/x11drv_main.o dlls/winex11.drv/x11drv_main.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/xim.o dlls/winex11.drv/xim.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/xinerama.o dlls/winex11.drv/xinerama.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/xrandr.o dlls/winex11.drv/xrandr.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/xrender.o dlls/winex11.drv/xrender.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winex11.drv/xvidmode.o dlls/winex11.drv/xvidmode.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winexinput.sys/main.o dlls/winexinput.sys/main.c -Idlls/winexinput.sys -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wing32/wing32.o dlls/wing32/wing32.c -Idlls/wing32 -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winhttp/cookie.o dlls/winhttp/cookie.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINHTTP_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winhttp/handle.o dlls/winhttp/handle.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINHTTP_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winhttp/main.o dlls/winhttp/main.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINHTTP_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winhttp/net.o dlls/winhttp/net.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINHTTP_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winhttp/request.o dlls/winhttp/request.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINHTTP_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winhttp/session.o dlls/winhttp/session.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINHTTP_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winhttp/url.o dlls/winhttp/url.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINHTTP_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/cookie.o dlls/wininet/cookie.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/dialogs.o dlls/wininet/dialogs.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/ftp.o dlls/wininet/ftp.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/gopher.o dlls/wininet/gopher.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/http.o dlls/wininet/http.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/internet.o dlls/wininet/internet.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/netconnection.o dlls/wininet/netconnection.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/urlcache.o dlls/wininet/urlcache.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wininet/utility.o dlls/wininet/utility.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -Ilibs/zlib -D_UCRT -D__WINESRC__ -DFAR= -DZ_SOLO -D_WININET_INTERNAL_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/driver.o dlls/winmm/driver.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/joystick.o dlls/winmm/joystick.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/lolvldrv.o dlls/winmm/lolvldrv.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/mci.o dlls/winmm/mci.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/mmio.o dlls/winmm/mmio.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/playsound.o dlls/winmm/playsound.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/time.o dlls/winmm/time.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/waveform.o dlls/winmm/waveform.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winmm/winmm.o dlls/winmm/winmm.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winnls32/winnls.o dlls/winnls32/winnls.c -Idlls/winnls32 -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winprint/printproc.o dlls/winprint/printproc.c -Idlls/winprint -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winscard/winscard.o dlls/winscard/winscard.c -Idlls/winscard -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winscard/unixlib.o dlls/winscard/unixlib.c -Idlls/winscard -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winspool.drv/info.o dlls/winspool.drv/info.c -Idlls/winspool.drv -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winspool.drv/wspool.o dlls/winspool.drv/wspool.c -Idlls/winspool.drv -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winspool.drv/cups.o dlls/winspool.drv/cups.c -Idlls/winspool.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/winsta/main.o dlls/winsta/main.c -Idlls/winsta -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintab32/context.o dlls/wintab32/context.c -Idlls/wintab32 -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintab32/manager.o dlls/wintab32/manager.c -Idlls/wintab32 -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintab32/wintab32.o dlls/wintab32/wintab32.c -Idlls/wintab32 -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintrust/asn.o dlls/wintrust/asn.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintrust/crypt.o dlls/wintrust/crypt.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintrust/register.o dlls/wintrust/register.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintrust/softpub.o dlls/wintrust/softpub.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > cc1: all warnings being treated as errors > gcc -c -o dlls/wintrust/wintrust_main.o dlls/wintrust/wintrust_main.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > gcc -c -o dlls/wintypes/main.o dlls/wintypes/main.c -Idlls/wintypes -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin -fshort-wchar -Wno-format -Wdate-time -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -mbranch-protection=standard -Wno-format -ffixed-x18 -Wno-unused-function > make[2]: *** [Makefile:22101: dlls/winevulkan/vulkan_thunks.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/04/20/wine_9.0~repack-4_unstable-arm64.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
- To: 1069394-close@bugs.debian.org
- Subject: Bug#1069394: fixed in wine 9.0~repack-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 21 Dec 2024 19:03:38 +0000
- Message-id: <E1tP4lG-00AEff-9W@fasolo.debian.org>
- Reply-to: Michael Gilbert <mgilbert@debian.org>
Source: wine Source-Version: 9.0~repack-5 Done: Michael Gilbert <mgilbert@debian.org> We believe that the bug you reported is fixed in the latest version of wine, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1069394@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Gilbert <mgilbert@debian.org> (supplier of updated wine package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 21 Dec 2024 17:20:48 +0000 Source: wine Architecture: source Version: 9.0~repack-5 Distribution: unstable Urgency: medium Maintainer: Debian Wine Party <debian-wine@lists.debian.org> Changed-By: Michael Gilbert <mgilbert@debian.org> Closes: 1068155 1069394 1076498 1082324 Changes: wine (9.0~repack-5) unstable; urgency=medium . * Update standards to 4.7.0. * Support building with gcc 14. * Support building with vulkan 1.3.296 (closes: #1069394, #1082324). * Handle NULL pointer condition in memory protection fix (closes: #1076498). * Upstream no longer provides libwine.so, remove symlinks (closes: #1068155). Checksums-Sha1: e026b683b8dc4cfd137ca336b3f0936a967e3b79 4418 wine_9.0~repack-5.dsc 9b50105a647bb0f9c9a16a4e850ba5d8861f3390 58758980 wine_9.0~repack-5.debian.tar.xz d76aaee60a0544b2fd0a79589f79ed7d3f310ac4 21273 wine_9.0~repack-5_source.buildinfo Checksums-Sha256: a4095466aa748966b505bf763814640d11e62e7bce34973df2737e7af969c244 4418 wine_9.0~repack-5.dsc 7e05ea279aafd39f3d6817c5e83e5ad3a365698e2c341c3cb81120dfd716ff52 58758980 wine_9.0~repack-5.debian.tar.xz c66065738218e83cd10dda1cfa0c7446fbf5f74e32fdfb52a72f8b66ada03037 21273 wine_9.0~repack-5_source.buildinfo Files: 41a85f18c4c4c8722a78c77b11547584 4418 otherosfs optional wine_9.0~repack-5.dsc fa246be0a37b0b4279bf8c190e68b440 58758980 otherosfs optional wine_9.0~repack-5.debian.tar.xz 001a51f570c218bf1017082cd97709f2 21273 otherosfs optional wine_9.0~repack-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQQzBAEBCgAdFiEEIwTlZiOEpzUxIyp4mD40ZYkUaygFAmdnCscACgkQmD40ZYkU ayhBbR/9FzbRwJLn1ype8LhSIkQ6z/lg0gw1szZJsrtdvRGQQJi4Kh+iFwUAr4RM 2YfSv7GGOjmuRqpFiWxAA0DOjXvgNIGS2i8uREBRO4IWTASwXotQBJDPuPIWLgsx REOzWt8RXEoYHNIe7P1L0PlFxkZsvVOvM0FLEBHxjNn5WPKO9IcvdayTuIg3DDK2 qMQv4pK+Fs6e0pJS0viXp6/iK5aOiZc26BK1ToVKRAhofO7FzVi00qAlmyUEBI0f B2BnzyBb3C4evloYqBk+WK8ZEC/xvcXP7DX+1gQ32hCGZRGYQV7HTYXuHdJlUP8/ R/LJW+LdbkkJ2EPZHgXhHVqYnJCjiFk212IxwViLWbXfPa5Amh7GMcuyMlgkMCCb MobcTQvFow08QsqA1r2thbHtjIICHGCfBfuv7rx8LU3bTKkMUd4OPtTKWzQE7IiW 5CaSk3DRb7Pa4AJ+71vSyF+eVN0JkH+LNyOZaGjBYVAqi5Nj+2O6rx52aN901mNw xDlCYAacs7wDFqO9wrzok7yOgnADEvYLA8kzDhP3tH6Vlz4UbbTKwpRrIp3lKc51 K3D74vP/3ilOCLAUZYUXqUmUGuc6xp9IRlpZCQu3y7PPYSSrZcVHZpDpBXJBngVi xPSAMeDaWbibX2z3VxRQoH4Jo/8Sxm/719JmbyMJt8WDBGCzKFxLsljYUCu9cyim 3SD9kH71CvJxpgxI+V+Vx35c0pdnKndF83zEmdCDTzuoZYKdCC5CKLBspK3+epKh M+bvO7Og0D+9Wm14Y3k3MQNEQTaX/xrnuQMIr86ZTWz4731jSC2qzWfo56zgryYt F0KnPx5jahLjpKdTwGYa7XVTY05jxN+97HBJ1GUveqfyjdIaCloGR+W+jMq5iNsc u19krVicHnNUf5D4+eFURJuNF3hw+wUq5rbCoE2pE1FANe8T6Y146vwIQTzdfvuz vGUD8Di9ko7Gc5oJoDFtBkeq/vqwgXQjedFrxnAjCszh3N4sjEMHyOkKfJHMHU+B kqfX9rgVbMontQ6rkowFnNhAYPXBV/Ore2bIRoMAIvu8bjf2RnLSCMb8Fg9PC3CW hsKNS57ixKvKeE8rObpoVLloomQBfFEQ0FYfrNC5WLT8DOa58j4oKwZfeS398eFh M0zPN+TzJ9K4i4/rzfyIbXSmhLmwbB3jYRoElrn4kuLBYFdZlIef6VKEgEWd8HJy wXfPsTwcvlctjSJwc5Lx60tyf5q8c9T4FR0sZ0MQevlhbNWgWWbXrb5tbOO3XQH7 Jc11IZqrSe7a74MDVhj/ZnJLK348lhbBNc1bsMAkvFp+gOhMGdhvimc9Ilz+/yNY fT5+6N3MeYF/nb3BNSnR0oUrbn/Q0Q== =fzuP -----END PGP SIGNATURE-----Attachment: pgpn6tSp54Oky.pgp
Description: PGP signature
--- End Message ---