+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cfengine-3.24.1nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cfengine-3.24.1nb2/work.log ===> Building for cfengine-3.24.1nb2 Making all in libntech Making all in libcompat CC generic_at.lo CC memdup.lo CC rpl_ctime.lo CC strrstr.lo In file included from generic_at.c:25: ../libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libutils/platform.h:83, from generic_at.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CCLD libcompat.la Making all in libutils CC alloc.lo CC buffer.lo CC array_map.lo CC cleanup.lo In file included from buffer.c:28: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from buffer.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC csv_writer.lo CC csv_parser.lo CC file_lib.lo In file included from file_lib.c:26: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from file_lib.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC hash_map.lo CC ip_address.lo CC json.lo In file included from hash_map.c:27: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from hash_map.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from json.c:35: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from json.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC json-utils.lo CC json-yaml.lo CC known_dirs.lo In file included from json-yaml.c:27: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from json-yaml.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC list.lo CC logging.lo CC man.lo In file included from logging.c:28: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from logging.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ logging.c:330:6: warning: conflicting types for 'LogToSystemLogStructured' due to enum/integer mismatch; have 'void(const int, ...)' [-Wenum-int-mismatch] 330 | void LogToSystemLogStructured(const int level, ...) | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from logging.c:25: ./logging.h:147:6: note: previous declaration of 'LogToSystemLogStructured' with type 'void(LogLevel, ...)' 147 | void LogToSystemLogStructured(LogLevel level, ...); | ^~~~~~~~~~~~~~~~~~~~~~~~ CC map.lo CC misc_lib.lo misc_lib.c: In function 'setenv_wrapper': misc_lib.c:156:34: warning: passing argument 1 of 'snprintf' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 156 | int string_length = snprintf(buf, buffer_size, "%s=%s", name, value); | ^~~ In file included from /usr/include/stdio.h:151, from ./platform.h:71, from misc_lib.c:26: /usr/include/iso/stdio_c99.h:82:21: note: expected 'char * restrict' but argument is of type 'const char *' 82 | extern int snprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD, | ^ CC mustache.lo CC mutex.lo CC passopenfile.lo CC path.lo CC proc_keyvalue.lo CC queue.lo CC rb-tree.lo CC refcount.lo CC ring_buffer.lo CC sequence.lo In file included from ring_buffer.c:27: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from ring_buffer.c:23: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC string_sequence.lo CC set.lo CC stack.lo CC threaded_stack.lo CC statistics.lo CC string_lib.lo CC threaded_deque.lo CC threaded_queue.lo CC unicode.lo In file included from string_lib.c:29: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from string_lib.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC version_comparison.lo CC writer.lo CC xml_writer.lo In file included from writer.c:27: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from writer.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC glob_lib.lo CC encode.lo CC hash.lo CC regex.lo CC unix_dir.lo In file included from hash.c:32: ./misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./platform.h:83, from hash.c:24: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CCLD libutils.la Making all in tests Making all in unit Making all in libcfecompat CC unused.lo CCLD libcfecompat.la Making all in libcfnet CC addr_lib.lo CC client_protocol.lo CC client_code.lo CC classic.lo In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/item_lib.h:28, from ./client_code.h:30, from client_code.c:26: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./cfnet.h:30, from client_code.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from classic.c:29: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./cfnet.h:30, from ./classic.h:27, from classic.c:26: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/unix.h:29, from client_protocol.c:41: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./cfnet.h:30, from ./client_protocol.h:28, from client_protocol.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC communication.lo CC connection_info.lo In file included from communication.c:33: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from communication.c:26: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC conn_cache.lo CC key.lo In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/item_lib.h:28, from ./client_code.h:30, from conn_cache.c:30: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from conn_cache.c:26: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC misc.lo CC net.lo CC policy_server.lo In file included from misc.c:27: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./cfnet.h:30, from misc.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC protocol.lo In file included from net.c:32: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from net.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ net.c: In function 'SendTransaction': net.c:84:42: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 6 [-Wformat-truncation=] 84 | snprintf(work, CF_INBAND_OFFSET, "%c %d", status, len); | ^~ net.c:84:38: note: directive argument in the range [-2147483648, 4088] 84 | snprintf(work, CF_INBAND_OFFSET, "%c %d", status, len); | ^~~~~~~ net.c:84:5: note: 'snprintf' output between 4 and 14 bytes into a destination of size 8 84 | snprintf(work, CF_INBAND_OFFSET, "%c %d", status, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/policy.h:28, from ../libpromises/var_expressions.h:31, from ../libpromises/eval_context.h:33, from policy_server.c:27: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./policy_server.h:35, from policy_server.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/item_lib.h:28, from ./client_code.h:30, from protocol.c:27: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./cfnet.h:30, from ./protocol.h:28, from protocol.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC protocol_version.lo CC server_code.lo CC stat_cache.lo CC tls_client.lo In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/cf3.extern.h:30, from server_code.c:5: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from server_code.c:2: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from stat_cache.c:35: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from stat_cache.c:26: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC tls_generic.lo In file included from tls_client.c:33: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./cfnet.h:30, from tls_client.c:26: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ../libpromises/cf3.defs.h:40, from tls_generic.c:25: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ../libpromises/cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CCLD libcfnet.la Making all in libenv CC constants.lo CC sysinfo.lo CC time_classes.lo CC zones.lo In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/policy.h:28, from ../libpromises/var_expressions.h:31, from ../libpromises/eval_context.h:33, from ./constants.h:32, from constants.c:25: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ./constants.h:29: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ../libpromises/cf3.defs.h:40, from ./time_classes.h:28, from time_classes.c:25: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ../libpromises/cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/policy.h:28, from ../libpromises/var_expressions.h:31, from ../libpromises/eval_context.h:33, from ./sysinfo.h:29, from sysinfo.c:29: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from sysinfo.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC unix_iface.lo In file included from ../libpromises/cf3.defs.h:40, from ../libpromises/policy.h:28, from ../libpromises/var_expressions.h:31, from ../libpromises/eval_context.h:33, from ./sysinfo.h:29, from unix_iface.c:24: ../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ../libntech/libutils/platform.h:83, from ../libpromises/eval_context.h:28: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ unix_iface.c: In function 'InitIgnoreInterfaces': unix_iface.c:846:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 846 | int ret = snprintf( | ^~~ CCLD libenv.la Making all in cf-check CC backup.lo CC cf-check.lo CC diagnose.lo CC lmdump.lo CC dump.lo CC utilities.lo CC repair.lo CC replicate_lmdb.lo CC validate.lo CC observables.lo CC cf_check-cf-check.o validate.c: In function 'CFCheck_Validate': validate.c:7:34: warning: unused parameter 'path' [-Wunused-parameter] 7 | int CFCheck_Validate(const char *path) | ~~~~~~~~~~~~^~~~ CCLD libcf-check.la CCLD cf-check Making all in libpromises CC acl_tools_posix.lo CC actuator.lo CC assoc.lo CC attributes.lo In file included from ./cf3.defs.h:40, from ./attributes.h:28, from attributes.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from acl_tools_posix.c:27: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from acl_tools_posix.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./actuator.h:28, from actuator.c:24: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./assoc.h:28, from assoc.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC audit.lo CC bootstrap.lo CC cf3globals.lo In file included from ./cf3.defs.h:40, from ./audit.h:32, from audit.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./bootstrap.h:28, from bootstrap.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from cf3globals.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC cf3lex.lo CC cf3parse.lo CC changes_chroot.lo In file included from ./cf3.defs.h:40, from ./parser_state.h:28, from cf3lex.c:34: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from cf3lex.c:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./cf3parse_logic.h:39, from cf3parse.y:26: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./var_expressions.h:31, from ./eval_context.h:33, from changes_chroot.c:28: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from changes_chroot.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC chflags.lo CC class.lo In file included from ./cf3.defs.h:40, from ./chflags.h:30, from chflags.c:27: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./class.h:27, from class.c:24: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC cmdb.lo CC constants.lo CC conversion.lo In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./var_expressions.h:31, from cmdb.c:31: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from cmdb.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./conversion.h:28, from conversion.c:26: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from constants.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC crypto.lo In file included from ./cf3.defs.h:40, from crypto.c:35: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./crypto.h:28, from crypto.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC dbm_api.lo CC dbm_migration.lo In file included from ./cf3.defs.h:40, from ./dbm_migration.h:28, from dbm_api.c:31: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from dbm_api.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./dbm_migration.h:28, from dbm_migration.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC dbm_migration_lastseen.lo CC dbm_lmdb.lo In file included from ./cf3.defs.h:40, from ./dbm_migration.h:28, from dbm_migration_lastseen.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC dbm_quick.lo In file included from ./cf3.defs.h:40, from dbm_lmdb.c:29: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC dbm_tokyocab.lo In file included from ./cf3.defs.h:40, from dbm_quick.c:29: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC enterprise_stubs.lo CC enterprise_extension.lo In file included from ./cf3.defs.h:40, from dbm_tokyocab.c:29: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC eval_context.lo In file included from ./cf3.defs.h:40, from enterprise_stubs.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC evalfunction.lo In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./var_expressions.h:31, from ./eval_context.h:33, from eval_context.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./eval_context.h:28: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./evalfunction.h:28, from evalfunction.c:26: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from evalfunction.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC exec_tools.lo In file included from ./cf3.defs.h:40, from ./exec_tools.h:29, from exec_tools.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./exec_tools.h:28: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC expand.lo In file included from ./cf3.defs.h:40, from ./expand.h:29, from expand.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC extensions.lo In file included from extensions.c:33: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from extensions.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC feature.lo In file included from ./cf3.defs.h:40, from ./syntax.h:28, from feature.c:1: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from evalfunction.c:87: evalfunction.c: In function 'FnCallUrlGet': /home/pbulk/build/sysutils/cfengine3/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | _curl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/cfengine3/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ evalfunction.c:2745:5: note: in expansion of macro 'curl_easy_setopt' 2745 | curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); // do not use signals | ^~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/cfengine3/work/.buildlink/include/curl/typecheck-gcc.h:50:15: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | _curl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/cfengine3/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ evalfunction.c:2747:5: note: in expansion of macro 'curl_easy_setopt' 2747 | curl_easy_setopt(curl, CURLOPT_VERBOSE, 0); | ^~~~~~~~~~~~~~~~ CC files_copy.lo CC files_interfaces.lo In file included from ./cf3.defs.h:40, from ./files_interfaces.h:28, from files_interfaces.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./files_copy.h:28, from files_copy.c:28: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from files_copy.c:26: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC files_lib.lo CC files_links.lo CC files_names.lo In file included from ./cf3.defs.h:40, from ./files_lib.h:28, from files_lib.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./files_links.h:28, from files_links.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./files_names.h:28, from files_names.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC files_operators.lo CC files_repository.lo CC fncall.lo In file included from ./cf3.defs.h:40, from files_repository.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./files_operators.h:28, from files_operators.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./fncall.h:28, from fncall.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC generic_agent.lo CC global_mutex.lo CC granules.lo In file included from ./cf3.defs.h:40, from ./generic_agent.h:28, from generic_agent.c:26: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC instrumentation.lo In file included from ./cf3.defs.h:40, from ./granules.h:28, from granules.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./instrumentation.h:28, from instrumentation.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC item_lib.lo In file included from ./cf3.defs.h:40, from ./item_lib.h:28, from item_lib.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC iteration.lo CC keyring.lo In file included from ./cf3.defs.h:40, from ./iteration.h:29, from iteration.c:26: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC lastseen.lo In file included from ./cf3.defs.h:40, from keyring.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC loading.lo In file included from ./cf3.defs.h:40, from lastseen.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC locks.lo In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./loading.h:28, from loading.c:24: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./locks.h:28, from locks.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC logic_expressions.lo CC matching.lo CC match_scope.lo In file included from ./cf3.defs.h:40, from logic_expressions.c:27: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from logic_expressions.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./matching.h:28, from matching.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./match_scope.h:28, from match_scope.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC math_eval.lo CC mod_access.lo CC mod_common.lo In file included from ./cf3.defs.h:40, from ./math_eval.h:28, from math_eval.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC mod_custom.lo In file included from ./cf3.defs.h:40, from ./mod_access.h:28, from mod_access.c:34: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_common.h:28, from mod_common.c:27: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_custom.h:28, from mod_custom.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC mod_databases.lo In file included from ./cf3.defs.h:40, from ./mod_databases.h:28, from mod_databases.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC mod_environ.lo CC mod_exec.lo In file included from ./cf3.defs.h:40, from ./mod_environ.h:28, from mod_environ.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_exec.h:28, from mod_exec.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC mod_files.lo CC mod_measurement.lo CC mod_methods.lo CC mod_outputs.lo In file included from ./cf3.defs.h:40, from ./mod_files.h:28, from mod_files.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_measurement.h:28, from mod_measurement.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_methods.h:28, from mod_methods.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_outputs.h:28, from mod_outputs.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC mod_packages.lo CC mod_process.lo CC mod_report.lo CC mod_services.lo In file included from ./cf3.defs.h:40, from ./mod_packages.h:28, from mod_packages.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_services.h:28, from mod_services.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_report.h:28, from mod_report.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_process.h:28, from mod_process.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC mod_storage.lo CC mod_knowledge.lo CC mod_users.lo CC modes.lo In file included from ./cf3.defs.h:40, from ./mod_storage.h:28, from mod_storage.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_knowledge.h:28, from mod_knowledge.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from modes.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./mod_users.h:28, from mod_users.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC monitoring_read.lo CC ornaments.lo CC policy.lo In file included from ./cf3.defs.h:40, from ./monitoring_read.h:30, from monitoring_read.c:26: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./ornaments.h:32, from ornaments.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC parser.lo In file included from ./cf3.defs.h:40, from ./policy.h:28, from policy.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./parser.h:28, from parser.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC patches.lo CC pipes.lo In file included from ./cf3.defs.h:40, from patches.c:33: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC processes_select.lo In file included from ./cf3.defs.h:40, from ./pipes.h:28, from pipes.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC promises.lo In file included from ./cf3.defs.h:40, from ./processes_select.h:28, from processes_select.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC rlist.lo In file included from ./cf3.defs.h:40, from ./promises.h:29, from promises.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./rlist.h:28, from rlist.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC scope.lo CC shared_lib.lo In file included from ./cf3.defs.h:40, from ./scope.h:28, from scope.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC signals.lo CC sort.lo In file included from ./cf3.defs.h:40, from ./signals.h:28, from signals.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC storage_tools.lo CC string_expressions.lo In file included from ./cf3.defs.h:40, from sort.c:29: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC syntax.lo In file included from ./cf3.defs.h:40, from string_expressions.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from storage_tools.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./syntax.h:28, from syntax.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC syslog_client.lo CC systype.lo CC timeout.lo CC unix.lo In file included from ./cf3.defs.h:40, from syslog_client.c:28: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./syslog_client.h:28, from syslog_client.c:25: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from timeout.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./unix.h:29, from unix.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC var_expressions.lo CC variable.lo CC vars.lo CC verify_classes.lo In file included from ./cf3.defs.h:40, from ./variable.h:27, from variable.c:24: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./vars.h:28, from vars.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./var_expressions.h:31, from var_expressions.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./var_expressions.h:28: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./var_expressions.h:31, from ./eval_context.h:33, from ./verify_classes.h:28, from verify_classes.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./eval_context.h:28: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC verify_reports.lo CC verify_vars.lo CC backup.lo In file included from ./cf3.defs.h:40, from ./policy.h:28, from ./var_expressions.h:31, from ./eval_context.h:33, from ./verify_vars.h:29, from verify_vars.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./eval_context.h:28: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from verify_reports.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ CC diagnose.lo CC lmdump.lo CC repair.lo CC replicate_lmdb.lo CC utilities.lo CC validate.lo CC process_unix.lo CC pipes_unix.lo In file included from process_unix.c:31: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from process_unix.c:26: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ ../cf-check/validate.c: In function 'CFCheck_Validate': ../cf-check/validate.c:7:34: warning: unused parameter 'path' [-Wunused-parameter] 7 | int CFCheck_Validate(const char *path) | ~~~~~~~~~~~~^~~~ CC process_solaris.lo In file included from ./cf3.defs.h:40, from ./pipes.h:28, from pipes_unix.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ In file included from ./cf3.defs.h:40, from process_solaris.c:25: ./../libntech/libutils/misc_lib.h:74:9: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | ^~~ In file included from ./../libntech/libutils/platform.h:83, from ./cf3.defs.h:31: /usr/include/sys/sysmacros.h:63:9: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | ^~~ process_solaris.c:35:9: warning: "_FILE_OFFSET_BITS" redefined 35 | #define _FILE_OFFSET_BITS 32 | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:37, from ./../libntech/libutils/platform.h:71: /usr/include/sys/feature_tests.h:243:9: note: this is the location of the previous definition 243 | #define _FILE_OFFSET_BITS 64 | ^~~~~~~~~~~~~~~~~ process_solaris.c: In function 'GetProcessPsinfo': process_solaris.c:50:28: error: passing argument 2 of 'FullRead' from incompatible pointer type [-Wincompatible-pointer-types] 50 | int res = FullRead(fd, psinfo, sizeof(*psinfo)); | ^~~~~~ | | | psinfo_t * {aka struct psinfo *} In file included from process_solaris.c:28: ./../libntech/libutils/file_lib.h:76:34: note: expected 'char *' but argument is of type 'psinfo_t *' {aka 'struct psinfo *'} 76 | ssize_t FullRead(int desc, char *ptr, size_t len); | ~~~~~~^~~ process_solaris.c: In function 'GetProcessPstatus': process_solaris.c:79:28: error: passing argument 2 of 'FullRead' from incompatible pointer type [-Wincompatible-pointer-types] 79 | int res = FullRead(fd, pstatus, sizeof(*pstatus)); | ^~~~~~~ | | | pstatus_t * {aka struct pstatus *} ./../libntech/libutils/file_lib.h:76:34: note: expected 'char *' but argument is of type 'pstatus_t *' {aka 'struct pstatus *'} 76 | ssize_t FullRead(int desc, char *ptr, size_t len); | ~~~~~~^~~ gmake[3]: *** [Makefile:957: process_solaris.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[2]: *** [Makefile:737: all] Error 2 gmake[1]: *** [Makefile:717: all-recursive] Error 1 gmake: *** [Makefile:606: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/cfengine3 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/cfengine3