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/445047bf696d55be0de53e5d97c24a63a4218039/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 `.' In file included from ../source_subfolder/lib/internal.h:16, from ../source_subfolder/lib/encode.c:13: ../source_subfolder/lib/encode.c: In function ‘th_set_device’: ../source_subfolder/lib/libtar.h:279:28: warning: ‘%*lo’ directive output may be truncated writing between 6 and 11 bytes into a region of size 8 [-Wformat-truncation=] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:151:2: note: in expansion of macro ‘int_to_oct’ 151 | int_to_oct(major(device), t->th_buf.devmajor, 8); | ^~~~~~~~~~ ../source_subfolder/lib/libtar.h:279:29: note: format string is defined here 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~ ../source_subfolder/lib/libtar.h:279:28: note: directive argument in the range [0, 4294967295] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:151:2: note: in expansion of macro ‘int_to_oct’ 151 | int_to_oct(major(device), t->th_buf.devmajor, 8); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from ../source_subfolder/lib/encode.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 13 bytes into a destination of size 8 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../source_subfolder/lib/internal.h:16, from ../source_subfolder/lib/encode.c:13: ../source_subfolder/lib/libtar.h:279:28: warning: ‘%*lo’ directive output may be truncated writing between 6 and 11 bytes into a region of size 8 [-Wformat-truncation=] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:152:2: note: in expansion of macro ‘int_to_oct’ 152 | int_to_oct(minor(device), t->th_buf.devminor, 8); | ^~~~~~~~~~ ../source_subfolder/lib/libtar.h:279:29: note: format string is defined here 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~ ../source_subfolder/lib/libtar.h:279:28: note: directive argument in the range [0, 4294967295] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:152:2: note: in expansion of macro ‘int_to_oct’ 152 | int_to_oct(minor(device), t->th_buf.devminor, 8); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from ../source_subfolder/lib/encode.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 13 bytes into a destination of size 8 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../source_subfolder/lib/internal.h:16, from ../source_subfolder/lib/encode.c:13: ../source_subfolder/lib/encode.c: In function ‘th_set_user’: ../source_subfolder/lib/libtar.h:279:28: warning: ‘%*lo’ directive output may be truncated writing between 6 and 11 bytes into a region of size 8 [-Wformat-truncation=] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:166:2: note: in expansion of macro ‘int_to_oct’ 166 | int_to_oct(uid, t->th_buf.uid, 8); | ^~~~~~~~~~ ../source_subfolder/lib/libtar.h:279:29: note: format string is defined here 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~ ../source_subfolder/lib/libtar.h:279:28: note: directive argument in the range [0, 4294967295] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:166:2: note: in expansion of macro ‘int_to_oct’ 166 | int_to_oct(uid, t->th_buf.uid, 8); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from ../source_subfolder/lib/encode.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 13 bytes into a destination of size 8 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../source_subfolder/lib/internal.h:16, from ../source_subfolder/lib/encode.c:13: ../source_subfolder/lib/encode.c: In function ‘th_set_group’: ../source_subfolder/lib/libtar.h:279:28: warning: ‘%*lo’ directive output may be truncated writing between 6 and 11 bytes into a region of size 8 [-Wformat-truncation=] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:180:2: note: in expansion of macro ‘int_to_oct’ 180 | int_to_oct(gid, t->th_buf.gid, 8); | ^~~~~~~~~~ ../source_subfolder/lib/libtar.h:279:29: note: format string is defined here 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~ ../source_subfolder/lib/libtar.h:279:28: note: directive argument in the range [0, 4294967295] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:180:2: note: in expansion of macro ‘int_to_oct’ 180 | int_to_oct(gid, t->th_buf.gid, 8); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from ../source_subfolder/lib/encode.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 13 bytes into a destination of size 8 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../source_subfolder/lib/internal.h:16, from ../source_subfolder/lib/encode.c:13: ../source_subfolder/lib/encode.c: In function ‘th_set_mode’: ../source_subfolder/lib/libtar.h:279:28: warning: ‘%*lo’ directive output may be truncated writing between 6 and 11 bytes into a region of size 8 [-Wformat-truncation=] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:193:2: note: in expansion of macro ‘int_to_oct’ 193 | int_to_oct(fmode, (t)->th_buf.mode, 8); | ^~~~~~~~~~ ../source_subfolder/lib/libtar.h:279:29: note: format string is defined here 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~ ../source_subfolder/lib/libtar.h:279:28: note: directive argument in the range [0, 4294967295] 279 | snprintf((oct), (octlen), "%*lo ", (octlen) - 2, (unsigned long)(num)) | ^~~~~~~ ../source_subfolder/lib/encode.c:193:2: note: in expansion of macro ‘int_to_oct’ 193 | int_to_oct(fmode, (t)->th_buf.mode, 8); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from ../source_subfolder/lib/encode.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 13 bytes into a destination of size 8 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../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] 47 | (*t)->pathname = pathname; | ^ ../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=] 161 | snprintf(oct, octlen, "%*lo", octlen - 1, (unsigned long)num); | ~^~~ ~~~~~~~~~~ | | | | int size_t {aka long unsigned int} ar: `u' modifier ignored since `D' is the default (see `U') ../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] 99 | return (int)gzf; | ^ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY