New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/49982#issuecomment-2069729571 Comment: `wlfreerdp3` says it's deprecated, and it's also segfaulting whenever I run it: ``` Thread 1 "wlfreerdp3" received signal SIGSEGV, Segmentation fault. __memcpy_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:488 warning: 488 ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: No such file or directory (gdb) bt #0 __memcpy_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:488 #1 0x000055555555cb72 in memcpy (__len=, __src=0x7fffdfbb8030, __dest=) at /usr/include/bits/string_fortified.h:29 #2 wlf_copy_image (area=, scale=0, dstHeight=900, dstWidth=1440, dstStride=5760, dst=0x1, srcHeight=, srcWidth=, srcStride=5760, src=) at ../client/Wayland/wlfreerdp.c:765 #3 wlf_copy_image (src=, srcStride=5760, srcWidth=, srcHeight=, dst=dst@entry=0x7fffdece2000, dstStride=dstStride@entry=5760, dstWidth=1440, dstHeight=900, area=0x7fffffffdc98, scale=0) at ../client/Wayland/wlfreerdp.c:738 #4 0x0000555555563925 in wl_update_buffer (context_w=0x55555559cdc0, ix=0, iy=, iw=1440, ih=900) at ../client/Wayland/wlfreerdp.c:98 #5 0x00007ffff7d25fec in freerdp_connect (instance=instance@entry=0x55555559cae0) at ../libfreerdp/core/freerdp.c:208 #6 0x000055555555acab in wlfreerdp_run (instance=0x55555559cae0) at ../client/Wayland/wlfreerdp.c:491 #7 main (argc=9, argv=0x7fffffffe238) at ../client/Wayland/wlfreerdp.c:728 ``` Not sure if we should just drop Wayland or try to fix this issue.