The following packages will be installed: fping3 Fetching README... 0%100%100%100%100%100%Done Fetching fping3.SlackBuild... 0%100%100%100%100%100%Done Fetching fping3.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fping-3.13/ fping-3.13/depcomp fping-3.13/src/ fping-3.13/src/socket6.c fping-3.13/src/seqmap.h fping-3.13/src/options.h fping-3.13/src/fping.h fping-3.13/src/socket4.c fping-3.13/src/socket.c fping-3.13/src/seqmap.c fping-3.13/src/fping.c fping-3.13/src/Makefile.am fping-3.13/src/Makefile.in fping-3.13/doc/ fping-3.13/doc/README.1992 fping-3.13/doc/fping.pod fping-3.13/doc/fping6.8 fping-3.13/doc/fping.8 fping-3.13/doc/Makefile.am fping-3.13/doc/Makefile.in fping-3.13/missing fping-3.13/install-sh fping-3.13/config.sub fping-3.13/config.guess fping-3.13/compile fping-3.13/README fping-3.13/INSTALL fping-3.13/ChangeLog fping-3.13/COPYING fping-3.13/config.h.in fping-3.13/aclocal.m4 fping-3.13/configure.ac fping-3.13/configure fping-3.13/Makefile.am fping-3.13/Makefile.in checking build system type... i486-slackware-linux-gnu checking host system type... i486-slackware-linux-gnu checking target system type... i486-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 whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 gethostbyname... yes checking for connect... 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 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/network/fping3/fping-3.13' Making all in doc make[2]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13/doc' Making all in src make[2]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13/src' gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -O2 -march=i486 -mtune=i686 -MT fping.o -MD -MP -MF .deps/fping.Tpo -c -o fping.o fping.c fping.c: In function ‘main’: fping.c:597:64: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if( ( ping_data_size > MAX_PING_DATA ) || ( ping_data_size < MIN_PING_DATA ) ) ^ fping.c: In function ‘add_name’: fping.c:1821:23: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] size_t len; ^ mv -f .deps/fping.Tpo .deps/fping.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -O2 -march=i486 -mtune=i686 -MT seqmap.o -MD -MP -MF .deps/seqmap.Tpo -c -o seqmap.o seqmap.c mv -f .deps/seqmap.Tpo .deps/seqmap.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -O2 -march=i486 -mtune=i686 -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c mv -f .deps/socket.Tpo .deps/socket.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -O2 -march=i486 -mtune=i686 -MT socket4.o -MD -MP -MF .deps/socket4.Tpo -c -o socket4.o socket4.c mv -f .deps/socket4.Tpo .deps/socket4.Po gcc -Wall -Wextra -Wno-sign-compare -O2 -march=i486 -mtune=i686 -o fping fping.o seqmap.o socket.o socket4.o gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -march=i486 -mtune=i686 -MT fping6-fping.o -MD -MP -MF .deps/fping6-fping.Tpo -c -o fping6-fping.o `test -f 'fping.c' || echo './'`fping.c fping.c: In function ‘main’: fping.c:597:64: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if( ( ping_data_size > MAX_PING_DATA ) || ( ping_data_size < MIN_PING_DATA ) ) ^ fping.c: In function ‘wait_for_reply’: fping.c:1468:16: warning: variable ‘ip’ set but not used [-Wunused-but-set-variable] struct ip *ip; ^ fping.c: In function ‘add_name’: fping.c:1821:23: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] size_t len; ^ mv -f .deps/fping6-fping.Tpo .deps/fping6-fping.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -march=i486 -mtune=i686 -MT fping6-seqmap.o -MD -MP -MF .deps/fping6-seqmap.Tpo -c -o fping6-seqmap.o `test -f 'seqmap.c' || echo './'`seqmap.c mv -f .deps/fping6-seqmap.Tpo .deps/fping6-seqmap.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -march=i486 -mtune=i686 -MT fping6-socket.o -MD -MP -MF .deps/fping6-socket.Tpo -c -o fping6-socket.o `test -f 'socket.c' || echo './'`socket.c mv -f .deps/fping6-socket.Tpo .deps/fping6-socket.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -march=i486 -mtune=i686 -MT fping6-socket6.o -MD -MP -MF .deps/fping6-socket6.Tpo -c -o fping6-socket6.o `test -f 'socket6.c' || echo './'`socket6.c mv -f .deps/fping6-socket6.Tpo .deps/fping6-socket6.Po gcc -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -march=i486 -mtune=i686 -o fping6 fping6-fping.o fping6-seqmap.o fping6-socket.o fping6-socket6.o make[2]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13/src' make[2]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13' make[2]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13' make[1]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13' Making install in doc make[1]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13/doc' make[2]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/network/fping3/package-fping3/usr/man/man8' /usr/bin/ginstall -c -m 644 fping.8 fping6.8 '/usr/src/slapt-src/network/fping3/package-fping3/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13/doc' make[1]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13/doc' Making install in src make[1]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13/src' make[2]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13/src' /usr/bin/mkdir -p '/usr/src/slapt-src/network/fping3/package-fping3/usr/sbin' /usr/bin/ginstall -c fping fping6 '/usr/src/slapt-src/network/fping3/package-fping3/usr/sbin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13/src' make[1]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13/src' make[1]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13' make[2]: Entering directory '/usr/src/slapt-src/network/fping3/fping-3.13' 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/network/fping3/fping-3.13' make[1]: Leaving directory '/usr/src/slapt-src/network/fping3/fping-3.13' Slackware package maker, version 3.141593. 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/network/fping3/fping3-3.13-i486-1salix.txz ./ usr/ usr/sbin/ usr/sbin/fping usr/sbin/fping6 usr/doc/ usr/doc/fping3-3.13/ usr/doc/fping3-3.13/README usr/doc/fping3-3.13/README.1992 usr/doc/fping3-3.13/COPYING usr/doc/fping3-3.13/ChangeLog usr/doc/fping3-3.13/fping3.SlackBuild usr/doc/fping3-3.13/INSTALL usr/man/ usr/man/man8/ usr/man/man8/fping6.8.gz usr/man/man8/fping.8.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/network/fping3/fping3-3.13-i486-1salix.txz created. Installing package fping3-3.13-i486-1salix... | fping3 (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/ | | | | | | |