The following packages will be installed: chkrootkit Fetching README... 0%100%100%100%100%100%Done Fetching chkrootkit.SlackBuild... 0%100%100%100%100%100%Done Fetching chkrootkit.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done chkrootkit-0.55/ chkrootkit-0.55/chkwtmp.c chkrootkit-0.55/strings.c chkrootkit-0.55/chkdirs.c chkrootkit-0.55/check_wtmpx.c chkrootkit-0.55/chkrootkit.lsm chkrootkit-0.55/Makefile chkrootkit-0.55/ifpromisc.c chkrootkit-0.55/chkproc.c chkrootkit-0.55/README.chklastlog chkrootkit-0.55/README chkrootkit-0.55/patch chkrootkit-0.55/chkrootkit chkrootkit-0.55/COPYRIGHT chkrootkit-0.55/chkutmp.c chkrootkit-0.55/README.chkwtmp chkrootkit-0.55/chklastlog.c chkrootkit-0.55/ACKNOWLEDGMENTS *** stopping make sense *** make[1]: Entering directory '/usr/src/slapt-src-i486/system/chkrootkit/chkrootkit-0.55' cc -O2 -march=i586 -mtune=i686 -o chklastlog chklastlog.c chklastlog.c: In function ‘main’: chklastlog.c:112:9: warning: ‘memcpy’ reading 127 bytes from a region of size 14 [-Wstringop-overread] 112 | memcpy(wtmpfile, WTMP_FILENAME, 127); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chklastlog.c:113:9: warning: ‘memcpy’ reading 127 bytes from a region of size 17 [-Wstringop-overread] 113 | memcpy(lastlogfile, LASTLOG_FILENAME, 127); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -march=i586 -mtune=i686 -o chkwtmp chkwtmp.c chkwtmp.c: In function ‘main’: chkwtmp.c:73:8: warning: ‘memcpy’ reading 127 bytes from a region of size 14 [-Wstringop-overread] 73 | memcpy(wtmpfile, WTMP_FILENAME, 127); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -march=i586 -mtune=i686 -D_FILE_OFFSET_BITS=64 -o ifpromisc ifpromisc.c cc -o chkproc chkproc.c cc -o chkdirs chkdirs.c cc -o check_wtmpx check_wtmpx.c cc -static -o strings-static strings.c cc -o chkutmp chkutmp.c make[1]: Leaving directory '/usr/src/slapt-src-i486/system/chkrootkit/chkrootkit-0.55' 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/chkrootkit/chkrootkit-0.55-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/chkrootkit-0.55/ usr/doc/chkrootkit-0.55/ACKNOWLEDGMENTS usr/doc/chkrootkit-0.55/COPYRIGHT usr/doc/chkrootkit-0.55/README usr/doc/chkrootkit-0.55/README.chklastlog usr/doc/chkrootkit-0.55/README.chkwtmp usr/doc/chkrootkit-0.55/chkrootkit.SlackBuild usr/doc/chkrootkit-0.55/chkrootkit.lsm usr/lib/ usr/lib/chkrootkit/ usr/lib/chkrootkit/bin/ usr/lib/chkrootkit/bin/check_wtmpx usr/lib/chkrootkit/bin/chkdirs usr/lib/chkrootkit/bin/chklastlog usr/lib/chkrootkit/bin/chkproc usr/lib/chkrootkit/bin/chkrootkit usr/lib/chkrootkit/bin/chkutmp usr/lib/chkrootkit/bin/chkwtmp usr/lib/chkrootkit/bin/ifpromisc usr/lib/chkrootkit/bin/strings-static usr/sbin/ usr/sbin/chkrootkit Slackware package /usr/src/slapt-src-i486/system/chkrootkit/chkrootkit-0.55-i586-1salix15.0.txz created. Installing package chkrootkit-0.55-i586-1salix15.0... | chkrootkit (Check Rootkit) | | chkrootkit is a common unix-based program intended to help system | administrators check their system for known rootkits. It is a shell | script using common UNIX/Linux tools like the strings and grep | commands to search core system programs for signatures and for | comparing a traversal of the /proc filesystem with the output of | the ps (process status) command to look for discrepancies. | | Homepage: http://www.chkrootkit.org | | |