The following packages will be installed: f3 Fetching README... 0%100%100%100%100%100%Done Fetching README.SBo... 0%100%100%100%100%100%Done Fetching f3.SlackBuild... 0%100%100%100%100%100%Done Fetching f3.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done f3-8.0/ f3-8.0/.gitignore f3-8.0/Dockerfile f3-8.0/LICENSE f3-8.0/Makefile f3-8.0/README.rst f3-8.0/changelog f3-8.0/doc/ f3-8.0/doc/Makefile f3-8.0/doc/conf.py f3-8.0/doc/contribute.rst f3-8.0/doc/history.rst f3-8.0/doc/index.rst f3-8.0/doc/introduction.rst f3-8.0/doc/usage.rst f3-8.0/f3brew.c f3-8.0/f3fix.c f3-8.0/f3probe.c f3-8.0/f3read.1 f3-8.0/f3read.c f3-8.0/f3write.c f3-8.0/f3write.h2w f3-8.0/libdevs.c f3-8.0/libdevs.h f3-8.0/libflow.c f3-8.0/libflow.h f3-8.0/libprobe.c f3-8.0/libprobe.h f3-8.0/libutils.c f3-8.0/libutils.h f3-8.0/log-f3wr f3-8.0/utils.c f3-8.0/utils.h f3-8.0/version.h cc -std=c99 -Wall -Wextra -pedantic -MMD -ggdb -c -o utils.o utils.c cc -std=c99 -Wall -Wextra -pedantic -MMD -ggdb -c -o libflow.o libflow.c libflow.c: In function ‘is_rate_above’: libflow.c:190:22: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘unsigned int’ [-Wsign-compare] 190 | return delay > fw->delay_ms || inst_speed > fw->max_process_rate; | ^ libflow.c: In function ‘is_rate_below’: libflow.c:197:22: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘unsigned int’ [-Wsign-compare] 197 | return delay <= fw->delay_ms && inst_speed < fw->max_process_rate; | ^~ cc -std=c99 -Wall -Wextra -pedantic -MMD -ggdb -c -o f3write.o f3write.c cc -o f3write utils.o libflow.o f3write.o -lm cc -std=c99 -Wall -Wextra -pedantic -MMD -ggdb -c -o f3read.o f3read.c cc -o f3read utils.o libflow.o f3read.o -lm install -d /usr/src/slapt-src-i486/system/f3/package-f3/usr/bin install -m755 f3write f3read /usr/src/slapt-src-i486/system/f3/package-f3/usr/bin install -d /usr/src/slapt-src-i486/system/f3/package-f3/usr/man/man1 install -m644 f3read.1 /usr/src/slapt-src-i486/system/f3/package-f3/usr/man/man1 ln -sf f3read.1 /usr/src/slapt-src-i486/system/f3/package-f3/usr/man/man1/f3write.1 Slackware package maker, version 3.14159265. Searching for symbolic links: usr/doc/f3-8.0/doc/introduction.rst ../README.rst usr/man/man1/f3write.1.gz f3read.1.gz Making symbolic link creation script: ( cd usr/doc/f3-8.0/doc ; rm -rf introduction.rst ) ( cd usr/doc/f3-8.0/doc ; ln -sf ../README.rst introduction.rst ) ( cd usr/man/man1 ; rm -rf f3write.1.gz ) ( cd usr/man/man1 ; ln -sf f3read.1.gz f3write.1.gz ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/man/man1/f3write.1.gz' removed './usr/doc/f3-8.0/doc/introduction.rst' Creating your new ./install/doinst.sh... 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/f3/f3-8.0-i586-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/f3read usr/bin/f3write usr/doc/ usr/doc/f3-8.0/ usr/doc/f3-8.0/LICENSE usr/doc/f3-8.0/README.SBo usr/doc/f3-8.0/README.rst usr/doc/f3-8.0/changelog usr/doc/f3-8.0/doc/ usr/doc/f3-8.0/doc/Makefile usr/doc/f3-8.0/doc/conf.py usr/doc/f3-8.0/doc/contribute.rst usr/doc/f3-8.0/doc/history.rst usr/doc/f3-8.0/doc/index.rst usr/doc/f3-8.0/doc/usage.rst usr/doc/f3-8.0/f3.SlackBuild usr/doc/f3-8.0/f3write.h2w usr/doc/f3-8.0/log-f3wr usr/man/ usr/man/man1/ usr/man/man1/f3read.1.gz Slackware package /usr/src/slapt-src-i486/system/f3/f3-8.0-i586-1salix15.0.txz created. Installing package f3-8.0-i586-1salix15.0... | f3 (Fight Flash Fraud) | | F3 is an open source Linux software to test flash memory capacity. | | F3 is composed of two binaries: f3write, and f3read. f3write fills a | file system up with 1GB files named NNNN.fff, where N is a number, | whereas, f3read validates those files. If the content of all NNNN.fff | files is valid, the memory is fine. The last file may be less than | 1GB since f3write takes all available space for data. | | Project URL: http://oss.digirati.com.br/f3/ | |