[PATCH 08/11] ntdll: Handle WoW64 translation in IOCTL_AFD_WINE_SENDMSG.

Marvin testbot at winehq.org
Thu Dec 9 22:36:37 CST 2021


Hi,

While running your changed tests, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?

Full results can be found at:
https://testbot.winehq.org/JobDetails.pl?Key=103811

Your paranoid android.


=== debiant2 (build log) ===

/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/unix/socket.c:1432: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/unix/socket.c:1453: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/unix/socket.c:1453: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/unix/socket.c:1452: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/unix/socket.c:1451: undefined reference to `u64_to_user_ptr'
collect2: error: ld returned 1 exit status
Task: The win32 Wine build failed

=== debiant2 (build log) ===

/home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ntdll/unix/socket.c:1432: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ntdll/unix/socket.c:1453: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ntdll/unix/socket.c:1453: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ntdll/unix/socket.c:1452: undefined reference to `u64_to_user_ptr'
/usr/bin/ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ntdll/unix/socket.c:1451: undefined reference to `u64_to_user_ptr'
collect2: error: ld returned 1 exit status
/home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ws2_32/socket.c:926: undefined reference to `u64_from_user_ptr'
/usr/bin/x86_64-w64-mingw32-ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ws2_32/socket.c:927: undefined reference to `u64_from_user_ptr'
/usr/bin/x86_64-w64-mingw32-ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ws2_32/socket.c:928: undefined reference to `u64_from_user_ptr'
/usr/bin/x86_64-w64-mingw32-ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ws2_32/socket.c:929: undefined reference to `u64_from_user_ptr'
/usr/bin/x86_64-w64-mingw32-ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ws2_32/socket.c:932: undefined reference to `u64_from_user_ptr'
collect2: error: ld returned 1 exit status
Task: The wow64 Wine build failed



More information about the wine-devel mailing list