Comment 12 for bug 2029910

Revision history for this message
Jean-Francois Simoneau (jfsimoneau) wrote :

I managed to go around the issue by extracting libtsan_preinit.o from libgcc-10-dev and manually installing it to /usr/lib/gcc/x86_64-linux-gnu/9/libtsan_preinit.o.

In a temporary directory:
apt-get download libgcc-10-dev
dpkg -x "libgcc-10-dev_10.5.0-1ubuntu1~20.04_amd64.deb" .
sudo cp usr/lib/gcc/x86_64-linux-gnu/10/libtsan_preinit.o /usr/lib/gcc/x86_64-linux-gnu/9/