Building Wayland on Ubuntu

Eunchul Kim chulspro at gmail.com
Sun Oct 14 06:25:04 PDT 2012


Thank's Simos. I upgraded my Ubuntu system. so, late :)
I finished Mesa building and libxkbcommon building.
but I got another error at pixman building. like this.

Can you help me one more time about this ?
If i need some package installation about this one,
please give any information to me.

  CC     pixman-combine-float.lo
pixman-combine-float.c: In function 'combine_exclusion_u_float':
pixman-combine-float.c:485:1: sorry, unimplemented: inlining failed in
call to 'combine_exclusion_a': function not considered for inlining
pixman-combine-float.c:61:30: sorry, unimplemented: called from here
pixman-combine-float.c:485:1: sorry, unimplemented: inlining failed in
call to 'combine_exclusion_c': function not considered for inlining
pixman-combine-float.c:62:30: sorry, unimplemented: called from here
pixman-combine-float.c:485:1: sorry, unimplemented: inlining failed in
call to 'combine_exclusion_c': function not considered for inlining
pixman-combine-float.c:63:30: sorry, unimplemented: called from here
pixman-combine-float.c:485:1: sorry, unimplemented: inlining failed in
call to 'combine_exclusion_c': function not considered for inlining
pixman-combine-float.c:64:30: sorry, unimplemented: called from here
pixman-combine-float.c:485:1: sorry, unimplemented: inlining failed in
call to 'combine_exclusion_a': function not considered for inlining
pixman-combine-float.c:115:30: sorry, unimplemented: called from here
pixman-combine-float.c:485:1: sorry, unimplemented: inlining failed in
call to 'combine_exclusion_c': function not considered for inlining
pixman-combine-float.c:116:30: sorry, unimplemented: called from here
pixman-combine-float.c:485:1: sorry, unimplemented: inlining failed in
call to 'combine_exclusion_c': function not considered for inlining
pixman-combine-float.c:117:30: sorry, unimplemented: called from here
make[2]: *** [pixman-combine-float.lo] Error 1
make[2]: Leaving directory `/home/chulspro/01_SRC/pixman/pixman'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chulspro/01_SRC/pixman'
make: *** [all] Error 2

2012/10/11 Simos Xenitellis <simos.lists at googlemail.com>:
> On Wed, Oct 10, 2012 at 7:09 PM, 김은철 <chulspro at gmail.com> wrote:
>> Hi I am trying to build Wayland on Ubuntu.
>>
>> The problem is that now I get this error during build.
>>
>> - Requested 'xcb-glx >= 1.8.1' but version of XCB GLX is 1.5
>>
>> I am trying to download package using 'sudo apt-get install libxcb-glx0'
>> but I got the message 'already newest'
>>
>> How can i fix this problem ?
>
> You can check the available versions with
>
> $ apt-cache policy libxcb-glx0
>
> Ubuntu 12.04 has an older version of the library. However, on Ubuntu
> 12.10, it is
>
> $ apt-cache policy libxcb-glx0
> libxcb-glx0:
>   Installed: 1.8.1-1ubuntu1
>   Candidate: 1.8.1-1ubuntu1
>   Version table:
>  *** 1.8.1-1ubuntu1 0
>         500 http://gb.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
>         100 /var/lib/dpkg/status
> $ _
>
> which means that if you upgrade to 12.10, you will get the latest
> version of the library.
> Otherwise, you would need to install it manually.
>
> Simos


More information about the wayland-devel mailing list