/usr/share/lintian/overrides/libslurmdb-perl is in libslurmdb-perl 17.11.2-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # The SLURM plugins are shared object used by multiple executables. Some
# of these executable cannot resolve all symbols contained in the
# plugins at startup since these symbols are defined in a different
# executable.
#
# e.g. both sinfo and slurmctld use select_linear.so and when running
# sinfo linked with ld -z now (bindnow option) we get:
# sinfo: error: plugin_load_from_file:
# dlopen(/usr/lib/x86_64-linux-gnu/slurm/select_linear.so):
# /usr/lib/x86_64-linux-gnu/slurm/select_linear.so: undefined symbol: slurm_job_preempt_mode
#
# This happens because because slurm_job_preempt_mode is contained in
# /usr/sbin/slurmctld and will never be referenced when running sinfo.
hardening-no-bindnow
|