[mythtv-users] Still Have Problem with Updating libraw1394 in Fedora 8

R. G. Newbury newbury at mandamus.org
Sun May 4 02:20:08 UTC 2008


Robert Gutendorf wrote:
> On Sat, May 3, 2008 at 11:30 AM, Mache Creeger <mache at creeger.com> wrote:
> 
>> I still have problems updating libraw1394 in Fedora 8
>>
>> -- Mache
>>
>> # yum clean metadata
>> 15 metadata files removed
>> # yum update
>> fedora                    100% |=========================| 2.1 kB    00:00
>> pbone-mirror-atrpms       100% |=========================|  951 B    00:00
>> primary.xml.gz            100% |=========================| 198 kB    00:01
>> updates                   100% |=========================| 2.3 kB    00:00
>> freshrpms                 100% |=========================| 2.1 kB    00:00
>> Setting up Update Process
>> Resolving Dependencies
>> --> Running transaction check
>> ---> Package libraw1394.i386 0:1.3.0-6.fc8 set to be updated
>> --> Finished Dependency Resolution
>>
>> Dependencies Resolved
>>
>>
>> =============================================================================
>>  Package                 Arch       Version          Repository
>>  Size
>>
>> =============================================================================
>> Updating:
>>  libraw1394              i386       1.3.0-6.fc8      updates            43
>> k
>>
>> Transaction Summary
>>
>> =============================================================================
>> Install      0 Package(s)
>> Update       1 Package(s)
>> Remove       0 Package(s)
>>
>> Total download size: 43 k
>> Is this ok [y/N]: y
>> Downloading Packages:
>> Running rpm_check_debug
>> Running Transaction Test
>> Finished Transaction Test
>>
>>
>> Transaction Check Error:
>>   file /usr/lib/libraw1394.so.8.2.0 from install of
>> libraw1394-1.3.0-6.fc8.i386 conflicts with file from package
>> libraw1394_8-1.3.0-3_11.fc8.i386
>>
>> Error Summary
>> -------------
>>
>> # uname -r
>> 2.6.24.4-64.fc8
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
> 
> Remove and start over.
> 
> Find out which packages you have installed
> rpm -qa libraw1394*
> 
> Then remove them...
> rpm -e --nodeps libraw1394-1.3.0-3_11.fc8
> 
> Then install:
> 
> yum clean all (just to be safe)
> 
> yum install libraw1394
> 
To the OP:
You have fedora, atrpms and freshrpms repos enabled. Your dependency 
problem arises because packages are at different levels

libraw1394-	1.3.0-6.fc8.i386
libraw1394_8-	1.3.0-3_11.fc8.i386

The answer is to remove all (as posted above), then troll through the 
respective atrpms and freshrpms websites to decide which one should be 
enabled. IIRC, atrpms has them all at the same level, so maybe you 
should disable freshrpms. The problem arises (and the danger is) in 
doing an indiscriminate 'update (all)' with anything other than fedora 
enabled.

Geoff



More information about the mythtv-users mailing list