autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/automake/1.16.3/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/aclocal --force -I m4 --install ${ACLOCAL_FLAGS} aclocal: installing 'm4/libtool.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/9ed6f676ebd76a874f3bd10d04185c044317e665/bin/share/aclocal/libtool.m4' aclocal: installing 'm4/ltoptions.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/9ed6f676ebd76a874f3bd10d04185c044317e665/bin/share/aclocal/ltoptions.m4' aclocal: installing 'm4/ltsugar.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/9ed6f676ebd76a874f3bd10d04185c044317e665/bin/share/aclocal/ltsugar.m4' aclocal: installing 'm4/ltversion.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/9ed6f676ebd76a874f3bd10d04185c044317e665/bin/share/aclocal/ltversion.m4' aclocal: installing 'm4/lt~obsolete.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/9ed6f676ebd76a874f3bd10d04185c044317e665/bin/share/aclocal/lt~obsolete.m4' autoreconf: configure.ac: tracing autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/9ed6f676ebd76a874f3bd10d04185c044317e665/bin/libtoolize --copy --force autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/autoconf/2.69/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin/autoconf --force autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/autoconf/2.69/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin/autoheader --force autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/automake/1.16.3/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/automake --add-missing --copy --force-missing configure.ac:76: installing 'build-aux/compile' configure.ac:76: installing 'build-aux/config.guess' configure.ac:76: installing 'build-aux/config.sub' configure.ac:61: installing 'build-aux/install-sh' configure.ac:61: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: Leaving directory `.' ./configure: line 9600: PKG_INSTALLDIR: command not found configure: WARNING: CFLAGS is not empty, will attempt to apply optimization flags to 'AM_CFLAGS' but depending on the contents of CFLAGS these may be overridden. CFLAGS = '-m64 -g' configure: WARNING: doxygen not found - continuing without doxygen support /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') test_sscanf_s.c: In function ‘test_sscanf_s’: test_sscanf_s.c:41:5: warning: too many arguments for format [-Wformat-extra-args] 41 | rc = sscanf_s(str1, NULL, NULL); | ^~ test_sscanf_s.c:56:30: warning: format ‘%n’ expects argument of type ‘int *’, but argument 4 has type ‘int’ [-Wformat=] 56 | rc = sscanf_s(str1, "%s %n", str2, LEN, &ind); | ~^ | | | int * test_sscanf_s.c:56:25: warning: too many arguments for format [-Wformat-extra-args] 56 | rc = sscanf_s(str1, "%s %n", str2, LEN, &ind); | ^~~~~~~ test_sscanf_s.c:67:25: warning: too many arguments for format [-Wformat-extra-args] 67 | rc = sscanf_s(str1, "%s %%n", str2, 6); | ^~~~~~~~ test_sscanf_s.c:71:25: warning: too many arguments for format [-Wformat-extra-args] 71 | rc = sscanf_s(str1, "%s %%n", str3, 6); | ^~~~~~~~ test_sscanf_s.c:100:25: warning: too many arguments for format [-Wformat-extra-args] 100 | rc = sscanf_s(str1, "%s", str2, LEN); | ^~~~ test_sscanf_s.c:117:25: warning: too many arguments for format [-Wformat-extra-args] 117 | rc = sscanf_s(str1, "%s", str2, LEN); | ^~~~ test_sscanf_s.c:126:25: warning: too many arguments for format [-Wformat-extra-args] 126 | rc = sscanf_s(str1, "%s", str2, LEN); | ^~~~ test_sscanf_s.c:135:25: warning: too many arguments for format [-Wformat-extra-args] 135 | rc = sscanf_s(str1, "%s", str2, LEN); | ^~~~ test_fprintf_s.c: In function ‘test_fprintf_s’: test_fprintf_s.c:37:28: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘void *’ [-Wformat=] 37 | rc = fprintf_s(NULL, "%s", NULL); | ~^ | | | char * | %p test_fprintf_s.c:37:10: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 37 | rc = fprintf_s(NULL, "%s", NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ test_printf_s.c: In function ‘test_printf_s’: test_printf_s.c:43:19: warning: zero-length gnu_printf format string [-Wformat-zero-length] 43 | rc = printf_s(""); | ^~ test_scanf_s.c: In function ‘test_scanf_s’: test_scanf_s.c:51:5: warning: too many arguments for format [-Wformat-extra-args] 51 | rc = scanf_s(NULL, NULL); | ^~ test_scanf_s.c:65:18: warning: too many arguments for format [-Wformat-extra-args] 65 | rc = scanf_s("%s %%n", str2, LEN); | ^~~~~~~~ test_scanf_s.c:80:18: warning: too many arguments for format [-Wformat-extra-args] 80 | rc = scanf_s("%s %%n", str2, 6); | ^~~~~~~~ test_scanf_s.c:96:21: warning: format ‘%d’ expects argument of type ‘int *’, but argument 2 has type ‘size_t *’ {aka ‘long unsigned int *’} [-Wformat=] 96 | rc = scanf_s(" %d", &len1); | ~^ ~~~~~ | | | | | size_t * {aka long unsigned int *} | int * | %ld test_scanf_s.c:115:18: warning: too many arguments for format [-Wformat-extra-args] 115 | rc = scanf_s("%s", str2, LEN); | ^~~~ test_scanf_s.c:137:18: warning: too many arguments for format [-Wformat-extra-args] 137 | rc = scanf_s("%s", str2, LEN); | ^~~~ test_scanf_s.c:176:23: warning: format ‘%n’ expects argument of type ‘int *’, but argument 3 has type ‘int’ [-Wformat=] 176 | rc = scanf_s("%s %n", str2, LEN, &ind); | ~^ | | | int * test_scanf_s.c:176:18: warning: too many arguments for format [-Wformat-extra-args] 176 | rc = scanf_s("%s %n", str2, LEN, &ind); | ^~~~~~~ test_scanf_s.c:185:18: warning: too many arguments for format [-Wformat-extra-args] 185 | rc = scanf_s("%s", str2, LEN); | ^~~~ test_scanf_s.c:198:18: warning: too many arguments for format [-Wformat-extra-args] 198 | rc = scanf_s("%s", str2, LEN); | ^~~~ test_fscanf_s.c: In function ‘test_fscanf_s’: test_fscanf_s.c:53:25: warning: zero-length gnu_scanf format string [-Wformat-zero-length] 53 | rc = fscanf_s(NULL, ""); | ^~ test_fscanf_s.c:73:27: warning: too many arguments for format [-Wformat-extra-args] 73 | rc = fscanf_s(stream, "%s %%n", str2, LEN); | ^~~~~~~~ test_fscanf_s.c:89:30: warning: format ‘%d’ expects argument of type ‘int *’, but argument 3 has type ‘size_t *’ {aka ‘long unsigned int *’} [-Wformat=] 89 | rc = fscanf_s(stream, " %d", &len1); | ~^ ~~~~~ | | | | | size_t * {aka long unsigned int *} | int * | %ld test_fscanf_s.c:103:27: warning: too many arguments for format [-Wformat-extra-args] 103 | rc = fscanf_s(stream, "%s", str2, LEN); | ^~~~ test_fscanf_s.c:124:27: warning: too many arguments for format [-Wformat-extra-args] 124 | rc = fscanf_s(stream, "%s", str2, LEN); | ^~~~ test_fscanf_s.c:157:32: warning: format ‘%n’ expects argument of type ‘int *’, but argument 4 has type ‘int’ [-Wformat=] 157 | rc = fscanf_s(stream, "%s %n", str2, LEN, &ind); | ~^ | | | int * test_fscanf_s.c:157:27: warning: too many arguments for format [-Wformat-extra-args] 157 | rc = fscanf_s(stream, "%s %n", str2, LEN, &ind); | ^~~~~~~ test_fscanf_s.c:165:27: warning: too many arguments for format [-Wformat-extra-args] 165 | rc = fscanf_s(stream, "%s", str2, LEN); | ^~~~ Terminated make[3]: *** [Makefile:2821: t_vfwprintf_s] Error 143 make[3]: *** Waiting for unfinished jobs.... Terminated make[3]: *** [Makefile:2465: t_fwprintf_s] Error 143 make[3]: *** [Makefile:2785: t_swscanf_s] Terminated make[2]: *** [Makefile:4326: check-am] Terminated make[1]: *** [Makefile:1190: check-recursive] Error 1 make: *** [Makefile:1494: check] Error 2 libsafec/3.6.0: WARN: Build folder is dirty, removing it: /home/conan/w/cci_PR-4434/.conan/data/libsafec/3.6.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 ERROR: Exiting with code: 5