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/fa8d925dc0372dcc07e7305ca14639ee217e2fac/bin/share/aclocal/libtool.m4' aclocal: installing 'm4/ltoptions.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/fa8d925dc0372dcc07e7305ca14639ee217e2fac/bin/share/aclocal/ltoptions.m4' aclocal: installing 'm4/ltsugar.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/fa8d925dc0372dcc07e7305ca14639ee217e2fac/bin/share/aclocal/ltsugar.m4' aclocal: installing 'm4/ltversion.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/fa8d925dc0372dcc07e7305ca14639ee217e2fac/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/fa8d925dc0372dcc07e7305ca14639ee217e2fac/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/fa8d925dc0372dcc07e7305ca14639ee217e2fac/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 12860: 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 test_sscanf_s.c: In function 'test_sscanf_s': test_sscanf_s.c:41:5: warning: too many arguments for format [-Wformat-extra-args] rc = sscanf_s(str1, NULL, NULL); ^ test_sscanf_s.c:56:5: warning: format '%n' expects argument of type 'int *', but argument 4 has type 'int' [-Wformat=] rc = sscanf_s(str1, "%s %n", str2, LEN, &ind); ^ test_sscanf_s.c:56:5: warning: too many arguments for format [-Wformat-extra-args] test_sscanf_s.c:67:5: warning: too many arguments for format [-Wformat-extra-args] rc = sscanf_s(str1, "%s %%n", str2, 6); ^ test_sscanf_s.c:71:5: warning: too many arguments for format [-Wformat-extra-args] rc = sscanf_s(str1, "%s %%n", str3, 6); ^ test_sscanf_s.c:100:5: warning: too many arguments for format [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ^ test_sscanf_s.c:117:5: warning: too many arguments for format [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ^ test_sscanf_s.c:126:5: warning: too many arguments for format [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ^ test_sscanf_s.c:135:5: warning: too many arguments for format [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ^ test_fprintf_s.c: In function 'test_fprintf_s': test_fprintf_s.c:37:5: warning: reading through null pointer (argument 3) [-Wformat=] rc = fprintf_s(NULL, "%s", NULL); ^ test_fprintf_s.c:37:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'void *' [-Wformat=] test_printf_s.c: In function 'test_printf_s': test_printf_s.c:43:5: warning: zero-length gnu_printf format string [-Wformat-zero-length] 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] rc = scanf_s(NULL, NULL); ^ test_scanf_s.c:65:5: warning: too many arguments for format [-Wformat-extra-args] rc = scanf_s("%s %%n", str2, LEN); ^ test_scanf_s.c:80:5: warning: too many arguments for format [-Wformat-extra-args] rc = scanf_s("%s %%n", str2, 6); ^ test_scanf_s.c:96:5: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'size_t *' [-Wformat=] rc = scanf_s(" %d", &len1); ^ test_scanf_s.c:115:5: warning: too many arguments for format [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ^ test_scanf_s.c:137:5: warning: too many arguments for format [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ^ test_scanf_s.c:176:5: warning: format '%n' expects argument of type 'int *', but argument 3 has type 'int' [-Wformat=] rc = scanf_s("%s %n", str2, LEN, &ind); ^ test_scanf_s.c:176:5: warning: too many arguments for format [-Wformat-extra-args] test_scanf_s.c:185:5: warning: too many arguments for format [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ^ test_scanf_s.c:198:5: warning: too many arguments for format [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ^ test_fscanf_s.c: In function 'test_fscanf_s': test_fscanf_s.c:53:5: warning: zero-length gnu_scanf format string [-Wformat-zero-length] rc = fscanf_s(NULL, ""); ^ test_fscanf_s.c:73:5: warning: too many arguments for format [-Wformat-extra-args] rc = fscanf_s(stream, "%s %%n", str2, LEN); ^ test_fscanf_s.c:89:5: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'size_t *' [-Wformat=] rc = fscanf_s(stream, " %d", &len1); ^ test_fscanf_s.c:103:5: warning: too many arguments for format [-Wformat-extra-args] rc = fscanf_s(stream, "%s", str2, LEN); ^ test_fscanf_s.c:124:5: warning: too many arguments for format [-Wformat-extra-args] rc = fscanf_s(stream, "%s", str2, LEN); ^ test_fscanf_s.c:157:5: warning: format '%n' expects argument of type 'int *', but argument 4 has type 'int' [-Wformat=] rc = fscanf_s(stream, "%s %n", str2, LEN, &ind); ^ test_fscanf_s.c:157:5: warning: too many arguments for format [-Wformat-extra-args] test_fscanf_s.c:165:5: warning: too many arguments for format [-Wformat-extra-args] rc = fscanf_s(stream, "%s", str2, LEN); ^ /bin/bash: line 1: 36389 Terminated /bin/bash ../libtool --silent --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -std=gnu99 -I../include -I. -m64 -g -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -m64 -L/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/fa8d925dc0372dcc07e7305ca14639ee217e2fac/lib -o t_wcsncpy_s test_wcsncpy_s.o test_msvcrt.o ../src/libsafec-3.6.0.la -lltdl -ldl make[3]: *** [t_wcsncpy_s] Error 143 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [t_wcscpy_s] Error 1 /bin/bash: line 1: 36411 Terminated /bin/bash ../libtool --silent --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -std=gnu99 -I../include -I. -m64 -g -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -m64 -L/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/fa8d925dc0372dcc07e7305ca14639ee217e2fac/lib -o t_wcscat_s test_wcscat_s.o test_msvcrt.o ../src/libsafec-3.6.0.la -lltdl -ldl make[3]: *** [t_wcscat_s] Error 143 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 safeclib/3.6.0: ERROR: Package 'a5a3ee0d558fe87af753d63173b383d1d7d6c852' build failed safeclib/3.6.0: WARN: Build folder /home/conan/w/cci_PR-4434/.conan/data/safeclib/3.6.0/_/_/build/a5a3ee0d558fe87af753d63173b383d1d7d6c852 ERROR: Exiting with code: 5