diff mbox

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

Message ID 1469729121-557-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Commit d3aa44023633f85ed5c51386fdec3f54f46fb490
Headers show

Commit Message

Bernd Kuhls July 28, 2016, 6:05 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
The last bump in buildroot dates back Dec 2015, still no new release
upstream but this version finally works for on my system after bumping
from 2.99.911 ;)

 package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 28, 2016, 8:01 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > The last bump in buildroot dates back Dec 2015, still no new release
 > upstream but this version finally works for on my system after bumping
 > from 2.99.911 ;)

Committed, thanks.
Gustavo Zacarias Aug. 17, 2016, 10:43 a.m. UTC | #2
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.
Bernd Kuhls Aug. 17, 2016, 6:40 p.m. UTC | #3
Am Wed, 17 Aug 2016 07:43:50 -0300 schrieb Gustavo Zacarias:

> 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,

Hi Gustavo,

according to https://bugs.gentoo.org/show_bug.cgi?id=582910#c4
to problem is related to -Os, which I could reproduce here
using your defconfig. Compiling with BR2_OPTIMIZE_2=y works so
I sent this patch: http://patchwork.ozlabs.org/patch/660221/

Regards, Bernd
diff mbox

Patch

diff --git a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
index bf4f7a6..64e9269 100644
--- a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
+++ b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-XDRIVER_XF86_VIDEO_INTEL_VERSION = 82293901da23d79fd074e5255fda5c95405d52de
+XDRIVER_XF86_VIDEO_INTEL_VERSION = 6988b873b041130d88dd0aae70c10f86550ee2b3
 XDRIVER_XF86_VIDEO_INTEL_SITE = git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
 XDRIVER_XF86_VIDEO_INTEL_LICENSE = MIT
 XDRIVER_XF86_VIDEO_INTEL_LICENSE_FILES = COPYING