The following packages will be installed: cpuid2cpuflags Fetching README... 0%100%100%100%100%100%Done Fetching cpuid2cpuflags.SlackBuild... 0%100%100%100%100%100%Done Fetching cpuid2cpuflags.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done cpuid2cpuflags-11/ cpuid2cpuflags-11/build-aux/ cpuid2cpuflags-11/build-aux/compile cpuid2cpuflags-11/build-aux/depcomp cpuid2cpuflags-11/build-aux/install-sh cpuid2cpuflags-11/build-aux/missing cpuid2cpuflags-11/build-aux/test-driver cpuid2cpuflags-11/src/ cpuid2cpuflags-11/src/hwcap.h cpuid2cpuflags-11/src/mock.c cpuid2cpuflags-11/src/arm.c cpuid2cpuflags-11/src/main.c cpuid2cpuflags-11/src/platforms.h cpuid2cpuflags-11/src/hwcap.c cpuid2cpuflags-11/src/ppc.c cpuid2cpuflags-11/src/x86.c cpuid2cpuflags-11/src/x86-lib.c cpuid2cpuflags-11/src/x86.h cpuid2cpuflags-11/src/hwcap-dump.c cpuid2cpuflags-11/src/x86-dump.c cpuid2cpuflags-11/tests/ cpuid2cpuflags-11/tests/arm/ cpuid2cpuflags-11/tests/arm/aarch64-aws-a1.txt cpuid2cpuflags-11/tests/arm/aarch64-cavium-thunderx.txt cpuid2cpuflags-11/tests/arm/aarch64-cavium-thunderx2.txt cpuid2cpuflags-11/tests/arm/aarch64-dragonboard.txt cpuid2cpuflags-11/tests/arm/aarch64-hp-moonshot-xgene-1.txt cpuid2cpuflags-11/tests/arm/aarch64-odroid-n2.txt cpuid2cpuflags-11/tests/arm/aarch64-raspberry-4.txt cpuid2cpuflags-11/tests/arm/armv5tel-dreamplug.txt cpuid2cpuflags-11/tests/arm/armv6l-raspberry-pi1b.txt cpuid2cpuflags-11/tests/arm/armv7l-beaglebone.txt cpuid2cpuflags-11/tests/arm/armv7l-compulab-utilite-pro.txt cpuid2cpuflags-11/tests/arm/armv7l-jhcloos-cheap.txt cpuid2cpuflags-11/tests/arm/armv7l-odroid-c1.txt cpuid2cpuflags-11/tests/arm/armv7l-raspberry-pi3.txt cpuid2cpuflags-11/tests/arm/armv7l-rk3288.txt cpuid2cpuflags-11/tests/arm/armv7l-scaleway-c1.txt cpuid2cpuflags-11/tests/arm/armv7l-solidrun-cubox.txt cpuid2cpuflags-11/tests/ppc/ cpuid2cpuflags-11/tests/ppc/power8.txt cpuid2cpuflags-11/tests/ppc/power9.txt cpuid2cpuflags-11/tests/x86/ cpuid2cpuflags-11/tests/x86/amd-colfax.txt cpuid2cpuflags-11/tests/x86/amd-zen2.txt cpuid2cpuflags-11/tests/x86/athlon64-windsor.txt cpuid2cpuflags-11/tests/x86/i3-ivybridge.txt cpuid2cpuflags-11/tests/x86/opteron-6272.txt cpuid2cpuflags-11/tests/x86/xeon-e-2176g.txt cpuid2cpuflags-11/tests/x86/xeon-silver-4410.txt cpuid2cpuflags-11/tests/test.sh cpuid2cpuflags-11/Makefile.am cpuid2cpuflags-11/configure cpuid2cpuflags-11/configure.ac cpuid2cpuflags-11/aclocal.m4 cpuid2cpuflags-11/Makefile.in cpuid2cpuflags-11/config.h.in cpuid2cpuflags-11/COPYING cpuid2cpuflags-11/README checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for uint32_t... yes checking cpuid.h usability... yes checking cpuid.h presence... yes checking for cpuid.h... yes checking sys/auxv.h usability... yes checking sys/auxv.h presence... yes checking for sys/auxv.h... yes checking for getauxval... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/usr/src/slapt-src-i486/system/cpuid2cpuflags/cpuid2cpuflags-11.0' depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/arm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT src/arm.o -MD -MP -MF $depbase.Tpo -c -o src/arm.o src/arm.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/hwcap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT src/hwcap.o -MD -MP -MF $depbase.Tpo -c -o src/hwcap.o src/hwcap.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/ppc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT src/ppc.o -MD -MP -MF $depbase.Tpo -c -o src/ppc.o src/ppc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/x86.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT src/x86.o -MD -MP -MF $depbase.Tpo -c -o src/x86.o src/x86.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/x86-lib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT src/x86-lib.o -MD -MP -MF $depbase.Tpo -c -o src/x86-lib.o src/x86-lib.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -O2 -march=i586 -mtune=i686 -o cpuid2cpuflags src/main.o src/arm.o src/hwcap.o src/ppc.o src/x86.o src/x86-lib.o make[1]: Leaving directory '/usr/src/slapt-src-i486/system/cpuid2cpuflags/cpuid2cpuflags-11.0' make[1]: Entering directory '/usr/src/slapt-src-i486/system/cpuid2cpuflags/cpuid2cpuflags-11.0' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/cpuid2cpuflags/package-cpuid2cpuflags/usr/bin' /usr/bin/ginstall -c cpuid2cpuflags '/usr/src/slapt-src-i486/system/cpuid2cpuflags/package-cpuid2cpuflags/usr/bin' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/usr/src/slapt-src-i486/system/cpuid2cpuflags/cpuid2cpuflags-11.0' 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/cpuid2cpuflags/cpuid2cpuflags-11.0-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/cpuid2cpuflags usr/doc/ usr/doc/cpuid2cpuflags-11.0/ usr/doc/cpuid2cpuflags-11.0/COPYING usr/doc/cpuid2cpuflags-11.0/README usr/doc/cpuid2cpuflags-11.0/cpuid2cpuflags.SlackBuild Slackware package /usr/src/slapt-src-i486/system/cpuid2cpuflags/cpuid2cpuflags-11.0-i586-1salix15.0.txz created. Installing package cpuid2cpuflags-11.0-i586-1salix15.0... | cpuid2cpuflags (Tool to generate CPU_FLAGS_* for your CPU) | | Tool to generate CPU_FLAGS_* for your CPU. | | Home page: https://github.com/mgorny/cpuid2cpuflags | | | | | | | |