Date: Sat, 20 Nov 2021 15:35:08 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 259949] x11-drivers/xf86-video-vmware is broken after libdrm-2.4.108 Message-ID: <bug-259949-7141-XoqsylgItn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259949-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-259949-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody) <x11@FreeBSD.org> for maintainer-feedback: Bug 259949: x11-drivers/xf86-video-vmware is broken after libdrm-2.4.108 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259949 --- Description --- After update graphics/libdrm from 2.4.107 to 2.4.108 which introduce some linuxism with Bool type redefinition, at least x11-drivers/xf86-video-vmware fails to compile. part of buildlog: --- libvmwgfx_la-vmwgfx_saa.lo --- In file included from vmwgfx_saa.c:34: In file included from ./vmwgfx_saa.h:31: In file included from ../saa/saa.h:43: In file included from /usr/local/include/xorg/xf86.h:44: In file included from /usr/local/include/xorg/xf86str.h:43: /usr/local/include/xorg/xf86Opt.h:44:10: error: cannot combine with previous 'type-name' declaration specifier Bool bool; ^ /usr/include/stdbool.h:39:14: note: expanded from macro 'bool' #define bool _Bool ^ In file included from vmwgfx_saa.c:34: In file included from ./vmwgfx_saa.h:31: In file included from ../saa/saa.h:43: In file included from /usr/local/include/xorg/xf86.h:44: In file included from /usr/local/include/xorg/xf86str.h:43: /usr/local/include/xorg/xf86Opt.h:44:5: warning: declaration does not decla= re anything [-Wmissing-declarations] Bool bool; ^~~~~~~~~ 1 warning and 1 error generated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259949-7141-XoqsylgItn>