Bug 177 - xdriver_xf86-input-keyboard does not build
Summary: xdriver_xf86-input-keyboard does not build
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 10:40 UTC by Mathis
Modified: 2009-03-12 09:59 UTC (History)
1 user (show)

See Also:
Host: Ubuntu 8.10 (64bit)
Target: i586
Build: buildroot-2009.02


Attachments
Configuration file for buildroot. (31.05 KB, application/octet-stream)
2009-03-11 10:40 UTC, Mathis
Details
xdriver_xf86-input-keyboard config.log (7.32 KB, application/x-bzip)
2009-03-11 10:42 UTC, Mathis
Details
build-logfile (1.54 KB, application/x-bzip)
2009-03-11 10:43 UTC, Mathis
Details
Fix for the pkg config problem when building x drivers (317 bytes, patch)
2009-03-11 15:16 UTC, Dan Lykowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathis 2009-03-11 10:40:27 UTC
Created attachment 135 [details]
Configuration file for buildroot.

While building it breaks with this error:
buildroot-2009.02/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc ... -I/home/mathis/buildroot-2009.02/build_i586/staging_dir/home/mathis/buildroot-2009.02/build_i586/staging_dir/usr/include/pixman-1 ...
buildroot-2009.02/build_i586/staging_dir/usr/include/xorg/miscstruct.h:54:20: error: pixman.h: No such file or directory
As one can see, the include path is malformed. Found out that the package uses a malformed CFLAGS and CXXFLAGS.
Comment 1 Mathis 2009-03-11 10:42:20 UTC
Created attachment 137 [details]
xdriver_xf86-input-keyboard config.log
Comment 2 Mathis 2009-03-11 10:43:48 UTC
Created attachment 139 [details]
build-logfile
Comment 3 Dan Lykowski 2009-03-11 15:16:37 UTC
Created attachment 143 [details]
Fix for the pkg config problem when building x drivers

This patch was derived from what XServer 1.5 does.
Comment 4 Mathis 2009-03-12 09:59:17 UTC
Tbe sources compiled now correctly after applying the patch. Thanks Dan.