[Bug 265702] x11-drivers/xf86-video-vesa: Undefined symbol "xf86SlowBcopy"
Date: Mon, 08 Aug 2022 09:18:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265702 --- Comment #1 from Lena <Lena@lena.kiev.ua> --- The lacking function xf86SlowBcopy should be (but isn't) in the binary /usr/local/libexec/Xorg installed by port xorg-server-21.1.4 . `readelf` shows it in the file /usr/local/bin/Xorg installed by port xorg-server-1.20.14 : xorg-server-1.20.14: $ readelf -a /usr/local/bin/Xorg | grep -i slow 1137: 0000000000305ff0 13 FUNC GLOBAL DEFAULT 14 xf86SetReallySlowBcopy 1644: 0000000000306000 224 FUNC GLOBAL DEFAULT 14 xf86SlowBcopy xorg-server-21.1.4 (from package from pkg.freebsd.org latest): /home/lena/aa/usr/local/libexec $ readelf -a Xorg | grep -i slow /home/lena/aa/usr/local/libexec $ readelf -a Xorg | grep -i xf86 | head -n 5 430: 00000000003ecc20 194 FUNC GLOBAL DEFAULT 14 xf86ClaimPciSlot 432: 00000000003dd3c0 214 FUNC GLOBAL DEFAULT 14 xf86RandRSetNewVirtualAndDimensions 436: 0000000000401970 48 FUNC GLOBAL DEFAULT 14 xf86_crtc_hide_cursor 439: 00000000003d0000 126 FUNC GLOBAL DEFAULT 14 xf86RemoveInputHandler 443: 000000000046440c 4 OBJECT GLOBAL DEFAULT 26 xf86AllowMouseOpenFail xorg-server distfiles contain unchanged source of the xf86SlowBcopy function in hw/xfree86/os-support/misc -- You are receiving this mail because: You are the assignee for the bug.