The following packages will be installed: cpuid Fetching README... 0%100%100%100%100%100%Done Fetching cpuid.SlackBuild... 0%100%100%100%100%100%Done Fetching cpuid.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done cpuid-20211210/ cpuid-20211210/LICENSE cpuid-20211210/ChangeLog cpuid-20211210/cpuid.man cpuid-20211210/cpuinfo2cpuid cpuid-20211210/cpuid.c cpuid-20211210/FAMILY.NOTES cpuid-20211210/Makefile cpuid-20211210/cpuid.proto.spec cpuid-20211210/FUTURE cpuid-20211210/cpuid.spec cc -O2 -march=i586 -mtune=i686 -g -Wall -W -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wimplicit-fallthrough -Wunused-parameter -D_FILE_OFFSET_BITS=64 -DVERSION=20211210 -o cpuid cpuid.c cpuid.c: In function ‘real_setup’: cpuid.c:9719:42: warning: ‘/cpuid’ directive writing 6 bytes into a region of size between 1 and 10 [-Wformat-overflow=] 9719 | sprintf(cpuid_name, "/dev/cpu/%u/cpuid", cpu); | ^~~~~~ cpuid.c:9719:10: note: ‘sprintf’ output between 17 and 26 bytes into a destination of size 20 9719 | sprintf(cpuid_name, "/dev/cpu/%u/cpuid", cpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gzip < cpuid.man > cpuid.man.gz pod2man -r "20211210" -c "" cpuinfo2cpuid > cpuinfo2cpuid.man gzip < cpuinfo2cpuid.man > cpuinfo2cpuid.man.gz 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/cpuid/cpuid-20211210-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/cpuid usr/doc/ usr/doc/cpuid-20211210/ usr/doc/cpuid-20211210/ChangeLog usr/doc/cpuid-20211210/FUTURE usr/doc/cpuid-20211210/LICENSE usr/doc/cpuid-20211210/cpuid.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/cpuid.1.gz Slackware package /usr/src/slapt-src-i486/system/cpuid/cpuid-20211210-i586-1salix15.0.txz created. Installing package cpuid-20211210-i586-1salix15.0... | cpuid (Linux tool to dump x86 CPUID information about the CPUs) | | cpuid dumps detailed information about the CPU(s) gathered from the | CPUID instruction, and also determines the exact model of CPU(s). | | It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, | Cyrix, UMC, NexGen, Rise, and SiS CPUs. | | Homepage: http://www.etallen.com/cpuid.html | | | |