==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: dictd 1.13.3-1 (Fri Dec 13 17:32:34 2024)
==> Retrieving sources...
  -> Found dictd-1.13.3.tar.gz
  -> Found dict.conf
  -> Found dictd.conf
  -> Found dictd.confd
  -> Found dictd.service
  -> Found site.info
  -> Found colorit.conf
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    dictd-1.13.3.tar.gz ... Passed
    dict.conf ... Passed
    dictd.conf ... Passed
    dictd.confd ... Passed
    dictd.service ... Passed
    site.info ... Passed
    colorit.conf ... Passed
==> Making package: dictd 1.13.3-1 (Fri Dec 13 17:32:41 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) libmaa-1.5.1-1

Total Download Size:   0.03 MiB
Total Installed Size:  0.15 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libmaa-1.5.1-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libmaa...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found dictd-1.13.3.tar.gz
  -> Found dict.conf
  -> Found dictd.conf
  -> Found dictd.confd
  -> Found dictd.service
  -> Found site.info
  -> Found colorit.conf
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting dictd-1.13.3.tar.gz with bsdtar
==> Starting build()...
configure: WARNING: unrecognized options: --enable-dictorg
Configuring for dict
.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking for library containing strerror... none required
checking for dlopen in -lc... yes
Checking for programs
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether make sets $(MAKE)... yes
checking for bison... bison -y
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... no
configure: WARNING: yywrap not found; giving up on flex
checking for libtool... libtool
checking for gnroff... no
checking for nroff... nroff
checking for groff... groff
checking for col... col
checking for expand... expand
.
Checking for libraries
checking for maa_shutdown in -lmaa... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for getnameinfo in -lc... yes
checking for inet_ntop in -lc... yes
.
Checking for header files
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for dlfcn.h... yes
checking for zlib.h... yes
.
Checking for system constants
checking for an ANSI C-conforming const... yes
checking for inline... inline
.
Checking for library functions
checking for dlopen... yes
checking for daemon... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for setenv... yes
checking for putenv... yes
checking for strlcpy... yes
checking for strlcat... 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
configure: WARNING: unrecognized options: --enable-dictorg


plugin support:  native
 enabled plugins: 


libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. net.c -o net.o
flex  -oclientscan.c clientscan.l
bison -y -tdv clientparse.y; \
    cmp -s y.tab.h clientparse.h || mv y.tab.h clientparse.h; \
    cmp -s y.tab.c clientparse.c || mv y.tab.c clientparse.c; \
    rm -f y.tab.h y.tab.c
