| Summary: | Broken linkage to xkbcomp (blocking X server startup) | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Adm <adm> |
| Component: | Other | Assignee: | Thomas Petazzoni <thomas.petazzoni> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Adm
2010-12-14 22:48:11 UTC
I'm sending in a minute a patch that fixes this to the Buildroot mailing-list. The thing is that xkeyboard-config <= 1.8 created a symbolic link from /usr/share/X11/xkb/xkbcomp to the xkbcomp binary used at compile time, which in cross-compile mode in the host xkbcomp. In fact, this symbolic link seems to be useless, and has been removed from xkeyboard-config >= 1.9. So the fix was to just bump xkeyboard-config to the latest available version, 2.0. Concerning the usr/bin/xkbcomp binary in the target directory, it is there, since the xkeyboard-config package selects xapp_xkbcomp for the target. Here is what I have here : $ ls -l target/usr/share/X11/xkb/xkbcomp ls: cannot access target/usr/share/X11/xkb/xkbcomp: No such file or directory $ ls -l target/usr/bin/xkbcomp -rwxr-xr-x 1 test test 156804 Dec 22 09:27 target/usr/bin/xkbcomp Fixed in git by Thomas, thanks. |