Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129999 - xf86-input-evdev-1.1.0 seems not to build with 2.6.x kernel/2.4.x linux headers
Summary: xf86-input-evdev-1.1.0 seems not to build with 2.6.x kernel/2.4.x linux headers
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-14 17:26 UTC by Ferris McCormick (RETIRED)
Modified: 2006-04-16 14:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ferris McCormick (RETIRED) gentoo-dev 2006-04-14 17:26:53 UTC
xf86-input-evdev-1.1.0 (the masked version) does not build on 2.6.xx kernel systems using sys-kernel/linux-headers-2.4.26-r1.  Granted, this is an unusual situation, but on some sparc systems it is sometimes required (switching between kernels), or at least not unusual.  I'll chase it down later and report it upstream if that turns out to be appropriate; for now, I'm just noting it.

Failure is:
=====
In file included from evdev.c:66:
evdev.h:194: error: field `id' has incomplete type
======
And the offending line is:
struct input_id     id;

which should probably be defined in linux/input.h
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-04-14 22:00:30 UTC
I am not surprised at all that the evdev driver doesn't build on 2.4. This is an upstream bug, so go ahead and file it at bugs.freedesktop.org in the xorg product, then post the URL here.
Comment 2 Ferris McCormick (RETIRED) gentoo-dev 2006-04-15 08:12:56 UTC
(In reply to comment #1)
> I am not surprised at all that the evdev driver doesn't build on 2.4. This is
> an upstream bug, so go ahead and file it at bugs.freedesktop.org in the xorg
> product, then post the URL here.
> 

https://bugs.freedesktop.org/show_bug.cgi?id=6610