The following packages will be installed: afio Fetching README... 0%100%100%100%100%100%Done Fetching afio.SlackBuild... 0%100%100%100%100%100%Done Fetching afio.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done afio-2.5.2/ afio-2.5.2/ANNOUNCE-2.5.1 afio-2.5.2/ANNOUNCE-2.5.2 afio-2.5.2/HISTORY afio-2.5.2/INSTALLATION afio-2.5.2/Makefile afio-2.5.2/PORTING afio-2.5.2/README afio-2.5.2/SCRIPTS afio-2.5.2/afio.1 afio-2.5.2/afio.c afio-2.5.2/afio.h afio-2.5.2/afio.lsm afio-2.5.2/afio_license_issues_v5.txt afio-2.5.2/compfile.c afio-2.5.2/exten.c afio-2.5.2/exten_default.h afio-2.5.2/exten_make.awk afio-2.5.2/gnu.fnmatch.tar.gz afio-2.5.2/match.c afio-2.5.2/patchlevel.h afio-2.5.2/regtest/ afio-2.5.2/regtest/Makefile afio-2.5.2/regtest/afiotsmall.af afio-2.5.2/regtest/afiotsmall.af.toc afio-2.5.2/regtest/afiotsmall.tgz afio-2.5.2/regtest/afiotsmallnoroot.af afio-2.5.2/regtest/afiotsmallnoroot.af.toc afio-2.5.2/regtest/afiotsmallnoroot.tgz afio-2.5.2/regtest/cmpstat.c afio-2.5.2/regtest/dircompare afio-2.5.2/regtest/makesparse.c afio-2.5.2/regtest/regtest afio-2.5.2/regtest/regtest.clean afio-2.5.2/regtest/regtest.do afio-2.5.2/regtest/regtest2gb afio-2.5.2/regtest/statsize.c afio-2.5.2/script1/ afio-2.5.2/script1/DONTDUMP afio-2.5.2/script1/backup afio-2.5.2/script2/ afio-2.5.2/script2/README afio-2.5.2/script2/backup afio-2.5.2/script2/restore afio-2.5.2/script2/x.dot afio-2.5.2/script2/x.home afio-2.5.2/script3/ afio-2.5.2/script3/afio_pack_gpg afio-2.5.2/script3/afio_pack_gpg_zip afio-2.5.2/script3/afio_unpack_gpg afio-2.5.2/script3/afio_unpack_gpg_zip afio-2.5.2/script3/gpg_decrypt_unzip afio-2.5.2/script3/gpg_zip_encrypt afio-2.5.2/script3/my_passphrasefile afio-2.5.2/script3/pgp_read afio-2.5.2/script3/pgp_write afio-2.5.2/script4/ afio-2.5.2/script4/tapechange gcc -Wall -Wstrict-prototypes -s -O2 -march=i586 -mtune=i686 -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 -c -o afio.o afio.c afio.c: In function ‘main’: afio.c:723:35: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1018 [-Wformat-overflow=] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~ afio.c:723:25: note: directive argument in the range [1, 4294967295] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:722:16: note: ‘sprintf’ output 24 or more bytes (assuming 1056) into a destination of size 1024 722 | VOID sprintf (arname = remote, | ^~~~~~~~~~~~~~~~~~~~~~~~~ 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 724 | perc ? perc : "rsh", | ~~~~~~~~~~~~~~~~~~~~ 725 | host ? "-l ":"", | ~~~~~~~~~~~~~~~~ 726 | host ? arspec : "", | ~~~~~~~~~~~~~~~~~~~ 727 | host ? host : arspec, | ~~~~~~~~~~~~~~~~~~~~~ 728 | equal ? equal : myname, | ~~~~~~~~~~~~~~~~~~~~~~~ 729 | isoutput ? 'O' : 'I', arbsize, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 730 | group, colon); | ~~~~~~~~~~~~~ afio.c:723:35: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1021 [-Wformat-overflow=] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~ ...... 727 | host ? host : arspec, | ~~~~~~ afio.c:723:25: note: directive argument in the range [1, 4294967295] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:722:16: note: ‘sprintf’ output 21 or more bytes (assuming 1053) into a destination of size 1024 722 | VOID sprintf (arname = remote, | ^~~~~~~~~~~~~~~~~~~~~~~~~ 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 724 | perc ? perc : "rsh", | ~~~~~~~~~~~~~~~~~~~~ 725 | host ? "-l ":"", | ~~~~~~~~~~~~~~~~ 726 | host ? arspec : "", | ~~~~~~~~~~~~~~~~~~~ 727 | host ? host : arspec, | ~~~~~~~~~~~~~~~~~~~~~ 728 | equal ? equal : myname, | ~~~~~~~~~~~~~~~~~~~~~~~ 729 | isoutput ? 'O' : 'I', arbsize, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 730 | group, colon); | ~~~~~~~~~~~~~ afio.c:723:32: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1016 [-Wformat-overflow=] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~ afio.c:723:25: note: directive argument in the range [1, 4294967295] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:722:16: note: ‘sprintf’ output 27 or more bytes (assuming 1059) into a destination of size 1024 722 | VOID sprintf (arname = remote, | ^~~~~~~~~~~~~~~~~~~~~~~~~ 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 724 | perc ? perc : "rsh", | ~~~~~~~~~~~~~~~~~~~~ 725 | host ? "-l ":"", | ~~~~~~~~~~~~~~~~ 726 | host ? arspec : "", | ~~~~~~~~~~~~~~~~~~~ 727 | host ? host : arspec, | ~~~~~~~~~~~~~~~~~~~~~ 728 | equal ? equal : myname, | ~~~~~~~~~~~~~~~~~~~~~~~ 729 | isoutput ? 'O' : 'I', arbsize, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 730 | group, colon); | ~~~~~~~~~~~~~ afio.c:723:32: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1019 [-Wformat-overflow=] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~ ...... 726 | host ? arspec : "", | ~~~~~~ afio.c:723:25: note: directive argument in the range [1, 4294967295] 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:722:16: note: ‘sprintf’ output 24 or more bytes (assuming 1056) into a destination of size 1024 722 | VOID sprintf (arname = remote, | ^~~~~~~~~~~~~~~~~~~~~~~~~ 723 | "!%s %s%s %s '%s -%c -b %u -c %u %s'", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 724 | perc ? perc : "rsh", | ~~~~~~~~~~~~~~~~~~~~ 725 | host ? "-l ":"", | ~~~~~~~~~~~~~~~~ 726 | host ? arspec : "", | ~~~~~~~~~~~~~~~~~~~ 727 | host ? host : arspec, | ~~~~~~~~~~~~~~~~~~~~~ 728 | equal ? equal : myname, | ~~~~~~~~~~~~~~~~~~~~~~~ 729 | isoutput ? 'O' : 'I', arbsize, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 730 | group, colon); | ~~~~~~~~~~~~~ afio.c:732:21: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 732 | *--host = '@'; | ~~~~~~~~^~~~~ afio.c:274:18: note: at offset [0, 1023] into destination object ‘arspec’ of size 1024 274 | STATIC char arspec[PATHSIZE]; /* Specified archive name */ | ^~~~~~ afio.c:734:22: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 734 | *--equal = '='; | ~~~~~~~~~^~~~~ afio.c: In function ‘inhead’: afio.c:2083:11: warning: ‘memcpy’ accessing 5 bytes at offsets 0 and 1 overlaps 4 bytes at offset 1 [-Wrestrict] 2083 | memcpy (magic, magic + 1, sizeof (magic) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] 123 | #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:123:17: note: in definition of macro ‘H_PRINT’ 123 | #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:123:56: note: format string is defined here 123 | #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 123 | #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:123:17: note: in definition of macro ‘H_PRINT’ 123 | #define H_PRINT "%06o%06o%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:4168:8: note: ‘sprintf’ output between 71 and 76 bytes into a destination of size 71 4168 | VOID sprintf (header + M_STRLEN, H_PRINT, ush (asb->sb_dev), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4169 | ush (asb->sb_ino), ush (asb->sb_mode), ush (asb->sb_uid), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4170 | ush (asb->sb_gid), ush (asb->sb_nlink), ush (asb->sb_rdev), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4171 | ulo(mflag ? timenow : asb->sb_mtime), namelen, (long unsigned int) asb->sb_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] 139 | #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:139:19: note: in definition of macro ‘H_PRINT2’ 139 | #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:139:60: note: format string is defined here 139 | #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 139 | #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:139:19: note: in definition of macro ‘H_PRINT2’ 139 | #define H_PRINT2 "%06o%011lo%06o%06o%06o%06o%06o%011lo%06o%011lo" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:4202:8: note: ‘sprintf’ output between 76 and 81 bytes into a destination of size 76 4202 | VOID sprintf (header + M_STRLEN, H_PRINT2, ush (asb->sb_dev), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4203 | (long unsigned int)(asb->sb_ino), ush (asb->sb_mode), ush (asb->sb_uid), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4204 | ush (asb->sb_gid), ush (asb->sb_nlink), ush (asb->sb_rdev), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4205 | ulo(mflag ? timenow : asb->sb_mtime), namelen, (long unsigned int)(asb->sb_size)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=] 155 | #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’ 155 | #define H_PRINT3 "%08lX%016llXm%06lo%08lX%08lX%08lX%08lX%016llXn%04X%04X%04Xs%016llX:" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.h:155:79: note: format string is defined here 155 | #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 155 | #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’ 155 | #define H_PRINT3 "%08lX%016llXm%06lo%08lX%08lX%08lX%08lX%016llXn%04X%04X%04Xs%016llX:" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ afio.c:4237:8: note: ‘sprintf’ output between 111 and 120 bytes into a destination of size 111 4237 | VOID sprintf (header + M_STRLEN, H_PRINT3, ulo (asb->sb_dev), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4238 | ull (asb->sb_ino), ulo (asb->sb_mode), ulo (asb->sb_uid), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4239 | ulo (asb->sb_gid), ulo (asb->sb_nlink), ulo (asb->sb_rdev), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4240 | mflag ? ull (timenow) : ull (asb->sb_mtime), namelen, 0, 0, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4241 | ull (asb->sb_size)); | ~~~~~~~~~~~~~~~~~~~ gcc -Wall -Wstrict-prototypes -s -O2 -march=i586 -mtune=i686 -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 -c -o compfile.o compfile.c gcc -Wall -Wstrict-prototypes -s -O2 -march=i586 -mtune=i686 -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 -c -o exten.o exten.c gcc -Wall -Wstrict-prototypes -s -O2 -march=i586 -mtune=i686 -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 -c -o match.o match.c gcc -Wall -Wstrict-prototypes -s -O2 -march=i586 -mtune=i686 -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 \ afio.o compfile.o exten.o match.o -o afio Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/afio/afio-2.5.2-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/afio usr/doc/ usr/doc/afio-2.5.2/ usr/doc/afio-2.5.2/ANNOUNCE-2.5.1 usr/doc/afio-2.5.2/ANNOUNCE-2.5.2 usr/doc/afio-2.5.2/HISTORY usr/doc/afio-2.5.2/PORTING usr/doc/afio-2.5.2/README usr/doc/afio-2.5.2/SCRIPTS usr/doc/afio-2.5.2/afio.SlackBuild usr/doc/afio-2.5.2/afio_license_issues_v5.txt usr/doc/afio-2.5.2/script1/ usr/doc/afio-2.5.2/script1/DONTDUMP usr/doc/afio-2.5.2/script1/backup usr/doc/afio-2.5.2/script2/ usr/doc/afio-2.5.2/script2/README usr/doc/afio-2.5.2/script2/backup usr/doc/afio-2.5.2/script2/restore usr/doc/afio-2.5.2/script2/x.dot usr/doc/afio-2.5.2/script2/x.home usr/doc/afio-2.5.2/script3/ usr/doc/afio-2.5.2/script3/afio_pack_gpg usr/doc/afio-2.5.2/script3/afio_pack_gpg_zip usr/doc/afio-2.5.2/script3/afio_unpack_gpg usr/doc/afio-2.5.2/script3/afio_unpack_gpg_zip usr/doc/afio-2.5.2/script3/gpg_decrypt_unzip usr/doc/afio-2.5.2/script3/gpg_zip_encrypt usr/doc/afio-2.5.2/script3/my_passphrasefile usr/doc/afio-2.5.2/script3/pgp_read usr/doc/afio-2.5.2/script3/pgp_write usr/doc/afio-2.5.2/script4/ usr/doc/afio-2.5.2/script4/tapechange usr/man/ usr/man/man1/ usr/man/man1/afio.1.gz Slackware package /usr/src/slapt-src-i486/system/afio/afio-2.5.2-i586-2salix15.0.txz created. Installing package afio-2.5.2-i586-2salix15.0... | afio (archiver and backup program with internal compression support) | | Afio can make compressed archives that are safer than compressed tar | or cpio archives, allowing better handling of input data corruption. | Afio also supports multi-volume archives during interactive operation. | | Afio makes cpio archives with ASCII-formatted header information (odc) | Where the odc format cannot represent some files and file properties | that could be present on a modern UNIX filesystem, it uses an afio- | specific 'large ASCII' header for the files concerned. | | |