[Bug 265691] x11-servers/xorg-server: 21.1.4,1 undefined symbols
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265691] x11-servers/xorg-server: 21.1.4,1 undefined symbols"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 19:47:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265691 --- 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*. -- You are receiving this mail because: You are the assignee for the bug.