[Bug 278686] net-mgmt/collectd5: Fails to build with SLURM option ON
Date: Wed, 01 May 2024 17:32:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278686 Bug ID: 278686 Summary: net-mgmt/collectd5: Fails to build with SLURM option ON Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: eduardo@FreeBSD.org CC: ports@bsdserwis.com Flags: maintainer-feedback?(ports@bsdserwis.com) CC: ports@bsdserwis.com Hello, SLURM option fails with slurm-wlm-23.11.1_2 (actual version on tree). I did found this as I'm doing an exp-run on sysutils/slurm-wlm update to latest version 23.11.6 that shows same error. With this I will carry on with update. Thanks --- src/slurm.c:187:29: error: use of undeclared identifier 'NODE_STATE_REBOOT'; did you mean 'NODE_STATE_ERROR'? bool reboot_flag = (inx & NODE_STATE_REBOOT); ^~~~~~~~~~~~~~~~~ NODE_STATE_ERROR /usr/local/include/slurm/slurm.h:946:2: note: 'NODE_STATE_ERROR' declared here NODE_STATE_ERROR, /* UNUSED - node is in an error state */ ^ src/slurm.c:191:33: error: use of undeclared identifier 'NODE_STATE_POWER_SAVE' bool power_down_flag = (inx & NODE_STATE_POWER_SAVE); ^ src/slurm.c:251:14: error: use of undeclared identifier 'NODE_STATE_CANCEL_REBOOT' if (inx == NODE_STATE_CANCEL_REBOOT) ^ src/slurm.c:253:14: error: use of undeclared identifier 'NODE_STATE_POWER_SAVE' if (inx == NODE_STATE_POWER_SAVE) ^ 4 errors generated. --- -- You are receiving this mail because: You are the assignee for the bug.