Thanks for the report,

I suppose this is due to an algorithm support change in cjose - upstream fixed it in Git: https://github.com/OpenIDC/mod_auth_openidc/commit/1f2697468a505c66439117b769dbe6779d26968c

On 17.05.24 22:38, Santiago Vila wrote:
Package: src:libapache2-mod-auth-openidc
Version: 2.4.15.7-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
  debian/rules build
dh build --with apache2
    dh_update_autotools_config
    dh_autoreconf
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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'
configure.ac:12: installing './ar-lib'
configure.ac:10: installing './compile'
configure.ac:13: installing './config.guess'
configure.ac:13: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
    dh_auto_configure
    ./configure --build=x86_64-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/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... 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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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/ld
checking if the linker (/usr/bin/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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/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 archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
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/ld -m elf_x86_64) 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... yes
checking for apxs... /usr/bin/apxs
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for apr-1, apr-util-1... yes
checking for libcurl... yes
checking for openssl... yes
checking for apr_memcache.h... yes
checking for jansson... yes
checking for cjose... yes
checking for libpcre2-8... yes
checking for zlib... yes
checking for hiredis... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
    dh_auto_build
     make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/metrics.lo src/metrics.c /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/oauth.lo src/oauth.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/metrics.c  -fPIC -DPIC -o src/.libs/metrics.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/oauth.c  -fPIC -DPIC -o src/.libs/oauth.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/oauth.c -o src/oauth.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/metrics.c -o src/metrics.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/proto.lo src/proto.c /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/config.lo src/config.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/proto.c  -fPIC -DPIC -o src/.libs/proto.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/config.c  -fPIC -DPIC -o src/.libs/config.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/config.c -o src/config.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/proto.c -o src/proto.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/util.lo src/util.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/util.c  -fPIC -DPIC -o src/.libs/util.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/http.lo src/http.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/http.c  -fPIC -DPIC -o src/.libs/http.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/util.c -o src/util.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/http.c -o src/http.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/session.lo src/session.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/session.c  -fPIC -DPIC -o src/.libs/session.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/session.c -o src/session.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/metadata.lo src/metadata.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/metadata.c  -fPIC -DPIC -o src/.libs/metadata.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/jose.lo src/jose.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/jose.c  -fPIC -DPIC -o src/.libs/jose.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/metadata.c -o src/metadata.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/jose.c -o src/jose.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/parse.lo src/parse.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/parse.c  -fPIC -DPIC -o src/.libs/parse.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/parse.c -o src/parse.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/pcre_subst.lo src/pcre_subst.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/pcre_subst.c  -fPIC -DPIC -o src/.libs/pcre_subst.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/pcre_subst.c -o src/pcre_subst.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/cache/redis.lo src/cache/redis.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/redis.c  -fPIC -DPIC -o src/cache/.libs/redis.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/cache/memcache.lo src/cache/memcache.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/memcache.c  -fPIC -DPIC -o src/cache/.libs/memcache.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/redis.c -o src/cache/redis.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/memcache.c -o src/cache/memcache.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2  -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o test/test_cmd-test-cmd.o `test -f 'test/test-cmd.c' || echo './'`test/test-cmd.c gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2  -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o test/test_cmd-stub.o `test -f 'test/stub.c' || echo './'`test/stub.c /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/mod_auth_openidc.lo src/mod_auth_openidc.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/mod_auth_openidc.c  -fPIC -DPIC -o src/.libs/mod_auth_openidc.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/cache/file.lo src/cache/file.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/file.c  -fPIC -DPIC -o src/cache/.libs/file.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/file.c -o src/cache/file.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/cache/shm.lo src/cache/shm.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/shm.c  -fPIC -DPIC -o src/cache/.libs/shm.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/mod_auth_openidc.c -o src/mod_auth_openidc.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/shm.c -o src/cache/shm.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/cache/common.lo src/cache/common.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/common.c  -fPIC -DPIC -o src/cache/.libs/common.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/authz.lo src/handle/authz.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/cache/common.c -o src/cache/common.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/authz.c  -fPIC -DPIC -o src/handle/.libs/authz.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/content.lo src/handle/content.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/authz.c -o src/handle/authz.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/content.c  -fPIC -DPIC -o src/handle/.libs/content.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/content.c -o src/handle/content.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/discovery.lo src/handle/discovery.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/discovery.c  -fPIC -DPIC -o src/handle/.libs/discovery.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/info.lo src/handle/info.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/info.c  -fPIC -DPIC -o src/handle/.libs/info.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/info.c -o src/handle/info.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/discovery.c -o src/handle/discovery.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/jwks.lo src/handle/jwks.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/jwks.c  -fPIC -DPIC -o src/handle/.libs/jwks.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/logout.lo src/handle/logout.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/logout.c  -fPIC -DPIC -o src/handle/.libs/logout.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/jwks.c -o src/handle/jwks.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/refresh.lo src/handle/refresh.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/refresh.c  -fPIC -DPIC -o src/handle/.libs/refresh.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/logout.c -o src/handle/logout.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/refresh.c -o src/handle/refresh.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/request_uri.lo src/handle/request_uri.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/request_uri.c  -fPIC -DPIC -o src/handle/.libs/request_uri.o /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/request.lo src/handle/request.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/request.c  -fPIC -DPIC -o src/handle/.libs/request.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/request_uri.c -o src/handle/request_uri.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/request.c -o src/handle/request.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/response.lo src/handle/response.c /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/revoke.lo src/handle/revoke.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/response.c  -fPIC -DPIC -o src/handle/.libs/response.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/revoke.c  -fPIC -DPIC -o src/handle/.libs/revoke.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/revoke.c -o src/handle/revoke.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/session_management.lo src/handle/session_management.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/session_management.c  -fPIC -DPIC -o src/handle/.libs/session_management.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/response.c -o src/handle/response.o >/dev/null 2>&1 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/session_management.c -o src/handle/session_management.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2   -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64  -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o src/handle/userinfo.lo src/handle/userinfo.c libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/userinfo.c  -fPIC -DPIC -o src/handle/.libs/userinfo.o libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c src/handle/userinfo.c -o src/handle/userinfo.o >/dev/null 2>&1 /bin/bash ./libtool  --tag=CC   --mode=link gcc -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lpcre2-8 -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0   -Wl,-z,relro -Wl,-z,now -o libauth_openidc.la  src/mod_auth_openidc.lo src/cache/file.lo src/cache/shm.lo src/cache/common.lo src/handle/authz.lo src/handle/content.lo src/handle/discovery.lo src/handle/info.lo src/handle/jwks.lo src/handle/logout.lo src/handle/refresh.lo src/handle/request_uri.lo src/handle/request.lo src/handle/response.lo src/handle/revoke.lo src/handle/session_management.lo src/handle/userinfo.lo src/metrics.lo src/oauth.lo src/proto.lo src/config.lo src/util.lo src/http.lo src/session.lo src/metadata.lo src/jose.lo src/parse.lo src/pcre_subst.lo src/cache/redis.lo src/cache/memcache.lo libtool: link: ar cr .libs/libauth_openidc.a src/.libs/mod_auth_openidc.o src/cache/.libs/file.o src/cache/.libs/shm.o src/cache/.libs/common.o src/handle/.libs/authz.o src/handle/.libs/content.o src/handle/.libs/discovery.o src/handle/.libs/info.o src/handle/.libs/jwks.o src/handle/.libs/logout.o src/handle/.libs/refresh.o src/handle/.libs/request_uri.o src/handle/.libs/request.o src/handle/.libs/response.o src/handle/.libs/revoke.o src/handle/.libs/session_management.o src/handle/.libs/userinfo.o src/.libs/metrics.o src/.libs/oauth.o src/.libs/proto.o src/.libs/config.o src/.libs/util.o src/.libs/http.o src/.libs/session.o src/.libs/metadata.o src/.libs/jose.o src/.libs/parse.o src/.libs/pcre_subst.o src/cache/.libs/redis.o src/cache/.libs/memcache.o
