some .la files include /usr/lib/opengl/<implementation> in their dependency_libs information this has caused issues with the xfree/xorg-x11 switchover as some .la files point to non-existant /usr/lib/opengl/xfree/lib/libGL.la (see Bug 47981 for example) solution i believe is something like this: cd /usr/lib sed -i 's:/usr/lib/opengl/[^/]*/lib/libGL\.la:/usr/lib/libGL.la:' `grep /usr/lib/opengl *.la` the idea is to replace all cases of /usr/lib/opengl/<implementation>/libGL.la with /usr/lib/libGL.la (which is a symlink to the proper implementation libGL.la)
*** Bug 47981 has been marked as a duplicate of this bug. ***
*** Bug 48665 has been marked as a duplicate of this bug. ***
*** Bug 50995 has been marked as a duplicate of this bug. ***
Fixed in 1.7.