Le 29/11/2011 19:53, Dan Youngquist a écrit :
This is my first install of 3.5.13. The bug report says it was there in 3.5.12, but it never showed up for me in several installs on several different distros. I have a few machines that need to be upgraded; what are the chances it'll show up on them? Or would I be better off staying with 3.5.12 on Maverick for the moment?
It's a little bug easily solved without waiting. First, go to http://bugs.trinitydesktop.org/show_bug.cgi?id=554 and download the patch (libart-remove-asserts.patch). Then, open konsole, paste this and press 'Enter':
# download ubuntu's source package: apt-get source libart-2.0-2 # patch the sources: cd libart-lgpl-2.3.21 patch -Np1 -i ../libart-remove-asserts.patch # build the package: cd .. apt-get -b source # install it: sudo dpkg -i libart-2.0-2_2.3.21-1_amd64.deb
That,s all.