bison -y -tdv clientparse.y; \
    cmp -s y.tab.h clientparse.h || mv y.tab.h clientparse.h; \
    cmp -s y.tab.c clientparse.c || mv y.tab.c clientparse.c; \
    rm -f y.tab.h y.tab.c
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. md5.c -o md5.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. wcrtomb.c -o wcrtomb.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. wctomb.c -o wctomb.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbrlen.c -o mbrlen.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbrtowc.c -o mbrtowc.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. net.c  -fPIC -DPIC -o .libs/net.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. wcrtomb.c  -fPIC -DPIC -o .libs/wcrtomb.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. wctomb.c  -fPIC -DPIC -o .libs/wctomb.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbrlen.c  -fPIC -DPIC -o .libs/mbrlen.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbrtowc.c  -fPIC -DPIC -o .libs/mbrtowc.o
mv: cannot stat 'y.tab.h': No such file or directory
mv: cannot stat 'y.tab.c': No such file or directory
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbstowcs.c -o mbstowcs.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbtowc.c -o mbtowc.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbstowcs.c  -fPIC -DPIC -o .libs/mbstowcs.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbtowc.c  -fPIC -DPIC -o .libs/mbtowc.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. wctomb.c -o wctomb.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbrlen.c -o mbrlen.o >/dev/null 2>&1
md5.c: In function 'MD5Final':
md5.c:148:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
md5.c: In function 'MD5Update':
md5.c:87:2: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread]
md5.c:87:2: note: referencing argument 2 of type 'const uint32[16]' {aka 'const long unsigned int[16]'}
md5.c:170:6: note: in a call to function 'MD5Transform'
md5.c:96:2: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread]
md5.c:96:2: note: referencing argument 2 of type 'const uint32[16]' {aka 'const long unsigned int[16]'}
md5.c:170:6: note: in a call to function 'MD5Transform'
md5.c: In function 'MD5Final':
md5.c:131:2: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread]
md5.c:131:2: note: referencing argument 2 of type 'const uint32[16]' {aka 'const long unsigned int[16]'}
md5.c:170:6: note: in a call to function 'MD5Transform'
md5.c:145:5: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread]
md5.c:145:5: note: referencing argument 2 of type 'const uint32[16]' {aka 'const long unsigned int[16]'}
md5.c:170:6: note: in a call to function 'MD5Transform'
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. wcrtomb.c -o wcrtomb.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. md5.c -o md5.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbrtowc.c -o mbrtowc.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. net.c -o net.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbtowc.c -o mbtowc.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. mbstowcs.c -o mbstowcs.o >/dev/null 2>&1
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. iswspace.c -o iswspace.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. iswalnum.c -o iswalnum.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. towlower.c -o towlower.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. parse.c -o parse.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dict.c -o dict.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. iswspace.c  -fPIC -DPIC -o .libs/iswspace.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. iswalnum.c  -fPIC -DPIC -o .libs/iswalnum.o
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 gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. daemon.c -o daemon.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. parse.c  -fPIC -DPIC -o .libs/parse.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. towlower.c  -fPIC -DPIC -o .libs/towlower.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dict.c  -fPIC -DPIC -o .libs/dict.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. strategy.c -o strategy.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. daemon.c  -fPIC -DPIC -o .libs/daemon.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. strategy.c  -fPIC -DPIC -o .libs/strategy.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. iswspace.c -o iswspace.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. iswalnum.c -o iswalnum.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. towlower.c -o towlower.o >/dev/null 2>&1
parse.c: In function 'prs_file':
parse.c:98:23: warning: variable 'extra_options' set but not used [-Wunused-but-set-variable]
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. parse.c -o parse.o >/dev/null 2>&1
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 gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. index.c -o index.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. strategy.c -o strategy.o >/dev/null 2>&1
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. data.c -o data.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. index.c  -fPIC -DPIC -o .libs/index.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. data.c  -fPIC -DPIC -o .libs/data.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. str.c -o str.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. plugin.c -o plugin.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. str.c  -fPIC -DPIC -o .libs/str.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictzip.c -o dictzip.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. plugin.c  -fPIC -DPIC -o .libs/plugin.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictzip.c  -fPIC -DPIC -o .libs/dictzip.o
daemon.c: In function 'dict_daemon':
daemon.c:1507:20: warning: unused variable 'h' [-Wunused-variable]
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. daemon.c -o daemon.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. str.c -o str.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. data.c -o data.o >/dev/null 2>&1
dict.c: In function 'main':
dict.c:1333:8: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
dict.c: In function 'client_get_banner.part.0':
dict.c:1242:7: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 255 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:980,
                 from dictP.h:157,
                 from dict.h:24,
                 from dict.c:21:
In function 'snprintf',
    inlined from 'client_get_banner.part.0' at dict.c:1241:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 2185) into a destination of size 256
   54 | __fortify_function __attribute_overloadable__ int
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 | __NTH (vsprintf (__fortify_clang_overload_arg (char *, __restrict, __s),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                  const char *__restrict __fmt, __gnuc_va_list __ap))
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv: cannot stat 'y.tab.h': No such file or directory
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dict.c -o dict.o >/dev/null 2>&1
mv: cannot stat 'y.tab.c': No such file or directory
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictfmt.c -o dictfmt.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictfmt.c  -fPIC -DPIC -o .libs/dictfmt.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. clientparse.c -o clientparse.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. plugin.c -o plugin.o >/dev/null 2>&1
dictzip.c: In function 'id_string':
dictzip.c:331:10: warning: variable 'pt' set but not used [-Wunused-but-set-variable]
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictzip.c -o dictzip.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. clientparse.c  -fPIC -DPIC -o .libs/clientparse.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictd.c -o dictd.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictd.c  -fPIC -DPIC -o .libs/dictd.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. servparse.c -o servparse.o
In file included from index.c:1390:
lev.h: In function 'dict_search_lev_utf8':
lev.h:130:9: warning: unused variable 'tmp' [-Wunused-variable]
lev.h:121:14: warning: unused variable 'datum' [-Wunused-variable]
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. index.c -o index.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. clientparse.c -o clientparse.o >/dev/null 2>&1
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. servparse.c  -fPIC -DPIC -o .libs/servparse.o
libtool --tag=CC --mode=link gcc -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  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lz -lmaa
dictfmt.c: In function 'set_utf8bit_mode':
dictfmt.c:875:8: warning: variable 'ascii_mode' set but not used [-Wunused-but-set-variable]
dictfmt.c: In function 'main':
dictfmt.c:1503:6: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
dictfmt.c:1504:6: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictfmt.c -o dictfmt.o >/dev/null 2>&1
libtool: link: gcc -o dictzip dictzip.o data.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now  -lz -lmaa
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. clientscan.c -o clientscan.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. clientscan.c  -fPIC -DPIC -o .libs/clientscan.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. servparse.c -o servparse.o >/dev/null 2>&1
dictd.c: In function 'set_locale_and_flags':
dictd.c:1389:8: warning: variable 'ascii_mode' set but not used [-Wunused-but-set-variable]
dictd.c: In function 'main':
dictd.c:1710:7: warning: ignoring return value of 'daemon' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c: In function 'release_root_privileges':
dictd.c:1273:10: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c:1275:10: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c:1277:10: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c:1279:10: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c:1281:10: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c:1283:10: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c: In function 'reopen_012':
dictd.c:1474:4: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c:1475:4: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c:1476:4: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]
dictd.c: At top level:
dictd.c:346:13: warning: 'unblock_signals' defined but not used [-Wunused-function]
dictd.c:335:13: warning: 'block_signals' defined but not used [-Wunused-function]
dictd.c: In function 'dict_get_banner.part.0':
dictd.c:1155:7: warning: '%s' directive output may be truncated writing up to 10239 bytes into a region of size 255 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:980,
                 from dictP.h:157,
                 from dictd.h:25,
                 from dictd.c:21:
