[Debian-mobcom-maintainers] Bug#1128697: nextepc: FTBFS with glibc 2.43 due to ISO C23 const return types

Aurelien Jarno aurel32 at debian.org
Sun Feb 22 14:48:53 GMT 2026


Source: nextepc
Version: 0.3.10+nods-4.4
Severity: important
Tags: ftbfs upstream
Justification: fails to build from source
User: debian-glibc at lists.debian.org
Usertags: glibc-2.43

Dear maintainer(s),

nextepc fails to build from source with glibc 2.43, currently in
experimental. From the build log:

| Command: dpkg-buildpackage --sanitize-env -us -uc -b
| dpkg-buildpackage: info: source package nextepc
| dpkg-buildpackage: info: source version 0.3.10+nods-4.4
| dpkg-buildpackage: info: source distribution unstable
| dpkg-buildpackage: info: source changed by Roberto C. Sánchez <roberto at debian.org>
|  dpkg-source --before-build .
| dpkg-buildpackage: info: host architecture arm64
|  debian/rules clean
| dh clean
|    debian/rules override_dh_auto_clean
| make[1]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods'
| dh_auto_clean
| rm -f config.nice test/atconfig
| rm -f debian/man/*.1
| make[1]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods'
|    dh_clean
| 	rm -f debian/debhelper-build-stamp
| 	rm -rf debian/.debhelper/
| 	rm -f -- debian/nextepc-core.substvars debian/nextepc-mme.substvars debian/nextepc-sgw.substvars debian/nextepc-pgw.substvars debian/nextepc-pcrf.substvars debian/nextepc-hss.substvars debian/nextepc.substvars debian/files
| 	rm -fr -- debian/nextepc-core/ debian/tmp/ debian/nextepc-mme/ debian/nextepc-sgw/ debian/nextepc-pgw/ debian/nextepc-pcrf/ debian/nextepc-hss/ debian/nextepc/
| 	find .  \( \( \
| 		\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
| 	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
| 		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
| 		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
| 		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
| 		\) -exec rm -f {} + \) -o \
| 		\( -type d -a \( -name autom4te.cache -o -name __pycache__ \) -prune -exec rm -rf {} + \) \)
|  debian/rules binary
| dh binary
|    dh_update_autotools_config
|    dh_autoreconf
| 	find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} + -o -type l -printf "symlink  %p
| " > debian/autoreconf.before
| 	grep -q ^XDT_ configure.ac
| 	autoreconf -f -i
| aclocal: warning: couldn't open directory 'm4': No such file or directory
| aclocal: warning: couldn't open directory 'm4': No such file or directory
| libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
| libtoolize: copying file 'build-aux/ltmain.sh'
| libtoolize: putting macros in 'm4'.
| libtoolize: copying file 'm4/libtool.m4'
| libtoolize: copying file 'm4/ltoptions.m4'
| libtoolize: copying file 'm4/ltsugar.m4'
| libtoolize: copying file 'm4/ltversion.m4'
| libtoolize: copying file 'm4/lt~obsolete.m4'
| libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
| libtoolize: and rerunning libtoolize and aclocal.
| configure.ac:69: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
| ./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from...
| ./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from...
| configure.ac:69: the top level
| configure.ac:180: warning: The macro 'AC_TRY_COMPILE' is obsolete.
| configure.ac:180: You should run autoupdate.
| ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
| lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
| lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
| ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
| ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
| configure.ac:180: the top level
| configure.ac:70: installing 'build-aux/ar-lib'
| configure.ac:66: installing 'build-aux/compile'
| configure.ac:22: installing 'build-aux/config.guess'
| configure.ac:22: installing 'build-aux/config.sub'
| configure.ac:18: installing 'build-aux/install-sh'
| configure.ac:18: installing 'build-aux/missing'
| extensions/dbg_msg_dumps/Makefile.am: installing 'build-aux/depcomp'
| configure.ac: installing 'build-aux/ylwrap'
| libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
| libtoolize: copying file 'build-aux/ltmain.sh'
| libtoolize: putting macros in 'm4'.
| libtoolize: copying file 'm4/libtool.m4'
| libtoolize: copying file 'm4/ltoptions.m4'
| libtoolize: copying file 'm4/ltsugar.m4'
| libtoolize: copying file 'm4/ltversion.m4'
| libtoolize: copying file 'm4/lt~obsolete.m4'
| libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
| libtoolize: and rerunning libtoolize and aclocal.
| configure.ac:152: warning: The macro 'AC_ERROR' is obsolete.
| configure.ac:152: You should run autoupdate.
| ./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
| configure.ac:152: the top level
| configure.ac:218: warning: The macro 'AC_HEADER_STDC' is obsolete.
| configure.ac:218: You should run autoupdate.
| ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
| configure.ac:218: the top level
| configure.ac:319: warning: The macro 'AC_TRY_COMPILE' is obsolete.
| configure.ac:319: You should run autoupdate.
| ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
| configure.ac:319: the top level
| configure.ac:332: warning: The macro 'AC_TRY_RUN' is obsolete.
| configure.ac:332: You should run autoupdate.
| ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
| lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
| lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
| ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
| ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
| configure.ac:332: the top level
| configure.ac:79: installing 'build-aux/ar-lib'
| configure.ac:76: installing 'build-aux/compile'
| configure.ac:26: installing 'build-aux/config.guess'
| configure.ac:26: installing 'build-aux/config.sub'
| configure.ac:21: installing 'build-aux/install-sh'
| configure.ac:21: installing 'build-aux/missing'
| Makefile.am: installing 'build-aux/depcomp'
| parallel-tests: installing 'build-aux/test-driver'
| 	find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} + -o -type l -printf "symlink  %p
| " > debian/autoreconf.after
|    dh_auto_configure
| 	./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/aarch64-linux-gnu --libexecdir=\${prefix}/lib/aarch64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
| checking for grep that handles long lines and -e... /usr/bin/grep
| checking for egrep... /usr/bin/grep -E
| checking for a BSD-compatible install... /usr/bin/install -c
| checking whether sleep supports fractional seconds... yes
| checking filesystem timestamp resolution... 0.01
| checking whether build environment is sane... yes
| checking for a race-free mkdir -p... /usr/bin/mkdir -p
| checking for gawk... gawk
| checking whether make sets $(MAKE)... yes
| checking whether make supports nested variables... yes
| checking xargs -n works... yes
| checking whether UID '999' is supported by ustar format... yes
| checking whether GID '999' is supported by ustar format... yes
| checking how to create a ustar tar archive... gnutar
| checking build system type... aarch64-unknown-linux-gnu
| checking host system type... aarch64-unknown-linux-gnu
| checking whether make sets $(MAKE)... (cached) yes
| 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 whether gcc understands -c and -o together... yes
| checking whether make supports the include directive... yes (GNU style)
| checking dependency style of gcc... none
| checking for ar... ar
| checking the archiver (ar) interface... ar
| checking how to print strings... printf
| checking for a sed that does not truncate output... /usr/bin/sed
| checking for fgrep... /usr/bin/grep -F
| checking for ld used by gcc... /usr/bin/aarch64-linux-gnu-ld
| checking if the linker (/usr/bin/aarch64-linux-gnu-ld) is GNU ld... yes
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
| checking the name lister (/usr/bin/nm -B) interface... BSD nm
| checking whether ln -s works... yes
| checking the maximum length of command line arguments... 1572864
| checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
| checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
| checking for /usr/bin/aarch64-linux-gnu-ld option to reload object files... -r
| checking for file... file
| checking for objdump... objdump
| checking how to recognize dependent libraries... pass_all
| checking for dlltool... no
| checking how to associate runtime and link libraries... printf %s\n
| checking for ranlib... ranlib
| checking for archiver @FILE support... @
| checking for strip... strip
| checking command to parse /usr/bin/nm -B output from gcc object... ok
| checking for sysroot... no
| checking for a working dd... /usr/bin/dd
| checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
| checking for mt... no
| checking if : is a manifest tool... no
| 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 dlfcn.h... yes
| checking for objdir... .libs
| checking if gcc supports -fno-rtti -fno-exceptions... no
| checking for gcc option to produce PIC... -fPIC -DPIC
| checking if gcc PIC flag -fPIC -DPIC works... yes
| checking if gcc static flag -static works... yes
| checking if gcc supports -c -o file.o... yes
| checking if gcc supports -c -o file.o... (cached) yes
| checking whether the gcc linker (/usr/bin/aarch64-linux-gnu-ld) supports shared libraries... yes
| checking whether -lc should be explicitly linked in... no
| checking dynamic linker characteristics... GNU/Linux ld.so
| checking how to hardcode library paths into programs... immediate
| checking whether stripping libraries is possible... yes
| checking if libtool supports shared libraries... yes
| checking whether to build shared libraries... yes
| checking whether to build static libraries... no
| checking for pkg-config... /usr/bin/pkg-config
| checking pkg-config is at least version 0.20... yes
| checking whether C compiler accepts -Wno-unused-result... yes
| checking size of void*... 8
| checking size of char... 1
| checking size of int... 4
| checking size of long... 8
| checking size of short... 2
| checking size of long long... 8
| checking size of pid_t... 4
| checking for egrep... (cached) /usr/bin/grep -E
| checking for arpa/inet.h... yes
| checking for ctype.h... yes
| checking for errno.h... yes
| checking for fcntl.h... yes
| checking for ifaddrs.h... yes
| checking for limits.h... yes
| checking for netdb.h... yes
| checking for pthread.h... yes
| checking for regex.h... yes
| checking for semaphore.h... yes
| checking for signal.h... yes
| checking for stdarg.h... yes
| checking for stdio.h... (cached) yes
| checking for stdint.h... (cached) yes
| checking for stdlib.h... (cached) yes
| checking for string.h... (cached) yes
| checking for strings.h... (cached) yes
| checking for time.h... yes
| checking for unistd.h... (cached) yes
| checking for net/if_dl.h... no
| checking for net/if.h... yes
| checking for netinet/ether.h... yes
| checking for netinet/in.h... yes
| checking for netinet/in_systm.h... yes
| checking for netinet/udp.h... yes
| checking for netinet/tcp.h... yes
| checking for netinet/sctp.h... yes
| checking for usrsctp.h... no
| checking for sys/ioctl.h... yes
| checking for sys/param.h... yes
| checking for sys/socket.h... yes
| checking for sys/stat.h... (cached) yes
| checking for sys/syslimits.h... no
| checking for sys/types.h... (cached) yes
| checking for sys/time.h... yes
| checking for sys/wait.h... yes
| checking for sys/uio.h... yes
| checking for netinet/ip.h... yes
| checking for netinet/ip6.h... yes
| checking for net/route.h... yes
| checking for netinet/ip_icmp.h... yes
| checking for netinet/icmp6.h... yes
| checking whether byte ordering is bigendian... no
| checking for struct tm.tm_gmtoff... yes
| checking for struct tm.__tm_gmtoff... no
| checking for struct sockaddr.sa_len... no
| checking for struct sockaddr_in.sin_len... no
| checking for struct sockaddr_in6.sin6_len... no
| checking for struct sockaddr_conn.sconn_len... no
| checking for socklen_t... yes
| checking for /dev/random... yes
| checking whether the compiler provides atomic builtins... yes
| checking for vprintf... yes
| checking for atexit... yes
| checking for gettimeofday... yes
| checking for memmove... yes
| checking for strerror... yes
| checking for inet_ntop... yes
| checking for inet_pton... yes
| checking for inet_aton... yes
| checking for sigaction... yes
| checking for sigwait... yes
| checking for sigsuspend... yes
| checking for stpcpy... yes
| checking for strcasecmp... yes
| checking for strtoul... yes
| checking for stricmp... no
| checking for writev... yes
| checking for utime... yes
| checking for utimes... yes
| checking for sem_timedwait... yes
| checking for pthread_yield... no
| checking for sched_yield... yes
| checking for getenv... yes
| checking for putenv... yes
| checking for setenv... yes
| checking for unsetenv... yes
| checking for library containing gethostbyname... none required
| checking for library containing gethostname... none required
| checking for library containing socket... none required
| checking for library containing pthread_barrier_wait... none required
| checking for library containing gnutls_global_set_log_level... -lgnutls
| checking for library containing sctp_sendmsg... -lsctp
| checking for yaml-0.1 >= 0.1.4... yes
| checking for mongoc2... yes
| checking that generated files are newer than configure... done
| configure: creating ./config.status
| config.status: creating lib/core/include/core.h
| config.status: creating lib/core/src/Makefile
| config.status: creating lib/core/test/Makefile
| config.status: creating lib/core/Makefile
| config.status: creating lib/s1ap/asn1c/Makefile
| config.status: creating lib/s1ap/Makefile
| config.status: creating lib/nas/Makefile
| config.status: creating lib/fd/Makefile
| config.status: creating lib/gtp/Makefile
| config.status: creating lib/ipfw/Makefile
| config.status: creating lib/Makefile
| config.status: creating src/common/Makefile
| config.status: creating src/mme/Makefile
| config.status: creating src/hss/Makefile
| config.status: creating src/sgw/Makefile
| config.status: creating src/pgw/Makefile
| config.status: creating src/pcrf/Makefile
| config.status: creating src/Makefile
| config.status: creating support/config/nextepc.conf
| config.status: creating support/config/mme.conf
| config.status: creating support/config/sgw.conf
| config.status: creating support/config/pgw.conf
| config.status: creating support/config/hss.conf
| config.status: creating support/config/pcrf.conf
| config.status: creating support/config/Makefile
| config.status: creating support/freeDiameter/mme.conf
| config.status: creating support/freeDiameter/pgw.conf
| config.status: creating support/freeDiameter/hss.conf
| config.status: creating support/freeDiameter/pcrf.conf
| config.status: creating support/freeDiameter/Makefile
| config.status: creating support/systemd/nextepc-mmed.service
| config.status: creating support/systemd/nextepc-sgwd.service
| config.status: creating support/systemd/nextepc-pgwd.service
| config.status: creating support/systemd/nextepc-hssd.service
| config.status: creating support/systemd/nextepc-pcrfd.service
| config.status: creating support/systemd/Makefile
| config.status: creating support/logrotate/nextepc
| config.status: creating support/logrotate/Makefile
| config.status: creating support/newsyslog/nextepc.conf
| config.status: creating support/newsyslog/Makefile
| config.status: creating support/Makefile
| config.status: creating test/sample.conf
| config.status: creating test/sample-volte.conf
| config.status: creating test/Makefile
| config.status: creating Makefile
| config.status: creating config.h
| config.status: executing test/atconfig commands
| config.status: executing depfiles commands
| config.status: executing libtool commands
| === configuring in lib/freeDiameter-1.2.1 (/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1)
| configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  '--build=aarch64-linux-gnu' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-silent-rules' '--libdir=${prefix}/lib/aarch64-linux-gnu' '--libexecdir=${prefix}/lib/aarch64-linux-gnu' '--runstatedir=/run' '--disable-maintainer-mode' '--disable-dependency-tracking' 'build_alias=aarch64-linux-gnu' 'CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--as-needed' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' --cache-file=/dev/null --srcdir=.
| checking for a BSD-compatible install... /usr/bin/install -c
| checking whether sleep supports fractional seconds... yes
| checking filesystem timestamp resolution... 0.01
| checking whether build environment is sane... yes
| checking for a race-free mkdir -p... /usr/bin/mkdir -p
| checking for gawk... gawk
| checking whether make sets $(MAKE)... yes
| checking whether make supports nested variables... yes
| checking xargs -n works... yes
| checking whether UID '999' is supported by ustar format... yes
| checking whether GID '999' is supported by ustar format... yes
| checking how to create a ustar tar archive... gnutar
| checking build system type... aarch64-unknown-linux-gnu
| checking host system type... aarch64-unknown-linux-gnu
| checking whether make sets $(MAKE)... (cached) yes
| 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 whether gcc understands -c and -o together... yes
| checking whether make supports the include directive... yes (GNU style)
| checking dependency style of gcc... none
| 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
| checking whether yytext is a pointer... yes
| checking for ar... ar
| checking the archiver (ar) interface... ar
| checking how to print strings... printf
| checking for a sed that does not truncate output... /usr/bin/sed
| checking for grep that handles long lines and -e... /usr/bin/grep
| checking for egrep... /usr/bin/grep -E
| checking for fgrep... /usr/bin/grep -F
| checking for ld used by gcc... /usr/bin/aarch64-linux-gnu-ld
| checking if the linker (/usr/bin/aarch64-linux-gnu-ld) is GNU ld... yes
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
| checking the name lister (/usr/bin/nm -B) interface... BSD nm
| checking whether ln -s works... yes
| checking the maximum length of command line arguments... 1572864
| checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
| checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
| checking for /usr/bin/aarch64-linux-gnu-ld option to reload object files... -r
| checking for file... file
| checking for objdump... objdump
| checking how to recognize dependent libraries... pass_all
| checking for dlltool... no
| checking how to associate runtime and link libraries... printf %s\n
| checking for ranlib... ranlib
| checking for archiver @FILE support... @
| checking for strip... strip
| checking command to parse /usr/bin/nm -B output from gcc object... ok
| checking for sysroot... no
| checking for a working dd... /usr/bin/dd
| checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
| checking for mt... no
| checking if : is a manifest tool... no
| 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 dlfcn.h... yes
| checking for objdir... .libs
| checking if gcc supports -fno-rtti -fno-exceptions... no
| checking for gcc option to produce PIC... -fPIC -DPIC
| checking if gcc PIC flag -fPIC -DPIC works... yes
| checking if gcc static flag -static works... yes
| checking if gcc supports -c -o file.o... yes
| checking if gcc supports -c -o file.o... (cached) yes
| checking whether the gcc linker (/usr/bin/aarch64-linux-gnu-ld) supports shared libraries... yes
| checking whether -lc should be explicitly linked in... no
| checking dynamic linker characteristics... GNU/Linux ld.so
| checking how to hardcode library paths into programs... immediate
| checking for shl_load... no
| checking for shl_load in -ldld... no
| checking for dlopen... yes
| checking whether a program can dlopen itself... yes
| checking whether a statically linked program can dlopen itself... no
| checking whether stripping libraries is possible... yes
| checking if libtool supports shared libraries... yes
| checking whether to build shared libraries... yes
| checking whether to build static libraries... no
| checking whether byte ordering is bigendian... no
| checking for strndup... yes
| checking for gcc options needed to detect all undeclared functions... none needed
| checking whether ntohll is declared... no
| checking whether AI_ADDRCONFIG is declared... yes
| checking for library containing clock_gettime... none required
| checking for library containing dlopen... none required
| checking for library containing pthread_barrier_wait... none required
| checking for library containing sctp_sendmsg... -lsctp
| checking for library containing gnutls_global_init... -lgnutls
| checking for library containing gnutls_hash... none required
| checking for library containing gnutls_transport_set_vec_push_function... none required
| checking for library containing gnutls_x509_trust_list_verify_crt... none required
| checking for library containing gnutls_handshake_set_timeout... none required
| checking for library containing gcry_control... -lgcrypt
| checking for library containing idna_strerror... -lidn
| checking whether sctp_connectx function accepts 4 arguments... yes
| checking that generated files are newer than configure... done
| configure: creating ./config.status
| config.status: creating include/freeDiameter/freeDiameter-host.h
| config.status: creating libfdproto/Makefile
| config.status: creating libfdcore/Makefile
| config.status: creating extensions/dbg_msg_dumps/Makefile
| config.status: creating extensions/dict_rfc5777/Makefile
| config.status: creating extensions/dict_mip6i/Makefile
| config.status: creating extensions/dict_nasreq/Makefile
| config.status: creating extensions/dict_nas_mipv6/Makefile
| config.status: creating extensions/dict_dcca/Makefile
| config.status: creating extensions/dict_dcca_3gpp/Makefile
| config.status: creating extensions/dict_s6a/Makefile
| config.status: creating extensions/Makefile
| config.status: creating Makefile
| config.status: creating include/freeDiameter/config.h
| config.status: executing depfiles commands
| config.status: executing libtool commands
| 
| FreeDiameter configuration
| --------------------
| version                 : 1.2.1
| host                    : aarch64-unknown-linux-gnu
| source code location    : .
| compiler                : gcc
| compiler flags          : -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow
| linker flags            : -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -lidn -lgcrypt -lgnutls -lsctp 
| config directory        : /etc/nextepc/freeDiameter
| extensions directory    : /usr/lib/nextepc
| 
| 
| NextEPC configuration
| --------------------
| version                 : 0.3.10
| host                    : aarch64-unknown-linux-gnu
| source code location    : .
| compiler                : gcc
| compiler flags          : -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result  -DUTF8PROC_EXPORTS -I/usr/include/mongoc-2.2.2 -I/usr/include/bson-2.2.2
| linker flags            : -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -lsctp -lgnutls  -lyaml -lmongoc2 -lbson2 -lrt
| bin directory           : /usr/bin
| lib directory           : /usr/lib/aarch64-linux-gnu/nextepc
| config directory        : /etc/nextepc
| log directory           : /var/log/nextepc
| 
|    dh_auto_build
| 	make -j128
| make[1]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods'
| make  all-recursive
| make[2]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods'
| Making all in lib
| make[3]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib'
| Making all in freeDiameter-1.2.1
| make[4]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1'
| Making all in libfdproto
| make[5]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto'
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dictionary.lo dictionary.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dictionary_functions.lo dictionary_functions.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dispatch.lo dispatch.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o fifo.lo fifo.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o init.lo init.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o lists.lo lists.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o log.lo log.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o messages.lo messages.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o ostr.lo ostr.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o portability.lo portability.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o rt_data.lo rt_data.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o sessions.lo sessions.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o utils.lo utils.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o version.lo version.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dictionary_functions.c  -fPIC -DPIC -o .libs/dictionary_functions.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dispatch.c  -fPIC -DPIC -o .libs/dispatch.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c messages.c  -fPIC -DPIC -o .libs/messages.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c ostr.c  -fPIC -DPIC -o .libs/ostr.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c utils.c  -fPIC -DPIC -o .libs/utils.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c log.c  -fPIC -DPIC -o .libs/log.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c portability.c  -fPIC -DPIC -o .libs/portability.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c sessions.c  -fPIC -DPIC -o .libs/sessions.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dictionary.c  -fPIC -DPIC -o .libs/dictionary.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c fifo.c  -fPIC -DPIC -o .libs/fifo.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c init.c  -fPIC -DPIC -o .libs/init.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c version.c  -fPIC -DPIC -o .libs/version.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c lists.c  -fPIC -DPIC -o .libs/lists.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c rt_data.c  -fPIC -DPIC -o .libs/rt_data.o
| /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -version-info 1:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o libfdproto.la -rpath /usr/lib/nextepc dictionary.lo dictionary_functions.lo dispatch.lo fifo.lo init.lo lists.lo log.lo messages.lo ostr.lo portability.lo rt_data.lo sessions.lo utils.lo version.lo  -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dictionary.o .libs/dictionary_functions.o .libs/dispatch.o .libs/fifo.o .libs/init.o .libs/lists.o .libs/log.o .libs/messages.o .libs/ostr.o .libs/portability.o .libs/rt_data.o .libs/sessions.o .libs/utils.o .libs/version.o   -lidn -lgcrypt -lgnutls -lsctp  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,libfdproto.so.1 -o .libs/libfdproto.so.1.0.0
| libtool: link: (cd ".libs" && rm -f "libfdproto.so.1" && ln -s "libfdproto.so.1.0.0" "libfdproto.so.1")
| libtool: link: (cd ".libs" && rm -f "libfdproto.so" && ln -s "libfdproto.so.1.0.0" "libfdproto.so")
| libtool: link: ( cd ".libs" && rm -f "libfdproto.la" && ln -s "../libfdproto.la" "libfdproto.la" )
| make[5]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto'
| Making all in libfdcore
| make[5]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore'
| /bin/bash ../build-aux/ylwrap fdd.tab.y y.tab.c fdd.tab.c y.tab.h `echo fdd.tab.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output fdd.tab.output -- bison -y -p fdd -d 
| /build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/fdd.tab.y:46.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc]
|    46 | %error-verbose
|       | ^~~~~~~~~~~~~~
| /build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/fdd.tab.y:46.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated]
|    46 | %error-verbose
|       | ^~~~~~~~~~~~~~
|       | %define parse.error verbose
| /build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/fdd.tab.y:52.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc]
|    52 | %pure-parser
|       | ^~~~~~~~~~~~
| /build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/fdd.tab.y:52.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
|    52 | %pure-parser
|       | ^~~~~~~~~~~~
|       | %define api.pure
| /build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/fdd.tab.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
| updating fdd.tab.h
| make  all-am
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore'
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o apps.lo apps.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o config.lo config.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o core.lo core.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o cnxctx.lo cnxctx.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o endpoints.lo endpoints.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o events.lo events.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o extensions.lo extensions.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o fifo_stats.lo fifo_stats.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o hooks.lo hooks.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_base_proto.lo dict_base_proto.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o messages.lo messages.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o queues.lo queues.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o peers.lo peers.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_ce.lo p_ce.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_cnx.lo p_cnx.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_dw.lo p_dw.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_dp.lo p_dp.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_expiry.lo p_expiry.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_out.lo p_out.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_psm.lo p_psm.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o p_sr.lo p_sr.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o routing_dispatch.lo routing_dispatch.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o server.lo server.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o tcp.lo tcp.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o fdd.tab.lo fdd.tab.c
| /bin/bash ../build-aux/ylwrap lex.fdd.l lex.yy.c lex.fdd.c -- flex -p -Cem -Pfdd 
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o version.lo version.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o sctp.lo sctp.c
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o sctp3436.lo sctp3436.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c events.c  -fPIC -DPIC -o .libs/events.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c cnxctx.c  -fPIC -DPIC -o .libs/cnxctx.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c core.c  -fPIC -DPIC -o .libs/core.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c extensions.c  -fPIC -DPIC -o .libs/extensions.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_base_proto.c  -fPIC -DPIC -o .libs/dict_base_proto.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c apps.c  -fPIC -DPIC -o .libs/apps.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c hooks.c  -fPIC -DPIC -o .libs/hooks.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c fifo_stats.c  -fPIC -DPIC -o .libs/fifo_stats.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c endpoints.c  -fPIC -DPIC -o .libs/endpoints.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c config.c  -fPIC -DPIC -o .libs/config.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c messages.c  -fPIC -DPIC -o .libs/messages.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c queues.c  -fPIC -DPIC -o .libs/queues.o
| updating lex.fdd.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_ce.c  -fPIC -DPIC -o .libs/p_ce.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c peers.c  -fPIC -DPIC -o .libs/peers.o
| /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter  -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o lex.fdd.lo lex.fdd.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_dp.c  -fPIC -DPIC -o .libs/p_dp.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_out.c  -fPIC -DPIC -o .libs/p_out.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_psm.c  -fPIC -DPIC -o .libs/p_psm.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c routing_dispatch.c  -fPIC -DPIC -o .libs/routing_dispatch.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_dw.c  -fPIC -DPIC -o .libs/p_dw.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_sr.c  -fPIC -DPIC -o .libs/p_sr.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_cnx.c  -fPIC -DPIC -o .libs/p_cnx.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c server.c  -fPIC -DPIC -o .libs/server.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c version.c  -fPIC -DPIC -o .libs/version.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c sctp3436.c  -fPIC -DPIC -o .libs/sctp3436.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c p_expiry.c  -fPIC -DPIC -o .libs/p_expiry.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c fdd.tab.c  -fPIC -DPIC -o .libs/fdd.tab.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c tcp.c  -fPIC -DPIC -o .libs/tcp.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c sctp.c  -fPIC -DPIC -o .libs/sctp.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/freeDiameter -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c lex.fdd.c  -fPIC -DPIC -o .libs/lex.fdd.o
| cnxctx.c: In function 'fd_cnx_cli_connect_tcp':
| cnxctx.c:99:19: warning: '%s' directive output may be truncated writing up to 80 bytes into a region of size between 35 and 45 [-Wformat-truncation=]
|    99 | #define CC_ID_HDR "{----} "
|       |                   ^~~~~~~~~
| cnxctx.c:320:58: note: in expansion of macro 'CC_ID_HDR'
|   320 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "TCP,#%d->%s", cnx->cc_socket, sa_buf);
|       |                                                          ^~~~~~~~~
| cnxctx.c:385:78: note: format string is defined here
|   385 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "SCTP,#%d->%s", cnx->cc_socket, sa_buf);
|       |                                                                              ^~
| In file included from /usr/include/stdio.h:974,
|                  from ../include/freeDiameter/libfdproto.h:77,
|                  from ../include/freeDiameter/libfdcore.h:44,
|                  from fdcore-internal.h:42,
|                  from cnxctx.c:36:
| In function 'snprintf',
|     inlined from 'fd_cnx_cli_connect_tcp' at cnxctx.c:320:3:
| /usr/include/aarch64-linux-gnu/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 16 and 106 bytes into a destination of size 60
|    68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    69 |                                    __glibc_objsize (__s), __fmt,
|       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    70 |                                    __va_arg_pack ());
|       |                                    ~~~~~~~~~~~~~~~~~
| cnxctx.c: In function 'fd_cnx_serv_tcp':
| cnxctx.c:99:19: warning: '%s' directive output may be truncated writing up to 45 bytes into a region of size 44 [-Wformat-truncation=]
|    99 | #define CC_ID_HDR "{----} "
|       |                   ^~~~~~~~~
| cnxctx.c:144:58: note: in expansion of macro 'CC_ID_HDR'
|   144 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "TCP srv [%s]:%hu (%d)", addrbuf, port, cnx->cc_socket);
|       |                                                          ^~~~~~~~~
| cnxctx.c:385:78: note: format string is defined here
|   385 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "SCTP,#%d->%s", cnx->cc_socket, sa_buf);
|       |                                                                              ^~
| cnxctx.c:99:19: note: directive argument in the range [1, 65535]
|    99 | #define CC_ID_HDR "{----} "
|       |                   ^~~~~~~~~
| cnxctx.c:144:58: note: in expansion of macro 'CC_ID_HDR'
|   144 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "TCP srv [%s]:%hu (%d)", addrbuf, port, cnx->cc_socket);
|       |                                                          ^~~~~~~~~
| In function 'snprintf',
|     inlined from 'fd_cnx_serv_tcp' at cnxctx.c:144:3:
| /usr/include/aarch64-linux-gnu/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 24 and 83 bytes into a destination of size 60
|    68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    69 |                                    __glibc_objsize (__s), __fmt,
|       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    70 |                                    __va_arg_pack ());
|       |                                    ~~~~~~~~~~~~~~~~~
| cnxctx.c: In function 'fd_cnx_serv_accept':
| cnxctx.c:99:19: warning: '%s' directive output may be truncated writing up to 45 bytes into a region of size between 39 and 43 [-Wformat-truncation=]
|    99 | #define CC_ID_HDR "{----} "
|       |                   ^~~~~~~~~
| cnxctx.c:254:58: note: in expansion of macro 'CC_ID_HDR'
|   254 |                 snprintf(cli->cc_id, sizeof(cli->cc_id), CC_ID_HDR "%s from [%s]:%s (%d<-%d)",
|       |                                                          ^~~~~~~~~
| cnxctx.c:385:78: note: format string is defined here
|   385 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "SCTP,#%d->%s", cnx->cc_socket, sa_buf);
|       |                                                                              ^~
| In function 'snprintf',
|     inlined from 'fd_cnx_serv_accept' at cnxctx.c:254:3:
| /usr/include/aarch64-linux-gnu/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 27 or more bytes (assuming 76) into a destination of size 60
|    68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    69 |                                    __glibc_objsize (__s), __fmt,
|       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    70 |                                    __va_arg_pack ());
|       |                                    ~~~~~~~~~~~~~~~~~
| cnxctx.c: In function 'fd_cnx_cli_connect_sctp':
| cnxctx.c:99:19: warning: '%s' directive output may be truncated writing up to 80 bytes into a region of size between 34 and 44 [-Wformat-truncation=]
|    99 | #define CC_ID_HDR "{----} "
|       |                   ^~~~~~~~~
| cnxctx.c:385:58: note: in expansion of macro 'CC_ID_HDR'
|   385 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "SCTP,#%d->%s", cnx->cc_socket, sa_buf);
|       |                                                          ^~~~~~~~~
| cnxctx.c:385:79: note: format string is defined here
|   385 |                 snprintf(cnx->cc_id, sizeof(cnx->cc_id), CC_ID_HDR "SCTP,#%d->%s", cnx->cc_socket, sa_buf);
|       |                                                                               ^~
| In function 'snprintf',
|     inlined from 'fd_cnx_cli_connect_sctp' at cnxctx.c:385:3:
| /usr/include/aarch64-linux-gnu/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 17 and 107 bytes into a destination of size 60
|    68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    69 |                                    __glibc_objsize (__s), __fmt,
|       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|    70 |                                    __va_arg_pack ());
|       |                                    ~~~~~~~~~~~~~~~~~
| /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -version-info 1:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o libfdcore.la -rpath /usr/lib/nextepc apps.lo config.lo core.lo cnxctx.lo endpoints.lo events.lo extensions.lo fifo_stats.lo hooks.lo dict_base_proto.lo messages.lo queues.lo peers.lo p_ce.lo p_cnx.lo p_dw.lo p_dp.lo p_expiry.lo p_out.lo p_psm.lo p_sr.lo routing_dispatch.lo server.lo tcp.lo fdd.tab.lo lex.fdd.lo version.lo sctp.lo sctp3436.lo ../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/apps.o .libs/config.o .libs/core.o .libs/cnxctx.o .libs/endpoints.o .libs/events.o .libs/extensions.o .libs/fifo_stats.o .libs/hooks.o .libs/dict_base_proto.o .libs/messages.o .libs/queues.o .libs/peers.o .libs/p_ce.o .libs/p_cnx.o .libs/p_dw.o .libs/p_dp.o .libs/p_expiry.o .libs/p_out.o .libs/p_psm.o .libs/p_sr.o .libs/routing_dispatch.o .libs/server.o .libs/tcp.o .libs/fdd.tab.o .libs/lex.fdd.o .libs/version.o .libs/sctp.o .libs/sctp3436.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,libfdcore.so.1 -o .libs/libfdcore.so.1.0.0
| libtool: link: (cd ".libs" && rm -f "libfdcore.so.1" && ln -s "libfdcore.so.1.0.0" "libfdcore.so.1")
| libtool: link: (cd ".libs" && rm -f "libfdcore.so" && ln -s "libfdcore.so.1.0.0" "libfdcore.so")
| libtool: link: ( cd ".libs" && rm -f "libfdcore.la" && ln -s "../libfdcore.la" "libfdcore.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore'
| make[5]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore'
| Making all in extensions
| make[5]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions'
| Making all in dbg_msg_dumps
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dbg_msg_dumps'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dbg_msg_dumps.lo dbg_msg_dumps.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dbg_msg_dumps.c  -fPIC -DPIC -o .libs/dbg_msg_dumps.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dbg_msg_dumps.la -rpath /usr/lib/nextepc/freeDiameter dbg_msg_dumps.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dbg_msg_dumps.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dbg_msg_dumps.so -o .libs/dbg_msg_dumps.so
| libtool: link: ( cd ".libs" && rm -f "dbg_msg_dumps.la" && ln -s "../dbg_msg_dumps.la" "dbg_msg_dumps.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dbg_msg_dumps'
| Making all in dict_rfc5777
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_rfc5777'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_rfc5777.lo dict_rfc5777.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_rfc5777.c  -fPIC -DPIC -o .libs/dict_rfc5777.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dict_rfc5777.la -rpath /usr/lib/nextepc/freeDiameter dict_rfc5777.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dict_rfc5777.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dict_rfc5777.so -o .libs/dict_rfc5777.so
| libtool: link: ( cd ".libs" && rm -f "dict_rfc5777.la" && ln -s "../dict_rfc5777.la" "dict_rfc5777.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_rfc5777'
| Making all in dict_mip6i
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_mip6i'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_mip6i.lo dict_mip6i.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_mip6i.c  -fPIC -DPIC -o .libs/dict_mip6i.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dict_mip6i.la -rpath /usr/lib/nextepc/freeDiameter dict_mip6i.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dict_mip6i.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dict_mip6i.so -o .libs/dict_mip6i.so
| libtool: link: ( cd ".libs" && rm -f "dict_mip6i.la" && ln -s "../dict_mip6i.la" "dict_mip6i.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_mip6i'
| Making all in dict_nasreq
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_nasreq'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_nasreq.lo dict_nasreq.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_nasreq.c  -fPIC -DPIC -o .libs/dict_nasreq.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dict_nasreq.la -rpath /usr/lib/nextepc/freeDiameter dict_nasreq.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dict_nasreq.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dict_nasreq.so -o .libs/dict_nasreq.so
| libtool: link: ( cd ".libs" && rm -f "dict_nasreq.la" && ln -s "../dict_nasreq.la" "dict_nasreq.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_nasreq'
| Making all in dict_nas_mipv6
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_nas_mipv6'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_nas_mipv6.lo dict_nas_mipv6.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_nas_mipv6.c  -fPIC -DPIC -o .libs/dict_nas_mipv6.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dict_nas_mipv6.la -rpath /usr/lib/nextepc/freeDiameter dict_nas_mipv6.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dict_nas_mipv6.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dict_nas_mipv6.so -o .libs/dict_nas_mipv6.so
| libtool: link: ( cd ".libs" && rm -f "dict_nas_mipv6.la" && ln -s "../dict_nas_mipv6.la" "dict_nas_mipv6.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_nas_mipv6'
| Making all in dict_dcca
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_dcca'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_dcca.lo dict_dcca.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_dcca.c  -fPIC -DPIC -o .libs/dict_dcca.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dict_dcca.la -rpath /usr/lib/nextepc/freeDiameter dict_dcca.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dict_dcca.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dict_dcca.so -o .libs/dict_dcca.so
| libtool: link: ( cd ".libs" && rm -f "dict_dcca.la" && ln -s "../dict_dcca.la" "dict_dcca.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_dcca'
| Making all in dict_dcca_3gpp
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_dcca_3gpp'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_dcca_3gpp.lo dict_dcca_3gpp.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_dcca_3gpp.c  -fPIC -DPIC -o .libs/dict_dcca_3gpp.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dict_dcca_3gpp.la -rpath /usr/lib/nextepc/freeDiameter dict_dcca_3gpp.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dict_dcca_3gpp.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dict_dcca_3gpp.so -o .libs/dict_dcca_3gpp.so
| libtool: link: ( cd ".libs" && rm -f "dict_dcca_3gpp.la" && ln -s "../dict_dcca_3gpp.la" "dict_dcca_3gpp.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_dcca_3gpp'
| Making all in dict_s6a
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_s6a'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter  -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c -o dict_s6a.lo dict_s6a.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include/freeDiameter -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -c dict_s6a.c  -fPIC -DPIC -o .libs/dict_s6a.o
| /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -module -avoid-version -shared -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o dict_s6a.la -rpath /usr/lib/nextepc/freeDiameter dict_s6a.lo ../../libfdcore/libfdcore.la ../../libfdproto/libfdproto.la -lidn -lgcrypt -lgnutls -lsctp 
| libtool: link: gcc -shared  -fPIC -DPIC  .libs/dict_s6a.o   -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdcore/.libs -Wl,-rpath -Wl,/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/libfdproto/.libs -Wl,-rpath -Wl,/usr/lib/nextepc ../../libfdcore/.libs/libfdcore.so ../../libfdproto/.libs/libfdproto.so -lidn -lgcrypt -lgnutls -lsctp  -Werror -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -Werror=format-security -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,dict_s6a.so -o .libs/dict_s6a.so
| libtool: link: ( cd ".libs" && rm -f "dict_s6a.la" && ln -s "../dict_s6a.la" "dict_s6a.la" )
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions/dict_s6a'
| make[6]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions'
| make[6]: Nothing to be done for 'all-am'.
| make[6]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions'
| make[5]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1/extensions'
| make[5]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1'
| make[5]: Nothing to be done for 'all-am'.
| make[5]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1'
| make[4]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/freeDiameter-1.2.1'
| Making all in ipfw
| make[4]: Entering directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/ipfw'
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c -o ipfw2.lo ipfw2.c
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c -o dummynet.lo dummynet.c
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c -o ipv6.lo ipv6.c
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c -o tables.lo tables.c
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c -o expand_number.lo expand_number.c
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c -o humanize_number.lo humanize_number.c
| /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c -o glue.lo glue.c
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c expand_number.c  -fPIC -DPIC -o .libs/expand_number.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c ipfw2.c  -fPIC -DPIC -o .libs/ipfw2.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c humanize_number.c  -fPIC -DPIC -o .libs/humanize_number.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c dummynet.c  -fPIC -DPIC -o .libs/dummynet.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c tables.c  -fPIC -DPIC -o .libs/tables.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c ipv6.c  -fPIC -DPIC -o .libs/ipv6.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/ipfw/objs/include_e -include glue.h -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 -DNEED_SYSCTLBYNAME -DNEED_SIN_LEN -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wno-shift-negative-value -Wno-unused-but-set-variable -Wno-unknown-warning-option -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/nextepc-0.3.10+nods=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wno-error=stringop-overflow -Wno-unused-result -c glue.c  -fPIC -DPIC -o .libs/glue.o
| glue.c: In function 'sysctlbyname':
| glue.c:316:14: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
|   316 |         varp = strrchr(name, '.');
|       |              ^
| At top level:
| cc1: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics
| cc1: all warnings being treated as errors
| make[4]: *** [Makefile:493: glue.lo] Error 1
| make[4]: *** Waiting for unfinished jobs....
| make[4]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib/ipfw'
| make[3]: *** [Makefile:385: all-recursive] Error 1
| make[3]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods/lib'
| make[2]: *** [Makefile:636: all-recursive] Error 1
| make[2]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods'
| make[1]: *** [Makefile:459: all] Error 2
| make[1]: Leaving directory '/build/reproducible-path/nextepc-0.3.10+nods'
| dh_auto_build: error: make -j128 returned exit code 2
| make: *** [debian/rules:18: binary] Error 25
| dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
| --------------------------------------------------------------------------------

The full build log is available here [1].

The issue is due to ISO C23 declaration of bsearch, memchr, strchr,
strpbrk, strrchr, strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr,
which now returns a pointer to a const-qualified type when the input
argument is a pointer to a const-qualified type [2].

I would like to thanks Emanuele Rocca for doing the archive rebuild on
a fast arm64 server.

Regards
Aurelien

[1] https://people.debian.org/~ema/glibc-2.43-rebuilds/output-1/nextepc_arm64.build
[2] https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;h=e271fb2e4d76903c77a302aaec1ca22ce31027d0;hb=f762ccf84f122d1354f103a151cba8bde797d521#l19

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien at aurel32.net                     http://aurel32.net



More information about the Debian-mobcom-maintainers mailing list