The following packages will be installed: isomd5sum Fetching README... 0%100%100%100%100%100%Done Fetching isomd5sum.SlackBuild... 0%100%100%100%100%100%Done Fetching isomd5sum.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done isomd5sum-1.2.3/ isomd5sum-1.2.3/.clang-format isomd5sum-1.2.3/.editorconfig isomd5sum-1.2.3/.gitignore isomd5sum-1.2.3/COPYING isomd5sum-1.2.3/Makefile isomd5sum-1.2.3/README isomd5sum-1.2.3/checkisomd5.1 isomd5sum-1.2.3/checkisomd5.c isomd5sum-1.2.3/implantisomd5.1 isomd5sum-1.2.3/implantisomd5.c isomd5sum-1.2.3/isomd5sum.pc.in isomd5sum-1.2.3/libcheckisomd5.c isomd5sum-1.2.3/libcheckisomd5.h isomd5sum-1.2.3/libimplantisomd5.c isomd5sum-1.2.3/libimplantisomd5.h isomd5sum-1.2.3/md5.c isomd5sum-1.2.3/md5.h isomd5sum-1.2.3/pyisomd5sum.c isomd5sum-1.2.3/testpyisomd5sum.py isomd5sum-1.2.3/utilities.c isomd5sum-1.2.3/utilities.h cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c -O2 -march=i586 -mtune=i686 -o implantisomd5.o implantisomd5.c cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c -O2 -march=i586 -mtune=i686 -o libimplantisomd5.o libimplantisomd5.c ar rv libimplantisomd5.a libimplantisomd5.o ar: creating libimplantisomd5.a a - libimplantisomd5.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c -O2 -march=i586 -mtune=i686 -o md5.o md5.c md5.c:181:27: warning: argument 1 of type ‘uint32[4]’ {aka ‘unsigned int[4]’} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~^~~~~~ md5.c:26:28: note: previously declared as ‘uint32 *’ {aka ‘unsigned int *’} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~^~~ md5.c:181:48: warning: argument 2 of type ‘const uint32[16]’ {aka ‘const unsigned int[16]’} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~~~~~~~^~~~~~ md5.c:26:47: note: previously declared as ‘const uint32 *’ {aka ‘const unsigned int *’} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~~~~~~~^~ ar rv libimplantisomd5.a md5.o a - md5.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c -O2 -march=i586 -mtune=i686 -o utilities.o utilities.c utilities.c: In function ‘validate_fragment’: utilities.c:221:13: warning: ‘strncat’ output may be truncated copying 1 byte from a string of length 2 [-Wstringop-truncation] 221 | strncat(hashsums, tmp, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ utilities.c: In function ‘md5sum’: utilities.c:238:9: warning: ‘strncat’ output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation] 238 | strncat(hashsum, tmp, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~ ar rv libimplantisomd5.a utilities.o a - utilities.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 implantisomd5.o libimplantisomd5.a -lpopt -fPIC -o implantisomd5 cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c -O2 -march=i586 -mtune=i686 -o checkisomd5.o checkisomd5.c cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c -O2 -march=i586 -mtune=i686 -o libcheckisomd5.o libcheckisomd5.c ar rv libcheckisomd5.a libcheckisomd5.o ar: creating libcheckisomd5.a a - libcheckisomd5.o ar rv libcheckisomd5.a md5.o a - md5.o ar rv libcheckisomd5.a utilities.o a - utilities.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 checkisomd5.o libcheckisomd5.a -lpopt -fPIC -o checkisomd5 cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c -O2 -march=i586 -mtune=i686 -o pyisomd5sum.o pyisomd5sum.c cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -shared -g -fpic pyisomd5sum.o libcheckisomd5.a libimplantisomd5.a -fPIC -o pyisomd5sum.so install -d -m 0755 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/bin install -d -m 0755 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/man/man1 install -m 0755 implantisomd5 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/bin install -m 0755 checkisomd5 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/bin install -m 0644 implantisomd5.1 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/man/man1 install -m 0644 checkisomd5.1 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/man/man1 install -d -m 0755 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/lib/python2.7/site-packages install -m 0755 pyisomd5sum.so /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/lib/python2.7/site-packages install -d -m 0755 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/include install -d -m 0755 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/lib install -d -m 0755 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/share/pkgconfig install -m 0644 libimplantisomd5.h /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/include/ install -m 0644 libcheckisomd5.h /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/include/ install -m 0644 libimplantisomd5.a /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/lib install -m 0644 libcheckisomd5.a /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/lib sed "s#@VERSION@#1.2.3#g; s#@includedir@#/usr/include#g; s#@libdir@#/usr/lib#g" isomd5sum.pc.in > /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/share/pkgconfig/isomd5sum.pc rm libimplantisomd5.o md5.o libcheckisomd5.o utilities.o rm -f *.o *.so *.pyc *.a .depend *~ rm -f implantisomd5 checkisomd5 cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c -O2 -march=i586 -mtune=i686 -o implantisomd5.o implantisomd5.c cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c -O2 -march=i586 -mtune=i686 -o libimplantisomd5.o libimplantisomd5.c ar rv libimplantisomd5.a libimplantisomd5.o ar: creating libimplantisomd5.a a - libimplantisomd5.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c -O2 -march=i586 -mtune=i686 -o md5.o md5.c md5.c:181:27: warning: argument 1 of type ‘uint32[4]’ {aka ‘unsigned int[4]’} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~^~~~~~ md5.c:26:28: note: previously declared as ‘uint32 *’ {aka ‘unsigned int *’} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~^~~ md5.c:181:48: warning: argument 2 of type ‘const uint32[16]’ {aka ‘const unsigned int[16]’} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~~~~~~~^~~~~~ md5.c:26:47: note: previously declared as ‘const uint32 *’ {aka ‘const unsigned int *’} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~~~~~~~^~ ar rv libimplantisomd5.a md5.o a - md5.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c -O2 -march=i586 -mtune=i686 -o utilities.o utilities.c utilities.c: In function ‘validate_fragment’: utilities.c:221:13: warning: ‘strncat’ output may be truncated copying 1 byte from a string of length 2 [-Wstringop-truncation] 221 | strncat(hashsums, tmp, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ utilities.c: In function ‘md5sum’: utilities.c:238:9: warning: ‘strncat’ output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation] 238 | strncat(hashsum, tmp, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~ ar rv libimplantisomd5.a utilities.o a - utilities.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 implantisomd5.o libimplantisomd5.a -lpopt -fPIC -o implantisomd5 cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c -O2 -march=i586 -mtune=i686 -o checkisomd5.o checkisomd5.c cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c -O2 -march=i586 -mtune=i686 -o libcheckisomd5.o libcheckisomd5.c ar rv libcheckisomd5.a libcheckisomd5.o ar: creating libcheckisomd5.a a - libcheckisomd5.o ar rv libcheckisomd5.a md5.o a - md5.o ar rv libcheckisomd5.a utilities.o a - utilities.o cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 checkisomd5.o libcheckisomd5.a -lpopt -fPIC -o checkisomd5 cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c -O2 -march=i586 -mtune=i686 -o pyisomd5sum.o pyisomd5sum.c cc -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -shared -g -fpic pyisomd5sum.o libcheckisomd5.a libimplantisomd5.a -fPIC -o pyisomd5sum.so install -d -m 0755 /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/lib/python3.9/site-packages install -m 0755 pyisomd5sum.so /usr/src/slapt-src-i486/system/isomd5sum/package-isomd5sum/usr/lib/python3.9/site-packages rm libimplantisomd5.o md5.o libcheckisomd5.o utilities.o 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/isomd5sum/isomd5sum-1.2.3-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/checkisomd5 usr/bin/implantisomd5 usr/doc/ usr/doc/isomd5sum-1.2.3/ usr/doc/isomd5sum-1.2.3/COPYING usr/doc/isomd5sum-1.2.3/README usr/doc/isomd5sum-1.2.3/isomd5sum.SlackBuild usr/doc/isomd5sum-1.2.3/testpyisomd5sum.py usr/include/ usr/include/libcheckisomd5.h usr/include/libimplantisomd5.h usr/lib/ usr/lib/libcheckisomd5.a usr/lib/libimplantisomd5.a usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/pyisomd5sum.so usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/pyisomd5sum.so usr/man/ usr/man/man1/ usr/man/man1/checkisomd5.1.gz usr/man/man1/implantisomd5.1.gz usr/share/ usr/share/pkgconfig/ usr/share/pkgconfig/isomd5sum.pc Slackware package /usr/src/slapt-src-i486/system/isomd5sum/isomd5sum-1.2.3-i586-1salix15.0.txz created. Installing package isomd5sum-1.2.3-i586-1salix15.0... | isomd5sum (MD5 checksums within an ISO9660 image) | | isomd5sum provides a way of making use of the ISO9660 application | data area to store md5sum data about the iso. This allows you to | check the iso given nothing more than the iso itself. | | A checksum is implanted in an image using the implantisomd5 utility, | and the corresponding checkisomd5 utility can be used to verify burned | CDs are error-free. Also included is a Python extension for performing | these tasks. | | |