Description of problem: Updating my system today via yum I get: Updating : gcc-gnat ##################### [ 35/112] install-info: menu item `GNAT User's Guide' already exists, for file `gnat_ug' I seem to remember seeing something similar before, but didn't report. Version-Release number of selected component (if applicable): gcc-gnat-4.0.0-8 How reproducible: Dunno Steps to Reproduce: 1. Update gcc-gnat 2. 3. Actual results: Expected results: Additional info:
Was this an upgrade from FC3 (or earlier) or some (much older) FC4 test release? There used to be a buggy gcc4 rpm or two many months ago, if you installed them, the only fix was to manually edit /usr/share/info/dir. But as that was not in upgrade path from any rpm released as part of a stable distribution or update thereof, it IMHO did not need ugly %post hacks.
This was an upgrade from FC3 to FC4t2 and then (by tracking the development branch + installing the fedora-release-3.92-1 package) FC4t3. Mostly updated daily since FC4t2 + 1 week or so. What shoukd I edit by hand, if that is the correct fix?
Can you please post result of grep gnat /usr/share/info/dir ?
[vonbrand@laptop11 cogito]$ grep gnat /usr/share/info/dir * gpgv: (gpgv). signature verification tool * GNAT Reference Manual: (gnat_rm). Reference Manual for GNU Ada tools. * GNAT User's Guide: (gnat_ug). User's Guide for GNU Ada tools. * gnat-style: (gnat-style). GNAT Coding Style
Either remove the * GNAT User's Guide: (gnat_ug). User's Guide for GNU Ada tools. line and next gcc-gnat install will fix it up, or replace (gnat_ug) with (gnat_ugn_unw).