Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73310 - Can't emerge app-misc/lirc-0.7.0-r1
Summary: Can't emerge app-misc/lirc-0.7.0-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
: 73891 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-04 00:22 UTC by Sebastian Bergmann (RETIRED)
Modified: 2004-12-09 05:03 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge output (lirc.txt,20.86 KB, text/plain)
2004-12-04 00:23 UTC, Sebastian Bergmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Bergmann (RETIRED) gentoo-dev 2004-12-04 00:22:28 UTC
Can't emerge app-misc/lirc-0.7.0-r1.

Reproducible: Always
Steps to Reproduce:
1. emerge --newuse -Du world
Actual Results:  
See attached logfile.


wopr-mobile ~ # emerge info
Portage 2.0.51-r8 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov 16 2004, 14:54:42)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa apache2 avi berkdb bitmap-fonts cdr crypt cups dvd dvdr eds
encode esd evo f77 flac foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 hal
imagemagick imlib java jpeg libg++ libwww lirc mad mikmod mmx mono motif mozilla
moznocompose moznoirc moznomail mozsvg mpeg mysql ncurses nls nptl oggvorbis
opengl oss pam pdflib perl png ppds python quicktime readline samba sdl slang
spell sqlite sse ssl svg svga tcltk tcpd theora tiff truetype userlocales x86
xml2 xmms xprint xv zlib"
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2004-12-04 00:23:13 UTC
Created attachment 45247 [details]
emerge output
Comment 2 Sebastian Bergmann (RETIRED) gentoo-dev 2004-12-04 01:18:24 UTC
I just noticed that I get the same error with app-misc/lirc-0.7.0 which I had installed before.
Comment 3 Charlie Gehlin 2004-12-04 05:51:55 UTC
Yes, I can confirm that this is the the case in lirc-0.7.0 too.

/Charlie
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-12-05 02:46:24 UTC
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?
Comment 5 Samuel Robyr 2004-12-05 04:51:49 UTC
> 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...)
Comment 6 Jordan 2004-12-05 11:09:28 UTC
same problem here. Autoconf solution fixed it.
Comment 7 Christoph Brill (egore) (RESIGNED) 2004-12-09 03:29:10 UTC
someone mark bug #73883 as duplicate please
Comment 8 Heinrich Wendel (RETIRED) gentoo-dev 2004-12-09 04:58:58 UTC
*** Bug 73891 has been marked as a duplicate of this bug. ***
Comment 9 Heinrich Wendel (RETIRED) gentoo-dev 2004-12-09 05:03:29 UTC
fixed.