On Mon, 24 Aug 2020 at 21:29, andy pugh <[email protected]> wrote: > dpkg-shlibdeps: warning: symbol _Z5DWELLd used by > debian/linuxcnc-uspace/usr/lib/libcanterp.so.0 found in none of the > libraries > ... > dpkg-shlibdeps: warning: package could avoid a useless dependency if > debian/linuxcnc-uspace/usr/bin/halscope > debian/linuxcnc-uspace/usr/bin/halmeter > debian/linuxcnc-uspace/usr/bin/classicladder were not linked against > libcairo.so.2 (they use none of the library's symbols)
So, I found a way to silence these warnings: dh_shlibdeps -u--warnings=0 in rules.in. But that still leaves three: dpkg-shlibdeps: warning: can't extract name and version from library name 'libtk8.6.so' dpkg-shlibdeps: warning: can't extract name and version from library name 'libtk8.6.so' dpkg-shlibdeps: warning: can't extract name and version from library name 'libtk8.6.so' Which, again, don't think we can control? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
