Source: wine
Version: 9.0~repack-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@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.

Reply via email to