[Bug 265691] x11-servers/xorg-server: 21.1.4,1 undefined symbols
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265691 --- Comment #2 from John Kennedy <[email protected]> --- 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.