Hello Dan, On 3/30/21 01:24, Dan Langille wrote: > NOTE: this does not stop the build from 'succeeding'. > > I noticed this with 11.0.2 and then verified it also occurs with 11.0.1 > > ==>Entering directory > /wrkdirs/usr/ports/sysutils/bacula11-server/work/bacula-11.0.2/src/stored > ==>Entering directory > /wrkdirs/usr/ports/sysutils/bacula11-server/work/bacula-11.0.2/src/tools > bsparse.c:28:10: fatal error: 'stropts.h' file not found > #include <stropts.h> > ^~~~~~~~~~~ > 1 error generated. > test-cpp.c:35:13: error: invalid token in macro parameter list > # define ok(1, "typeof not available") > ^ > 1 error generated. > *** Error code 1 > > > What are the implications of running the resulting binaries with that failure?
This error is generated during the "make depends" step on a test tool that is not used by Bacula. The second error is on an other test tool for the typeof() detection. Nothing to worry, but the code should be adapted to freebsd, or be removed. Thanks for the testing and the reporting. Best Regards, Eric _______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel