| Summary: | Can't emerge app-misc/lirc-0.7.0-r1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sebastian Bergmann (RETIRED) <sebastian> |
| Component: | Current packages | Assignee: | Heinrich Wendel (RETIRED) <lanius> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | curtis, egore, hannaj, xero |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge output | ||
|
Description
Sebastian Bergmann (RETIRED)
2004-12-04 00:22:28 UTC
Created attachment 45247 [details]
emerge output
I just noticed that I get the same error with app-misc/lirc-0.7.0 which I had installed before. Yes, I can confirm that this is the the case in lirc-0.7.0 too. /Charlie OK, there is a configure.in patch which makes quotes around LIRC_IRQ and so on. This leads to a successful compile, according to bug #67433, but bug #71797 states that it also leads to an unusable lirc driver. So does anyone know what the correct fix is? > Now enter 'make' and 'make install' to compile and install the package.
>
> * Converting lirc-0.7.0/Makefile to use M= instead of SUBDIR= ... [ ok ]
> cd . && /bin/sh /var/tmp/portage/lirc-0.7.0-r1/work/lirc-0.7.0/missing --run aclocal
> cd . && \
> /bin/sh /var/tmp/portage/lirc-0.7.0-r1/work/lirc-0.7.0/missing --run automake --gnu Makefile
> cd . && /bin/sh /var/tmp/portage/lirc-0.7.0-r1/work/lirc-0.7.0/missing --run autoconf
> FATAL ERROR: Autoconf version 2.50 or higher is required for this script
> WARNING: `autoconf' is missing on your system. You should only need it if
> you modified `configure.in'. You might want to install the
> `Autoconf' and `GNU m4' packages. Grab them from any GNU
> archive site.
Autoconf is the problem, try
WANT_AUTOCONF=2.5 emerge lirc
and should work (it worked for me...)
same problem here. Autoconf solution fixed it. someone mark bug #73883 as duplicate please *** Bug 73891 has been marked as a duplicate of this bug. *** fixed. |