Package: src:prelude-lml
Version: 5.2.0-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

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

About the archive rebuild: The build was made on virtual machines 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 add an affects on src:prelude-lml, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
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'

[... snipped ...]

../libev/ev.h:688:4: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  688 |   ((ev_watcher *)(void *)(ev))->pending = 0;    \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libev/ev.h:712:51: note: in expansion of macro ‘ev_init’
  712 | #define ev_stat_init(ev,cb,path,interval)    do { ev_init ((ev), (cb)); 
ev_stat_set ((ev),(path),(interval)); } while (0)
      |                                                   ^~~~~~~
file-server.c:619:17: note: in expansion of macro ‘ev_stat_init’
  619 |                 ev_stat_init(&new->event.st, libev_stat_cb, 
lml_log_source_get_name(new->source), 1);
      |                 ^~~~~~~~~~~~
../libev/ev.h:732:50: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  732 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void 
*)(ev))->priority = (pri)
      |                                              
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libev/ev.h:689:3: note: in expansion of macro ‘ev_set_priority’
  689 |   ev_set_priority ((ev), 0);                    \
      |   ^~~~~~~~~~~~~~~
../libev/ev.h:712:51: note: in expansion of macro ‘ev_init’
  712 | #define ev_stat_init(ev,cb,path,interval)    do { ev_init ((ev), (cb)); 
ev_stat_set ((ev),(path),(interval)); } while (0)
      |                                                   ^~~~~~~
file-server.c:619:17: note: in expansion of macro ‘ev_stat_init’
  619 |                 ev_stat_init(&new->event.st, libev_stat_cb, 
lml_log_source_get_name(new->source), 1);
      |                 ^~~~~~~~~~~~
../libev/ev.h:738:79: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  738 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), 
memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                         
     ~^~~~~~~~~~~~~~~~~~~
../libev/ev.h:690:3: note: in expansion of macro ‘ev_set_cb’
  690 |   ev_set_cb ((ev), cb_);                        \
      |   ^~~~~~~~~
../libev/ev.h:712:51: note: in expansion of macro ‘ev_init’
  712 | #define ev_stat_init(ev,cb,path,interval)    do { ev_init ((ev), (cb)); 
ev_stat_set ((ev),(path),(interval)); } while (0)
      |                                                   ^~~~~~~
file-server.c:619:17: note: in expansion of macro ‘ev_stat_init’
  619 |                 ev_stat_init(&new->event.st, libev_stat_cb, 
lml_log_source_get_name(new->source), 1);
      |                 ^~~~~~~~~~~~
../libev/ev.h:687:4: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  687 |   ((ev_watcher *)(void *)(ev))->active  =       \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libev/ev.h:707:51: note: in expansion of macro ‘ev_init’
  707 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); 
ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
file-server.c:623:17: note: in expansion of macro ‘ev_io_init’
  623 |                 ev_io_init(&new->event.io, libev_io_cb, STDIN_FILENO, 
EV_READ);
      |                 ^~~~~~~~~~
../libev/ev.h:688:4: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  688 |   ((ev_watcher *)(void *)(ev))->pending = 0;    \
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libev/ev.h:707:51: note: in expansion of macro ‘ev_init’
  707 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); 
ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
file-server.c:623:17: note: in expansion of macro ‘ev_io_init’
  623 |                 ev_io_init(&new->event.io, libev_io_cb, STDIN_FILENO, 
EV_READ);
      |                 ^~~~~~~~~~
../libev/ev.h:732:50: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  732 | # define ev_set_priority(ev,pri)             (   (ev_watcher *)(void 
*)(ev))->priority = (pri)
      |                                              
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libev/ev.h:689:3: note: in expansion of macro ‘ev_set_priority’
  689 |   ev_set_priority ((ev), 0);                    \
      |   ^~~~~~~~~~~~~~~
../libev/ev.h:707:51: note: in expansion of macro ‘ev_init’
  707 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); 
ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
file-server.c:623:17: note: in expansion of macro ‘ev_io_init’
  623 |                 ev_io_init(&new->event.io, libev_io_cb, STDIN_FILENO, 
EV_READ);
      |                 ^~~~~~~~~~
../libev/ev.h:738:79: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  738 | # define ev_set_cb(ev,cb_)                   (ev_cb_ (ev) = (cb_), 
memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
      |                                                                         
     ~^~~~~~~~~~~~~~~~~~~
../libev/ev.h:690:3: note: in expansion of macro ‘ev_set_cb’
  690 |   ev_set_cb ((ev), cb_);                        \
      |   ^~~~~~~~~
../libev/ev.h:707:51: note: in expansion of macro ‘ev_init’
  707 | #define ev_io_init(ev,cb,fd,events)          do { ev_init ((ev), (cb)); 
ev_io_set ((ev),(fd),(events)); } while (0)
      |                                                   ^~~~~~~
file-server.c:623:17: note: in expansion of macro ‘ev_io_init’
  623 |                 ev_io_init(&new->event.io, libev_io_cb, STDIN_FILENO, 
EV_READ);
      |                 ^~~~~~~~~~
