https://bugzilla.novell.com/show_bug.cgi?id=224103 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|thegordo.john@gmail.com | ------- Comment #7 from andreas.hanke@gmx-topmail.de 2006-11-28 10:44 MST ------- I found the reason. You have the package arcad_eval installed. This package provides a private copy of libXm.so.4 (it shouldn't). This gets the depsolver confused because the depsolver "thinks" that the dependency of ddd on libXm.so.4 is satisfied, but actually it is not because the copy shipped by arcad_eval is private. There are basically 2 possible solutions: - Make ddd explicitly require openmotif-libs. This solution is bad because it does not fix the problem for other Motif applications which are affected by the same problem. - Prevent arcad_eval from exporting the private libXm.so.4 by removing it from the package; use the system-wide libXm.so.4 instead. This would be the best solution, but needs to be blessed by a lawyer because arcad_eval is a commercial package that cannot be modified. :-( - Hide the dependency from rpm by filtering it would. This is what we did with NX when it caused a similar problem some time ago. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.