Hide Forgot
Description of problem: This warning appears in gdb when trying to debug gnucash: warning: "/usr/lib/debug/usr/lib/sse2/libgmp.so.3.5.0.debug": separate debug info file has no debug info It seems the gmp-debuginfo package doesn't contain the proper debug info for libgmp.so.3.5.0 Version-Release number of selected component (if applicable): rpm -q --whatprovides /usr/lib/debug/usr/lib/sse2/libgmp.so.3.5.0.debug gmp-debuginfo-4.3.1-7.fc14.i686 How reproducible: This message appears in gdb when debugging a program that is linked against libgmp, for example gnucash. Steps to Reproduce: 1. Build gnucash with debugging enabled 2. gdb gnucash 3. run Actual results: The warning appears. Expected results: The gdb debugger finds the proper debug symbols.
gmp-4.3.2-4.fc16