Skip to content

Instantly share code, notes, and snippets.

@nipsy
Created December 29, 2024 21:50
Show Gist options
  • Select an option

  • Save nipsy/44c2b33ffcaa19d61ed0d904e6850926 to your computer and use it in GitHub Desktop.

Select an option

Save nipsy/44c2b33ffcaa19d61ed0d904e6850926 to your computer and use it in GitHub Desktop.
dict-build-failure.log
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/nkcf0k5wv7apb4y18zmhmdr5npzy22m8-dictd-1.13.3.tar.gz
source root is dictd-1.13.3
setting SOURCE_DATE_EPOCH to timestamp 1731775440 of file dictd-1.13.3/configure
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/zl0r9rc2cfh2bhpk15kw9civi9cx8c0l-buildfix.diff
patching file Makefile.in
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/p6k7xp1lsfmbdd731mlglrdj2d66mr82-bash-5.2p37/bin/sh"
configure flags: --prefix=/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3 --datadir=/run/current-system/sw/share/dictd --sysconfdir=/etc
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 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... /nix/store/b1wvkjx96i3s7wblz38ya0zr8i93zbc5-coreutils-9.5/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... no
checking for groff... no
checking for troff... no
checking for col... no
checking for cat... cat
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... /nix/store/85amyk92rg19l4fy0qmy7wr4jmq8p5z0-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/85amyk92rg19l4fy0qmy7wr4jmq8p5z0-gnugrep-3.11/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
plugin support: native
enabled plugins:
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
build flags: -j16 SHELL=/nix/store/p6k7xp1lsfmbdd731mlglrdj2d66mr82-bash-5.2p37/bin/bash
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. net.c -o net.o
: -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 -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. md5.c -o md5.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. wcrtomb.c -o wcrtomb.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. wctomb.c -o wctomb.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbrlen.c -o mbrlen.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbrtowc.c -o mbrtowc.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbstowcs.c -o mbstowcs.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbtowc.c -o mbtowc.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. iswspace.c -o iswspace.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. iswalnum.c -o iswalnum.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. towlower.c -o towlower.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. parse.c -o parse.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -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: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbrlen.c -fPIC -DPIC -o .libs/mbrlen.o
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. daemon.c -o daemon.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. wctomb.c -fPIC -DPIC -o .libs/wctomb.o
mv: cannot stat 'y.tab.h': No such file or directory
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. net.c -fPIC -DPIC -o .libs/net.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. iswspace.c -fPIC -DPIC -o .libs/iswspace.o
mv: cannot stat 'y.tab.c': No such file or directory
libtool --tag=CC --mode=compile gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. strategy.c -o strategy.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbtowc.c -fPIC -DPIC -o .libs/mbtowc.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbstowcs.c -fPIC -DPIC -o .libs/mbstowcs.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. md5.c -fPIC -DPIC -o .libs/md5.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. towlower.c -fPIC -DPIC -o .libs/towlower.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. wcrtomb.c -fPIC -DPIC -o .libs/wcrtomb.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. parse.c -fPIC -DPIC -o .libs/parse.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. iswalnum.c -fPIC -DPIC -o .libs/iswalnum.o
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? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsizeof-pointer-memaccess-Wsizeof-pointer-memaccess]8;;]
148 | memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
| ^
md5.c: In function 'MD5Update':
md5.c:87:9: warning: 'MD5Transform' reading 128 bytes from a region of size 64 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overread-Wstringop-overread]8;;]
87 | MD5Transform(ctx->buf, (uint32 *) ctx->in);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
md5.c:87:9: 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'
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 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overread-Wstringop-overread]8;;]
96 | MD5Transform(ctx->buf, (uint32 *) ctx->in);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
md5.c:96:9: 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'
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 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overread-Wstringop-overread]8;;]
131 | MD5Transform(ctx->buf, (uint32 *) ctx->in);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
md5.c:131:9: 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'
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 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overread-Wstringop-overread]8;;]
145 | MD5Transform(ctx->buf, (uint32 *) ctx->in);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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'
170 | void MD5Transform(uint32 buf[4], uint32 const in[16])
| ^~~~~~~~~~~~
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. mbrtowc.c -fPIC -DPIC -o .libs/mbrtowc.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. dict.c -fPIC -DPIC -o .libs/dict.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. daemon.c -fPIC -DPIC -o .libs/daemon.o
libtool: compile: gcc -c -DHAVE_CONFIG_H -g -O2 -Wall -Wwrite-strings -Wcast-align -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/nix/store/2cbsrcbz3100ng6psvl324is32f4g8yl-dictd-1.13.3/libexec/\" -DDICT_DICTIONARY_PATH=\"/run/current-system/sw/share/dictd/\" -DDICT_VERSION=\"1.13.3\" -DDICT_CONFIG_PATH=\"/etc/\" -I. -I. strategy.c -fPIC -DPIC -o .libs/strategy.o
: servscan.l && mv lex.yy.c servscan.c
mv: cannot stat 'lex.yy.c': No such file or directory
make: *** [Makefile:174: servscan.c] Error 1
make: *** Waiting for unfinished jobs....
parse.c: In function 'prs_file':
parse.c:98:23: warning: variable 'extra_options' set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;]
98 | static const char *extra_options = "";
| ^~~~~~~~~~~~~
dict.c: In function 'main':
dict.c:1533:16: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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;
| ^~
dict.c:1333:23: warning: variable 'offset' set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;]
1333 | int offset = 0;
| ^~~~~~
daemon.c: In function 'daemon_log':
daemon.c:134:7: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;]
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;
| ^~~~~~
daemon.c: In function 'dict_daemon':
daemon.c:1507:20: warning: unused variable 'h' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
1507 | struct hostent *h;
| ^
dict.c: In function 'client_get_banner.part.0':
dict.c:1242:18: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 255 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;]
1230 | return buffer;
| ~~~~~~
......
1242 | "%s %s/rf on %s %s", err_program_name (), id_string (),
| ^~
In file included from /nix/store/lw21wr626v5sdcaxxkv2k4zf1121hfc9-glibc-2.40-36-dev/include/stdio.h:970,
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:
/nix/store/lw21wr626v5sdcaxxkv2k4zf1121hfc9-glibc-2.40-36-dev/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 2185) into a destination of size 256
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 |  __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 |  __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment