Date: Wed, 01 May 2024 17:32:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278686] net-mgmt/collectd5: Fails to build with SLURM option ON Message-ID: <bug-278686-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278686 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 la= test 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 =3D (inx & NODE_STATE_REBOOT); ^~~~~~~~~~~~~~~~~ NODE_STATE_ERROR /usr/local/include/slurm/slurm.h:946:2: note: 'NODE_STATE_ERROR' declared h= ere NODE_STATE_ERROR, /* UNUSED - node is in an error state */ ^ src/slurm.c:191:33: error: use of undeclared identifier 'NODE_STATE_POWER_S= AVE' bool power_down_flag =3D (inx & NODE_STATE_POWER_SAVE); ^ src/slurm.c:251:14: error: use of undeclared identifier 'NODE_STATE_CANCEL_REBOOT' if (inx =3D=3D NODE_STATE_CANCEL_REBOOT) ^ src/slurm.c:253:14: error: use of undeclared identifier 'NODE_STATE_POWER_S= AVE' if (inx =3D=3D NODE_STATE_POWER_SAVE) ^ 4 errors generated. --- --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278686-7788>