Source: silly
Version: 0.1.0-2
Severity: important

the package is missing a build dependency on pkg-config causing it to
fail to link against libpng:

ldd -r /usr/lib/libSILLY.so.1
undefined symbol: png_create_read_struct        (/usr/lib/libSILLY.so.1)
undefined symbol: png_get_rows  (/usr/lib/libSILLY.so.1)
undefined symbol: png_get_image_height  (/usr/lib/libSILLY.so.1)
undefined symbol: png_get_image_width   (/usr/lib/libSILLY.so.1)
undefined symbol: png_set_read_fn       (/usr/lib/libSILLY.so.1)
undefined symbol: png_create_info_struct        (/usr/lib/libSILLY.so.1)
undefined symbol: png_error     (/usr/lib/libSILLY.so.1)
undefined symbol: png_get_bit_depth     (/usr/lib/libSILLY.so.1)
undefined symbol: png_set_error_fn      (/usr/lib/libSILLY.so.1)
undefined symbol: png_read_png  (/usr/lib/libSILLY.so.1)
undefined symbol: png_get_channels      (/usr/lib/libSILLY.so.1)
undefined symbol: png_destroy_read_struct       (/usr/lib/libSILLY.so.1)
undefined symbol: png_get_io_ptr        (/usr/lib/libSILLY.so.1)

this was also detected by dpkg-shlibdep, please read the build log
carefully!

adding the build dependency pkg-config fixes the issue.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to