------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/bison-3.5.4,1.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/libtool-2.4.6_1.txz Installing /packages/All/libmaa-1.4.7,1.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> dictd-1.13.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> dictd-1.13.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dictd-1.13.0 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> dictd-1.13.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dictd-1.13.0 for building => SHA256 Checksum OK for dictd-1.13.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> dictd-1.13.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dictd-1.13.0 for building ===> Extracting for dictd-1.13.0 => SHA256 Checksum OK for dictd-1.13.0.tar.gz. Extracted Memory Use: 2.63M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for dictd-1.13.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> dictd-1.13.0 depends on executable: bison - found ===> dictd-1.13.0 depends on package: gmake>=4.3 - found ===> dictd-1.13.0 depends on executable: libtool - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> dictd-1.13.0 depends on shared library: libmaa.so - found (/usr/local/lib/libmaa.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> dictd-1.13.0 depends on executable: bison - found ===> dictd-1.13.0 depends on package: gmake>=4.3 - found ===> dictd-1.13.0 depends on executable: libtool - found ===> dictd-1.13.0 depends on shared library: libmaa.so - found (/usr/local/lib/libmaa.so) ===> Configuring for dictd-1.13.0 configure: loading site script /xports/Templates/config.site Configuring for dict . checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 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... 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 how to run the C preprocessor... cpp checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for library containing strerror... none required checking for dlopen in -lc... yes Checking for programs checking for gawk... (cached) /usr/bin/awk checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking whether gmake sets $(MAKE)... yes checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for libtool... libtool checking for gnroff... no checking for nroff... no checking for groff... no checking for troff... no checking for col... col checking for expand... expand . Checking for libraries checking for maa_shutdown in -lmaa... yes 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 getnameinfo in -lc... yes checking for inet_ntop in -lc... yes . Checking for header files checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for dlfcn.h... (cached) yes checking for zlib.h... (cached) yes . Checking for system constants checking for an ANSI C-conforming const... yes checking for inline... inline . Checking for library functions checking for dlopen... (cached) yes checking for daemon... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking for setenv... (cached) yes checking for putenv... (cached) yes checking for strlcpy... (cached) yes checking for strlcat... (cached) yes . Making output files configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating doc/Makefile config.status: creating dictdplugin-config config.status: WARNING: 'dictdplugin-config.in' seems to ignore the --datarootdir setting config.status: creating dictl config.status: creating colorit config.status: creating dictunformat config.status: creating dictfmt_index2suffix config.status: creating dictfmt_index2word config.status: creating examples/dictd_popen.conf config.status: creating colorit.1 config.status: creating dict.1 config.status: creating dictfmt.1 config.status: creating dictfmt_index2suffix.1 config.status: creating dictfmt_index2word.1 config.status: creating dictl.1 config.status: creating dict_lookup.1 config.status: creating dictunformat.1 config.status: creating dictzip.1 config.status: creating dictd.8 config.status: creating test/dictd_test config.status: creating test/dictzip_test config.status: creating config.h plugin support: native enabled plugins: SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for dictd-1.13.0 gmake[1]: Entering directory '/construction/net/dictd/dictd-1.13.0' bison -y -tdv servparse.y; \ cmp -s y.tab.h servparse.h || mv y.tab.h servparse.h; \ cmp -s y.tab.c servparse.c || mv y.tab.c servparse.c; \ rm -f y.tab.h y.tab.c libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. daemon.c -o daemon.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. strategy.c -o strategy.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. net.c -o net.o flex servscan.l && mv lex.yy.c servscan.c bison -y -tdv servparse.y; \ cmp -s y.tab.h servparse.h || mv y.tab.h servparse.h; \ cmp -s y.tab.c servparse.c || mv y.tab.c servparse.c; \ rm -f y.tab.h y.tab.c libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. md5.c -o md5.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. index.c -o index.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. data.c -o data.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. str.c -o str.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. plugin.c -o plugin.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. strategy.c -fPIC -DPIC -o .libs/strategy.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. str.c -fPIC -DPIC -o .libs/str.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. index.c -fPIC -DPIC -o .libs/index.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. daemon.c -fPIC -DPIC -o .libs/daemon.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. wcrtomb.c -o wcrtomb.o mv: y.tab.h: No such file or directory mv: y.tab.c: No such file or directory libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. wctomb.c -o wctomb.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. plugin.c -fPIC -DPIC -o .libs/plugin.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. net.c -fPIC -DPIC -o .libs/net.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. strategy.c -o strategy.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. str.c -o str.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. net.c -o net.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. md5.c -o md5.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. data.c -fPIC -DPIC -o .libs/data.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. wctomb.c -fPIC -DPIC -o .libs/wctomb.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. wctomb.c -o wctomb.o >/dev/null 2>&1 libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbrlen.c -o mbrlen.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. wcrtomb.c -fPIC -DPIC -o .libs/wcrtomb.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbrtowc.c -o mbrtowc.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbstowcs.c -o mbstowcs.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. plugin.c -o plugin.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. wcrtomb.c -o wcrtomb.o >/dev/null 2>&1 libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbtowc.c -o mbtowc.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. iswspace.c -o iswspace.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbrlen.c -fPIC -DPIC -o .libs/mbrlen.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. iswalnum.c -o iswalnum.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbrtowc.c -fPIC -DPIC -o .libs/mbrtowc.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbrlen.c -o mbrlen.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbstowcs.c -fPIC -DPIC -o .libs/mbstowcs.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbrtowc.c -o mbrtowc.o >/dev/null 2>&1 libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. towlower.c -o towlower.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbstowcs.c -o mbstowcs.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. iswspace.c -fPIC -DPIC -o .libs/iswspace.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. parse.c -o parse.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. dictzip.c -o dictzip.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. iswalnum.c -fPIC -DPIC -o .libs/iswalnum.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbtowc.c -fPIC -DPIC -o .libs/mbtowc.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. iswspace.c -o iswspace.o >/dev/null 2>&1 libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. dictd.c -o dictd.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. iswalnum.c -o iswalnum.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. mbtowc.c -o mbtowc.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. towlower.c -fPIC -DPIC -o .libs/towlower.o libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. servparse.c -o servparse.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. towlower.c -o towlower.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. dictzip.c -fPIC -DPIC -o .libs/dictzip.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. parse.c -fPIC -DPIC -o .libs/parse.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. data.c -o data.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. dictd.c -fPIC -DPIC -o .libs/dictd.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. daemon.c -o daemon.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. servparse.c -fPIC -DPIC -o .libs/servparse.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. parse.c -o parse.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. index.c -o index.o >/dev/null 2>&1 y.tab.c: In function 'yyparse': y.tab.c:1543:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] y.tab.c:2344:9: warning: implicit declaration of function 'yyerror'; did you mean 'yyerrok'? [-Wimplicit-function-declaration] libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. dictzip.c -o dictzip.o >/dev/null 2>&1 libtool --tag=CC --mode=link cc -o dictzip -static \ dictzip.o data.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o -lz -L/usr/local/lib -lmaa libtool: link: cc -o dictzip dictzip.o data.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o -lz -L/usr/local/lib -lmaa libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. servparse.c -o servparse.o >/dev/null 2>&1 libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. dictd.c -o dictd.o >/dev/null 2>&1 libtool --tag=CC --mode=compile cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. servscan.c -o servscan.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. servscan.c -fPIC -DPIC -o .libs/servscan.o libtool: compile: cc -c -isystem /usr/local/include -DHAVE_CONFIG_H -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/local/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/local/share/\" -DDICT_VERSION=\"1.13.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" -I. -I. servscan.c -o servscan.o >/dev/null 2>&1 libtool --tag=CC --mode=link cc -o dictd -static \ dictd.o daemon.o strategy.o net.o servscan.o servparse.o md5.o index.o data.o str.o plugin.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o parse.o -lz -L/usr/local/lib -lmaa libtool: link: cc -o dictd dictd.o daemon.o strategy.o net.o servscan.o servparse.o md5.o index.o data.o str.o plugin.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o parse.o -lz -L/usr/local/lib -lmaa rm dictzip.o gmake[1]: Leaving directory '/construction/net/dictd/dictd-1.13.0' SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for dictd-1.13.0 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/net/dictd/dictd-1.13.0' mkdir -p /construction/net/dictd/stage/usr/local/sbin && \ mkdir -p /construction/net/dictd/stage/usr/local/man/man8 && \ libtool --mode=install install -s -m 555 -c dictd /construction/net/dictd/stage/usr/local/sbin && \ install -m 0644 -c dictd.8 /construction/net/dictd/stage/usr/local/man/man8/dictd.8 libtool: install: install -m 555 -c -s dictd /construction/net/dictd/stage/usr/local/sbin/dictd mkdir -p /construction/net/dictd/stage/usr/local/bin && \ mkdir -p /construction/net/dictd/stage/usr/local/man/man1 && \ libtool --mode=install install -s -m 555 -c dictzip /construction/net/dictd/stage/usr/local/bin && \ install -m 0644 -c dictzip.1 /construction/net/dictd/stage/usr/local/man/man1/dictzip.1 libtool: install: install -m 555 -c -s dictzip /construction/net/dictd/stage/usr/local/bin/dictzip gmake[1]: Leaving directory '/construction/net/dictd/dictd-1.13.0' install -m 0644 /construction/net/dictd/dictd.conf /construction/net/dictd/stage/usr/local/etc/dictd.conf.sample ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> 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 dictd-1.13.0 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:16