Comment 2 for bug 584477

Revision history for this message
Tormod Volden (tormodvolden) wrote :

Thanks for your report. This is a known issue, the underlying issue in bug #566602 was fixed and it will be solved next time the mesa packages are rebuilt. However this will probably only happen next time there is an important update. I am currently working on an SRU'able patch for a mesa bug so hopefully this will happen soon.

For now, you can fix the CRC like this:

sudo objcopy -R .gnu_debuglink --add-gnu-debuglink=/usr/lib/debug/usr/lib/mesa/libGL.so.1.2 /usr/lib/mesa/libGL.so.1.2

sudo objcopy -R .gnu_debuglink --add-gnu-debuglink=/usr/lib/debug/usr/lib/dri/r300_dri.so /usr/lib/dri/r300_dri.so

...etc...