Unable to complete 12 steps
Error Description
fifo.c: In function āsched_settings_frm_svrā:
fifo.c:2414:4: error: format not a string literal and no format arguments [-Werror=format-security]
(void)snprintf(path_log, sizeof(path_log), tmp_log_dir);
^
fifo.c:2414:4: error: format not a string literal and no format arguments [-Werror=format-security]
fifo.c:2483:8: warning: ignoring return value of āftruncateā, declared with attribute warn_unused_result [-Wunused-result]
(void)ftruncate(lockfds, (off_t)0);
^
fifo.c:2486:7: warning: ignoring return value of āwriteā, declared with attribute warn_unused_result [-Wunused-result]
(void)write(lockfds, log_buffer, strlen(log_buffer));
^
cc1: some warnings being treated as errors
Makefile:826: recipe for target ālibpbs_sched_a-fifo.oā failed
make[3]: *** [libpbs_sched_a-fifo.o] Error 1
make[3]: Leaving directory '/root/build/build/pbspro-18.1.0/src/schedulerā
Makefile:503: recipe for target āall-recursiveā failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/root/build/build/pbspro-18.1.0/srcā
Makefile:537: recipe for target āall-recursiveā failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/build/build/pbspro-18.1.0ā
dh_auto_build: make -j1 returned exit code 2
debian/rules:18: recipe for target ābuildā failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Looks like a much newer version of gcc than I normally use (4.8.5) that must be more sensitive to certain types of errors. Please consider filing a bug at https://pbspro.atlassian.net/ and feel free to contribute a fix! If you donāt file a bug, please let us know and someone will get one filed. Thanks!