File: libslurm-perl.lintian-overrides

package info (click to toggle)
slurm-wlm 22.05.8-4%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 48,492 kB
  • sloc: ansic: 475,246; exp: 69,020; sh: 8,862; javascript: 6,528; python: 6,444; makefile: 4,185; perl: 4,069; pascal: 131
file content (14 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (37)
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