Summary: | app-misc/lirc-0.8.3_pre1 fails w/ KBUILD_OUTPUT | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Honza <hkmaly> |
Component: | Current packages | Assignee: | Television related Applications in Gentoo's Portage <media-tv> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | Keywords: | PMASKED |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Honza
2008-03-08 18:23:09 UTC
Seems like simple replacing of KV_DIR with KV_OUT_DIR in ebuild will solve this bug. The program will compile, unfortunately I can't verify it work because I don't know if my hardware is really supported and I'm just beginning to test configuration. any luck on newer versions? 0.8.3-r2 (stable): still same 0.8.4 (unstable): still error message checking for Linux kernel sources... ./configure: line 24366: test: too many arguments /usr/src/linux-2.6.20-gentoo-r8/ but the package will compile and work at least as good as before (with the KV_OUT_DIR from comment #1) - the irexec is able to run programs on IR. BTW, that thing with "if no program using lirc is running, send the events as keys" (I'm using devinput) .... is there any way to turn it off ? Still the same with 0.8.7? (In reply to comment #4) > Still the same with 0.8.7? Not same but very similar. The package will build but the configure script is reporting following (non-fatal) errors: ... checking for mktemp... yes checking for Linux kernel sources... /tmp/LIRCMF.L4QbV7:1569: warning: overriding commands for target `lirc_tell_me_what_version_is' /tmp/LIRCMF.L4QbV7:127: warning: ignoring old commands for target `lirc_tell_me_what_version_is' make[1]: *** No rule to make target `lirc_tell_me_what_version_is'. Stop. make: *** [sub-make] Error 2 /tmp/LIRCMF.L4QbV7:1571: warning: overriding commands for target `lirc_tell_me_what_patchlevel_is' /tmp/LIRCMF.L4QbV7:127: warning: ignoring old commands for target `lirc_tell_me_what_patchlevel_is' make[1]: *** No rule to make target `lirc_tell_me_what_patchlevel_is'. Stop. make: *** [sub-make] Error 2 ./configure: line 12642: test: -eq: unary operator expected /unix/usr/src/linux+kernel/linux-3.0.6-gentoo/ checking for which drivers can be installed on this system... checking for caraca_init in -lcaraca_client... no ... could you try against lirc-0.9.0-r1 and attach the full build.log if there are any issues? (In reply to comment #6) > could you try against lirc-0.9.0-r1 and attach the full build.log if there > are any issues? |