Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30162 - lirc ebuild does not define LIRC_HAVE_DEVFS
Summary: lirc ebuild does not define LIRC_HAVE_DEVFS
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-02 07:09 UTC by Alessandro Giorgio Togna
Modified: 2003-10-02 07:27 UTC (History)
0 users

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 Alessandro Giorgio Togna 2003-10-02 07:09:45 UTC
i've been hacking on it for a few days now, and i'm amazed at the people who get
a /dev/lirc/0 ...
Nowhere in the sources is LIRC_HAVE_DEVFS defined (it's undefined in config.h.in
and acconfig.h) nor does ./configure define it.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alessandro Giorgio Togna 2003-10-02 07:22:44 UTC
actually lirc doesn't need it defined to build for a devfs system...
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-02 07:27:22 UTC
it's automatically set in lirc_dev.c:

#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
#define LIRC_HAVE_DEVFS
#endif