file-server.c: In function ‘file_metadata_read’:
file-server.c:354:17: warning: ignoring return value of ‘ftruncate’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  354 |                 ftruncate(fileno(monitor->metadata_fd), 0);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file-server.c: In function ‘file_metadata_open.constprop’:
file-server.c:491:9: warning: ‘__builtin_strncpy’ specified bound 4096 
equals destination size [-Wstringop-truncation]
  491 |         strncpy(file, lml_log_source_get_name(monitor->source), 
sizeof(file));
      |         ^
file-server.c:496:42: warning: ‘%s’ directive output may be truncated 
writing up to 4095 bytes into a region of size 4075 [-Wformat-truncation=]
  496 |         snprintf(path, sizeof(path), "%s/%s", METADATA_DIR, file);
      |                                          ^~                 ~~~~
In file included from /usr/include/stdio.h:970,
                 from ../libmissing/stdio.h:43,
                 from file-server.c:26:
In function ‘snprintf’,
    inlined from ‘file_metadata_open.constprop’ at file-server.c:496:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output between 22 and 4117 bytes into a 
destination of size 4096
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..  -I./include/ -I../libmissing -I../libmissing 
-I../libev    -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1  -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat 
-Wformat-security -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
lml-alert.o lml-alert.c
gcc -DHAVE_CONFIG_H -I. -I..  -I./include/ -I../libmissing -I../libmissing 
-I../libev    -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1  -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat 
-Wformat-security -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
lml-charset.o lml-charset.c
lml-charset.c: In function ‘_charset_convert’:
lml-charset.c:190:31: warning: cast discards ‘const’ qualifier from pointer 
target type [-Wcast-qual]
  190 |         ret = iconv(lc->conv, (char **) &in, &inlen, &outp, &olen);
      |                               ^
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual 
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -export-dynamic "-dlopen" 
../plugins/debug/debug.la "-dlopen" ../plugins/pcre/pcre.la -Wl,-z,relro 
-Wl,-z,now -z relro -z now -o prelude-lml prelude-lml.o tcp-server.o 
tcp-server-tls.o udp-server.o regex.o log-entry.o log-source.o log-plugins.o 
lml-options.o file-server.o lml-alert.o lml-charset.o -lprelude  -lpcre2-8 
-licui18n -licuuc -licudata  ../libev/libev.la ../libmissing/libmissing.la      
  -lm  -lgnutls 
