Ticket 19999 - require libmariadb-dev-compat for building slurm-smd debian package
Summary: require libmariadb-dev-compat for building slurm-smd debian package
Status: OPEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: Build System and Packaging (show other tickets)
Version: 23.11.7
Hardware: Linux Linux
: 6 - No support contract
Assignee: Jacob Jenson
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2024-05-27 10:17 MDT by Eric Le Lay
Modified: 2024-05-27 10:17 MDT (History)
0 users

See Also:
Site: -Other-
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
Description Eric Le Lay 2024-05-27 10:17:57 MDT
Hi,
I haven't a support contract.

I rebuild slurm-smd packages on my own, notably to include nvml.
I used to use an updated and augmented version of old debian packages for 23.04 but then you added debian package, which is great: thanks!

slurm-smd builds without libmariadb-dev-compat, but in this case slurmdbd is unusable, right?

There is a note in [NEWS] about removing `--with mysql` in rpmbuild.
Would it make sense to add libmariadb-dev-compat to Build-Depends in debian/control?

Thanks,

[NEWS] https://github.com/SchedMD/slurm/blob/master/NEWS#L1083