config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting .diff... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching bonnie++.SlackBuild... 0%100%100%100%100%100%Done Fetching bonnie++.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done bonnie++-1.04/ bonnie++-1.04/Makefile bonnie++-1.04/Makefile.in bonnie++-1.04/bon_csv2html bonnie++-1.04/bon_csv2html.1 bonnie++-1.04/bon_csv2html.in bonnie++-1.04/bon_csv2txt bonnie++-1.04/bon_csv2txt.1 bonnie++-1.04/bon_csv2txt.in bonnie++-1.04/bon_file.cpp bonnie++-1.04/bon_file.h bonnie++-1.04/bon_io.cpp bonnie++-1.04/bon_io.h bonnie++-1.04/bon_suid.cpp bonnie++-1.04/bon_time.cpp bonnie++-1.04/bon_time.h bonnie++-1.04/bonnie++.8 bonnie++-1.04/bonnie++.cpp bonnie++-1.04/bonnie++.spec bonnie++-1.04/bonnie++.spec.in bonnie++-1.04/bonnie.8 bonnie++-1.04/bonnie.h bonnie++-1.04/bonnie.h.in bonnie++-1.04/changelog.txt bonnie++-1.04/conf.h bonnie++-1.04/conf.h.in bonnie++-1.04/configure bonnie++-1.04/configure.in bonnie++-1.04/copyright.txt bonnie++-1.04/credits.txt bonnie++-1.04/debian/ bonnie++-1.04/debian/changelog bonnie++-1.04/debian/compat bonnie++-1.04/debian/control bonnie++-1.04/debian/copyright bonnie++-1.04/debian/dirs bonnie++-1.04/debian/docs bonnie++-1.04/debian/rules bonnie++-1.04/forkit.cpp bonnie++-1.04/forkit.h bonnie++-1.04/install.sh bonnie++-1.04/port.h bonnie++-1.04/port.h.in bonnie++-1.04/readme.html bonnie++-1.04/semaphore.cpp bonnie++-1.04/semaphore.h bonnie++-1.04/sh.common bonnie++-1.04/sun/ bonnie++-1.04/sun/Makefile bonnie++-1.04/sun/pkginfo bonnie++-1.04/sun/pkginfo.in bonnie++-1.04/sun/prototype bonnie++-1.04/zcav.8 bonnie++-1.04/zcav.cpp patching file Makefile.in checking for g++... g++ 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 g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for a BSD-compatible install... /usr/bin/ginstall -c checking for an ANSI C-conforming const... yes 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 for size_t... yes checking vector.h usability... no checking vector.h presence... no checking for vector.h... no checking vector usability... yes checking vector presence... yes checking for vector... yes checking algorithm usability... yes checking algorithm presence... yes checking for algorithm... yes checking algo.h usability... no checking algo.h presence... no checking for algo.h... no checking algo usability... no checking algo presence... no checking for algo... no configure: creating ./config.status config.status: creating Makefile config.status: creating bonnie.h config.status: creating port.h config.status: creating bonnie++.spec config.status: creating bon_csv2html config.status: creating bon_csv2txt config.status: creating sun/pkginfo config.status: creating conf.h config.status: conf.h is unchanged g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 -c bon_io.cpp g++: warning: switch ‘-ffor-scope’ is no longer supported g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 -c bon_file.cpp g++: warning: switch ‘-ffor-scope’ is no longer supported bon_file.cpp: In destructor ‘COpenTest::~COpenTest()’: bon_file.cpp:70:23: warning: ‘%05d’ directive writing between 5 and 10 bytes into a region of size 6 [-Wformat-overflow=] 70 | sprintf(buf, "%05d", i); | ^~~~ bon_file.cpp:70:22: note: directive argument in the range [0, 2147483647] 70 | sprintf(buf, "%05d", i); | ^~~~~~ bon_file.cpp:70:16: note: ‘sprintf’ output between 6 and 11 bytes into a destination of size 6 70 | sprintf(buf, "%05d", i); | ~~~~~~~^~~~~~~~~~~~~~~~ bon_file.cpp: In member function ‘int COpenTest::delete_random(BonTimer&)’: bon_file.cpp:375:21: warning: ‘%05d’ directive writing between 5 and 10 bytes into a region of size 6 [-Wformat-overflow=] 375 | sprintf(buf, "%05d", i); | ^~~~ bon_file.cpp:375:20: note: directive argument in the range [0, 2147483647] 375 | sprintf(buf, "%05d", i); | ^~~~~~ bon_file.cpp:375:14: note: ‘sprintf’ output between 6 and 11 bytes into a destination of size 6 375 | sprintf(buf, "%05d", i); | ~~~~~~~^~~~~~~~~~~~~~~~ bon_file.cpp: In member function ‘int COpenTest::delete_sequential(BonTimer&)’: bon_file.cpp:414:21: warning: ‘%05d’ directive writing between 5 and 10 bytes into a region of size 6 [-Wformat-overflow=] 414 | sprintf(buf, "%05d", i); | ^~~~ bon_file.cpp:414:20: note: directive argument in the range [0, 2147483647] 414 | sprintf(buf, "%05d", i); | ^~~~~~ bon_file.cpp:414:14: note: ‘sprintf’ output between 6 and 11 bytes into a destination of size 6 414 | sprintf(buf, "%05d", i); | ~~~~~~~^~~~~~~~~~~~~~~~ bon_file.cpp: In member function ‘int COpenTest::stat_sequential(BonTimer&)’: bon_file.cpp:579:21: warning: ‘%05d’ directive writing between 5 and 10 bytes into a region of size 6 [-Wformat-overflow=] 579 | sprintf(buf, "%05d", i); | ^~~~ bon_file.cpp:579:20: note: directive argument in the range [0, 2147483647] 579 | sprintf(buf, "%05d", i); | ^~~~~~ bon_file.cpp:579:14: note: ‘sprintf’ output between 6 and 11 bytes into a destination of size 6 579 | sprintf(buf, "%05d", i); | ~~~~~~~^~~~~~~~~~~~~~~~ g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 -c bon_time.cpp g++: warning: switch ‘-ffor-scope’ is no longer supported g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 -c semaphore.cpp g++: warning: switch ‘-ffor-scope’ is no longer supported g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 -c forkit.cpp g++: warning: switch ‘-ffor-scope’ is no longer supported g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 -c bon_suid.cpp g++: warning: switch ‘-ffor-scope’ is no longer supported g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 bonnie++.cpp -o bonnie++ bon_io.o bon_file.o bon_time.o semaphore.o forkit.o bon_suid.o g++: warning: switch ‘-ffor-scope’ is no longer supported bonnie++.cpp: In function ‘void ctrl_c_handler(int, siginfo_t*, void*)’: bonnie++.cpp:163:27: warning: unused parameter ‘sig’ [-Wunused-parameter] 163 | void ctrl_c_handler(int sig | ~~~~^~~ bonnie++.cpp:165:48: warning: unused parameter ‘unused’ [-Wunused-parameter] 165 | , siginfo_t *siginf, void *unused | ~~~~~~^~~~~~ bonnie++.cpp: In function ‘int TestDirOps(int, int, int, int, CGlobalItems&)’: bonnie++.cpp:656:57: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 656 | if(globals.ram && directory_size * MaxDataPerFile * 2 > (globals.ram << 10)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -O2 -march=i586 -mtune=i686 zcav.cpp -o zcav bon_suid.o g++: warning: switch ‘-ffor-scope’ is no longer supported mkdir -p /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/bin /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/sbin /usr/bin/ginstall -c -s bonnie++ zcav /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/sbin /usr/bin/ginstall -c bon_csv2html bon_csv2txt /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/bin mkdir -p /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/man/man1 /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/man/man8 /usr/bin/ginstall -c -m 644 bon_csv2html.1 bon_csv2txt.1 /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/man/man1 /usr/bin/ginstall -c -m 644 bonnie++.8 zcav.8 /usr/src/slapt-src-i486/system/bonnie++/package-bonnie++//usr/man/man8 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/bonnie++/bonnie++-1.04-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/bon_csv2html usr/bin/bon_csv2txt usr/doc/ usr/doc/bonnie++-1.04/ usr/doc/bonnie++-1.04/bonnie++.SlackBuild usr/doc/bonnie++-1.04/copyright.txt usr/doc/bonnie++-1.04/credits.txt usr/doc/bonnie++-1.04/readme.html usr/man/ usr/man/man1/ usr/man/man1/bon_csv2html.1.gz usr/man/man1/bon_csv2txt.1.gz usr/man/man8/ usr/man/man8/bonnie++.8.gz usr/man/man8/zcav.8.gz usr/sbin/ usr/sbin/bonnie++ usr/sbin/zcav Slackware package /usr/src/slapt-src-i486/system/bonnie++/bonnie++-1.04-i586-1salix15.0.txz created. Installing package bonnie++-1.04-i586-1salix15.0... | bonnie++ (a system benchmarking tool) | | This benchmark is named Bonnie++ - it is based on the | Bonnie benchmark written by Tim Bray. | Bonnie++ adds the facility to test more than 2G of storage on a | on a 32bit machine, and tests for file creat(), stat(), unlink() | operations. | | Homepage: http://www.coker.com.au/bonnie++/ | | | |