------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> bksh-1.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> bksh-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bksh-1.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> bksh-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bksh-1.7 for building => SHA256 Checksum OK for bksh-1.7.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> bksh-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bksh-1.7 for building ===> Extracting for bksh-1.7 ===> bksh-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bksh-1.7 for building => SHA256 Checksum OK for bksh-1.7.tar.gz. Extracted Memory Use: 0.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for bksh-1.7 ===> Applying ports patches for bksh-1.7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for bksh-1.7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for bksh-1.7 --- objwarn --- --- bksh.o --- --- objwarn --- Warning: Object directory not changed from original /construction/sysutils/bksh/bksh-1.7 --- bksh.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -std=gnu99 -c bksh.c bksh.c: In function 'main': bksh.c:211:40: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s", ^~ bksh.c:211:36: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~ bksh.c:211:5: note: 'snprintf' output 2 or more bytes (assuming 1035) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name); ~~~~~~~~~~~~~~~~~~~ bksh.c:220:44: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:220:40: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:220:40: note: directive argument in the range [1, 2147483646] bksh.c:220:9: note: 'snprintf' output 4 or more bytes (assuming 1046) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, i); ~~~~~~~~~~~~~~~~~~~~~~ bksh.c:228:47: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:228:43: note: assuming directive output of 10 bytes snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:228:43: note: directive argument in the range [0, 2147483646] bksh.c:228:9: note: 'snprintf' output 4 or more bytes (assuming 1046) into a destination of size 1024 snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, i); ~~~~~~~~~~~~~~~~~~~~~~ bksh.c:230:44: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:230:40: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:230:40: note: directive argument in the range [1, 2147483645] bksh.c:230:9: note: 'snprintf' output 4 or more bytes (assuming 1046) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, (--i)); ~~~~~~~~~~~~~~~~~~~~~~~~~~ bksh.c:236:47: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:236:43: note: assuming directive output of 10 bytes snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:236:9: note: 'snprintf' output 4 or more bytes (assuming 1037) into a destination of size 1024 snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, i); ~~~~~~~~~~~~~~~~~~~~~~ bksh.c:238:45: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s", ^~ bksh.c:238:41: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~ bksh.c:238:9: note: 'snprintf' output 2 or more bytes (assuming 1035) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name); ~~~~~~~~~~~~~~~~~~~ --- bksh --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -std=gnu99 -o bksh bksh.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for bksh-1.7 ===> Generating temporary packing list install -s -o root -g wheel -m 555 bksh /construction/sysutils/bksh/stage/usr/local/bin ====> 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 bksh-1.7 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:03