Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Aug 2022 09:18:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 265702] x11-drivers/xf86-video-vesa: Undefined symbol "xf86SlowBcopy"
Message-ID:  <bug-265702-7141-lWrnaNrnJW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265702-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265702-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265702

--- 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 functio=
n in
hw/xfree86/os-support/misc

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265702-7141-lWrnaNrnJW>