The following packages will be installed: arping Fetching README... 0%100%100%100%100%100%Done Fetching arping.SlackBuild... 0%100%100%100%100%100%Done Fetching arping.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done arping-2.13/ arping-2.13/.gitignore arping-2.13/INSTALL arping-2.13/LICENSE arping-2.13/Makefile.am arping-2.13/Makefile.am.common arping-2.13/README arping-2.13/bootstrap.sh arping-2.13/configure.ac arping-2.13/doc/ arping-2.13/doc/Makefile.am arping-2.13/doc/arping.8 arping-2.13/doc/arping.yodl arping-2.13/doc/Makefile.in arping-2.13/extra/ arping-2.13/extra/arping-scan-net.sh arping-2.13/extra/mktarball arping-2.13/extra/print_time.ex arping-2.13/src/ arping-2.13/src/Makefile.am arping-2.13/src/arping.c arping-2.13/src/arping.h arping-2.13/src/findif_bsdroute.c arping-2.13/src/findif_getifaddrs.c arping-2.13/src/findif_linux.c arping-2.13/src/findif_other.c arping-2.13/src/findif_sysctl.c arping-2.13/src/unix.c arping-2.13/src/windows.c arping-2.13/src/Makefile.in arping-2.13/autom4te.cache/ arping-2.13/autom4te.cache/requests arping-2.13/autom4te.cache/output.0 arping-2.13/autom4te.cache/traces.0 arping-2.13/autom4te.cache/output.1 arping-2.13/autom4te.cache/traces.1 arping-2.13/aclocal.m4 arping-2.13/config.h.in arping-2.13/configure arping-2.13/config.guess arping-2.13/config.sub arping-2.13/install-sh arping-2.13/missing arping-2.13/depcomp arping-2.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 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for sqrt in -lm... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for clock_gettime in -lrt... yes checking for libnet_name_resolve in -lnet... no checking for libnet_init in -lnet... yes checking for pcap_open_live in -lpcap... yes checking for library containing clock_gettime... none required 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking libnet.h usability... yes checking libnet.h presence... yes checking for libnet.h... yes checking win32/libnet.h usability... no checking win32/libnet.h presence... no checking for win32/libnet.h... no checking net/bpf.h usability... no checking net/bpf.h presence... no checking for net/bpf.h... no checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for working volatile... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking whether gcc needs -traditional... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for gettimeofday... yes checking for memset... yes checking for select... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for getifaddrs... yes checking for CLOCK_MONOTONIC... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands arping version 2.13 Prefix.........: /usr Debug Build....: C Compiler.....: gcc -O2 -march=i486 -mtune=i686 Linker.........: -lpcap -lnet -lrt -lnsl -lm make all-recursive make[1]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13' Making all in src make[2]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13/src' gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i486 -mtune=i686 -MT arping.o -MD -MP -MF .deps/arping.Tpo -c -o arping.o arping.c mv -f .deps/arping.Tpo .deps/arping.Po gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i486 -mtune=i686 -MT unix.o -MD -MP -MF .deps/unix.Tpo -c -o unix.o unix.c mv -f .deps/unix.Tpo .deps/unix.Po gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i486 -mtune=i686 -MT findif_getifaddrs.o -MD -MP -MF .deps/findif_getifaddrs.Tpo -c -o findif_getifaddrs.o findif_getifaddrs.c mv -f .deps/findif_getifaddrs.Tpo .deps/findif_getifaddrs.Po gcc -O2 -march=i486 -mtune=i686 -o arping arping.o unix.o findif_getifaddrs.o -lpcap -lnet -lrt -lnsl -lm make[2]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13/src' Making all in doc make[2]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13/doc' make[2]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13' make[2]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13' make[1]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13' Making install in src make[1]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13/src' make[2]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13/src' /usr/bin/mkdir -p '/usr/src/slapt-src/network/arping/package-arping/usr/sbin' /usr/bin/ginstall -c arping '/usr/src/slapt-src/network/arping/package-arping/usr/sbin/./arping2' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13/src' make[1]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13/src' Making install in doc make[1]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13/doc' make[2]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/network/arping/package-arping/usr/man/man8' /usr/bin/ginstall -c -m 644 'arping.8' '/usr/src/slapt-src/network/arping/package-arping/usr/man/man8/arping2.8' make[2]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13/doc' make[1]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.13/doc' make[1]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.13' make[2]: Entering directory '/usr/src/slapt-src/network/arping/arping-2.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/arping/arping-2.13' make[1]: Leaving directory '/usr/src/slapt-src/network/arping/arping-2.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/arping/arping-2.13-i486-1salix.txz ./ usr/ usr/sbin/ usr/sbin/arping2 usr/doc/ usr/doc/arping-2.13/ usr/doc/arping-2.13/README usr/doc/arping-2.13/arping-scan-net.sh usr/doc/arping-2.13/LICENSE usr/doc/arping-2.13/arping.SlackBuild usr/doc/arping-2.13/INSTALL usr/man/ usr/man/man8/ usr/man/man8/arping2.8.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/network/arping/arping-2.13-i486-1salix.txz created. Installing package arping-2.13-i486-1salix... | arping (sends arp and/or ip pings to a given host) | | Arping is an ARP level ping utility. It's good for finding out if an | IP is taken before you have routing to that subnet. It can also ping | MAC addresses directly. | | Homepage: http://www.habets.pp.se/synscan/programs.php?prog=arping | | | | | |