Summary: | [Wayland] Failed to build when there's no K_OFF support from kernel | ||
---|---|---|---|
Product: | Wayland | Reporter: | Shuang He <shuang.he> |
Component: | weston | Assignee: | zjuan <juan.j.zhao> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | juan.j.zhao |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Shuang He
2012-04-11 18:32:09 UTC
Which kernel version are you using? Looks like some version mismatch. The failure code is like this: ioctl(tty->fd, KDSKBMODE, K_OFF). It's using kernel versoin 2.6.31.12 (In reply to comment #1) > Which kernel version are you using? > Looks like some version mismatch. > The failure code is like this: ioctl(tty->fd, KDSKBMODE, K_OFF). My kernel version is 3.0.0-12. It can be fixed in the autoconf phase to stop your further step(like make), because you don't has such macro from kernel. (In reply to comment #2) > It's using kernel versoin 2.6.31.12 > > (In reply to comment #1) > > Which kernel version are you using? > > Looks like some version mismatch. > > The failure code is like this: ioctl(tty->fd, KDSKBMODE, K_OFF). (In reply to comment #3) > My kernel version is 3.0.0-12. > It can be fixed in the autoconf phase to stop your further step(like make), > because you don't has such macro from kernel. > (In reply to comment #2) > > It's using kernel versoin 2.6.31.12 > > > > (In reply to comment #1) > > > Which kernel version are you using? > > > Looks like some version mismatch. > > > The failure code is like this: ioctl(tty->fd, KDSKBMODE, K_OFF). yes, I don't if there's more gentle way to fix this, if there's some interface that has same functionality on older kernel? This issue has been fixed by: commit eb04ddb1b651543a46e7d2b87ff3a43070eb8579 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Fri Apr 13 14:54:15 2012 -0400 tty: Fall back to K_RAW if K_OFF is not available Thanks, verfied against: eb04ddb1b651543a46e7d2b87ff3a43070eb8579 |
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.