[debian-mysql] Bug#617240: Bug#617240: Please rebuild vtk on amd64
Jakub Wilk
jwilk at debian.org
Sat Mar 12 10:07:50 UTC 2011
(Dropping the long Cc list...)
* Julien Cristau <jcristau at 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 at 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 at libmysqlclient_16 (10)
Please see #616028 for a similar bug report.
--
Jakub Wilk
More information about the pkg-mysql-maint
mailing list