autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: /home/conan/w/cci_PR-4166/.conan/data/automake/1.16.3/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/aclocal --force -I autoconf autoreconf: configure.ac: tracing autoreconf: running: /home/conan/w/cci_PR-4166/.conan/data/libtool/2.4.6/_/_/package/b1c0a0a380bef995511802efb0ae5d6c363146c9/bin/libtoolize --copy --force autoreconf: running: /home/conan/w/cci_PR-4166/.conan/data/autoconf/2.69/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin/autoconf --force autoreconf: running: /home/conan/w/cci_PR-4166/.conan/data/autoconf/2.69/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin/autoheader --force autoreconf: running: /home/conan/w/cci_PR-4166/.conan/data/automake/1.16.3/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/automake --add-missing --copy --force-missing configure.ac:19: installing 'autoconf/compile' configure.ac:33: installing 'autoconf/config.guess' configure.ac:33: installing 'autoconf/config.sub' configure.ac:13: installing 'autoconf/install-sh' configure.ac:13: installing 'autoconf/missing' Makefile.am: installing './INSTALL' autoreconf: Leaving directory `.' ../source_subfolder/lib/encode.c: In function ‘th_set_device’: ../source_subfolder/lib/encode.c:151:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . int_to_oct(major(device), t->th_buf.devmajor, 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/lib/encode.c:152:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . int_to_oct(minor(device), t->th_buf.devminor, 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/lib/handle.c: In function ‘tar_init’: ../source_subfolder/lib/handle.c:47:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] (*t)->pathname = pathname; ^ ../source_subfolder/lib/extract.c: In function ‘tar_extract_chardev’: ../source_subfolder/lib/extract.c:387:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . compat_makedev(devmaj, devmin)) == -1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/lib/extract.c: In function ‘tar_extract_blockdev’: ../source_subfolder/lib/extract.c:426:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . compat_makedev(devmaj, devmin)) == -1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/lib/util.c: In function ‘int_to_oct_nonull’: ../source_subfolder/lib/util.c:161:26: warning: field width specifier ‘*’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] snprintf(oct, octlen, "%*lo", octlen - 1, (unsigned long)num); ~^~~ ~~~~~~~~~~ ../source_subfolder/libtar/libtar.c: In function ‘gzopen_frontend’: ../source_subfolder/libtar/libtar.c:99:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)gzf; ^ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY