Cook: afio 2.5.2 ================================================================================ QA: checking package receipt... QA: unable to reach "http://members.chello.nl/~k.holtman/afio.html" Extracting source archive "afio-2.5.2.tgz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wstrict-prototypes -s -O2 -fomit-frame-pointer -Wno-unused-result -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wformat -Werror=format-security -Wall -DMEMCPY -DMKDIR -DVOIDFIX -DHAVEFCNTL -DHAVEMEMCMP -DDEFFMTCMD='"fdformat /dev/fd0H1440"' -DHAVE_LCHOWN -DPRG_COMPRESS='"gzip"' -DHAVEFNMATCH -D_GLIBCXX_USE_C99_MATH=1 -c -o afio.o afio.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wstrict-prototypes -s -O2 -fomit-frame-pointer -Wno-unused-result -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wformat -Werror=format-security -Wall -DMEMCPY -DMKDIR -DVOIDFIX -DHAVEFCNTL -DHAVEMEMCMP -DDEFFMTCMD='"fdformat /dev/fd0H1440"' -DHAVE_LCHOWN -DPRG_COMPRESS='"gzip"' -DHAVEFNMATCH -D_GLIBCXX_USE_C99_MATH=1 -c -o compfile.o compfile.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wstrict-prototypes -s -O2 -fomit-frame-pointer -Wno-unused-result -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wformat -Werror=format-security -Wall -DMEMCPY -DMKDIR -DVOIDFIX -DHAVEFCNTL -DHAVEMEMCMP -DDEFFMTCMD='"fdformat /dev/fd0H1440"' -DHAVE_LCHOWN -DPRG_COMPRESS='"gzip"' -DHAVEFNMATCH -D_GLIBCXX_USE_C99_MATH=1 -c -o exten.o exten.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wstrict-prototypes -s -O2 -fomit-frame-pointer -Wno-unused-result -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wformat -Werror=format-security -Wall -DMEMCPY -DMKDIR -DVOIDFIX -DHAVEFCNTL -DHAVEMEMCMP -DDEFFMTCMD='"fdformat /dev/fd0H1440"' -DHAVE_LCHOWN -DPRG_COMPRESS='"gzip"' -DHAVEFNMATCH -D_GLIBCXX_USE_C99_MATH=1 -c -o match.o match.c afio.c: In function 'main': afio.c:723:14: warning: '%s' directive writing up to 1023 bytes into a region of size 1021 [-Wformat-overflow=] "!%s %s%s %s '%s -%c -b %u -c %u %s'", ^~ afio.c:727:18: host ? host : arspec, ~~~~~~ afio.c:723:4: note: directive argument in the range [1, 4294967295] "!%s %s%s %s '%s -%c -b %u -c %u %s'", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from afio.c:163: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 21 or more bytes (assuming 1053) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:723:11: warning: '%s' directive writing up to 1023 bytes into a region of size 1019 [-Wformat-overflow=] "!%s %s%s %s '%s -%c -b %u -c %u %s'", ^~ afio.c:726:11: host ? arspec : "", ~~~~~~ afio.c:723:4: note: directive argument in the range [1, 4294967295] "!%s %s%s %s '%s -%c -b %u -c %u %s'", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from afio.c:163: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 24 or more bytes (assuming 1056) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:723:11: warning: '%s' directive writing up to 1023 bytes into a region of size between 1016 and 1019 [-Wformat-overflow=] "!%s %s%s %s '%s -%c -b %u -c %u %s'", ^~ afio.c:723:4: note: directive argument in the range [1, 4294967295] "!%s %s%s %s '%s -%c -b %u -c %u %s'", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from afio.c:163: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 24 or more bytes (assuming 1059) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from afio.c:192: In function 'memcpy', inlined from 'inhead' at afio.c:2083:4: /usr/include/bits/string_fortified.h:34:10: warning: '__builtin_memcpy' accessing 5 bytes at offsets 0 and 1 overlaps 4 bytes at offset 1 [-Wrestrict] return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from afio.c:231: afio.c: In function 'outhead': afio.h:123:17: warning: '%011lo' directive writing 11 bytes into a region of size between 7 and 12 [-Wformat-overflow=] #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:123:17: note: in definition of macro 'H_PRINT' #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:123:17: note: using the range [0, 4294967295] for directive argument #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:123:17: note: in definition of macro 'H_PRINT' #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from afio.c:163: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 71 and 76 bytes into a destination of size 71 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from afio.c:231: afio.c: In function 'outhead2': afio.h:139:19: warning: '%011lo' directive writing 11 bytes into a region of size between 7 and 12 [-Wformat-overflow=] #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:139:19: note: in definition of macro 'H_PRINT2' #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:139:19: note: using the range [0, 4294967295] for directive argument #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:139:19: note: in definition of macro 'H_PRINT2' #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from afio.c:163: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 76 and 81 bytes into a destination of size 76 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from afio.c:231: afio.c: In function 'outhead3': afio.h:155:19: warning: '%016llX' directive writing 16 bytes into a region of size between 9 and 18 [-Wformat-overflow=] #define H_PRINT3 "%08lX%016llXm%06lo%08lX%08lX%08lX%08lX%016llXn%04X%04X%04Xs%016llX:" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:155:19: note: in definition of macro 'H_PRINT3' #define H_PRINT3 "%08lX%016llXm%06lo%08lX%08lX%08lX%08lX%016llXn%04X%04X%04Xs%016llX:" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:155:19: note: using the range [0, 18446744073709551615] for directive argument #define H_PRINT3 "%08lX%016llXm%06lo%08lX%08lX%08lX%08lX%016llXn%04X%04X%04Xs%016llX:" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:155:19: note: in definition of macro 'H_PRINT3' #define H_PRINT3 "%08lX%016llXm%06lo%08lX%08lX%08lX%08lX%016llXn%04X%04X%04Xs%016llX:" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from afio.c:163: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 111 and 120 bytes into a destination of size 111 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wstrict-prototypes -s -O2 -fomit-frame-pointer -Wno-unused-result -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wformat -Werror=format-security -Wall -DMEMCPY -DMKDIR -DVOIDFIX -DHAVEFCNTL -DHAVEMEMCMP -DDEFFMTCMD='"fdformat /dev/fd0H1440"' -DHAVE_LCHOWN -DPRG_COMPRESS='"gzip"' -DHAVEFNMATCH -Wl,-Os,--as-needed \ afio.o compfile.o exten.o match.o -o afio Copying man pages... Done ================================================================================ Executing strip on all files... Done Time: 0.17s. Size: 87716 B -> 87716 B. Save: 0 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.38s. Size: 52394 B -> 17314 B. Save: 34 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: afio 2.5.2 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "afio-2.5.2-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/afio-2.5.2... Done Checking site script in source/afio-2.5.2... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: afio 2.5.2 ================================================================================ Src file : afio-2.5.2.tgz Src size : 192.0K Source dir : 820.0K Produced : 132.0K Cook time : 7s Cook date : 2020-07-07 03:02 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 116.0K : 32.9K : 1 : afio-2.5.2-i486.tazpkg ================================================================================