libtool: link: ranlib .libs/libauth_openidc.a
libtool: link: ( cd ".libs" && rm -f "libauth_openidc.la" && ln -s "../libauth_openidc.la" "libauth_openidc.la" ) /usr/bin/apxs -c -o mod_auth_openidc.la libauth_openidc.la -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -lapr-1 -laprutil-1 -lldap -llber  -lssl -lcrypto  -lcurl  -ljansson -lcjose -ljansson -lcrypto  -lpcre2-8 -lhiredis    -lz /bin/bash ./libtool  --tag=CC   --mode=link gcc -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lpcre2-8 -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0   -Wl,-z,relro -Wl,-z,now -o test/test-cmd test/test_cmd-test-cmd.o test/test_cmd-stub.o libauth_openidc.la -lapr-1 -laprutil-1 -lldap -llber  -lssl -lcrypto -lcurl  -ljansson -lcjose -ljansson -lcrypto  -lpcre2-8  -lhiredis    -lz /usr/share/apr-1.0/build/libtool  --mode=link --tag=disable-static x86_64-linux-gnu-gcc -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lpcre2-8 -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0    -o mod_auth_openidc.la -rpath /usr/lib/apache2/modules -module -avoid-version libauth_openidc.la -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -lapr-1 -laprutil-1 -lldap -llber -lssl -lcrypto -lcurl -ljansson -lcjose -ljansson -lcrypto -lpcre2-8 -lhiredis -lz libtool: link: x86_64-linux-gnu-gcc -shared  -fPIC -DPIC -Wl,--whole-archive ./.libs/libauth_openidc.a -Wl,--no-whole-archive -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 /usr/lib/x86_64-linux-gnu/libapr-1.so /usr/lib/x86_64-linux-gnu/libaprutil-1.so -lldap -llber -lssl -lcurl -lcjose -ljansson -lcrypto -lpcre2-8 -lhiredis -lz  -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -g -O2 -fstack-protector-strong -Wl,-soname -Wl,mod_auth_openidc.so -o .libs/mod_auth_openidc.so libtool: link: gcc -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-z -Wl,now -o test/test-cmd test/test_cmd-test-cmd.o test/test_cmd-stub.o  -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 ./.libs/libauth_openidc.a /usr/lib/x86_64-linux-gnu/libapr-1.so /usr/lib/x86_64-linux-gnu/libaprutil-1.so -lldap -llber -lssl -lcurl -lcjose -ljansson -lcrypto -lpcre2-8 -lhiredis -lz libtool: link: ( cd ".libs" && rm -f "mod_auth_openidc.la" && ln -s "../mod_auth_openidc.la" "mod_auth_openidc.la" )
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_auto_test
     make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  test/test
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2  -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o test/test-test.o `test -f 'test/test.c' || echo './'`test/test.c gcc -DHAVE_CONFIG_H -I. -I./src  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2  -Wdate-time -D_FORTIFY_SOURCE=2 -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o test/test-stub.o `test -f 'test/stub.c' || echo './'`test/stub.c /bin/bash ./libtool  --tag=CC   --mode=link gcc -DNAMEVER="mod_auth_openidc-2.4.15.7" -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE   -DUSE_ZLIB  -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lpcre2-8 -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0   -Wl,-z,relro -Wl,-z,now -o test/test test/test-test.o test/test-stub.o libauth_openidc.la -lapr-1 -laprutil-1 -lldap -llber  -lssl -lcrypto  -lcurl  -ljansson -lcjose -ljansson -lcrypto  -lpcre2-8  -lhiredis    -lz libtool: link: gcc -DNAMEVER=mod_auth_openidc-2.4.15.7 -I./src -pipe -g -O2 -Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/include/apr-1.0 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apache2 -I/usr/include/x86_64-linux-gnu -DUSE_LIBHIREDIS -I/usr/include/hiredis -D_FILE_OFFSET_BITS=64 -DUSE_MEMCACHE -DUSE_ZLIB -fPIC -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-z -Wl,now -o test/test test/test-test.o test/test-stub.o -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 ./.libs/libauth_openidc.a /usr/lib/x86_64-linux-gnu/libapr-1.so /usr/lib/x86_64-linux-gnu/libaprutil-1.so -lldap -llber -lssl -lcurl -lcjose -ljansson -lcrypto -lpcre2-8 -lhiredis -lz
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make  check-TESTS
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
FAIL: test/test
=================================================
    mod_auth_openidc 2.4.15.7: ./test-suite.log
=================================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test/test
===============

Failed:  # test_plaintext_decrypt: error in cjose_jwe_import: result "0" != expected "1" invalid argument [file: jwe.c, function: cjose_jwe_import, line: 1901]
FAIL test/test (exit status: 1)

============================================================================
Testsuite summary for mod_auth_openidc 2.4.15.7
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to [email protected]
============================================================================
make[3]: *** [Makefile:1093: test-suite.log] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1201: check-TESTS] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1413: check-am] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202405/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--
Moritz Schlarb
Unix und Cloud
Zentrum für Datenverarbeitung
Johannes Gutenberg-Universität Mainz

OpenPGP-Fingerprint: DF01 2247 BFC6
 5501 AFF2 8445 0C24 B841 C7DD BAAF

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to