libtool: link: rm -f .libs/prelude-lml.nm .libs/prelude-lml.nmS 
.libs/prelude-lml.nmT
libtool: link: rm -f ".libs/prelude-lml.nmI"
libtool: link: (cd .libs && gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
-fno-builtin "prelude-lmlS.c")
libtool: link: rm -f ".libs/prelude-lmlS.c" ".libs/prelude-lml.nm" 
".libs/prelude-lml.nmS" ".libs/prelude-lml.nmT" ".libs/prelude-lml.nmI"
libtool: link: gcc -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wnested-externs -Wunused -Wformat -Wformat-security -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection .libs/prelude-lmlS.o -Wl,-z -Wl,relro 
-Wl,-z -Wl,now -z relro -z now -o prelude-lml prelude-lml.o tcp-server.o 
tcp-server-tls.o udp-server.o regex.o log-entry.o log-source.o log-plugins.o 
lml-options.o file-server.o lml-alert.o lml-charset.o -Wl,--export-dynamic  
/usr/lib/x86_64-linux-gnu/libprelude.so -lpcre2-8 -licui18n -licuuc -licudata 
../libev/.libs/libev.a ../libmissing/.libs/libmissing.a -lm -lgnutls
libtool: link: rm -f ".libs/prelude-lmlS.o"
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making all in tests
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in libev
make[2]: Entering directory '/<<PKGBUILDDIR>>/libev'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libev'
Making check in libmissing
make[2]: Entering directory '/<<PKGBUILDDIR>>/libmissing'
make  check-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>/libmissing'
Making check in .
make[4]: Entering directory '/<<PKGBUILDDIR>>/libmissing'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libmissing'
Making check in tests
make[4]: Entering directory '/<<PKGBUILDDIR>>/libmissing/tests'
make  check-recursive
make[5]: Entering directory '/<<PKGBUILDDIR>>/libmissing/tests'
Making check in .
make[6]: Entering directory '/<<PKGBUILDDIR>>/libmissing/tests'
make  test-accept test-alloca-opt test-arpa_inet test-binary 
[too-long-redacted] mb-w32 test-wctype-h libtests.a
make[7]: Entering directory '/<<PKGBUILDDIR>>/libmissing/tests'
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-accept.o test-accept.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-alloca-opt.o 
test-alloca-opt.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-arpa_inet.o test-arpa_inet.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-binary-io.o test-binary-io.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-bind.o test-bind.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-btowc.o test-btowc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-c-ctype.o test-c-ctype.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-c-strcasecmp.o 
test-c-strcasecmp.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-c-strncasecmp.o 
test-c-strncasecmp.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-cloexec.o test-cloexec.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-close.o test-close.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-connect.o test-connect.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ctype.o test-ctype.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-dirent.o test-dirent.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-dup2.o test-dup2.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-environ.o test-environ.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-errno.o test-errno.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fcntl-h.o test-fcntl-h.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fcntl.o test-fcntl.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fdopen.o test-fdopen.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fgetc.o test-fgetc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-float.o test-float.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fnmatch-h.o test-fnmatch-h.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fnmatch.o test-fnmatch.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fputc.o test-fputc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fread.o test-fread.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fseek.o test-fseek.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fseeko.o test-fseeko.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fseeko3.o test-fseeko3.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fseeko4.o test-fseeko4.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fstat.o test-fstat.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ftell.o test-ftell.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ftell3.o test-ftell3.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ftello.o test-ftello.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ftello3.o test-ftello3.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ftello4.o test-ftello4.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ftruncate.o test-ftruncate.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-fwrite.o test-fwrite.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-getaddrinfo.o 
test-getaddrinfo.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-getcwd-lgpl.o 
test-getcwd-lgpl.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-getdtablesize.o 
test-getdtablesize.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-getlogin_r.o 
test-getlogin_r.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-getpeername.o 
test-getpeername.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-gettimeofday.o 
test-gettimeofday.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-glob-h.o test-glob-h.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-glob.o test-glob.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-iconv.o test-iconv.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ignore-value.o 
test-ignore-value.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-imaxabs.o test-imaxabs.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-inet_ntop.o test-inet_ntop.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-inet_pton.o test-inet_pton.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-intprops.o test-intprops.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-inttypes.o test-inttypes.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-ioctl.o test-ioctl.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-isblank.o test-isblank.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-langinfo.o test-langinfo.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-limits-h.o test-limits-h.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-listen.o test-listen.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-locale.o test-locale.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-localeconv.o 
test-localeconv.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-localename.o 
test-localename.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-rwlock1.o test-rwlock1.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-lock.o test-lock.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-once.o test-once.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-lseek.o test-lseek.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-lstat.o test-lstat.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-malloca.o test-malloca.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-mbrtowc.o test-mbrtowc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-mbrtowc-w32.o 
test-mbrtowc-w32.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-mbsinit.o test-mbsinit.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-mbsrtowcs.o test-mbsrtowcs.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-memchr.o test-memchr.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-nanosleep.o test-nanosleep.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-netdb.o test-netdb.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-netinet_in.o 
test-netinet_in.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-nl_langinfo.o 
test-nl_langinfo.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-open.o test-open.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-pathmax.o test-pathmax.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-perror.o test-perror.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-perror2.o test-perror2.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-pipe.o test-pipe.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-pthread_sigmask1.o 
test-pthread_sigmask1.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-pthread_sigmask2.o 
test-pthread_sigmask2.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-raise.o test-raise.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-recvfrom.o test-recvfrom.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-scratch-buffer.o 
test-scratch-buffer.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-select.o test-select.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-select-fd.o test-select-fd.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-select-stdin.o 
test-select-stdin.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-setenv.o test-setenv.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-setlocale1.o 
test-setlocale1.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-setlocale2.o 
test-setlocale2.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-setsockopt.o 
test-setsockopt.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-sigaction.o test-sigaction.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-signal-h.o test-signal-h.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-sigprocmask.o 
test-sigprocmask.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-sleep.o test-sleep.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-snprintf.o test-snprintf.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-sockets.o test-sockets.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-stat.o test-stat.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-stat-time.o test-stat-time.c
gcc -DHAVE_CONFIG_H -I. -I../..  -DIN_PRELUDE_LML_GNULIB_TESTS=1 -I. -I. 
-I../.. -I./../.. -I../../libmissing -I./../../libmissing -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1   -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-stdalign.o test-stdalign.c
In file included from test-stdalign.c:26:
test-stdalign.c:36:9: error: ‘__alignof_is_defined’ undeclared here (not in 
a function)
   36 | verify (__alignof_is_defined == 1);
      |         ^~~~~~~~~~~~~~~~~~~~
../../libmissing/verify.h:252:32: note: in definition of macro ‘verify’
  252 | # define verify(R) _GL_VERIFY (R, "verify (" #R ")")
      |                                ^
test-stdalign.c:36:9: error: expression in static assertion is not an integer
   36 | verify (__alignof_is_defined == 1);
      |         ^~~~~~~~~~~~~~~~~~~~
../../libmissing/verify.h:252:32: note: in definition of macro ‘verify’
  252 | # define verify(R) _GL_VERIFY (R, "verify (" #R ")")
      |                                ^
test-stdalign.c:38:3: error: #error "alignof is not a macro"
   38 | # error "alignof is not a macro"
      |   ^~~~~
make[7]: *** [Makefile:3618: test-stdalign.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[7]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[6]: *** [Makefile:5051: check-am] Error 2
make[6]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[5]: *** [Makefile:3649: check-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[4]: *** [Makefile:5054: check] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[3]: *** [Makefile:1846: check-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libmissing'
make[2]: *** [Makefile:1997: check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libmissing'
make[1]: *** [Makefile:1531: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1 
returned exit code 2
make: *** [debian/rules:23: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to