[Bug 1848960] Re: rrdtool won't run, can't find symbols in libpangoft2-1.0.so.0

2019-10-20 Thread Pavel Malyshev
The symbol is there in libfontconfig: # objdump -TC /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 | grep FcWeightToOpenType 00022450 gDF .text 0077 BaseFcWeightToOpenType However rrdtool picks up incorrect library: # ldd /usr/bin/rrdtool | grep fontconfig

[Bug 1848960] Re: rrdtool won't run, can't find symbols in libpangoft2-1.0.so.0

2019-10-20 Thread Pavel Malyshev
Actually it is libpangoft2 cannot find symbols: # objdump -TC /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 | grep FcWeightToOpenType DF *UND* FcWeightToOpenType ** Changed in: rrdtool (Ubuntu) Status: New => Invalid -- You received