Summary: | app-misc/lirc-0.8.5: fails to compile with kernel 2.6.33 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jesper Saxtorph <gentoobugzilla> |
Component: | Current packages | Assignee: | Television related Applications in Gentoo's Portage <media-tv> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mikopp, pebek2, vincent |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Upstream patch to fix compile against recent kernel
Working ebuild |
Description
Jesper Saxtorph
2010-06-26 16:32:39 UTC
Created attachment 236645 [details, diff]
Upstream patch to fix compile against recent kernel
Created attachment 236647 [details]
Working ebuild
Comment on attachment 236647 [details] Working ebuild diff /usr/portage/app-misc/lirc/lirc-0.8.5.ebuild lirc-0.8.5-r1.ebuild 252a253,258 > if kernel_is ge 2 6 33 ; then > # Apply kernel 2.6.33 patch > epatch "${FILESDIR}"/lirc-0.8.5-kernel-2.6.33.patch > find . -name *.c -print | xargs sed -i "s|#include <linux/autoconf.h>|#include <generated/autoconf.h>|" > fi > Maybe your problem is related to this -> http://bugs.gentoo.org/show_bug.cgi?id=312691#c4 Works fine on amd64 and 2.6.34-r12 kernel. Please add ebuild and patch to portage. Patch looks like it was applied upstream to 0.8.7 .. Closing since that version is current stable. |