maintainer-feedback requested: [Bug 218674] graphics/dri: fails to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 15 07:36:00 UTC 2017


John Smith <godevilove at ya.ru> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to x11 at FreeBSD.org:
Bug 218674: graphics/dri: fails to build
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218674



--- Description ---
This port fails to build with synth:

In file included from buffer.c:36:
In file included from ./va_private.h:35:
/usr/local/include/va/va_backend.h:33:10: fatal error: 'linux/videodev2.h' file
not found
#include <linux/videodev2.h>
	 ^
In file included from config.c:35:
In file included from ./va_private.h:35:
/usr/local/include/va/va_backend.h:33:10: fatal error: 'linux/videodev2.h' file
not found
#include <linux/videodev2.h>
	 ^
In file included from context.c:37:
In file included from ./va_private.h:35:
/usr/local/include/va/va_backend.h:33:10: fatal error: 'linux/videodev2.h' file
not found
#include <linux/videodev2.h>
	 ^
1 error generated.
gmake[5]: *** [Makefile:689: buffer.lo] Error 1
gmake[5]: *** Waiting for unfinished jobs....
1 error generated.
1 error generated.
gmake[5]: *** [Makefile:689: context.lo] Error 1
gmake[5]: *** [Makefile:689: config.lo] Error 1
gmake[5]: Leaving directory
'/construction/xports/graphics/dri/work/mesa-17.0.3/src/gallium/state_trackers/
va'
gmake[4]: *** [Makefile:606: all-recursive] Error 1
gmake[4]: Leaving directory
'/construction/xports/graphics/dri/work/mesa-17.0.3/src/gallium'
gmake[3]: *** [Makefile:860: all-recursive] Error 1
gmake[3]: Leaving directory
'/construction/xports/graphics/dri/work/mesa-17.0.3/src'
gmake[2]: *** [Makefile:651: all] Error 2
gmake[2]: Leaving directory
'/construction/xports/graphics/dri/work/mesa-17.0.3/src'
gmake[1]: *** [Makefile:648: all-recursive] Error 1
gmake[1]: Leaving directory
'/construction/xports/graphics/dri/work/mesa-17.0.3'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /xports/graphics/dri


But it builds fine with portmaster.


More information about the freebsd-x11 mailing list