Date: Sun, 04 Aug 2024 18:20:03 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 280616] x11-drivers/xorgxrdp fails to build with 'drm.h' file not found error Message-ID: <bug-280616-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280616 Bug ID: 280616 Summary: x11-drivers/xorgxrdp fails to build with 'drm.h' file not found error Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: meta@FreeBSD.org Reporter: ddrinnon@cdor.net Assignee: meta@FreeBSD.org Flags: maintainer-feedback?(meta@FreeBSD.org) When building x11-drivers/xorgxrdp in Poudriere, the build fails with 'drm.= h' file not found error: ... Making all in xrdpdev /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. = -I..=20=20 -isystem /usr/local/include -I/usr/local/include/xorg -fvisibility=3Dhidden -I/usr/local/include/pixman-1=20 -I/wrkdirs/usr/ports/x11-drivers/xorgxrdp/work/xrdp-0.10.1/common=20 -DPACKAGE_VERSION_MAJOR=3D0 -DPACKAGE_VERSION_MINOR=3D10=20 -DPACKAGE_VERSION_PATCHLEVEL=3D2 -I../module -O2 -pipe=20 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing=20 -Wall -Wwrite-strings -MT xrdpdev.lo -MD -MP -MF .deps/xrdpdev.Tpo -c -o xrdpdev.lo xrdpdev.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -I/usr/local/include/xorg -fvisibility=3Dhidden -I/usr/local/include/pixman= -1 -I/wrkdirs/usr/ports/x11-drivers/xorgxrdp/work/xrdp-0.10.1/common -DPACKAGE_VERSION_MAJOR=3D0 -DPACKAGE_VERSION_MINOR=3D10 -DPACKAGE_VERSION_PATCHLEVEL=3D2 -I../module -O2 -pipe -fstack-protector-st= rong -isystem /usr/local/include -fno-strict-aliasing -Wall -Wwrite-strings -MT xrdpdev.lo -MD -MP -MF .deps/xrdpdev.Tpo -c xrdpdev.c -fPIC -DPIC -o .libs/xrdpdev.o xrdpdev.c:49:10: fatal error: 'drm.h' file not found 49 | #include <drm.h> | ^~~~~~~ 1 error generated. *** Error code 1 ... --=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-280616-7788>