------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ssync-2.3_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ssync-2.3_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ssync-2.3_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ssync-2.3_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ssync-2.3_2 for building => SHA256 Checksum OK for ssync-2.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ssync-2.3_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ssync-2.3_2 for building ===> Extracting for ssync-2.3_2 => SHA256 Checksum OK for ssync-2.3.tar.gz. Extracted Memory Use: 0.25M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ssync-2.3_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ssync-2.3_2 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ssync-2.3_2 depends on executable: gmake - found ===> Configuring for ssync-2.3_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ssync-2.3_2 gmake[1]: Entering directory '/construction/sysutils/ssync/ssync-2.3' cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c ssync.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c conf.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c getopt.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c config_file.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c log.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c log_file.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c log_syslog.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c log_stderr.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c hash.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c list.c getopt.c:175:13: warning: conflicting types for built-in function 'strncmp' [-Wbuiltin-declaration-mismatch] extern int strncmp(const char *s1, const char *s2, int n); ^~~~~~~ log.c: In function 'log_init': log.c:47:16: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (mode && (!strcmp (mode, "file"))) { ^~~~~~ hash.c: In function 'hash_table_init': hash.c:57:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset (h->tbl, 0, (h->size * sizeof (struct list))); ^~~~~~ hash.c:57:2: warning: incompatible implicit declaration of built-in function 'memset' conf.c: In function 'print_usage': hash.c:57:2: note: include '' or provide a declaration of 'memset' hash.c:27:1: +#include hash.c:57:2: memset (h->tbl, 0, (h->size * sizeof (struct list))); ^~~~~~ conf.c:339:3: warning: string length '2044' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] " \n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hash.c: In function 'hash_table_insert': hash.c:109:2: warning: incompatible implicit declaration of built-in function 'memset' memset (new, 0, (sizeof (struct datum))); ^~~~~~ hash.c:109:2: note: include '' or provide a declaration of 'memset' hash.c:116:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy (new->key, d->key, new->ksize); ^~~~~~ hash.c:116:2: warning: incompatible implicit declaration of built-in function 'memcpy' hash.c:116:2: note: include '' or provide a declaration of 'memcpy' cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c primes.c hash.c: In function 'hash_table_search': hash.c:153:9: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] if (!memcmp (d->key, k->key, d->ksize)) ^~~~~~ cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c platform.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c interactive.c cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -fno-strict-aliasing -ansi -Wall -pedantic -c daemon.c ssync.c: In function 'get_flags': ssync.c:75:2: warning: 'strncpy' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] strncpy (buf, "dtmux", strlen ("dtmux")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -ansi -Wall -pedantic -o ssync ssync.o conf.o getopt.o config_file.o log.o log_file.o log_syslog.o log_stderr.o hash.o list.o primes.o platform.o interactive.o -lm cc -DHAVE_LCHOWN -D_BSD_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -ansi -Wall -pedantic -o ssyncd ssync.o conf.o getopt.o config_file.o log.o log_file.o log_syslog.o log_stderr.o hash.o list.o primes.o platform.o daemon.o -lm strip ssync strip ssyncd gmake[1]: Leaving directory '/construction/sysutils/ssync/ssync-2.3' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ssync-2.3_2 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/ssync/ssync-2.3/ssync /construction/sysutils/ssync/stage/usr/local/bin/ssync install -s -m 555 /construction/sysutils/ssync/ssync-2.3/ssyncd /construction/sysutils/ssync/stage/usr/local/sbin/ssyncd install -m 0644 /construction/sysutils/ssync/ssync-2.3/ssyncd.conf /construction/sysutils/ssync/stage/usr/local/etc/ssyncd.conf.sample install -m 0644 /construction/sysutils/ssync/ssync-2.3/ssyncd.work /construction/sysutils/ssync/stage/usr/local/etc/ssyncd.work.sample install -m 555 /construction/sysutils/ssync/ssync-2.3/ssyncd.init /construction/sysutils/ssync/stage/usr/local/etc/rc.d/ssyncd.init install -m 444 /construction/sysutils/ssync/ssync-2.3/ssync.man /construction/sysutils/ssync/stage/usr/local/man/man1/ssync.1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ssync-2.3_2 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03