On 31.01.2017 13:05, James Cowgill wrote:
> $ c++filt 
> _ZNK2sf6StringcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEv
> sf::String::operator std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >() const
> 
> This seems to be one of the conversion operator ABI breaks described in
> the GCC 7 porting guide, so I have cloned this bug to libsfml to deal
> with that for buster.
> 
> Do you have a plan to identify these in general for the whole archive
> (maybe scanning symbol tables)? The only reason this was caught was
> python-sfml's test suite.

sorry, had the test rebuild first, didn't do any further analysis besides the 
ICEs.

you probably could also look at the dpkg-gensymbols failures in the test rebuild
to identify more of these issues.  Do we have a list of all these symbols 
involved?

Matthias

Reply via email to