In function 'snprintf',
    inlined from 'dict_get_banner.part.0' at dictd.c:1153:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 10241) into a destination of size 256
   54 | __fortify_function __attribute_overloadable__ int
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 | __NTH (vsprintf (__fortify_clang_overload_arg (char *, __restrict, __s),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                  const char *__restrict __fmt, __gnuc_va_list __ap))
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dictd.c: In function 'dict_get_banner.part.0':
dictd.c:1160:7: warning: '%s' directive output may be truncated writing up to 10239 bytes into a region of size 255 [-Wformat-truncation=]
In function 'snprintf',
    inlined from 'dict_get_banner.part.0' at dictd.c:1158:4:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 10377) into a destination of size 256
   54 | __fortify_function __attribute_overloadable__ int
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 | __NTH (vsprintf (__fortify_clang_overload_arg (char *, __restrict, __s),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                  const char *__restrict __fmt, __gnuc_va_list __ap))
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. dictd.c -o dictd.o >/dev/null 2>&1
libtool --tag=CC --mode=link gcc -o dictfmt -static \
	dictfmt.o str.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lz -lmaa
libtool: link: gcc -o dictfmt dictfmt.o str.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now  -lz -lmaa
clientscan.c:2015:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
clientscan.c:2003:17: warning: 'yy_pop_state' defined but not used [-Wunused-function]
clientscan.c:1974:17: warning: 'yy_push_state' defined but not used [-Wunused-function]
clientscan.c:1476:16: warning: 'input' defined but not used [-Wunused-function]
clientscan.c:1425:17: warning: 'yyunput' defined but not used [-Wunused-function]
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. clientscan.c -o clientscan.o >/dev/null 2>&1
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. servscan.c -o servscan.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. servscan.c  -fPIC -DPIC -o .libs/servscan.o
libtool --tag=CC --mode=link gcc -o dict -static \
	dict.o net.o clientscan.o clientparse.o md5.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o parse.o  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lz -lmaa
libtool: link: gcc -o dict dict.o net.o clientscan.o clientparse.o md5.o wcrtomb.o wctomb.o mbrlen.o mbrtowc.o mbstowcs.o mbtowc.o iswspace.o iswalnum.o towlower.o parse.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now  -lz -lmaa
lex.yy.c:2817:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
lex.yy.c:2805:17: warning: 'yy_pop_state' defined but not used [-Wunused-function]
lex.yy.c:2776:17: warning: 'yy_push_state' defined but not used [-Wunused-function]
lex.yy.c:2278:16: warning: 'input' defined but not used [-Wunused-function]
lex.yy.c:2227:17: warning: 'yyunput' defined but not used [-Wunused-function]
libtool: compile:  gcc -c -DHAVE_CONFIG_H -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. servscan.c -o servscan.o >/dev/null 2>&1
libtool --tag=CC --mode=link gcc -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  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lz -lmaa
libtool: link: gcc -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 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now  -lz -lmaa
rm dict.o dictzip.o
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p /build/dictd/pkg/dictd/usr/bin && \
        mkdir -p /build/dictd/pkg/dictd/usr/share/man/man1 && \
