Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 191899

Summary: x11-drivers/synaptics doesn't compile w/ xorg-server-1.4.0
Product: Gentoo Linux Reporter: Geaaru <geaaru>
Component: Current packagesAssignee: X11 External Driver Maintainers <x11-drivers>
Status: RESOLVED FIXED    
Severity: normal CC: genstef, nicolas
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: synaptics-0.14.6-xorg-server-1.4.0.patch

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