[mythtv-users] Firewire in Fedora 8
Tim Fenn
fenn at stanford.edu
Wed Apr 16 01:14:14 UTC 2008
On Tue, 15 Apr 2008 20:58:44 -0400 Harry Devine <lifter89 at comcast.net>
wrote:
> Tim Fenn wrote:
> > You need to use the proper node based on your plugreport output:
> >
> > # test-mpeg2 -r 0 > test.mpg
> >
> >
> >> I then tried to compile firewire_tester.c in the contrib directory
> >> but get errors, mainly due to:
> >> [root at HJDMyth contrib]# gcc -Wall -o firewire_tester
> >> firewire_tester.c -liec61883 -lraw1394
> >> firewire_tester.c:14:32: error: libraw1394/raw1394.h: No such file
> >> or directory
> >> firewire_tester.c:15:34: error: libiec61883/iec61883.h: No such
> >> file or directory
> >>
> >>
> >
> > follow the instructions in the wiki link I provided - you need the
> > -devel packages installed to compile it:
> >
> > # yum install libraw1394-devel libiec61883-devel
> >
>
> I tried that and got this:
> [root at HJDMyth contrib]# yum install libraw1394-devel libiec61883-devel
> Loading "kmdl" plugin
> Setting up Install Process
> Parsing package install arguments
> Resolving Dependencies
> --> Running transaction check
> ---> Package libraw1394-devel.i386 0:1.3.0-3.fc8 set to be updated
> --> Processing Dependency: libraw1394 = 1.3.0-3.fc8 for package:
> libraw1394-devel
> ---> Package libraw1394-devel.x86_64 0:1.3.0-3_11.fc8 set to be
> updated ---> Package libiec61883-devel.x86_64 0:1.1.0-1.fc7 set to be
> updated ---> Package libiec61883-devel.i386 0:1.1.0-1.fc7 set to be
> updated --> Finished Dependency Resolution
> Error: Missing Dependency: libraw1394 = 1.3.0-3.fc8 is needed by
> package libraw1394-devel
>
Ah, x86_64 vs i386 deps - use this instead:
# yum install libraw1394-devel.x86_64 libiec61883-devel.x86_64
-Tim
--
CAPS LOCK IS THE CRUISE CONTROL OF AWESOMNESS
More information about the mythtv-users
mailing list