Your message dated Sun, 22 Dec 2024 03:12:31 +0000 with message-id <E1tPCON-00CJEA-O5@fasolo.debian.org> and subject line Bug#1069394: fixed in wine 9.0~repack-6 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-6
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 22 Dec 2024 03:12:31 +0000
- Message-id: <E1tPCON-00CJEA-O5@fasolo.debian.org>
- Reply-to: Michael Gilbert <mgilbert@debian.org>
Source: wine Source-Version: 9.0~repack-6 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: Sun, 22 Dec 2024 00:46:45 +0000 Source: wine Architecture: source Version: 9.0~repack-6 Distribution: unstable Urgency: medium Maintainer: Debian Wine Party <debian-wine@lists.debian.org> Changed-By: Michael Gilbert <mgilbert@debian.org> Closes: 1069394 Changes: wine (9.0~repack-6) unstable; urgency=medium . * Fix uninitialized variable warning on arm. * Fix vulkan integer conversion warning on amd64 (closes: 1069394). Checksums-Sha1: 7bc45965f97a57e6b092fd6215aaf6e0d6a8be15 4418 wine_9.0~repack-6.dsc 8e80eaa96da20679c8889a76b8e2668299e41186 58752944 wine_9.0~repack-6.debian.tar.xz 63d62388651a168dfb4ba9c142a6bdb46c9c9449 21273 wine_9.0~repack-6_source.buildinfo Checksums-Sha256: 49a532d8823578458d1d483a3fcf1ae66ec82ec100f6c86c8389a6940e239f5e 4418 wine_9.0~repack-6.dsc c4bc0ab0ed8d90b65a3bbd04ac90a7eb90feadd65a50fdd11e325037771208d1 58752944 wine_9.0~repack-6.debian.tar.xz 798223cc824737eb6d58e01a60c3942b655124b14026a5d482bb69c23cd23c18 21273 wine_9.0~repack-6_source.buildinfo Files: 8aa0ec5214dd97fb0339de62af660fc2 4418 otherosfs optional wine_9.0~repack-6.dsc e39020e3fde9fa88e7a0eca36757bc2f 58752944 otherosfs optional wine_9.0~repack-6.debian.tar.xz 47b2249d3c666efa96d87188da71920f 21273 otherosfs optional wine_9.0~repack-6_source.buildinfo -----BEGIN PGP SIGNATURE----- iQQzBAEBCgAdFiEEIwTlZiOEpzUxIyp4mD40ZYkUaygFAmdnevQACgkQmD40ZYkU ayii+R//a7s4btVGjATprjme7yOZunaOZeddV3VZnNQcOvueJLb+UWyVl4ReS1pY 2lqHKaKpZji2S3K1arow2jGTmtMCHFnDo/Ck/pyhHyQIw1Cbu9y8qyca2jLolKjP e7rkccpF+lIUqW4jXZMOWxefngEQdO9ADvHtOUMuOUn5xkH41Ed2Puut5CV/7nPB sl/RjL+f6jNgen/PhnZxQA6V3AShR7Bu4uMS2Ix+rIQCTAId26Poqfab1P4yc8fW 4gvQcw+1cvlZy8M8PLjQpmP8qQBD50lFn0DUf32ePI5+/PRv8n6IUruOlw944Xoh xV7ywMPbx0W0cuxmDWx1k9JYW+43kfDKYRnWEuUlaSajSJ/oJhfCFfcL+h7Tu3HM eXBjAn1jDhtfdWKTPyEdPPum7oAr5RMZRxDhfsZiwasLy/XQR3d9/hABz1f0UpAE HWxlZtYAFbnkdEonjpZc1AUgIxPl8oIi7K8ngJp6RMDu+vfzQayznK0+CG1Povgo HU9EbDOPDVBR2Fu2z7kiMOgpqbVMvVmHkoWysB3aaMPyTk+v9eQwGGD54TjiePd3 k2DuTOrcO1A7XpIflzfjqb4zy2zNIW66TZFllQsQfKcdWxWVqjUTQKU2nqeDBCKC 1KV4LpdoTp5NyvgCUTGElM5ibW3yDF0UrbT+Y0vcVmZq/nGCLRXfbrxf6xSoz+PV kycp7CeUE6m5+M1m/1BlPbF4Xic/iTjvAqQetz6N6V6SZ/TKr24PP5HY2z/Yhai2 dZaH0JxnLSKPlmYYSj0+iGMPqo3GGTeTj3KpJLQIIdWxYkKvr0fIcS7jvaIJrXZ3 IWy2kWZkPYEwH8eAHyKvXxYcVbKUpDsFu9mKj1iqdqSS4489+i+PLm39EimE6wVG 8u0wpYgH5zLtZetTRzY5/yf1XyzHkKdMMJqPtemfIwqpuC77fvF1EjpRI1csHY/d VPbeLjWGx1ky3kw+GS5lNmuvglevxDaj0Sd2JPpXDYRKfyEE1Wxf5KiVcURQU7Uz Rhz10VohTGW4YwIB4DEUu1fU3yz/2Gmv2o8E4fLTD8gx2BGZzsSdc1GV2mqXSo5v xDMIcOUhL77f17P8Oa2bAtn4YhfDcxnQYsNX+pvBtGLHPl1lZKxP2/59kfDC2u8B 1O2zsGA6LZZ0qfoHMalzibMJ84KAwlYYK1O3vVtR0KgXZEA/T+cf5CtsbkHEjBAN 10r00L2QzxVdFVt7YLa9l8tgbLRRCoQV0Jbmr+ldgV+3b4HiBqGipY5/H/L2P426 VsbE+LoBermAt5OPuDdyggg+SO2sj9sW2+SkforyILGjAyvJ3XUGwpGpJ26iXMrZ drgeEJWJUibGT1+ADl7Jrs9GeEo3kQ== =asQJ -----END PGP SIGNATURE-----Attachment: pgpUME4894ouf.pgp
Description: PGP signature
--- End Message ---