The following packages will be installed: fping Fetching README... 0%100%100%100%100%100%Done Fetching fping.SlackBuild... 0%100%100%100%100%100%Done Fetching fping.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fping-5.0/ fping-5.0/COPYING fping-5.0/config.h.in fping-5.0/config.guess fping-5.0/README.md fping-5.0/config.sub fping-5.0/install-sh fping-5.0/configure fping-5.0/doc/ fping-5.0/doc/README.1992 fping-5.0/doc/Makefile.am fping-5.0/doc/Makefile.in fping-5.0/doc/fping.8 fping-5.0/doc/CHANGELOG.pre-v4 fping-5.0/doc/fping.pod fping-5.0/src/ fping-5.0/src/fping.h fping-5.0/src/socket4.c fping-5.0/src/socket6.c fping-5.0/src/options.h fping-5.0/src/fping.c fping-5.0/src/optparse.h fping-5.0/src/Makefile.am fping-5.0/src/Makefile.in fping-5.0/src/seqmap.h fping-5.0/src/optparse.c fping-5.0/src/seqmap.c fping-5.0/contrib/ fping-5.0/contrib/fping.spec fping-5.0/ci/ fping-5.0/ci/test-06-options-f-h.pl fping-5.0/ci/deploy-coveralls.sh fping-5.0/ci/deploy-bintray.sh fping-5.0/ci/test-12-option-type.pl fping-5.0/ci/build-4-compile.sh fping-5.0/ci/test-issue-58.pl fping-5.0/ci/test-10-option-u-x.pl fping-5.0/ci/build-1-autotools.sh fping-5.0/ci/test-issue-56.pl fping-5.0/ci/test-04-options-a-b.pl fping-5.0/ci/test-tarball.sh fping-5.0/ci/test-05-options-c-e.pl fping-5.0/ci/test-14-ping-internet-hosts.pl fping-5.0/ci/test-09-option-r-t.pl fping-5.0/ci/build-2-test-command.sh fping-5.0/ci/test-11-nopriv-fail.pl fping-5.0/ci/test-07-options-i-m.pl fping-5.0/ci/test-08-options-n-q.pl fping-5.0/ci/test-01-basics.pl fping-5.0/ci/deploy-coverity.sh fping-5.0/ci/test-03-forbidden.pl fping-5.0/ci/test-15-netdata.pl fping-5.0/ci/test-02-help.pl fping-5.0/ci/test-13-unknown-host.pl fping-5.0/ci/prepare-linux.sh fping-5.0/ci/build-3-prepare-macos.sh fping-5.0/ci/run-tests.sh fping-5.0/aclocal.m4 fping-5.0/Makefile.am fping-5.0/configure.ac fping-5.0/depcomp fping-5.0/Makefile.in fping-5.0/compile fping-5.0/INSTALL fping-5.0/missing fping-5.0/CHANGELOG.md 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 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 netinet/icmp6.h... yes checking whether SO_TIMESTAMPNS is declared... yes checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking target system type... x86_64-slackware-linux-gnu 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 for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... gcc -E checking for gethostbyname... yes checking for connect... yes checking for sigaction... yes checking for unistd.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for stdlib.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0' Making all in doc make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/doc' Making all in src make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -fPIC -MT fping-fping.o -MD -MP -MF .deps/fping-fping.Tpo -c -o fping-fping.o `test -f 'fping.c' || echo './'`fping.c mv -f .deps/fping-fping.Tpo .deps/fping-fping.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -fPIC -MT fping-seqmap.o -MD -MP -MF .deps/fping-seqmap.Tpo -c -o fping-seqmap.o `test -f 'seqmap.c' || echo './'`seqmap.c mv -f .deps/fping-seqmap.Tpo .deps/fping-seqmap.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -fPIC -MT fping-socket4.o -MD -MP -MF .deps/fping-socket4.Tpo -c -o fping-socket4.o `test -f 'socket4.c' || echo './'`socket4.c mv -f .deps/fping-socket4.Tpo .deps/fping-socket4.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -fPIC -MT fping-optparse.o -MD -MP -MF .deps/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' || echo './'`optparse.c mv -f .deps/fping-optparse.Tpo .deps/fping-optparse.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -fPIC -MT fping-socket6.o -MD -MP -MF .deps/fping-socket6.Tpo -c -o fping-socket6.o `test -f 'socket6.c' || echo './'`socket6.c mv -f .deps/fping-socket6.Tpo .deps/fping-socket6.Po gcc -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -fPIC -o fping fping-fping.o fping-seqmap.o fping-socket4.o fping-optparse.o fping-socket6.o make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/src' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0' make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0' Making install in doc make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/doc' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src-x86_64/network/fping/package-fping/usr/man/man8' /usr/bin/ginstall -c -m 644 fping.8 '/usr/src/slapt-src-x86_64/network/fping/package-fping/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/doc' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/doc' Making install in src make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/src' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/src' /usr/bin/mkdir -p '/usr/src/slapt-src-x86_64/network/fping/package-fping/usr/sbin' /usr/bin/ginstall -c fping '/usr/src/slapt-src-x86_64/network/fping/package-fping/usr/sbin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/src' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0/src' make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.0' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/fping/fping-5.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-x86_64/network/fping/fping-5.0-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/fping-5.0/ usr/doc/fping-5.0/CHANGELOG.md usr/doc/fping-5.0/COPYING usr/doc/fping-5.0/INSTALL usr/doc/fping-5.0/README.1992 usr/doc/fping-5.0/README.md usr/doc/fping-5.0/fping.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/fping.8.gz usr/sbin/ usr/sbin/fping Slackware package /usr/src/slapt-src-x86_64/network/fping/fping-5.0-x86_64-1salix15.0.txz created. Installing package fping-5.0-x86_64-1salix15.0... | fping (send ICMP ECHO_REQUEST packets to network hosts) | | fping is a program to send ICMP echo probes to network hosts, similar | to ping, but much better performing when pinging multiple hosts. | | Homepage: http://fping.org/ | | | | | | |