On Mon, 23 Jun 2008, Sander Sweers wrote:
> On ma, 2008-06-23 at 06:58 +1000, Elizabeth Dodd wrote:
> > I'm rebuilding my Freevo box with a Gentoo base instead of Debian.
> > Kernel is 2.6.24 so ivtv is in the kernel.
> > Debian had ivtv-utils but Gentoo has some different packages
> > Which do I emerge to  get the utilities?
>
> You emerge media-tv/ivtv but this won't work unless you make your own
> ebuild or patch the current one. See
> http://bugs.gentoo.org/show_bug.cgi?id=207874
>
> Greets
> Sander
>

Thanks
I failed to find the ebuild to edit it
so I thought I'd try compiling v1.1.0
which failed (see below)

so i compiled v1.0.3 which compiled and installed fine.


telly ivtv-1.1.0 # make
make -C i2c-drivers all
make[1]: Entering directory `/tmp/ivtv-1.1.0/i2c-drivers'
make -C /lib/modules/2.6.24-gentoo-r8/build M=/tmp/ivtv-1.1.0/i2c-drivers 
modules
make[2]: Entering directory `/usr/src/linux-2.6.24-gentoo-r8'
  CC [M]  /tmp/ivtv-1.1.0/i2c-drivers/saa717x.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/ivtv-1.1.0/i2c-drivers/saa717x.mod.o
  LD [M]  /tmp/ivtv-1.1.0/i2c-drivers/saa717x.ko
make[2]: Leaving directory `/usr/src/linux-2.6.24-gentoo-r8'
make[1]: Leaving directory `/tmp/ivtv-1.1.0/i2c-drivers'
make -C utils all
make[1]: Entering directory `/tmp/ivtv-1.1.0/utils'
created ivtv-svnversion.h
g++ -D_GNU_SOURCE -O2 -Wall -g   -c -o v4l2-ctl.o v4l2-ctl.cpp
v4l2-ctl.cpp:802: warning: 'char* pts_to_string(char*, long unsigned int)' 
defined but not used
g++ -lm -o v4l2-ctl v4l2-ctl.o
g++ -D_GNU_SOURCE -O2 -Wall -g   -c -o v4l2-dbg.o v4l2-dbg.cpp
g++ -D_GNU_SOURCE -O2 -Wall -g   -c -o v4l2-driverids.o v4l2-driverids.cpp
g++ -D_GNU_SOURCE -O2 -Wall -g   -c -o v4l2-chipids.o v4l2-chipids.cpp
g++ -lm -o v4l2-dbg v4l2-dbg.o v4l2-driverids.o v4l2-chipids.o
cc -D_GNU_SOURCE -O2 -Wall -g   -c -o ivtvctl.o ivtvctl.c
ivtvctl.c:66:24: error: linux/ivtv.h: No such file or directory
ivtvctl.c: In function 'main':
ivtvctl.c:608: error: storage size of 'frame' isn't known
ivtvctl.c:620: error: 'IVTV_IOC_DMA_FRAME' undeclared (first use in this 
function)
ivtvctl.c:620: error: (Each undeclared identifier is reported only once
ivtvctl.c:620: error: for each function it appears in.)
ivtvctl.c:608: warning: unused variable 'frame'
ivtvctl.c:632: error: storage size of 'frame' isn't known
ivtvctl.c:632: warning: unused variable 'frame'
make[1]: *** [ivtvctl.o] Error 1
make[1]: Leaving directory `/tmp/ivtv-1.1.0/utils'
make: *** [all] Error 2


-- 
Topologists are just plane folks.
        Pilots are just plane folks.
                Carpenters are just plane folks.
                        Midwest farmers are just plain folks.
                Musicians are just playin' folks.
        Whodunit readers are just Spillane folks.
Some Londoners are just P. Lane folks.

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to