The following packages will be installed: nbench Fetching README... 0%100%100%100%100%100%Done Fetching nbench.SlackBuild... 0%100%100%100%100%100%Done Fetching nbench.info... 0%100%100%100%100%100%Done Fetching nbench_cflags_pointer.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done nbench-byte-2.2.3/ nbench-byte-2.2.3/COM.DAT nbench-byte-2.2.3/NNET.DAT nbench-byte-2.2.3/README nbench-byte-2.2.3/README.submit nbench-byte-2.2.3/bdoc.txt nbench-byte-2.2.3/emfloat.c nbench-byte-2.2.3/emfloat.h nbench-byte-2.2.3/misc.c nbench-byte-2.2.3/misc.h nbench-byte-2.2.3/nbench0.h nbench-byte-2.2.3/nbench1.c nbench-byte-2.2.3/nmglobal.h nbench-byte-2.2.3/sysspec.c nbench-byte-2.2.3/sysspec.h nbench-byte-2.2.3/wordcat.h nbench-byte-2.2.3/hello.c nbench-byte-2.2.3/sysinfo.c.example nbench-byte-2.2.3/sysinfoc.c.example nbench-byte-2.2.3/README.motorola nbench-byte-2.2.3/Changes nbench-byte-2.2.3/sysinfo.c.template nbench-byte-2.2.3/sysinfoc.c.template nbench-byte-2.2.3/pointer.c nbench-byte-2.2.3/debugbit.good.gz nbench-byte-2.2.3/README.nonlinux nbench-byte-2.2.3/RESULTS nbench-byte-2.2.3/hardware.c nbench-byte-2.2.3/hardware.h nbench-byte-2.2.3/hardware nbench-byte-2.2.3/nbench0.c nbench-byte-2.2.3/Makefile nbench-byte-2.2.3/nbench1.h nbench-byte-2.2.3/sysinfo.sh patching file Makefile gcc -O2 -march=i586 -mtune=i686 -s -static -Wall -O3 pointer.c -o pointer gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3\ -o pointer pointer.c rm -f pointer.h if [ "4" = `./pointer` ] ; then touch pointer.h ;\ else echo "#define LONG64" >pointer.h ; fi gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3\ -c emfloat.c emfloat.c: In function ‘AddSubInternalFPF’: emfloat.c:649:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 649 | else | ^~~~ emfloat.c:673:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 673 | if (locx.sign ^ locy.sign ^ operation) | ^~ gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3\ -c misc.c ./sysinfo.sh gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3 gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3\ -c nbench0.c gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3\ -c nbench1.c nbench1.c:1902:34: warning: argument 1 of type ‘farlong[101][101]’ {aka ‘long int[101][101]’} with mismatched bound [-Warray-parameter=] 1902 | static void CopyToAssign(farlong arrayfrom[ASSIGNROWS][ASSIGNCOLS], | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from nbench1.c:64: nbench1.h:224:34: note: previously declared as ‘farlong[][101]’ {aka ‘long int[][101]’} 224 | static void CopyToAssign(farlong arrayfrom[][ASSIGNCOLS], | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ nbench1.c:1903:25: warning: argument 2 of type ‘farlong[101][101]’ {aka ‘long int[101][101]’} with mismatched bound [-Warray-parameter=] 1903 | farlong arrayto[ASSIGNROWS][ASSIGNCOLS]) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from nbench1.c:64: nbench1.h:225:22: note: previously declared as ‘long int[][101]’ 225 | long arrayto[][ASSIGNCOLS]); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ nbench1.c:2487:30: warning: argument 1 of type ‘u16 *’ {aka ‘short unsigned int *’} declared as a pointer [-Warray-parameter=] 2487 | static void en_key_idea(u16 *userkey, u16 *Z) | ~~~~~^~~~~~~ In file included from nbench1.c:64: nbench1.h:264:29: note: previously declared as an array ‘u16[8]’ {aka ‘short unsigned int[8]’} 264 | static void en_key_idea(u16 userkey[8], IDEAkey Z); | ~~~~^~~~~~~~~~ nbench1.c:2487:44: warning: argument 2 of type ‘u16 *’ {aka ‘short unsigned int *’} declared as a pointer [-Warray-parameter=] 2487 | static void en_key_idea(u16 *userkey, u16 *Z) | ~~~~~^ In file included from nbench1.c:64: nbench1.h:264:49: note: previously declared as an array ‘u16[52]’ {aka ‘short unsigned int[52]’} 264 | static void en_key_idea(u16 userkey[8], IDEAkey Z); | ~~~~~~~~^ nbench1.c: In function ‘DoNNET’: nbench1.c:3149:7: warning: variable ‘errorcontext’ set but not used [-Wunused-but-set-variable] 3149 | char *errorcontext; | ^~~~~~~~~~~~ gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3\ -c sysspec.c gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3\ -c hardware.c gcc -DLINUX -O2 -march=i586 -mtune=i686 -s -static -Wall -O3 \ emfloat.o misc.o nbench0.o nbench1.o sysspec.o hardware.o\ -o nbench -lm 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/nbench/nbench-2.2.3-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/nbench usr/bin/nbench_bin usr/doc/ usr/doc/nbench-2.2.3/ usr/doc/nbench-2.2.3/Changes usr/doc/nbench-2.2.3/README usr/doc/nbench-2.2.3/README.motorola usr/doc/nbench-2.2.3/README.nonlinux usr/doc/nbench-2.2.3/README.submit usr/doc/nbench-2.2.3/RESULTS usr/doc/nbench-2.2.3/bdoc.txt usr/doc/nbench-2.2.3/nbench.SlackBuild usr/share/ usr/share/nbench/ usr/share/nbench/NNET.DAT Slackware package /usr/src/slapt-src-i486/system/nbench/nbench-2.2.3-i586-2salix15.0.txz created. Installing package nbench-2.2.3-i586-2salix15.0... | nbench (BYTE's Native Mode Benchmarks) | | These are Native Mode (a.k.a. Algorithm Level) tests; benchmarks | designed to expose the capabilities of a system's CPU, FPU, and | memory system. | | | | | | | |