[Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-video-intel: bump version

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Aug 17 10:43:50 UTC 2016


On 28/07/16 17:01, Peter Korsgaard wrote:

> Committed, thanks.

Hi.
This bump causes build failure for this simplified defconfig:

BR2_x86_64=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_I915=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL=y
BR2_PACKAGE_XPROTO_DRI3PROTO=y

As in:

gen4_vertex.c: In function ‘emit_span_primitive’:
gen4_vertex.c:2044:1: error: inlining failed in call to always_inline 
‘emit_span_vertex’: target specific option mismatch
  emit_span_vertex(struct sna *sna,
  ^
gen4_vertex.c:2058:2: error: called from here
   emit_span_vertex(sna, op, box->x2, box->y2);
   ^
gen4_vertex.c:2044:1: error: inlining failed in call to always_inline 
‘emit_span_vertex’: target specific option mismatch
  emit_span_vertex(struct sna *sna,
  ^
gen4_vertex.c:2061:2: error: called from here
   emit_span_vertex(sna, op, box->x1, box->y2);
   ^
gen4_vertex.c:2044:1: error: inlining failed in call to always_inline 
‘emit_span_vertex’: target specific option mismatch
  emit_span_vertex(struct sna *sna,
  ^
gen4_vertex.c:2064:2: error: called from here
   emit_span_vertex(sna, op, box->x1, box->y1);
   ^
Makefile:653: recipe for target 'gen4_vertex.lo' failed
make[5]: *** [gen4_vertex.lo] Error 1

Reverting builds fine, so a fix would be nice, or otherwise reverting 
the bump.
Regards.


More information about the buildroot mailing list