------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> atom-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> atom-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by atom-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> atom-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by atom-1.0 for building => SHA256 Checksum OK for atom-1.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> atom-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by atom-1.0 for building ===> Extracting for atom-1.0 => SHA256 Checksum OK for atom-1.0.tar.gz. Extracted Memory Use: 0.42M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for atom-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for atom-1.0 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for size_t... (cached) yes checking for ptrdiff_t... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking return type of signal handlers... void checking for memmove... (cached) yes checking for strchr... (cached) yes checking for strstr... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for atom-1.0 --- config.h --- --- all --- /usr/bin/make all-am --- atom.o --- --- msg.o --- --- utils.o --- --- center.o --- --- spacing.o --- --- version.o --- --- config.h --- --- atom.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT atom.o -MD -MP -MF .deps/atom.Tpo -c -o atom.o atom.c --- msg.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT msg.o -MD -MP -MF .deps/msg.Tpo -c -o msg.o msg.c --- center.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT center.o -MD -MP -MF .deps/center.Tpo -c -o center.o center.c --- spacing.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT spacing.o -MD -MP -MF .deps/spacing.Tpo -c -o spacing.o spacing.c --- version.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c --- utils.o --- cc -DHAVE_CONFIG_H -I. -pipe -O2 -fno-strict-aliasing -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c --- center.o --- center.c: In function 'CenterStringLength': center.c:63:7: warning: implicit declaration of function 'isprint' [-Wimplicit-function-declaration] if (isprint(*s) ) ^~~~~~~ --- spacing.o --- spacing.c: In function 'Do_Physical_space': spacing.c:28:7: warning: implicit declaration of function 'lookahead' [-Wimplicit-function-declaration] if (lookahead (fp)) ^~~~~~~~~ --- center.o --- center.c: At top level: center.c:222:1: warning: return type defaults to 'int' [-Wimplicit-int] is_all_caps(char *s) ^~~~~~~~~~~ center.c: In function 'is_all_caps': center.c:225:6: warning: implicit declaration of function 'islower' [-Wimplicit-function-declaration] if (islower(*s)) return 0; /* should Never be ... */ ^~~~~~~ center.c: In function 'change_case': center.c:249:26: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] islower(*s) ? (p[i] = toupper(*s)) : (p[i] = *s); ^~~~~~~ center.c:251:4: warning: implicit declaration of function 'isupper' [-Wimplicit-function-declaration] isupper(*s) ? (p[i] = tolower(*s)) : (p[i] = *s); ^~~~~~~ center.c:251:26: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] isupper(*s) ? (p[i] = tolower(*s)) : (p[i] = *s); ^~~~~~~ center.c: At top level: center.c:256:1: warning: return type defaults to 'int' [-Wimplicit-int] screen_for_period(char *s) ^~~~~~~~~~~~~~~~~ --- msg.o --- msg.c: In function 'parse_envir': msg.c:105:41: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] } else if (state != junk && isdigit(*env)) { ^~~~~~~ msg.c: In function 'parse_preface': msg.c:200:28: warning: passing argument 1 of 'strchr' makes pointer from integer without a cast [-Wint-conversion] p = strchr(sprintf(fmt + p - 2, "%d", msg_severity), 0) - fmt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from msg.c:10: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type 'int' char *strchr(const char *, int) __pure; ^~~~~~ --- atom.o --- atom.c: In function 'qfilter': atom.c:282:7: warning: implicit declaration of function 'default_yn' [-Wimplicit-function-declaration] if (default_yn("Continue? [Y/n]?", 'y')) ^~~~~~~~~~ --- utils.o --- utils.c: In function 'bcopy': utils.c:86:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] t = (int)src; /* only need low bits */ ^ utils.c:87:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t | (int)dst) & wmask) { ^ utils.c:92:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t ^ (int)dst) & wmask || length < wsize) ^ utils.c:114:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] t = (int)src; ^ utils.c:115:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t | (int)dst) & wmask) { ^ utils.c:116:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t ^ (int)dst) & wmask || length <= wsize) ^ utils.c: In function 'memmove': utils.c:152:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] t = (int)src; /* only need low bits */ ^ utils.c:153:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t | (int)dst) & wmask) { ^ utils.c:158:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t ^ (int)dst) & wmask || length < wsize) ^ utils.c:180:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] t = (int)src; ^ utils.c:181:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t | (int)dst) & wmask) { ^ utils.c:182:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((t ^ (int)dst) & wmask || length <= wsize) ^ --- version.o --- mv -f .deps/version.Tpo .deps/version.Po --- spacing.o --- mv -f .deps/spacing.Tpo .deps/spacing.Po --- msg.o --- mv -f .deps/msg.Tpo .deps/msg.Po --- center.o --- mv -f .deps/center.Tpo .deps/center.Po --- utils.o --- mv -f .deps/utils.Tpo .deps/utils.Po --- atom.o --- mv -f .deps/atom.Tpo .deps/atom.Po --- atom --- cc -pipe -O2 -fno-strict-aliasing -o atom atom.o msg.o utils.o center.o spacing.o version.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for atom-1.0 ===> Generating temporary packing list install -s -m 555 /construction/textproc/atom/atom-1.0/atom /construction/textproc/atom/stage/usr/local/bin/ install -m 444 /construction/textproc/atom/atom-1.0/atom.1 /construction/textproc/atom/stage/usr/local/man/man1/ install -m 0644 /construction/textproc/atom/atom-1.0/README /construction/textproc/atom/atom-1.0/TODO /construction/textproc/atom/atom-1.0/testFile /construction/textproc/atom/stage/usr/local/share/doc/atom ====> 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 atom-1.0 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:08