>>> Building on localhost under math/gbc DIST = [math/gbc:bc-1.07.1.tar.gz] FULLPKGNAME = gbc-1.07.1 distfiles size=419850 >>> Running patch in math/gbc at 1601952869.09 ===> math/gbc ===> Verifying specs: c curses edit ===> found c.96.0 curses.14.0 edit.5.2 ===> Checking files for gbc-1.07.1 `/ports/distfiles/bc-1.07.1.tar.gz' is up to date. >> (SHA256) bc-1.07.1.tar.gz: OK ===> Extracting for gbc-1.07.1 ===> Patching for gbc-1.07.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in math/gbc at 1601952871.32 ===> math/gbc ===> Generating configure for gbc-1.07.1 ===> Configuring for gbc-1.07.1 Using /pobj/gbc-1.07.1/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /pobj/gbc-1.07.1/config.site checking for a BSD-compatible install... /pobj/gbc-1.07.1/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for flex... (cached) flex checking lex output file root... (cached) lex.yy checking lex library... -lfl checking whether yytext is a pointer... (cached) yes checking for ar... (cached) ar checking the archiver (ar) interface... ar checking for bison... yacc checking for ranlib... (cached) ranlib checking whether make sets $(MAKE)... (cached) yes checking for stdarg.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for errno.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for lib.h... no checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking for ptrdiff_t... yes checking for vprintf... (cached) yes checking for _doprnt... no checking for isgraph... (cached) yes checking for setvbuf... (cached) yes checking for fstat... (cached) yes checking for strtol... (cached) yes checking for tgetent in -ltermcap... yes checking for el_gets in -ledit... yes checking histedit.h usability... yes checking histedit.h presence... yes checking for histedit.h... yes Using the libedit library. Adding GCC specific compile flags. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bc/Makefile config.status: creating dc/Makefile config.status: creating lib/Makefile config.status: creating doc/Makefile config.status: creating doc/texi-ver.incl config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc >>> Running build in math/gbc at 1601952904.38 ===> math/gbc ===> Building for gbc-1.07.1 /usr/bin/make all-recursive Making all in lib cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c mv -f .deps/getopt.Tpo .deps/getopt.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c mv -f .deps/getopt1.Tpo .deps/getopt1.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT vfprintf.o -MD -MP -MF .deps/vfprintf.Tpo -c -o vfprintf.o vfprintf.c mv -f .deps/vfprintf.Tpo .deps/vfprintf.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT number.o -MD -MP -MF .deps/number.Tpo -c -o number.o number.c mv -f .deps/number.Tpo .deps/number.Po rm -f libbc.a ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o ranlib libbc.a Making all in bc cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT bc.o -MD -MP -MF .deps/bc.Tpo -c -o bc.o bc.c mv -f .deps/bc.Tpo .deps/bc.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c mv -f .deps/scan.Tpo .deps/scan.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c mv -f .deps/execute.Tpo .deps/execute.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c mv -f .deps/load.Tpo .deps/load.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT storage.o -MD -MP -MF .deps/storage.Tpo -c -o storage.o storage.c mv -f .deps/storage.Tpo .deps/storage.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT warranty.o -MD -MP -MF .deps/warranty.Tpo -c -o warranty.o warranty.c mv -f .deps/warranty.Tpo .deps/warranty.Po echo '{0}' > libmath.h /usr/bin/make global.o cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -MT global.o -MD -MP -MF .deps/global.Tpo -c -o global.o global.c mv -f .deps/global.Tpo .deps/global.Po cc -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -o libmath.h -o fbc main.o bc.o scan.o execute.o load.o storage.o util.o warranty.o global.o ../lib/libbc.a -lfl -ledit -ltermcap execute.o: In function `execute': execute.c:(.text+0x1854): warning: random() may return deterministic values, is that what you want? util.o: In function `make_arg_str': util.c:(.text+0x4b0): warning: strcat() is almost always misused, please use strlcat() util.o: In function `strcopyof': util.c:(.text+0x6c): warning: strcpy() is almost always misused, please use strlcpy() ./fbc -c ./libmath.b libmath.h ./fix-libmath_h 3 ? *** Error 2 in bc (Makefile:632 'libmath.h') *** Error 1 in . (Makefile:382 'all-recursive': @fail=; if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_wi...) *** Error 2 in /pobj/gbc-1.07.1/bc-1.07.1 (Makefile:297 'all') *** Error 2 in math/gbc (/ports/infrastructure/mk/bsd.port.mk:2925 '/pobj/gbc-1.07.1/.build_done': @cd /pobj/gbc-1.07.1/bc-1.07.1 && exec /...) *** Error 2 in math/gbc (/ports/infrastructure/mk/bsd.port.mk:2584 'build': @lock=gbc-1.07.1; export _LOCKS_HELD=" gbc-1.07.1"; /usr/bin/...) ===> Exiting math/gbc with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1601952942.89 Error: job failed with 512 on localhost at 1601952942