<br><br><div class="gmail_quote">On Sat, May 3, 2008 at 11:30 AM, Mache Creeger &lt;<a href="mailto:mache@creeger.com">mache@creeger.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I still have problems updating libraw1394 in Fedora 8<br>
<br>
-- Mache<br>
<br>
# yum clean metadata<br>
15 metadata files removed<br>
# yum update<br>
fedora &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;100% |=========================| 2.1 kB &nbsp; &nbsp;00:00<br>
pbone-mirror-atrpms &nbsp; &nbsp; &nbsp; 100% |=========================| &nbsp;951 B &nbsp; &nbsp;00:00<br>
primary.xml.gz &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;100% |=========================| 198 kB &nbsp; &nbsp;00:01<br>
updates &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 100% |=========================| 2.3 kB &nbsp; &nbsp;00:00<br>
freshrpms &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 100% |=========================| 2.1 kB &nbsp; &nbsp;00:00<br>
Setting up Update Process<br>
Resolving Dependencies<br>
--&gt; Running transaction check<br>
---&gt; Package libraw1394.i386 0:1.3.0-6.fc8 set to be updated<br>
--&gt; Finished Dependency Resolution<br>
<br>
Dependencies Resolved<br>
<br>
=============================================================================<br>
 &nbsp;Package &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Arch &nbsp; &nbsp; &nbsp; Version &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Repository &nbsp; &nbsp; &nbsp; &nbsp;Size<br>
=============================================================================<br>
Updating:<br>
 &nbsp;libraw1394 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;i386 &nbsp; &nbsp; &nbsp; 1.3.0-6.fc8 &nbsp; &nbsp; &nbsp;updates &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;43 k<br>
<br>
Transaction Summary<br>
=============================================================================<br>
Install &nbsp; &nbsp; &nbsp;0 Package(s)<br>
Update &nbsp; &nbsp; &nbsp; 1 Package(s)<br>
Remove &nbsp; &nbsp; &nbsp; 0 Package(s)<br>
<br>
Total download size: 43 k<br>
Is this ok [y/N]: y<br>
Downloading Packages:<br>
Running rpm_check_debug<br>
Running Transaction Test<br>
Finished Transaction Test<br>
<br>
<br>
Transaction Check Error:<br>
 &nbsp; file /usr/lib/libraw1394.so.8.2.0 from install of<br>
libraw1394-1.3.0-6.fc8.i386 conflicts with file from package<br>
libraw1394_8-1.3.0-3_11.fc8.i386<br>
<br>
Error Summary<br>
-------------<br>
<br>
# uname -r<br>
2.6.24.4-64.fc8<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>Remove and start over.<br><br>Find out which packages you have installed<br>rpm -qa libraw1394*<br><br>Then remove them...<br>rpm -e --nodeps libraw1394-1.3.0-3_11.fc8<br><br>Then install:<br><br>yum clean all (just to be safe)<br>
<br>yum install libraw1394 <br><br><br><br><br>