Hi,
Thats what I use in the gitlab ci and don't see these error anywhere
with slurm 24.11.6, on ubuntu 24.04 and 22.04
apt update && apt upgrade --yes
apt-get install --yes build-essential fakeroot devscripts munge equivs
curl --remote-name
"https://download.schedmd.com/slurm/slurm-${SLURM_VERSION}".tar.bz2
tar --extract --auto-compress --file="slurm-${SLURM_VERSION}.tar.bz2"
cd "slurm-${SLURM_VERSION}"
apt install --yes libmariadb-dev systemd
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes
--no-install-recommends --yes' debian/control
debuild -b -uc -us
Best
Paul
apt update && apt upgrade --yes
apt-get install --yes build-essential fakeroot devscripts munge equivs
curl --remote-name
"https://download.schedmd.com/slurm/slurm-${SLURM_VERSION}".tar.bz2
tar --extract --auto-compress --file="slurm-${SLURM_VERSION}.tar.bz2"
cd "slurm-${SLURM_VERSION}"
apt install --yes libmariadb-dev systemd
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes
--no-install-recommends --yes' debian/control
debuild -b -uc -us
On 7/22/25 17:17, John Hearns via slurm-users wrote:
I am trying to build Slurm version 24.11.6 on an Ubuntu 22.04 system.
I download and unpack the source
mk-build-deps -i debian/control (not run as root)
debuild -b -uc -us
I get this error repeated many times:
dpkg-shlibdeps: warning: can't extract name and version from library name
'libslurmfull.so'
Has anyone seen similar issues?
For information, there is an existing SLurm installation on this syste,
with version 21 dpkgs from the Ubuntu repository.
--
slurm-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]