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

Bug 249661

Summary: emerge x11-drivers/xf86-input-synaptics-0.99.1 fails
Product: Gentoo Linux Reporter: Zack Panitzke <zack.panitzke>
Component: [OLD] LibraryAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED WORKSFORME    
Severity: normal CC: x11-drivers
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the build log

Description Zack Panitzke 2008-12-02 22:21:37 UTC
Emerging x11-drivers/xf86-input-synaptics fails on make at line 590 of synaptics.c.  Error output appears in attachment.  Problem might be solved by changing lines 589-591 as follows:

#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
    pointer opts = local->options; //add this line
    local->history_size = xf86SetIntOption(opts, "HistorySize", 0);
#endif

Reproducible: Always

Steps to Reproduce:
1.emerge -uD xf86-input-synaptics
Comment 1 Zack Panitzke 2008-12-02 22:22:26 UTC
Created attachment 174113 [details]
the build log
Comment 2 Wormo (RETIRED) gentoo-dev 2008-12-03 07:22:23 UTC
Thanks for submitting your fix, assigning to maintainers
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2008-12-05 10:34:47 UTC
0.99.2 has a few small bugfixes. Would you mind seeing whether it clears this up please?
Comment 4 Zack Panitzke 2008-12-07 01:22:22 UTC
That did it!  Thanks!