(Dropping the long Cc list...) * Julien Cristau <jcris...@debian.org>, 2011-03-12, 09:56:
AIUI the problem is a missing shlibs bump (there's a symbol in 5.1.56-1 which wasn't in 5.1.49-3).
This is true. However, I wonder why vtk is using this symbol in the first place. In squeeze it was using the (superior) implementation of __cxa_pure_virtual provided by libstdc++: (sid) $ readelf -s -W /usr/lib/libvtkIO.so.5.4 | grep __cxa_pure_virtual 903: 00000000 0 FUNC GLOBAL DEFAULT UND __cxa_pure_virtual@CXXABI_1.3 (5) (squeeze) $ readelf -s -W /usr/lib/libvtkIO.so.5.6 | grep __cxa_pure_virtual 886: 00000000 0 FUNC GLOBAL DEFAULT UND __cxa_pure_virtual@libmysqlclient_16 (10) Please see #616028 for a similar bug report. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org