Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191899 - x11-drivers/synaptics doesn't compile w/ xorg-server-1.4.0
Summary: x11-drivers/synaptics doesn't compile w/ xorg-server-1.4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-09 19:47 UTC by Geaaru
Modified: 2007-09-10 06:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
synaptics-0.14.6-xorg-server-1.4.0.patch (synaptics-0.14.6-xorg-server-1.4.0.patch,2.13 KB, patch)
2007-09-09 20:20 UTC, Nicolas Boichat
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geaaru 2007-09-09 19:47:58 UTC
File /usr/include/xorg/miscstruct.h of x11-base/xorg-server-1.4 include pixman.h file that there isn't with new pixman library. 
This problem seems resolved with this patch http://crux.nu/~tilman/synaptics_input_api.diff so, it is needed add this patch to ebuild of synaptics driver for xorg-server-1.0.4

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-09 20:03:32 UTC
Please, don't *ever* refer to pastebins for bugs. Renders bugs useless in days. :(
Comment 2 Nicolas Boichat 2007-09-09 20:20:20 UTC
Created attachment 130442 [details, diff]
synaptics-0.14.6-xorg-server-1.4.0.patch
Comment 3 Nicolas Boichat 2007-09-09 20:20:53 UTC
Ebuild patch:
--- /usr/portage/x11-drivers/synaptics/synaptics-0.14.6.ebuild  2007-07-22 04:38:13.000000000 +0200
+++ synaptics-0.14.6-r1.ebuild  2007-09-09 22:15:38.000000000 +0200
@@ -27,6 +27,8 @@
                -e "s:CC = gcc:CC = $(tc-getCC):g" \
                -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" \
                ${S}/Makefile
+
+       epatch ${FILESDIR}/${P}-xorg-server-1.4.0.patch
 }
 
 src_compile() {
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2007-09-09 20:23:23 UTC
thank you, committed.
Comment 5 Geaaru 2007-09-10 06:22:24 UTC
Sorry, next report will be insert directly on description. 
Thank you. 
Good work.
Bye