Hi Everyone, I am getting the following build errors with Slurm 22.05.2:
../../../src/api/libslurm.o: In function `x11_str2flags': /storage/slurm-22.05.2/src/common/x11_util.c:66: multiple definition of `x11_str2flags' mgr.o:/storage/slurm-22.05.2/src/slurmd/slurmstepd/../../../src/common/x11_util.c:66: first defined here ../../../src/api/libslurm.o: In function `x11_delete_xauth': /storage/slurm-22.05.2/src/common/x11_util.c:275: multiple definition of `x11_delete_xauth' mgr.o:/storage/slurm-22.05.2/src/slurmd/slurmstepd/../../../src/common/x11_util.c:275: first defined here ../../../src/api/libslurm.o: In function `x11_flags2str': /storage/slurm-22.05.2/src/common/x11_util.c:82: multiple definition of `x11_flags2str' mgr.o:/storage/slurm-22.05.2/src/slurmd/slurmstepd/../../../src/common/x11_util.c:82: first defined here ../../../src/api/libslurm.o: In function `x11_get_display': /storage/slurm-22.05.2/src/common/x11_util.c:103: multiple definition of `x11_get_display' mgr.o:/storage/slurm-22.05.2/src/slurmd/slurmstepd/../../../src/common/x11_util.c:103: first defined here ../../../src/api/libslurm.o: In function `x11_get_xauth': /storage/slurm-22.05.2/src/common/x11_util.c:156: multiple definition of `x11_get_xauth' mgr.o:/storage/slurm-22.05.2/src/slurmd/slurmstepd/../../../src/common/x11_util.c:156: first defined here ../../../src/api/libslurm.o: In function `x11_set_xauth': /storage/slurm-22.05.2/src/common/x11_util.c:219: multiple definition of `x11_set_xauth' mgr.o:/storage/slurm-22.05.2/src/slurmd/slurmstepd/../../../src/common/x11_util.c:219: first defined here collect Has anyone else seen these errors? --John