Bug 174519 - Unable to update
Summary: Unable to update
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-29 18:44 UTC by Christophe Lambin
Modified: 2014-01-21 22:53 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-29 18:48:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Christophe Lambin 2005-11-29 18:44:58 UTC
Description of problem:
I'm currently unable to update my system. This appears to be a dependency
problem with wxGTK:

$ sudo yum update
[...]
--> Populating transaction set with selected packages. Please wait.
---> Package kernel-doc.noarch 0:2.6.14-1.1644_FC4 set to be updated
---> Package kernel.i686 0:2.6.14-1.1644_FC4 set to be installed
---> Package kernel-smp.i686 0:2.6.14-1.1644_FC4 set to be installed
---> Package wxGTK.i386 0:2.6.2-0.2.fc4 set to be updated
---> Package wxGTK-gl.i386 0:2.6.2-0.2.fc4 set to be updated
---> Package amule.i386 0:2.0.3-2.2.fc4 set to be updated
---> Package kernel-smp-devel.i686 0:2.6.14-1.1644_FC4 set to be installed
--> Running transaction check
--> Processing Dependency: libwx_gtk2-2.4.so.0 for package: wxPythonGTK2
--> Processing Dependency: libwx_gtk2-2.4.so.0(WXGTK2_2.4) for package: wxPythonGTK2
--> Processing Dependency: libwx_gtk2_gl-2.4.so.0(WXGTK2_2.4) for package:
wxPythonGTK2
--> Processing Dependency: libwx_gtk2_gl-2.4.so.0 for package: wxPythonGTK2
--> Finished Dependency Resolution
Error: Missing Dependency: libwx_gtk2-2.4.so.0 is needed by package wxPythonGTK2
Error: Missing Dependency: libwx_gtk2-2.4.so.0(WXGTK2_2.4) is needed by package
wxPythonGTK2
Error: Missing Dependency: libwx_gtk2_gl-2.4.so.0(WXGTK2_2.4) is needed by
package wxPythonGTK2
Error: Missing Dependency: libwx_gtk2_gl-2.4.so.0 is needed by package wxPythonGTK2


However, wxGTK is installed and has the required libraries:

$ rpm -q wxGTK2
wxGTK2-2.4.2-12
$ rpm -ql wxGTK2 | grep libwx_gtk2-2.4.so.0
/usr/lib/libwx_gtk2-2.4.so.0
/usr/lib/libwx_gtk2-2.4.so.0.1.1


How reproducible:
Always

Comment 1 Ignacio Vazquez-Abrams 2005-11-29 18:48:43 UTC
This is a probem with wxGTK2 and wxPythonGTK2, not yum.


Note You need to log in before you can comment on or make changes to this bug.