i am currently debugging use eclipse. when I start debugging the below message appears in the debug console. It was much longer but I managed to remove most of the warnings. By any chance does anyone know how to fix this. I am running openSUSE 11.3 (x86_64).
warning: the debug information found in “/usr/lib/debug//lib64/ld-2.11.2.so.debug” does not match “/lib64/ld-linux-x86-64.so.2” (CRC mismatch).
warning: the debug information found in “/usr/lib/debug/lib64/ld-2.11.2.so.debug” does not match “/lib64/ld-linux-x86-64.so.2” (CRC mismatch).
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C “debuginfo(build-id)=cb584e8640c40d7b4adb4c44eb44e2f30bb274dc”
warning: the debug information found in “/usr/lib/debug//lib64/libpthread-2.11.2.so.debug” does not match “/lib64/libpthread.so.0” (CRC mismatch).
warning: the debug information found in “/usr/lib/debug/lib64/libpthread-2.11.2.so.debug” does not match “/lib64/libpthread.so.0” (CRC mismatch).
Missing separate debuginfo for /lib64/libpthread.so.0
Try: zypper install -C “debuginfo(build-id)=0bfcf306c464b3ab89bd3e485c4f813196fecca5”
[Thread debugging using libthread_db enabled]
warning: the debug information found in “/usr/lib/debug//lib64/libc-2.11.2.so.debug” does not match “/lib64/libc.so.6” (CRC mismatch).
warning: the debug information found in “/usr/lib/debug/lib64/libc-2.11.2.so.debug” does not match “/lib64/libc.so.6” (CRC mismatch).
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C “debuginfo(build-id)=8626ba66937eea83fbe594766f27ecd27bc0ab0d”
warning: the debug information found in “/usr/lib/debug//lib64/libdl-2.11.2.so.debug” does not match “/lib64/libdl.so.2” (CRC mismatch).
warning: the debug information found in “/usr/lib/debug/lib64/libdl-2.11.2.so.debug” does not match “/lib64/libdl.so.2” (CRC mismatch).
Missing separate debuginfo for /lib64/libdl.so.2
Try: zypper install -C “debuginfo(build-id)=b32241719a8a0234bb425377e47155231deadf26”