yum update problems
I get the following error when I try to update using yum:
Error: Package: clang-2.9-6.fc16.x8664 (@updates) Requires: gcc-c++ = 4.6.2 Removing: gcc-c++-4.6.2-1.fc16.x8664 (@fedora) gcc-c++ = 4.6.2-1.fc16 Updated By: gcc-c++-4.6.3-2.fc16.x86_64 (updates) gcc-c++ = 4.6.3-2.fc16
The current version of gcc that I have installed is 4.6.2, and I have tried installing everything expect the gcc update. I also get the following errors from apper:
libgomp-4.6.2-1.fc16.i686 libgomp-4.6.2-1.fc16.i686> libgomp-4.6.2-1.fc16.i686 libgomp-4.6.2-1.fc16.i686 clang-2.9-6.fc16.x8664 requires gcc-c++ = 4.6.2 : Protected multilib versions: libgcj-devel-4.6.2-1.fc16.i686 != libgcj-devel-4.6.3-2.fc16.x8664 Protected multilib versions: libgfortran-4.6.3-2.fc16.x8664 != libgfortran-4.6.2-1.fc16.i686 Protected multilib versions: libgcj-4.6.2-1.fc16.i686 != libgcj-4.6.3-2.fc16.x8664 Protected multilib versions: libquadmath-4.6.3-2.fc16.x8664 != libquadmath-4.6.2-1.fc16.i686 Protected multilib versions: libjpeg-turbo-1.2.0-1.fc16.x8664 != libjpeg-turbo-1.1.1-3.fc16.i686 Protected multilib versions: libgomp-4.6.3-2.fc16.x86_64 != libgomp-4.6.2-1.fc16.i686
Any guidance will be appreciated.