Hide Forgot
Description of problem: Package graphviz-gd shows Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6 Version-Release number of selected component (if applicable): graphviz-gd-2.26.0-7.el6.i686 How reproducible: Always Steps to Reproduce: 1. Install package and dependencies 2. Remove packages with "RPM -e" Actual results: Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6" - file not found Expected results: Clean output
Reproducer: # yum install graphviz-gd # rpm -e graphviz-gd
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously there were printed several warnings during removal of graphviz-gd package. This was caused by "dot -c" command that was run in %postun scriptlet. This command recreates graphviz config files to be up-to-date with the current state of installed plugins. It tries to load plugins specified there and if it fails it prints warning. This behavior may be confusing thus the warnings were silenced.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-1291.html