Date: Mon, 08 Aug 2022 19:47:07 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 265691] x11-servers/xorg-server: 21.1.4,1 undefined symbols Message-ID: <bug-265691-7141-RwpYsVpkPb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265691-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-265691-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=3D265691 --- Comment #2 from John Kennedy <warlock@phouka.net> --- It looks like all the missing symbols can be found in hw/xfree86/os-support/bsd/arm_video.c, which seems to be gated by ARM_VIDEO (hw/xfree86/os-support/bsd/Makefile.am), which seems it should be set by configure's $host_cpu check (arm*). ... and that may be the issue... arm* = vs aarch*. --=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-265691-7141-RwpYsVpkPb>