seth vidal wrote: > On Wed, 2006-05-10 at 14:40 +0800, Jane Lim wrote: >> Hi all, >> >> I keep getting a transaction error (see below) when I do yum update on >> my Fedora Core 4 system. I've checked the archives here fro similar >> errors but they refer to other types of file. >> (https://lists.dulug.duke.edu/pipermail/yum/2005-October/007672.html). >> Could someone out there please give some pointers on how to resolve >> this problem? I really should update the system because it keeps >> rebooting on me. :( >> >> Thanks in advance. >> >> -jlim >> >> >> --snipped-- >> >> --> Running transaction check >> >> Dependencies Resolved >> >> ============================================================================= >> Package Arch Version Repository >> Size >> ============================================================================= >> Installing: >> compat-wxGTK-common i386 2.4.2-17.fc4 extras >> 516 k >> replacing wxGTK-common.i386 2.4.2-12 >> >> compat-wxGTK2 i386 2.4.2-17.fc4 extras >> 1.5 M >> replacing wxGTK2.i386 2.4.2-12 >> >> compat-wxGTK2-stc i386 2.4.2-17.fc4 extras >> 278 k >> replacing wxGTK2-stc.i386 2.4.2-12 >> >> compat-wxGTK2-xrc i386 2.4.2-17.fc4 extras >> 172 k >> replacing wxGTK2-xrc.i386 2.4.2-12 >> >> kernel i686 2.6.16-1.2108_FC4 >> updates-released 15 M >> wxGTK i386 2.6.3-2.6.3.2.1.fc4 extras >> 3.4 M >> replacing wxGTK2-stc.i386 2.4.2-12 >> >> Updating: >> --snipped-- >> Transaction Check Error: >> file /usr/share/locale/cs/LC_MESSAGES/wxstd.mo confli cts between >> attempted installs of compat-wxGTK-common-2.4.2-17.fc4 and >> wxGTK-2.6 .3-2.6.3.2.1.fc4 >> file /usr/share/locale/da/LC_MESSAGES/wxstd.mo conflicts between >> attempted ins talls of compat-wxGTK-common-2.4.2-17.fc4 and >> wxGTK-2.6.3-2.6.3.2.1.fc4 > > Look for bugs about those two packages in fedora's bugzilla. iirc > there's been some problem with them there that needs to get fixed. Yes, some apps require wxGTK 2.6, while others require 2.4. I think I worked around it by not having two repo's enabled, one that required 2.4, and the other that required 2.6. rpm -e wxGTK will give errors saying what packages are relying on it. I then yum --disablerepo=freshrpms --disablerepo=extras update was able to get the core updates installed. DaveT.