Package: collectd-core
Version: 5.10.0-1+b1
Severity: important

--- Please enter the report below this line. ---

After upgrading from 5.9.2.g-1, I have the following error:

ERROR: dlopen("/usr/lib/collectd/python.so") failed:
/usr/lib/collectd/python.so: undefined symbol: PyFloat_Type. The most
common cause for this problem is missing dependencies. Use ldd(1) to
check the dependencies of the plugin / shared object.

And indeed, it seems something is not going well:

# ldd /usr/lib/collectd/python.so
    linux-vdso.so.1 (0x000003d3671df000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x000003d36719c000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000003d366fdc000)
    /lib64/ld-linux-x86-64.so.2 (0x000003d3671e1000)

For information, the same output with collectd-core 5.9.2.g-1:

# ldd /usr/lib/collectd/python.so
    linux-vdso.so.1 (0x0000037928c2f000)
    libpython3.7m.so.1.0 =>
/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0 (0x000003792871d000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00000379286fc000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000003792853c000)
    libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1
(0x000003792850f000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00000379284f2000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00000379284ed000)
    libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00000379284e6000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00000379283a1000)
    /lib64/ld-linux-x86-64.so.2 (0x0000037928c31000)

Something is missing somewhere :)

I'm available for more testing,

Adrien

Reply via email to