[Bug 246997] graphics/mesa-dri: configure failed without wayland
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 5 14:41:33 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246997
--- Comment #5 from Alexey Dokuchaev <danfe at FreeBSD.org> ---
I've patched out 'wayland' myself (essentially identical as suggested patch),
but the build still fails for me on 11.3/i386:
src/util/libmesa_util.a(crc32.c.o): In function `util_hash_crc32':
crc32.c:(.text+0x19): undefined reference to `crc32'
src/util/libmesa_util.a(disk_cache.c.o): In function `cache_put':
disk_cache.c:(.text+0xef3): undefined reference to `deflateInit_'
disk_cache.c:(.text+0xf42): undefined reference to `deflate'
disk_cache.c:(.text+0xfc7): undefined reference to `deflateEnd'
disk_cache.c:(.text+0x1098): undefined reference to `deflateEnd'
src/util/libmesa_util.a(disk_cache.c.o): In function `disk_cache_get':
disk_cache.c:(.text+0x1453): undefined reference to `inflateInit_'
disk_cache.c:(.text+0x146a): undefined reference to `inflate'
disk_cache.c:(.text+0x147b): undefined reference to `inflateEnd'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list