Comment 6 for bug 1510495

Revision history for this message
GautierPortet (kassoulet) wrote :

This is the symbol looked by python-mapnik:
_ZN6mapnik6filter19parse_image_filtersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorINS_4util7variantIJNS0_4blurENS0_4grayENS0_14agg_stack_blurENS0_6embossENS0_7sharpenENS0_11edge_detectENS0_5sobelENS0_10x_gradientENS0_10y_gradientENS0_6invertENS0_10scale_hslaENS0_14colorize_alphaENS0_14color_to_alphaEEEESaISP_EE

This is the closest symbol in /usr/lib/libmapnik.so.3.0:
_ZN6mapnik6filter19parse_image_filtersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorINS_4util7variantIINS0_4blurENS0_4grayENS0_14agg_stack_blurENS0_6embossENS0_7sharpenENS0_11edge_detectENS0_5sobelENS0_10x_gradientENS0_10y_gradientENS0_6invertENS0_10scale_hslaENS0_14colorize_alphaENS0_14color_to_alphaENS0_21color_blind_protanopeENS0_23color_blind_deuteranopeENS0_21color_blind_tritanopeEEEESaISS_EE

Looks like color_blind_* are missing, probably not compiled with the right version?