Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74812 - lirc-0.7.0 (-r1) cannot compile with winfast_tv2000 driver
Summary: lirc-0.7.0 (-r1) cannot compile with winfast_tv2000 driver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-18 01:09 UTC by Surakshan Mendis
Modified: 2005-01-20 13:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Surakshan Mendis 2004-12-18 01:09:33 UTC
I've been using lirc-0.7.0 ish version via CVS before 0.7.0 was officially released. This version worked.

The version on portage I'm trying to use is lirc-0.7.0 (also tried -r1), I need the winfast_tv2000 driver.

the command I'm usig is:

LIRC_OPTS="--with-driver=winfast_tv2000" emerge lirc -va

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] app-misc/lirc-0.7.0  -debug -doc -streamzap 0 kB

configure bombs out with:
checking for Linux kernel sources... /usr/src/linux/
checking for which drivers can be installed on this system...
checking for caraca_init in -lcaraca_client... no
checking for ir_strerror in -lirman... no
checking for ir_strerror in -lirman_sw... no
checking for portaudio.h... no
checking for alsa/asoundlib.h... yes
checking for snd_pcm_open in -lasound... yes
configure: error: *** it is not possible to install the specified driver
        on this system

!!! ERROR: app-misc/lirc-0.7.0 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


NOTE:I tied using the animax driver and it got past that stage, but obviously that driver won't work for me

Reproducible: Always
Steps to Reproduce:
1. emerge with: LIRC_OPTS="--with-driver=winfast_tv2000" emerge lirc -va


Actual Results:  
"*** it is not possible to install the specified driver
        on this system"

Expected Results:  
driver and package to compile


emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.4.3, glibc-2.3.4.20040808-r1,
2.6.9 i686)
=================================================================
System uname: 2.6.9 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1,sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups divx4linux
eds encode esd f77 flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2
guile hal imagemagick imlib java jpeg junit libg++ libwww lirc mad mikmod mmx
motif mpeg mppe-mppc mysql ncurses network nls nptl oggvorbis opengl oss pam
pdflib perl pic png ppds python quicktime readline rtc samba sdl slang spell
sqlite ssl svga tcltk tcpd tiff truetype x86 xml xml2 xv xvid zlib"
Comment 1 Surakshan Mendis 2004-12-18 01:32:44 UTC
okay, I got "winfast_tv2000" from the ebuild. 
The the driver doesn't exist with that name.

I looked thru the ./setup.sh source which lead me to setup-driver.sh which lead me  to find the name of the driver for the Winfast tv2000/XP is leadtek_0010

I propose the ebuild be modified to inform users that the driver name for tv2000/XP is leadtek_0010

perhaps go in as -r2 ?
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-01-20 13:27:56 UTC
thx, added