Well you should know that yum is a bit of a problem on multlib(64-bit and 32-bit libs) systems. Instead of attempting to download and install so many updates at one time it would be better to make smaller updates happen.
Code:
Install 9 Package(s)
Update 405 Package(s)
Remove 0 Package(s)
First things first update yum (to fix a few bugs); yum update yum
Next update in portions for example; yum update kernel libselinux udev hal
With your issue try something like;
yum remove frysk-0.0.1.2006.10.02.rh1-1.fc6.i386
yum update frysk
So you can see why;
Code:
=============================================================================
Installing:
frysk x86_64 0.0.1.2006.12.22.rh1-1.fc6 updates 7.3 M
frysk i686 0.0.1.2006.10.02.rh1-1.fc6 core 8.2 M
Installing for dependencies:
cairo-java i386 1.0.5-3.fc6 core 190 k
cairo-java x86_64 1.0.5-3.fc6 core 196 k
glib-java i386 0.2.6-3.fc6 core 56 k
glib-java x86_64 0.2.6-3.fc6 core 57 k
libgconf-java x86_64 2.12.4-5.fc6 updates 74 k
libglade-java x86_64 2.12.5-3.fc6 core 100 k
libglade-java i386 2.12.5-3.fc6 core 96 k
libgnome-java i386 2.12.4-3.fc6 core 453 k
libgnome-java x86_64 2.12.4-3.fc6 core 471 k
libgtk-java i386 2.8.7-2.fc6 updates 2.0 M
libgtk-java x86_64 2.8.7-2.fc6 updates 2.2 M
libvte-java i386 0.12.1-5.fc6 updates 71 k
libvte-java x86_64 0.12.1-5.fc6 updates 73 k
vte i386 0.14.1-1.fc6 updates 460 k
Transaction Summary
=============================================================================
Install 16 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 22 M
Is this ok [y/N]:
.