Bug 70870 - shell and keyboard processes crash with old xkbcommon
Summary: shell and keyboard processes crash with old xkbcommon
Status: VERIFIED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: medium trivial
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-25 17:58 UTC by U. Artie Eoff
Modified: 2013-10-25 20:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description U. Artie Eoff 2013-10-25 17:58:15 UTC
Weston willingly configures and compiles with older libxkbcommon libs (e.g. 0.2.0).  However, when executing Weston, the weston-desktop-shell and weston-keyboard child processes crash because libxkbcommon is too old.

The weston configure.ac currently doesn't restrict the xkbcommon version.  But it probably should be more strict by checking for libxkbcommon >= 0.3.0.
Comment 1 Kristian Høgsberg 2013-10-25 19:54:56 UTC
commit 3742434cfd24e0e476d3125d9c3ff6a10499f9b4
Author: Kristian Høgsberg <krh@bitplanet.net>
Date:   Fri Oct 25 12:49:00 2013 -0700

    configure.ac: Require at least version 0.3.0 of xkbcommon
    
    https://bugs.freedesktop.org/show_bug.cgi?id=70870

Also on 1.3 branch.
Comment 2 U. Artie Eoff 2013-10-25 20:30:46 UTC
(In reply to comment #1)
> commit 3742434cfd24e0e476d3125d9c3ff6a10499f9b4
> Author: Kristian Høgsberg <krh@bitplanet.net>
> Date:   Fri Oct 25 12:49:00 2013 -0700
> 
>     configure.ac: Require at least version 0.3.0 of xkbcommon
>     
>     https://bugs.freedesktop.org/show_bug.cgi?id=70870
> 
> Also on 1.3 branch.

Thanks for the trivial fix.  Don't forget to `git push` the 1.3 branch ;)


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.