=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/cfengine3", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for cfengine-3.24.1nb8 Making all in libntech Making all in libcompat CC generic_at.lo CC memdup.lo CC rpl_ctime.lo In file included from generic_at.c:25: ../libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC strrstr.lo CCLD libcompat.la Making all in libutils CC alloc.lo CC array_map.lo CC buffer.lo In file included from buffer.c:28: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC cleanup.lo CC csv_writer.lo CC csv_parser.lo CC file_lib.lo CC hash_map.lo CC ip_address.lo In file included from file_lib.c:26: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | In file included from hash_map.c:27: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC json.lo In file included from json.c:35: ./misc_lib.h:74: 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: 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 In file included from json-yaml.c:27: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC known_dirs.lo CC list.lo CC logging.lo CC man.lo CC map.lo In file included from logging.c:28: ./misc_lib.h:74: 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: 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 misc_lib.lo CC mustache.lo CC mutex.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:152, 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 passopenfile.lo CC path.lo CC proc_keyvalue.lo CC queue.lo CC rb-tree.lo CC refcount.lo CC ring_buffer.lo In file included from ring_buffer.c:27: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC sequence.lo 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 In file included from string_lib.c:29: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC unicode.lo CC version_comparison.lo CC writer.lo CC xml_writer.lo CC glob_lib.lo In file included from writer.c:27: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC encode.lo CC hash.lo CC regex.lo In file included from hash.c:32: ./misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC unix_dir.lo 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 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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC classic.lo CC communication.lo In file included from classic.c:29: ../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC connection_info.lo In file included from communication.c:33: ../libntech/libutils/misc_lib.h:74: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC misc.lo CC net.lo In file included from misc.c:27: ../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC policy_server.lo In file included from net.c:32: ../libntech/libutils/misc_lib.h:74: 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: 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC protocol.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 policy_server.c:27: ../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC protocol_version.lo 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | In file included from tls_client.c:33: ../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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 ../libpromises/cf3.defs.h:40, from tls_generic.c:25: ../libntech/libutils/misc_lib.h:74: 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: 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 time_classes.lo CC sysinfo.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 sysinfo.c:29: ../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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 ./constants.h:32, from constants.c:25: ../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC zones.lo 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: 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: 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 validate.c: In function 'CFCheck_Validate': validate.c:7:34: warning: unused parameter 'path' [-Wunused-parameter] 7 | int CFCheck_Validate(const char *path) | ~~~~~~~~~~~~^~~~ CC cf_check-cf-check.o CCLD libcf-check.la CCLD cf-check Making all in libpromises CC actuator.lo CC acl_tools_posix.lo CC assoc.lo In file included from ./cf3.defs.h:40, from ./actuator.h:28, from actuator.c:24: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC attributes.lo CC audit.lo CC bootstrap.lo In file included from ./cf3.defs.h:40, from ./audit.h:32, from audit.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./attributes.h:28, from attributes.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC cf3globals.lo CC cf3lex.lo In file included from ./cf3.defs.h:40, from cf3globals.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./parser_state.h:28, from cf3lex.c:34: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC cf3parse.lo In file included from ./cf3.defs.h:40, from ./cf3parse_logic.h:39, from cf3parse.y:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC changes_chroot.lo 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC crypto.lo CC dbm_api.lo In file included from ./cf3.defs.h:40, from crypto.c:35: ./../libntech/libutils/misc_lib.h:74: 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: 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_api.c:31: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC dbm_migration.lo CC dbm_migration_lastseen.lo In file included from ./cf3.defs.h:40, from ./dbm_migration.h:28, from dbm_migration.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC dbm_lmdb.lo CC dbm_quick.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: 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: 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_lmdb.c:29: ./../libntech/libutils/misc_lib.h:74: 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: 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_quick.c:29: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC dbm_tokyocab.lo 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: 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: 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 enterprise_stubs.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC eval_context.lo 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: 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: 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 ./evalfunction.h:28, from evalfunction.c:26: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./exec_tools.h:29, from exec_tools.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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': /tmp/work/sysutils/cfengine3/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/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 | ^~~~~~~~~~~~~~~~ /tmp/work/sysutils/cfengine3/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/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 extensions.lo CC feature.lo In file included from extensions.c:33: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_copy.lo In file included from ./cf3.defs.h:40, from ./syntax.h:28, from feature.c:1: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_interfaces.lo CC files_lib.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: 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: 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_lib.h:28, from files_lib.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_links.lo In file included from ./cf3.defs.h:40, from ./files_links.h:28, from files_links.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_names.lo In file included from ./cf3.defs.h:40, from ./files_names.h:28, from files_names.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_operators.lo In file included from ./cf3.defs.h:40, from ./files_operators.h:28, from files_operators.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_repository.lo CC fncall.lo CC generic_agent.lo In file included from ./cf3.defs.h:40, from files_repository.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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 ./generic_agent.h:28, from generic_agent.c:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC global_mutex.lo CC granules.lo 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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC item_lib.lo CC iteration.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: 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: 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 ./iteration.h:29, from iteration.c:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC keyring.lo In file included from ./cf3.defs.h:40, from keyring.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC lastseen.lo CC loading.lo CC locks.lo In file included from ./cf3.defs.h:40, from lastseen.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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 ./loading.h:28, from loading.c:24: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC logic_expressions.lo CC matching.lo In file included from ./cf3.defs.h:40, from logic_expressions.c:27: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC match_scope.lo In file included from ./cf3.defs.h:40, from ./matching.h:28, from matching.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC math_eval.lo In file included from ./cf3.defs.h:40, from ./match_scope.h:28, from match_scope.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./math_eval.h:28, from math_eval.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mod_access.lo CC mod_common.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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mod_custom.lo CC mod_databases.lo In file included from ./cf3.defs.h:40, from ./mod_custom.h:28, from mod_custom.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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_databases.h:28, from mod_databases.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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: 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: 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 In file included from ./cf3.defs.h:40, from ./mod_files.h:28, from mod_files.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mod_outputs.lo CC mod_packages.lo CC mod_process.lo In file included from ./cf3.defs.h:40, from ./mod_outputs.h:28, from mod_outputs.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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_packages.h:28, from mod_packages.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mod_report.lo CC mod_services.lo CC mod_storage.lo In file included from ./cf3.defs.h:40, from ./mod_report.h:28, from mod_report.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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_storage.h:28, from mod_storage.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mod_knowledge.lo CC mod_users.lo CC modes.lo In file included from ./cf3.defs.h:40, from ./mod_knowledge.h:28, from mod_knowledge.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 policy.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC parser.lo CC patches.lo 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: 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: 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 patches.c:33: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC pipes.lo CC processes_select.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: 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: 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 ./pipes.h:28, from pipes.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC promises.lo 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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC scope.lo In file included from ./cf3.defs.h:40, from ./scope.h:28, from scope.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC shared_lib.lo CC signals.lo CC sort.lo CC storage_tools.lo In file included from ./cf3.defs.h:40, from sort.c:29: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./signals.h:28, from signals.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC string_expressions.lo CC syntax.lo CC syslog_client.lo In file included from ./cf3.defs.h:40, from string_expressions.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: 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 syslog_client.c:28: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC systype.lo CC timeout.lo CC unix.lo In file included from ./cf3.defs.h:40, from timeout.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC var_expressions.lo CC variable.lo 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: 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: 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 ./variable.h:27, from variable.c:24: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC vars.lo In file included from ./cf3.defs.h:40, from ./vars.h:28, from vars.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_classes.lo CC verify_reports.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_classes.h:28, from verify_classes.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | 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: 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: 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 ../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) | ~~~~~~~~~~~~^~~~ In file included from process_unix.c:31: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC pipes_unix.lo 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: 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: 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: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | process_solaris.c:35: warning: "_FILE_OFFSET_BITS" redefined 35 | #define _FILE_OFFSET_BITS 32 | In file included from /usr/include/stdio.h:38, from ./../libntech/libutils/platform.h:71: /usr/include/sys/feature_tests.h:256: note: this is the location of the previous definition 256 | #define _FILE_OFFSET_BITS 64 | process_solaris.c: In function 'GetProcessPsinfo': process_solaris.c:50:28: warning: 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: warning: 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); | ~~~~~~^~~ CCLD libpromises.la copying selected object files to avoid basename conflicts... Making all in cf-agent CC agent-diagnostics.lo CC simulate_mode.lo CC tokyo_check.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/files_interfaces.h:28, from agent-diagnostics.c:29: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from ./../libpromises/enterprise_extension.h:94, from ./agent-diagnostics.h:29, from agent-diagnostics.c:25: /usr/include/sys/sysmacros.h:63: 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 simulate_mode.c:31: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from simulate_mode.c:25: /usr/include/sys/sysmacros.h:63: 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 tokyo_check.c:35: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from tokyo_check.c:25: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC abstract_dir.lo CC cf-agent.lo CC cf-agent-enterprise-stubs.lo In file included from ./../libpromises/cf3.defs.h:40, from abstract_dir.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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/generic_agent.h:28, from cf-agent.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-agent.c:26: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC comparray.lo In file included from ./../libpromises/cf3.defs.h:40, from ./cf-agent-enterprise-stubs.h:28, from cf-agent-enterprise-stubs.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./comparray.h:28, from comparray.c:31: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC acl_posix.lo CC cf_sql.lo In file included from ./../libpromises/cf3.defs.h:40, from acl_posix.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_changes.lo In file included from ./../libpromises/cf3.defs.h:40, from ./cf_sql.h:28, from cf_sql.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC promiser_regex_resolver.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/promises.h:29, from ./files_changes.h:28, from files_changes.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC retcode.lo In file included from ./../libpromises/cf3.defs.h:40, from promiser_regex_resolver.c:31: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./retcode.h:28, from retcode.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_acl.lo CC verify_files.lo CC verify_files_utils.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_acl.h:28, from verify_acl.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./verify_files.h:28, from verify_files.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./verify_files_utils.h:28, from verify_files_utils.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_files_hashes.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_files_hashes.h:25, from verify_files_hashes.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_storage.lo CC verify_exec.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_storage.h:28, from verify_storage.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./verify_exec.h:28, from verify_exec.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_methods.lo CC verify_databases.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_methods.h:28, from verify_methods.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_processes.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_databases.h:28, from verify_databases.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./verify_processes.h:28, from verify_processes.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_services.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_services.h:28, from verify_services.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_environments.lo CC files_edit.lo In file included from ./../libpromises/cf3.defs.h:40, from ./files_edit.h:28, from files_edit.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 verify_environments.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_editline.lo CC files_editxml.lo In file included from ./../libpromises/cf3.defs.h:40, from ./files_editline.h:28, from files_editline.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_properties.lo In file included from ./../libpromises/cf3.defs.h:40, from files_editxml.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./files_properties.h:28, from files_properties.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC files_select.lo In file included from ./../libpromises/cf3.defs.h:40, from ./files_select.h:28, from files_select.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC vercmp_internal.lo CC vercmp.lo In file included from ./../libpromises/cf3.defs.h:40, from vercmp_internal.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC package_module.lo In file included from ./../libpromises/cf3.defs.h:40, from vercmp.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_packages.lo In file included from ./../libpromises/cf3.defs.h:40, from ./package_module.h:28, from package_module.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_new_packages.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_packages.h:28, from verify_packages.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./verify_new_packages.h:28, from verify_new_packages.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_users.lo CC nfs.lo In file included from ./../libpromises/cf3.defs.h:40, from ./verify_users.h:28, from verify_users.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 nfs.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC verify_users_pam.lo CC cf_agent-cf-agent.o In file included from ./../libpromises/cf3.defs.h:40, from ./verify_users.h:28, from verify_users_pam.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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/generic_agent.h:28, from cf-agent.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-agent.c:26: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC manifest_file.o CCLD libcf-agent.la CCLD cf-agent CCLD manifest_file ld: warning: file /tmp/work/sysutils/cfengine3/work/cfengine-3.24.1/libpromises/.libs/libpromises.so: linked to ../libpromises/.libs/libpromises.so: attempted multiple inclusion of file Making all in cf-execd CC cf-execd.lo CC cf-execd-runner.lo CC exec-config.lo In file included from ./../libpromises/cf3.defs.h:40, from ./cf-execd.h:28, from cf-execd.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-execd.c:25: /usr/include/sys/sysmacros.h:63: 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 cf-execd-runner.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./exec-config.h:28, from exec-config.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | cf-execd-runner.c: In function 'ThreadUniqueName': cf-execd-runner.c:73:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 73 | return (void *)pthread_self(); | ^ CC execd-config.lo CC cf-execd-runagent.lo CC libcf_execd_test_la-cf-execd.lo In file included from ./../libpromises/cf3.defs.h:40, from ./execd-config.h:28, from execd-config.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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/pipes.h:28, from cf-execd-runagent.c:30: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./cf-execd.h:28, from cf-execd.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-execd.c:25: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC libcf_execd_test_la-cf-execd-runner.lo CC libcf_execd_test_la-exec-config.lo CC libcf_execd_test_la-execd-config.lo In file included from ./../libpromises/cf3.defs.h:40, from cf-execd-runner.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./exec-config.h:28, from exec-config.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | cf-execd-runner.c: In function 'ThreadUniqueName': cf-execd-runner.c:73:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 73 | return (void *)pthread_self(); | ^ In file included from ./../libpromises/cf3.defs.h:40, from ./execd-config.h:28, from execd-config.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC libcf_execd_test_la-cf-execd-runagent.lo CC cf_execd-cf-execd.o CCLD libcf-execd.la In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/pipes.h:28, from cf-execd-runagent.c:30: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./cf-execd.h:28, from cf-execd.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-execd.c:25: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-execd-test.la CCLD cf-execd Making all in cf-key CC cf-key.lo CC cf-key-functions.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/generic_agent.h:28, from ./cf-key-functions.h:28, from cf-key-functions.c:26: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-key-functions.c:25: /usr/include/sys/sysmacros.h:63: 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/generic_agent.h:28, from cf-key.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-key.c:25: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-key.la CCLD cf-key Making all in cf-monitord CC verify_measurements.lo CC env_monitor.lo CC mon_cpu.lo In file included from ./../libpromises/cf3.defs.h:40, from mon_cpu.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./env_monitor.h:28, from env_monitor.c:26: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./verify_measurements.h:30, from verify_measurements.c:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mon_disk.lo CC mon_entropy.lo In file included from ./../libpromises/cf3.defs.h:40, from mon_disk.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 mon_entropy.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mon_load.lo CC mon_network_sniffer.lo CC mon_network.lo In file included from ./../libpromises/cf3.defs.h:40, from mon_load.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 mon_network_sniffer.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 mon_network.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mon_processes.lo CC mon_temp.lo CC history.lo In file included from ./../libpromises/cf3.defs.h:40, from mon_processes.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 mon_temp.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./history.h:29, from history.c:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC mon_cumulative.lo CC probes.lo In file included from ./../libpromises/cf3.defs.h:40, from mon_cumulative.c:25: ./../libntech/libutils/misc_lib.h:74: 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: 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 ./probes.h:29, from probes.c:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC monitoring.lo CC cf-monitord.lo CC mon_mem_solaris.lo In file included from ./../libpromises/cf3.defs.h:40, from monitoring.c:26: ./../libntech/libutils/misc_lib.h:74: 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: 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/generic_agent.h:28, from cf-monitord.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-monitord.c:25: /usr/include/sys/sysmacros.h:63: 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 mon_mem_solaris.c:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC shared_kstat.lo CC mon_io_stub.lo CC cf_monitord-cf-monitord.o In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/generic_agent.h:28, from cf-monitord.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-monitord.c:25: /usr/include/sys/sysmacros.h:63: 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 mon_io_stub.c:26: ./../libntech/libutils/misc_lib.h:74: 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: 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 shared_kstat.c:26: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-monitord.la CCLD cf-monitord Making all in cf-promises CC cf-promises.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/generic_agent.h:28, from cf-promises.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-promises.c:25: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-promises.la CCLD cf-promises Making all in cf-runagent CC cf-runagent.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/generic_agent.h:28, from cf-runagent.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-runagent.c:25: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-runagent.la CCLD cf-runagent Making all in cf-serverd CC cf-serverd.lo CC cf-serverd-enterprise-stubs.lo CC cf-serverd-functions.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/generic_agent.h:28, from ./cf-serverd-functions.h:31, from cf-serverd.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-serverd.c:26: /usr/include/sys/sysmacros.h:63: 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/generic_agent.h:28, from ./cf-serverd-functions.h:31, from cf-serverd-functions.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-serverd-functions.c:25: /usr/include/sys/sysmacros.h:63: 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 ./cf-serverd-enterprise-stubs.h:28, from cf-serverd-enterprise-stubs.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC server_common.lo CC server.lo In file included from ./../libpromises/cf3.defs.h:40, from ./server_common.h:35, from server_common.c:29: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from ./server_common.h:33: /usr/include/sys/sysmacros.h:63: 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 ./server.h:29, from server.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC server_transform.lo server_common.c: In function 'CfEncryptGetFile': server_common.c:378:45: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4063 [-Wformat-truncation=] 378 | snprintf(sendbuffer, CF_BUFSIZE, "%s%s: %s", | ^~ ...... 647 | AbortTransfer(conn_info, filename); | ~~~~~~~~ In function 'AbortTransfer', inlined from 'CfEncryptGetFile' at server_common.c:647:17: server_common.c:378:5: note: 'snprintf' output between 34 and 4129 bytes into a destination of size 4096 378 | snprintf(sendbuffer, CF_BUFSIZE, "%s%s: %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 379 | CF_CHANGEDSTR1, CF_CHANGEDSTR2, filename); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./../libpromises/cf3.defs.h:40, from ./server_transform.h:28, from server_transform.c:25: ./../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC server_classic.lo CC server_tls.lo In file included from ./../libpromises/cf3.defs.h:40, from server_classic.c:29: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from server_classic.c:24: /usr/include/sys/sysmacros.h:63: 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 ./server_tls.h:32, from server_tls.c:26: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from ./server_tls.h:30: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC server_access.lo CC strlist.lo In file included from ./../libpromises/cf3.defs.h:40, from server.h:29, from server_access.c:30: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from server_access.c:26: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC cf_serverd-cf-serverd.o In file included from strlist.c:26: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from strlist.h:28, from strlist.c:24: /usr/include/sys/sysmacros.h:63: 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/generic_agent.h:28, from ./cf-serverd-functions.h:31, from cf-serverd.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-serverd.c:26: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-serverd.la CCLD cf-serverd Making all in cf-testd CC cf-testd.lo CC cf_testd-cf-testd.o In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/item_lib.h:28, from ./../libcfnet/client_code.h:30, from cf-testd.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-testd.c:25: /usr/include/sys/sysmacros.h:63: 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 ./../libcfnet/client_code.h:30, from cf-testd.c:28: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-testd.c:25: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-testd.la CCLD cf-testd Making all in cf-upgrade CC alloc-mini.o CC command_line.o CC configuration.o CC log.o CC process.o CC update.o CC cf-upgrade.o CCLD cf-upgrade Making all in cf-net CC cf-net.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/item_lib.h:28, from ./../libcfnet/client_code.h:30, from cf-net.c:31: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-net.c:28: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-net.la CCLD cf-net Making all in cf-secret CC cf-secret.lo In file included from ./../libpromises/cf3.defs.h:40, from ./../libpromises/generic_agent.h:28, from cf-secret.c:52: ./../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../libntech/libutils/platform.h:83, from cf-secret.c:46: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libcf-secret.la CCLD cf-secret Making all in misc Making all in selinux Making all in python Making all in ext Making all in examples Making all in tests Making all in unit CC redirection_test_stub.o CC cmockery.lo CC test.lo CC alloc.lo CC patches.lo CC constants.lo In file included from ./../../libpromises/cf3.defs.h:40, from ../../libpromises/patches.c:33: ./../../libntech/libutils/misc_lib.h:74: 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: 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/constants.c:25: ./../../libntech/libutils/misc_lib.h:74: 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: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CC known_dirs.lo CC map.lo CC array_map.lo CC hash.lo CC hash_map.lo In file included from ../../libntech/libutils/hash_map.c:27: ./../../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../../libntech/libutils/platform.h:83, from ../../libntech/libutils/hash_map.c:24: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | In file included from ../../libntech/libutils/hash.c:32: ./../../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../../libntech/libutils/platform.h:83, from ../../libntech/libutils/hash.c:24: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD libtest.la CCLD redirection_test_stub Making all in load Making all in acceptance Making all in 25_cf-execd CC cf-execd-rpl-functions.o In file included from ./../../../libpromises/cf3.defs.h:40, from ./../../../cf-execd/exec-config.h:28, from ./../../../cf-execd/cf-execd-runner.h:28, from cf-execd-rpl-functions.c:32: ./../../../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ./../../../libntech/libutils/platform.h:83, from cf-execd-rpl-functions.c:31: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD cf-execd-test CC mock_package_manager.lo CC no_fds.o CC custom_promise_binary.o CC xml_c14nize-xml-c14nize.o CCLD custom_promise_binary CCLD no_fds In file included from ../../libpromises/cf3.defs.h:40, from ../../libpromises/rlist.h:28, from mock_package_manager.c:4: ../../libntech/libutils/misc_lib.h:74: warning: "ABS" redefined 74 | #define ABS(n) ( (n<0) ? (-n) : (n) ) | In file included from ../../libntech/libutils/platform.h:83, from mock_package_manager.c:1: /usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition 63 | #define ABS(a) ((a) < 0 ? -(a) : (a)) | CCLD xml-c14nize CCLD libmock_package_manager.la CCLD mock_package_manager Making all in static-check Making all in valgrind-check Making all in contrib/vagrant-ci/centos-9s-x64 Making all in tests/ gmake[1]: Entering directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1/tests' Making all in . gmake[2]: Entering directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1/tests' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1/tests' Making all in unit gmake[2]: Entering directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1/tests/unit' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1/tests/unit' gmake[1]: Leaving directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1/tests' gmake[1]: Entering directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1' gmake[1]: Nothing to be done for 'all-am'. gmake[1]: Leaving directory '/tmp/work/sysutils/cfengine3/work/cfengine-masterfiles-3.24.1'