==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_e237f683-89d2-4de2-83ec-9d6b9edf2d8e]...done ==> Making package: dictd 1.13.3-1.2 (Sun Apr 26 06:31:55 2026) ==> Retrieving sources... -> Downloading dictd-1.13.3.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0 100 382 100 382 0 0 1286 0 0 100 382 100 382 0 0 1285 0 0 0 0 0 0 0 0 0 0 0 100 375 100 375 0 0 739 0 0 100 375 100 375 0 0 739 0 0 0 0 0 0 0 0 0 0 0 100 380.9k 100 380.9k 0 0 297.3k 0 00:01 00:01 0 100 380.9k 100 380.9k 0 0 297.3k 0 00:01 00:01 0 100 380.9k 100 380.9k 0 0 297.3k 0 00:01 00:01 0 -> Found dict.conf -> Found dictd.conf -> Found dictd.confd -> Found dictd.service -> Found site.info -> Found colorit.conf ==> 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.2 (Sun Apr 26 04:31:58 2026) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change extra/libmaa 1.5.1-1 0.11 MiB Total Installed Size: 0.11 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing libmaa... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> 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... x86_64-pc-linux-gnu checking host system type... x86_64-pc-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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 mv: cannot stat 'y.tab.h': No such file or directory 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] 148 | memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ | ^ mv: cannot stat 'y.tab.c': No such file or directory libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 md5.c: In function 'MD5Update': md5.c:87:9: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread] 87 | MD5Transform(ctx->buf, (uint32 *) ctx->in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ md5.c:87:9: note: referencing argument 2 of type 'const uint32[16]' md5.c:170:6: note: in a call to function 'MD5Transform' 170 | void MD5Transform(uint32 buf[4], uint32 const in[16]) | ^~~~~~~~~~~~ md5.c:96:9: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread] 96 | MD5Transform(ctx->buf, (uint32 *) ctx->in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ md5.c:96:9: note: referencing argument 2 of type 'const uint32[16]' md5.c:170:6: note: in a call to function 'MD5Transform' 170 | void MD5Transform(uint32 buf[4], uint32 const in[16]) | ^~~~~~~~~~~~ md5.c: In function 'MD5Final': md5.c:131:9: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread] 131 | MD5Transform(ctx->buf, (uint32 *) ctx->in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ md5.c:131:9: note: referencing argument 2 of type 'const uint32[16]' md5.c:170:6: note: in a call to function 'MD5Transform' 170 | void MD5Transform(uint32 buf[4], uint32 const in[16]) | ^~~~~~~~~~~~ md5.c:145:5: warning: 'MD5Transform' reading 128 bytes from a region of size 64 [-Wstringop-overread] 145 | MD5Transform(ctx->buf, (uint32 *) ctx->in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ md5.c:145:5: note: referencing argument 2 of type 'const uint32[16]' md5.c:170:6: note: in a call to function 'MD5Transform' 170 | void MD5Transform(uint32 buf[4], uint32 const in[16]) | ^~~~~~~~~~~~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 parse.c: In function 'prs_file': parse.c:98:23: warning: variable 'extra_options' set but not used [-Wunused-but-set-variable] 98 | static const char *extra_options = ""; | ^~~~~~~~~~~~~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 daemon.c: In function 'daemon_log': daemon.c:134:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 134 | if (!flg_test(LOG_STATS)) return; marker = 'I'; break; | ^~ daemon.c:134:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 134 | if (!flg_test(LOG_STATS)) return; marker = 'I'; break; | ^~~~~~ daemon.c:136:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 136 | if (!flg_test(LOG_SERVER)) return; marker = 'I'; break; | ^~ daemon.c:136:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 136 | if (!flg_test(LOG_SERVER)) return; marker = 'I'; break; | ^~~~~~ daemon.c:138:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 138 | if (!flg_test(LOG_CLIENT)) return; marker = 'C'; break; | ^~ daemon.c:138:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 138 | if (!flg_test(LOG_CLIENT)) return; marker = 'C'; break; | ^~~~~~ daemon.c:140:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 140 | if (!flg_test(LOG_CONNECT)) return; marker = 'K'; break; | ^~ daemon.c:140:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 140 | if (!flg_test(LOG_CONNECT)) return; marker = 'K'; break; | ^~~~~~ daemon.c:142:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 142 | if (!flg_test(LOG_FOUND)) return; marker = 'D'; break; | ^~ daemon.c:142:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 142 | if (!flg_test(LOG_FOUND)) return; marker = 'D'; break; | ^~~~~~ daemon.c:144:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 144 | if (!flg_test(LOG_FOUND)) return; marker = 'M'; break; | ^~ daemon.c:144:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 144 | if (!flg_test(LOG_FOUND)) return; marker = 'M'; break; | ^~~~~~ daemon.c:146:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 146 | if (!flg_test(LOG_NOTFOUND)) return; marker = 'N'; break; | ^~ daemon.c:146:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 146 | if (!flg_test(LOG_NOTFOUND)) return; marker = 'N'; break; | ^~~~~~ daemon.c:148:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 148 | if (!flg_test(LOG_COMMAND)) return; marker = 'T'; break; | ^~ daemon.c:148:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 148 | if (!flg_test(LOG_COMMAND)) return; marker = 'T'; break; | ^~~~~~ daemon.c:150:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 150 | if (!flg_test(LOG_AUTH)) return; marker = 'A'; break; | ^~ daemon.c:150:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 150 | if (!flg_test(LOG_AUTH)) return; marker = 'A'; break; | ^~~~~~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 dict.c: In function 'main': dict.c:1533:16: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1533 | if (function == MATCH) offset = atoi(s); ++state; s=p+1; break; | ^~ dict.c:1533:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1533 | if (function == MATCH) offset = atoi(s); ++state; s=p+1; break; | ^~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 dict.c:1333:23: warning: variable 'offset' set but not used [-Wunused-but-set-variable] 1333 | int offset = 0; | ^~~~~~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 daemon.c: In function 'dict_daemon': daemon.c:1507:20: warning: unused variable 'h' [-Wunused-variable] 1507 | struct hostent *h; | ^ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 dictzip.c: In function 'dict_data_zip': dictzip.c:166:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 166 | if ((pt = strrchr( inFilename, '/' ))) | ^ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 dictzip.c: In function 'id_string': dictzip.c:331:17: warning: variable 'pt' set but not used [-Wunused-but-set-variable] 331 | char *pt; | ^~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 lev.h: In function 'dict_search_lev_utf8': index.c:1388:12: warning: unused variable 'tmp' [-Wunused-variable] 1388 | char tmp; | ^~~ lev.h:130:4: note: in expansion of macro 'LEV_VARS' 130 | LEV_VARS | ^~~~~~~~ In file included from index.c:1390: lev.h:121:16: warning: unused variable 'datum' [-Wunused-variable] 121 | dictWord *datum; | ^~~~~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 mv: mv: cannot stat 'y.tab.h'cannot stat 'y.tab.h': No such file or directory: No such file or directory libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 mv: cannot stat 'y.tab.c': No such file or directory mv: cannot stat 'y.tab.c': No such file or directory libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 dictfmt.c: In function 'set_utf8bit_mode': dictfmt.c:875:8: warning: variable 'ascii_mode' set but not used [-Wunused-but-set-variable] 875 | int ascii_mode; | ^~~~~~~~~~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 dictfmt.c: In function 'main': dictfmt.c:1503:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1503 | fgets (buffer,BSIZE-1,stdin); /* empty line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dictfmt.c:1504:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1504 | fgets (buffer,BSIZE-1,stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 cc1: fatal error: servparse.c: No such file or directory compilation terminated. make: *** [Makefile:120: servparse.o] Error 1 make: *** Waiting for unfinished jobs.... libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 dictd.c:24:10: fatal error: servparse.h: No such file or directory 24 | #include "servparse.h" | ^~~~~~~~~~~~~ compilation terminated. libtool: compile: gcc -c -DHAVE_CONFIG_H -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/dictd -flto=auto -falign-functions=32 -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 make: *** [Makefile:120: dictd.o] Error 1 rm dict.o dictzip.o ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_e237f683-89d2-4de2-83ec-9d6b9edf2d8e/build