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

Bug 61584

Summary: emerge lirc doesn't build the drivers required with kernel 2.6.x
Product: Gentoo Linux Reporter: Daniel Savard <dsavard>
Component: New packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Savard 2004-08-24 18:21:04 UTC
After looking at the script which build the lirc ebuild (0.7.0-pre4, pre6) I noticed there is a if-then-else condition which prevent the script building the drivers coming with this package when the kernel is 2.6.x. However, these drivers are actually required to have a working lirc package.

Why don't building them out-of-the-box?

Reproducible: Always
Steps to Reproduce:
1.Just look at the /usr/portage/app-misc/lirc/lirc-0.7.0_pre4.ebuild or _pre6.ebuild and you will see the if-then-else condition in functions: pkg_postinst(), src_install() and src_compile().
2.
3.

Actual Results:  
The lirc kernel modules are missing and lirc is not working at all.

Expected Results:  
After installing the lirc ebuild with proper definition of the required driver
lirc should work right away.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-25 00:53:03 UTC
please use lirc-0.7.0_pre7 for kernel-2.6 support