libtool --mode=install /usr/bin/install -c -c -c dict /build/dictd/pkg/dictd/usr/bin/ && \
/usr/bin/install -c -c -m 644 -c dict.1 /build/dictd/pkg/dictd/usr/share/man/man1/ && \
/usr/bin/install -c -c -c dictl /build/dictd/pkg/dictd/usr/bin/ && \
/usr/bin/install -c -c -m 644 -c dictl.1 /build/dictd/pkg/dictd/usr/share/man/man1/
mkdir -p /build/dictd/pkg/dictd/usr/bin && \
        mkdir -p /build/dictd/pkg/dictd/usr/share/man/man1 && \
libtool --mode=install /usr/bin/install -c -c -c dictzip /build/dictd/pkg/dictd/usr/bin && \
/usr/bin/install -c -c -m 644 -c dictzip.1 /build/dictd/pkg/dictd/usr/share/man/man1/dictzip.1
mkdir -p /build/dictd/pkg/dictd/usr/bin && \
        mkdir -p /build/dictd/pkg/dictd/usr/share/man/man8 && \
libtool --mode=install /usr/bin/install -c -c -c dictd /build/dictd/pkg/dictd/usr/bin && \
/usr/bin/install -c -c -m 644 -c dictd.8 /build/dictd/pkg/dictd/usr/share/man/man8/dictd.8
mkdir -p /build/dictd/pkg/dictd/usr/bin && \
        mkdir -p /build/dictd/pkg/dictd/usr/share/man/man1 && \
libtool --mode=install /usr/bin/install -c -c -c dictfmt /build/dictd/pkg/dictd/usr/bin && \
/usr/bin/install -c -c -c dictfmt_index2suffix /build/dictd/pkg/dictd/usr/bin && \
/usr/bin/install -c -c -c dictfmt_index2word /build/dictd/pkg/dictd/usr/bin && \
/usr/bin/install -c -c -c dictunformat /build/dictd/pkg/dictd/usr/bin && \
/usr/bin/install -c -c -m 644 -c dictfmt.1 /build/dictd/pkg/dictd/usr/share/man/man1 && \
/usr/bin/install -c -c -m 644 -c dictfmt_index2word.1 /build/dictd/pkg/dictd/usr/share/man/man1 && \
/usr/bin/install -c -c -m 644 -c dictfmt_index2suffix.1 /build/dictd/pkg/dictd/usr/share/man/man1 && \
/usr/bin/install -c -c -m 644 -c dictunformat.1 /build/dictd/pkg/dictd/usr/share/man/man1
if test _2 != _; then \
mkdir -p /build/dictd/pkg/dictd/usr/lib && \
if test ""; then \
/usr/bin/install -c -c -m 644 -c  /build/dictd/pkg/dictd/usr/lib; fi fi
if test _2 != _; then \
mkdir -p /build/dictd/pkg/dictd/usr/include && \
if test "dictdplugin.h"; then \
   /usr/bin/install -c -c -m 644 -c ./dictdplugin.h \
      /build/dictd/pkg/dictd/usr/include; \
fi fi
if test _2 != _; then \
mkdir -p /build/dictd/pkg/dictd/usr/libexec && \
if test ""; then \
libtool --mode=install /usr/bin/install -c -c -m 644 -c  /build/dictd/pkg/dictd/usr/libexec; else true; fi fi
mkdir -p /build/dictd/pkg/dictd/usr/bin && \
        mkdir -p /build/dictd/pkg/dictd/usr/share/man/man1 && \
/usr/bin/install -c -c -c colorit /build/dictd/pkg/dictd/usr/bin && \
/usr/bin/install -c -c -m 644 -c colorit.1 /build/dictd/pkg/dictd/usr/share/man/man1
libtool: install: /usr/bin/install -c -c -c dictzip /build/dictd/pkg/dictd/usr/bin/dictzip
libtool: install: /usr/bin/install -c -c -c dictfmt /build/dictd/pkg/dictd/usr/bin/dictfmt
libtool: install: /usr/bin/install -c -c -c dict /build/dictd/pkg/dictd/usr/bin/dict
libtool: install: /usr/bin/install -c -c -c dictd /build/dictd/pkg/dictd/usr/bin/dictd
/usr/bin/install -c -c -c ./dict_lookup /build/dictd/pkg/dictd/usr/bin/ && \
/usr/bin/install -c -c -m 644 -c dict_lookup.1 /build/dictd/pkg/dictd/usr/share/man/man1/
/usr/bin/install -c -c -c dictdplugin-config /build/dictd/pkg/dictd/usr/bin
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "dictd"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dictd 1.13.3-1 (Fri Dec 13 17:32:54 2024)
==> Cleaning up...