Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249661 - emerge x11-drivers/xf86-input-synaptics-0.99.1 fails
Summary: emerge x11-drivers/xf86-input-synaptics-0.99.1 fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-02 22:21 UTC by Zack Panitzke
Modified: 2008-12-07 01:22 UTC (History)
1 user (show)

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


Attachments
the build log (build.log,11.12 KB, text/plain)
2008-12-02 22:22 UTC, Zack Panitzke
Details

Note You need to log in before you can comment on or make changes to this bug.
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!