Bug 43946 - Build fail on Ubuntu 11.04 - OK on 11.10
Summary: Build fail on Ubuntu 11.04 - OK on 11.10
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium critical
Assignee: Chris Wilson
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 00:53 UTC by Fabio Pedretti
Modified: 2011-12-19 07:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Fabio Pedretti 2011-12-19 00:53:34 UTC
Since a couple of days building the git intel driver on Ubuntu natty 11.04 (both 32 and 64 bit) fails with:
../../uxa/uxa-render.c:2085:17: error: 'pixman_triangle_t' undeclared (first use in this function)
../../uxa/uxa-render.c:2085:17: note: each undeclared identifier is reported only once for each function it appears in
../../uxa/uxa-render.c:2085:36: error: expected expression before ')' token

Full log available at:
https://launchpadlibrarian.net/87885199/buildlog_ubuntu-natty-i386.xserver-xorg-video-intel_2%3A2.17.0%2Bgit1112190926.1fa572~gd~n_FAILEDTOBUILD.txt.gz

It builds fine on Ubuntu oneiric 11.10.
Comment 1 Chris Wilson 2011-12-19 07:40:58 UTC
May not be the solution you are looking for...

commit d53b1b28951fd7558e9913a2973c17983e0bcecf
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Mon Dec 19 15:33:39 2011 +0000

    configure: Bump the required pixman version
    
    UXA now also uses pixman_triangle_t in order for its fallback, so we
    need to bump the required pixman version for UXA as well as SNA.
    
    Reported-by: Fabio Pedretti <fabio.ped@libero.it>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43946
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.