Build of libnet with clang_glibc toolchain

The build took 00h 01m 51s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
18,521 ansic
10,797 sh
5,310 makefile
34,628 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libnet 1.1.6-2 (Thu Apr 13 18:07:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# beginning autoconfiguration process for libnet-1.1.6 ...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# 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 x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... none
# checking how to run the C preprocessor... clang -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 how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking for gethostbyname2... yes
# checking for getifaddrs... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking whether byte ordering is bigendian... no
# checking net/pfilt.h usability... no
# checking net/pfilt.h presence... no
# checking for net/pfilt.h... no
# checking sys/net/nit.h usability... no
# checking sys/net/nit.h presence... no
# checking for sys/net/nit.h... no
# checking net/raw.h usability... no
# checking net/raw.h presence... no
# checking for net/raw.h... no
# checking sys/dlpi.h usability... no
# checking sys/dlpi.h presence... no
# checking for sys/dlpi.h... no
# checking linux/socket.h usability... yes
# checking linux/socket.h presence... yes
# checking for linux/socket.h... yes
# checking link-layer packet interface type... found link layer linux
# checking for packet socket (PF_PACKET)... test program got EPERM... assuming yes
# checking for Linux proc filesystem... yes
# scanning available packet construction modules: 802.1q 802.1x 802.2 802.3 arp bgp cdp data dhcp dns ethernet fddi gre hsrp icmp igmp ip ipsec isl link mpls ntp ospf rip rpc sebek snmp stp tcp token_ring udp vrrp
# checking net/ethernet.h usability... yes
# checking net/ethernet.h presence... yes
# checking for net/ethernet.h... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating win32/Makefile
# config.status: creating include/Makefile
# config.status: creating include/libnet/Makefile
# config.status: creating include/win32/Makefile
# config.status: creating sample/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/man/Makefile
# config.status: creating doc/man/man3/Makefile
# config.status: creating doc/html/Makefile
# config.status: creating version.h
# config.status: creating include/libnet.h
# config.status: creating libnet-config
# config.status: creating include/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in include
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include'
# make all-recursive
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include'
# Making all in libnet
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include/libnet'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include/libnet'
# Making all in win32
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include/win32'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include/win32'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include'
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include'
# Making all in src
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_asn1.lo libnet_asn1.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_asn1.c -fPIC -DPIC -o .libs/libnet_asn1.o
# In file included from libnet_asn1.c:60:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_asn1.c -o libnet_asn1.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_802.1q.lo libnet_build_802.1q.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.1q.c -fPIC -DPIC -o .libs/libnet_build_802.1q.o
# In file included from libnet_build_802.1q.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.1q.c -o libnet_build_802.1q.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_802.1x.lo libnet_build_802.1x.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.1x.c -fPIC -DPIC -o .libs/libnet_build_802.1x.o
# In file included from libnet_build_802.1x.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.1x.c -o libnet_build_802.1x.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_802.2.lo libnet_build_802.2.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.2.c -fPIC -DPIC -o .libs/libnet_build_802.2.o
# In file included from libnet_build_802.2.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.2.c -o libnet_build_802.2.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_802.3.lo libnet_build_802.3.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.3.c -fPIC -DPIC -o .libs/libnet_build_802.3.o
# In file included from libnet_build_802.3.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_802.3.c -o libnet_build_802.3.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_arp.lo libnet_build_arp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_arp.c -fPIC -DPIC -o .libs/libnet_build_arp.o
# In file included from libnet_build_arp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_arp.c -o libnet_build_arp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_bgp.lo libnet_build_bgp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_bgp.c -fPIC -DPIC -o .libs/libnet_build_bgp.o
# In file included from libnet_build_bgp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_bgp.c -o libnet_build_bgp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_cdp.lo libnet_build_cdp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_cdp.c -fPIC -DPIC -o .libs/libnet_build_cdp.o
# In file included from libnet_build_cdp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_cdp.c -o libnet_build_cdp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_data.lo libnet_build_data.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_data.c -fPIC -DPIC -o .libs/libnet_build_data.o
# In file included from libnet_build_data.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_data.c -o libnet_build_data.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_dhcp.lo libnet_build_dhcp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_dhcp.c -fPIC -DPIC -o .libs/libnet_build_dhcp.o
# In file included from libnet_build_dhcp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_dhcp.c -o libnet_build_dhcp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_dns.lo libnet_build_dns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_dns.c -fPIC -DPIC -o .libs/libnet_build_dns.o
# In file included from libnet_build_dns.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_dns.c -o libnet_build_dns.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_ethernet.lo libnet_build_ethernet.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ethernet.c -fPIC -DPIC -o .libs/libnet_build_ethernet.o
# In file included from libnet_build_ethernet.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ethernet.c -o libnet_build_ethernet.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_fddi.lo libnet_build_fddi.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_fddi.c -fPIC -DPIC -o .libs/libnet_build_fddi.o
# In file included from libnet_build_fddi.c:36:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_fddi.c -o libnet_build_fddi.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_gre.lo libnet_build_gre.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_gre.c -fPIC -DPIC -o .libs/libnet_build_gre.o
# In file included from libnet_build_gre.c:35:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_gre.c -o libnet_build_gre.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_hsrp.lo libnet_build_hsrp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_hsrp.c -fPIC -DPIC -o .libs/libnet_build_hsrp.o
# In file included from libnet_build_hsrp.c:36:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_hsrp.c -o libnet_build_hsrp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_icmp.lo libnet_build_icmp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_icmp.c -fPIC -DPIC -o .libs/libnet_build_icmp.o
# In file included from libnet_build_icmp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_icmp.c -o libnet_build_icmp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_igmp.lo libnet_build_igmp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_igmp.c -fPIC -DPIC -o .libs/libnet_build_igmp.o
# In file included from libnet_build_igmp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_igmp.c -o libnet_build_igmp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_ip.lo libnet_build_ip.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ip.c -fPIC -DPIC -o .libs/libnet_build_ip.o
# In file included from libnet_build_ip.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ip.c -o libnet_build_ip.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_ipsec.lo libnet_build_ipsec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ipsec.c -fPIC -DPIC -o .libs/libnet_build_ipsec.o
# In file included from libnet_build_ipsec.c:38:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ipsec.c -o libnet_build_ipsec.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_isl.lo libnet_build_isl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_isl.c -fPIC -DPIC -o .libs/libnet_build_isl.o
# In file included from libnet_build_isl.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_isl.c -o libnet_build_isl.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_link.lo libnet_build_link.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_link.c -fPIC -DPIC -o .libs/libnet_build_link.o
# In file included from libnet_build_link.c:39:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_link.c -o libnet_build_link.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_mpls.lo libnet_build_mpls.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_mpls.c -fPIC -DPIC -o .libs/libnet_build_mpls.o
# In file included from libnet_build_mpls.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_mpls.c -o libnet_build_mpls.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_ntp.lo libnet_build_ntp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ntp.c -fPIC -DPIC -o .libs/libnet_build_ntp.o
# In file included from libnet_build_ntp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ntp.c -o libnet_build_ntp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_ospf.lo libnet_build_ospf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ospf.c -fPIC -DPIC -o .libs/libnet_build_ospf.o
# In file included from libnet_build_ospf.c:40:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_ospf.c -o libnet_build_ospf.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_rip.lo libnet_build_rip.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_rip.c -fPIC -DPIC -o .libs/libnet_build_rip.o
# In file included from libnet_build_rip.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_rip.c -o libnet_build_rip.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_rpc.lo libnet_build_rpc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_rpc.c -fPIC -DPIC -o .libs/libnet_build_rpc.o
# In file included from libnet_build_rpc.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_rpc.c -o libnet_build_rpc.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_sebek.lo libnet_build_sebek.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_sebek.c -fPIC -DPIC -o .libs/libnet_build_sebek.o
# In file included from libnet_build_sebek.c:36:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_sebek.c -o libnet_build_sebek.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_snmp.lo libnet_build_snmp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_snmp.c -fPIC -DPIC -o .libs/libnet_build_snmp.o
# In file included from libnet_build_snmp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_snmp.c -o libnet_build_snmp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_stp.lo libnet_build_stp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_stp.c -fPIC -DPIC -o .libs/libnet_build_stp.o
# In file included from libnet_build_stp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_stp.c -o libnet_build_stp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_tcp.lo libnet_build_tcp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_tcp.c -fPIC -DPIC -o .libs/libnet_build_tcp.o
# In file included from libnet_build_tcp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_tcp.c -o libnet_build_tcp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_token_ring.lo libnet_build_token_ring.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_token_ring.c -fPIC -DPIC -o .libs/libnet_build_token_ring.o
# In file included from libnet_build_token_ring.c:36:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_token_ring.c -o libnet_build_token_ring.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_udp.lo libnet_build_udp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_udp.c -fPIC -DPIC -o .libs/libnet_build_udp.o
# In file included from libnet_build_udp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_udp.c -o libnet_build_udp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_build_vrrp.lo libnet_build_vrrp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_vrrp.c -fPIC -DPIC -o .libs/libnet_build_vrrp.o
# In file included from libnet_build_vrrp.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_build_vrrp.c -o libnet_build_vrrp.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_advanced.lo libnet_advanced.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_advanced.c -fPIC -DPIC -o .libs/libnet_advanced.o
# In file included from libnet_advanced.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_advanced.c -o libnet_advanced.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_checksum.lo libnet_checksum.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_checksum.c -fPIC -DPIC -o .libs/libnet_checksum.o
# In file included from libnet_checksum.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_checksum.c -o libnet_checksum.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_cq.lo libnet_cq.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_cq.c -fPIC -DPIC -o .libs/libnet_cq.o
# In file included from libnet_cq.c:38:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_cq.c -o libnet_cq.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_crc.lo libnet_crc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_crc.c -fPIC -DPIC -o .libs/libnet_crc.o
# In file included from libnet_crc.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_crc.c -o libnet_crc.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_error.lo libnet_error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_error.c -fPIC -DPIC -o .libs/libnet_error.o
# In file included from libnet_error.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_error.c -o libnet_error.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_if_addr.lo libnet_if_addr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_if_addr.c -fPIC -DPIC -o .libs/libnet_if_addr.o
# In file included from libnet_if_addr.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_if_addr.c -o libnet_if_addr.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_init.lo libnet_init.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_init.c -fPIC -DPIC -o .libs/libnet_init.o
# In file included from libnet_init.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_init.c -o libnet_init.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_internal.lo libnet_internal.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_internal.c -fPIC -DPIC -o .libs/libnet_internal.o
# In file included from libnet_internal.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_internal.c -o libnet_internal.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_pblock.lo libnet_pblock.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_pblock.c -fPIC -DPIC -o .libs/libnet_pblock.o
# In file included from libnet_pblock.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_pblock.c -o libnet_pblock.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_port_list.lo libnet_port_list.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_port_list.c -fPIC -DPIC -o .libs/libnet_port_list.o
# In file included from libnet_port_list.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_port_list.c -o libnet_port_list.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_prand.lo libnet_prand.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_prand.c -fPIC -DPIC -o .libs/libnet_prand.o
# In file included from libnet_prand.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_prand.c -o libnet_prand.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_raw.lo libnet_raw.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_raw.c -fPIC -DPIC -o .libs/libnet_raw.o
# In file included from libnet_raw.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# libnet_raw.c:131:54: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (getsockopt(l->fd, SOL_SOCKET, SO_SNDBUF, &n, &len) < 0)
# ^~~~
# /usr/include/sys/socket.h:221:32: note: passing argument to parameter '__optlen' here
# socklen_t *__restrict __optlen) __THROW;
# ^
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_raw.c -o libnet_raw.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_resolve.lo libnet_resolve.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_resolve.c -fPIC -DPIC -o .libs/libnet_resolve.o
# In file included from libnet_resolve.c:37:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_resolve.c -o libnet_resolve.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_version.lo libnet_version.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_version.c -fPIC -DPIC -o .libs/libnet_version.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_version.c -o libnet_version.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_write.lo libnet_write.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_write.c -fPIC -DPIC -o .libs/libnet_write.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_write.c -o libnet_write.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c -o libnet_link_linux.lo libnet_link_linux.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_link_linux.c -fPIC -DPIC -o .libs/libnet_link_linux.o
# In file included from libnet_link_linux.c:30:
# In file included from /usr/include/sys/time.h:21:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c libnet_link_linux.c -o libnet_link_linux.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -version-info 8:0:7 -Wl -o libnet.la -rpath /usr/lib libnet_asn1.lo libnet_build_802.1q.lo libnet_build_802.1x.lo libnet_build_802.2.lo libnet_build_802.3.lo libnet_build_arp.lo libnet_build_bgp.lo libnet_build_cdp.lo libnet_build_data.lo libnet_build_dhcp.lo libnet_build_dns.lo libnet_build_ethernet.lo libnet_build_fddi.lo libnet_build_gre.lo libnet_build_hsrp.lo libnet_build_icmp.lo libnet_build_igmp.lo libnet_build_ip.lo libnet_build_ipsec.lo libnet_build_isl.lo libnet_build_link.lo libnet_build_mpls.lo libnet_build_ntp.lo libnet_build_ospf.lo libnet_build_rip.lo libnet_build_rpc.lo libnet_build_sebek.lo libnet_build_snmp.lo libnet_build_stp.lo libnet_build_tcp.lo libnet_build_token_ring.lo libnet_build_udp.lo libnet_build_vrrp.lo libnet_advanced.lo libnet_checksum.lo libnet_cq.lo libnet_crc.lo libnet_error.lo libnet_if_addr.lo libnet_init.lo libnet_internal.lo libnet_pblock.lo libnet_port_list.lo libnet_prand.lo libnet_raw.lo libnet_resolve.lo libnet_version.lo libnet_write.lo libnet_link_linux.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/libnet_asn1.o .libs/libnet_build_802.1q.o .libs/libnet_build_802.1x.o .libs/libnet_build_802.2.o .libs/libnet_build_802.3.o .libs/libnet_build_arp.o .libs/libnet_build_bgp.o .libs/libnet_build_cdp.o .libs/libnet_build_data.o .libs/libnet_build_dhcp.o .libs/libnet_build_dns.o .libs/libnet_build_ethernet.o .libs/libnet_build_fddi.o .libs/libnet_build_gre.o .libs/libnet_build_hsrp.o .libs/libnet_build_icmp.o .libs/libnet_build_igmp.o .libs/libnet_build_ip.o .libs/libnet_build_ipsec.o .libs/libnet_build_isl.o .libs/libnet_build_link.o .libs/libnet_build_mpls.o .libs/libnet_build_ntp.o .libs/libnet_build_ospf.o .libs/libnet_build_rip.o .libs/libnet_build_rpc.o .libs/libnet_build_sebek.o .libs/libnet_build_snmp.o .libs/libnet_build_stp.o .libs/libnet_build_tcp.o .libs/libnet_build_token_ring.o .libs/libnet_build_udp.o .libs/libnet_build_vrrp.o .libs/libnet_advanced.o .libs/libnet_checksum.o .libs/libnet_cq.o .libs/libnet_crc.o .libs/libnet_error.o .libs/libnet_if_addr.o .libs/libnet_init.o .libs/libnet_internal.o .libs/libnet_pblock.o .libs/libnet_port_list.o .libs/libnet_prand.o .libs/libnet_raw.o .libs/libnet_resolve.o .libs/libnet_version.o .libs/libnet_write.o .libs/libnet_link_linux.o -Wl,-soname -Wl,libnet.so.1 -o .libs/libnet.so.1.7.0
# libtool: link: (cd ".libs" && rm -f "libnet.so.1" && ln -s "libnet.so.1.7.0" "libnet.so.1")
# libtool: link: (cd ".libs" && rm -f "libnet.so" && ln -s "libnet.so.1.7.0" "libnet.so")
# libtool: link: ar cru .libs/libnet.a libnet_asn1.o libnet_build_802.1q.o libnet_build_802.1x.o libnet_build_802.2.o libnet_build_802.3.o libnet_build_arp.o libnet_build_bgp.o libnet_build_cdp.o libnet_build_data.o libnet_build_dhcp.o libnet_build_dns.o libnet_build_ethernet.o libnet_build_fddi.o libnet_build_gre.o libnet_build_hsrp.o libnet_build_icmp.o libnet_build_igmp.o libnet_build_ip.o libnet_build_ipsec.o libnet_build_isl.o libnet_build_link.o libnet_build_mpls.o libnet_build_ntp.o libnet_build_ospf.o libnet_build_rip.o libnet_build_rpc.o libnet_build_sebek.o libnet_build_snmp.o libnet_build_stp.o libnet_build_tcp.o libnet_build_token_ring.o libnet_build_udp.o libnet_build_vrrp.o libnet_advanced.o libnet_checksum.o libnet_cq.o libnet_crc.o libnet_error.o libnet_if_addr.o libnet_init.o libnet_internal.o libnet_pblock.o libnet_port_list.o libnet_prand.o libnet_raw.o libnet_resolve.o libnet_version.o libnet_write.o libnet_link_linux.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libnet.a
# libtool: link: ( cd ".libs" && rm -f "libnet.la" && ln -s "../libnet.la" "libnet.la" )
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/src'
# Making all in sample
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/sample'
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c arp.c
# In file included from arp.c:40:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o arp arp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/arp arp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c cdp.c
# In file included from cdp.c:44:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# cdp.c:89:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# value = argv[2];
# ^ ~~~~~~~
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o cdp cdp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/cdp cdp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c dhcp_discover.c
# In file included from dhcp_discover.c:37:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# dhcp_discover.c:241:21: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~
# dhcp_discover.c:241:38: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# dhcp_discover.c:241:56: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# 4 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o dhcp_discover dhcp_discover.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/dhcp_discover dhcp_discover.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c get_addr.c
# In file included from get_addr.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o get_addr get_addr.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/get_addr get_addr.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c icmp_timestamp.c
# In file included from icmp_timestamp.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o icmp_timestamp icmp_timestamp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/icmp_timestamp icmp_timestamp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c icmp_unreach.c
# In file included from icmp_unreach.c:39:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o icmp_unreach icmp_unreach.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/icmp_unreach icmp_unreach.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c ieee.c
# In file included from ieee.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o ieee ieee.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/ieee ieee.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c isl.c
# In file included from isl.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o isl isl.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/isl isl.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c ntp.c
# In file included from ntp.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o ntp ntp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/ntp ntp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c ospf_hello.c
# In file included from ospf_hello.c:39:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o ospf_hello ospf_hello.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/ospf_hello ospf_hello.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c ospf_lsa.c
# In file included from ospf_lsa.c:39:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o ospf_lsa ospf_lsa.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/ospf_lsa ospf_lsa.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c ping_of_death.c
# In file included from ping_of_death.c:39:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# ping_of_death.c:161:21: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~
# ping_of_death.c:161:38: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# ping_of_death.c:161:56: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# 4 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o ping_of_death ping_of_death.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/ping_of_death ping_of_death.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c stp.c
# In file included from stp.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o stp stp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/stp stp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c synflood.c
# In file included from synflood.c:35:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o synflood synflood.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/synflood synflood.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c tcp1.c
# In file included from tcp1.c:36:
# In file included from ./libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o tcp1 tcp1.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/tcp1 tcp1.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c tcp2.c
# In file included from tcp2.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o tcp2 tcp2.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/tcp2 tcp2.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c udp1.c
# In file included from udp1.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# udp1.c:207:21: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~
# udp1.c:207:38: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# udp1.c:207:56: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# 4 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o udp1 udp1.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/udp1 udp1.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c udp2.c
# In file included from udp2.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# udp2.c:140:17: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload, /* payload */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:647:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# udp2.c:211:58: warning: format specifies type 'int' but the argument has type '__time_t' (aka 'long') [-Wformat]
# fprintf(stderr, "Total time spent in loop: %d.%d\n", r.tv_sec, r.tv_usec);
# ~~ ^~~~~~~~
# %ld
# udp2.c:211:68: warning: format specifies type 'int' but the argument has type '__suseconds_t' (aka 'long') [-Wformat]
# fprintf(stderr, "Total time spent in loop: %d.%d\n", r.tv_sec, r.tv_usec);
# ~~ ^~~~~~~~~
# %ld
# udp2.c:217:21: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~
# udp2.c:217:38: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# udp2.c:217:56: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
# ls.packets_sent, ls.packet_errors, ls.bytes_written);
# ^~~~~~~~~~~~~~~~
# 7 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o udp2 udp2.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/udp2 udp2.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c synflood6.c
# In file included from synflood6.c:37:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o synflood6 synflood6.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/synflood6 synflood6.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c icmp6_echoreq.c
# In file included from icmp6_echoreq.c:33:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# icmp6_echoreq.c:129:52: warning: passing 'char [56]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# t = libnet_build_icmpv4_echo(ICMP6_ECHO,0,0,1,0,payload,sizeof(payload),l,t);
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:689:43: note: passing argument to parameter 'payload' here
# uint16_t id, uint16_t seq, const uint8_t* payload, uint32_t payload_s,
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o icmp6_echoreq icmp6_echoreq.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/icmp6_echoreq icmp6_echoreq.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c icmp6_unreach.c
# In file included from icmp6_unreach.c:33:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o icmp6_unreach icmp6_unreach.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/icmp6_unreach icmp6_unreach.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c icmp_echo_cq.c
# In file included from icmp_echo_cq.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# icmp_echo_cq.c:152:13: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload, /* payload */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:912:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o icmp_echo_cq icmp_echo_cq.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/icmp_echo_cq icmp_echo_cq.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c smurf.c
# In file included from smurf.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o smurf smurf.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/smurf smurf.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c dot1x.c
# In file included from dot1x.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# dot1x.c:71:13: warning: passing 'char [6]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload,
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:428:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o dot1x dot1x.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/dot1x dot1x.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c dns.c
# In file included from dns.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# dns.c:143:2: warning: passing 'char [1024]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload,
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:1157:38: note: passing argument to parameter 'payload' here
# uint16_t num_addi_rr, const uint8_t* payload, uint32_t payload_s, libnet_t *l,
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o dns dns.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/dns dns.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c rpc_tcp.c
# In file included from rpc_tcp.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# rpc_tcp.c:134:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload,
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:1209:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o rpc_tcp rpc_tcp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/rpc_tcp rpc_tcp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c rpc_udp.c
# In file included from rpc_udp.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# rpc_udp.c:139:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload,
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:1209:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o rpc_udp rpc_udp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/rpc_udp rpc_udp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c mpls.c
# In file included from mpls.c:36:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# mpls.c:110:25: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload = optarg;
# ^ ~~~~~~
# mpls.c:111:36: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload_s = strlen(payload);
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# 3 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o mpls mpls.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/mpls mpls.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c icmp_timeexceed.c
# In file included from icmp_timeexceed.c:37:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o icmp_timeexceed icmp_timeexceed.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/icmp_timeexceed icmp_timeexceed.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c fddi_tcp1.c
# In file included from fddi_tcp1.c:34:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# fddi_tcp1.c:135:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload, /* payload */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:612:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o fddi_tcp1 fddi_tcp1.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/fddi_tcp1 fddi_tcp1.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c fddi_tcp2.c
# In file included from fddi_tcp2.c:34:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# fddi_tcp2.c:135:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload, /* payload */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:612:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o fddi_tcp2 fddi_tcp2.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/fddi_tcp2 fddi_tcp2.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c tring_tcp1.c
# In file included from tring_tcp1.c:34:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# tring_tcp1.c:135:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload, /* payload */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:612:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o tring_tcp1 tring_tcp1.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/tring_tcp1 tring_tcp1.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c tring_tcp2.c
# In file included from tring_tcp2.c:34:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# tring_tcp2.c:135:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# payload, /* payload */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:612:16: note: passing argument to parameter 'payload' here
# const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag);
# ^
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o tring_tcp2 tring_tcp2.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/tring_tcp2 tring_tcp2.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c icmp_redirect.c
# In file included from icmp_redirect.c:37:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o icmp_redirect icmp_redirect.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/icmp_redirect icmp_redirect.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c bgp4_hdr.c
# In file included from bgp4_hdr.c:51:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# bgp4_hdr.c:119:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload = optarg;
# ^ ~~~~~~
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o bgp4_hdr bgp4_hdr.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/bgp4_hdr bgp4_hdr.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c bgp4_open.c
# In file included from bgp4_open.c:62:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# bgp4_open.c:127:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload = optarg;
# ^ ~~~~~~
# bgp4_open.c:159:21: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload_s = strlen(payload);
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# 3 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o bgp4_open bgp4_open.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/bgp4_open bgp4_open.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c bgp4_update.c
# In file included from bgp4_update.c:80:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# bgp4_update.c:172:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload = optarg;
# ^ ~~~~~~
# bgp4_update.c:173:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload_s = strlen(payload);
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# bgp4_update.c:177:15: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# withdraw_rt = optarg;
# ^ ~~~~~~
# bgp4_update.c:185:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# attr = optarg;
# ^ ~~~~~~
# bgp4_update.c:193:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# info = optarg;
# ^ ~~~~~~
# bgp4_update.c:211:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_ptr_and_size(withdraw_rt, u_rt_l, 0x41, flag_w);
# ^~~~~~~~~~~
# bgp4_update.c:98:16: note: expanded from macro 'set_ptr_and_size'
# size = strlen(ptr); \
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# bgp4_update.c:212:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_ptr_and_size(attr, attr_l, 0x42, flag_a);
# ^~~~
# bgp4_update.c:98:16: note: expanded from macro 'set_ptr_and_size'
# size = strlen(ptr); \
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# bgp4_update.c:213:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_ptr_and_size(info, info_l, 0x43, flag_i);
# ^~~~
# bgp4_update.c:98:16: note: expanded from macro 'set_ptr_and_size'
# size = strlen(ptr); \
# ^~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# 9 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o bgp4_update bgp4_update.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/bgp4_update bgp4_update.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c bgp4_notification.c
# In file included from bgp4_notification.c:51:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# bgp4_notification.c:126:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload = optarg;
# ^ ~~~~~~
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o bgp4_notification bgp4_notification.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/bgp4_notification bgp4_notification.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c gre.c
# In file included from gre.c:81:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# gre.c:180:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# routing = optarg;
# ^ ~~~~~~
# gre.c:319:36: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# size += LIBNET_GRE_SRE_H + strlen(routing);
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# gre.c:323:13: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strlen(routing), /* routing length */
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# gre.c:382:13: warning: passing 'char [18]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# "11:11:11:11:11:11", /* ethernet destination */
# ^~~~~~~~~~~~~~~~~~~
# ../include/./libnet/libnet-functions.h:513:42: note: passing argument to parameter 'dst' here
# libnet_autobuild_ethernet(const uint8_t *dst, uint16_t type, libnet_t *l);
# ^
# 5 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o gre gre.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/gre gre.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c synflood6_frag.c
# In file included from synflood6_frag.c:37:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o synflood6_frag synflood6_frag.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/synflood6_frag synflood6_frag.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c tftp.c
# In file included from tftp.c:38:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o tftp tftp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/tftp tftp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c ip_link.c
# In file included from ip_link.c:42:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# ip_link.c:91:11: warning: passing 'u_char [255]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(payload, optarg, sizeof(payload)-1);
# ^~~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# ip_link.c:92:22: warning: passing 'u_char [255]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload_s = strlen(payload);
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# ip_link.c:157:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# hwdst, /* ethernet destination */
# ^~~~~
# ../include/./libnet/libnet-functions.h:498:38: note: passing argument to parameter 'dst' here
# libnet_build_ethernet(const uint8_t *dst, const uint8_t *src, uint16_t type,
# ^
# ip_link.c:158:9: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# hwsrc, /* ethernet source */
# ^~~~~
# ../include/./libnet/libnet-functions.h:498:58: note: passing argument to parameter 'src' here
# libnet_build_ethernet(const uint8_t *dst, const uint8_t *src, uint16_t type,
# ^
# 5 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o ip_link ip_link.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/ip_link ip_link.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c ip_raw.c
# In file included from ip_raw.c:42:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# ip_raw.c:84:11: warning: passing 'u_char [255]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(payload, optarg, sizeof(payload)-1);
# ^~~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# ip_raw.c:85:22: warning: passing 'u_char [255]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload_s = strlen(payload);
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# 3 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o ip_raw ip_raw.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/ip_raw ip_raw.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c sebek.c
# In file included from sebek.c:39:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# sebek.c:145:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload = optarg;
# ^ ~~~~~~
# sebek.c:146:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload_s = strlen(payload);
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# sebek.c:197:10: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# payload = cmd;
# ^ ~~~
# sebek.c:212:2: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# cmd,
# ^~~
# ../include/./libnet/libnet-functions.h:1799:36: note: passing argument to parameter 'cmd' here
# uint32_t uid, uint32_t fd, uint8_t cmd[SEBEK_CMD_LENGTH], uint32_t length,
# ^
# sebek.c:264:13: warning: assigning to 'char *' from 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# eth_dst = libnet_hex_aton(eth_dst, &c);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sebek.c:266:2: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# eth_dst, /* ethernet destination */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:513:42: note: passing argument to parameter 'dst' here
# libnet_autobuild_ethernet(const uint8_t *dst, uint16_t type, libnet_t *l);
# ^
# sebek.c:177:24: warning: 'memset' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess]
# memset(cmd, 0, sizeof(cmd));
# ~~~ ^~~
# sebek.c:177:24: note: did you mean to provide an explicit length?
# memset(cmd, 0, sizeof(cmd));
# ^~~
# 8 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o sebek sebek.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/sebek sebek.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c hsrp.c
# In file included from hsrp.c:39:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# hsrp.c:97:13: warning: passing 'uint8_t [8]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strncpy(authdata, "cisco", 5);
# ^~~~~~~~
# /usr/include/string.h:128:40: note: passing argument to parameter '__dest' here
# extern char *strncpy (char *__restrict __dest,
# ^
# hsrp.c:161:13: warning: assigning to 'char *' from 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# eth_dst = libnet_hex_aton(eth_dst, &c);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# hsrp.c:163:2: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# eth_dst, /* ethernet destination */
# ^~~~~~~
# ../include/./libnet/libnet-functions.h:513:42: note: passing argument to parameter 'dst' here
# libnet_autobuild_ethernet(const uint8_t *dst, uint16_t type, libnet_t *l);
# ^
# 4 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o hsrp hsrp.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/hsrp hsrp.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c test_ipv4.c
# In file included from test_ipv4.c:33:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o test_ipv4 test_ipv4.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/test_ipv4 test_ipv4.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c test_ipv6_icmpv4.c
# In file included from test_ipv6_icmpv4.c:33:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o test_ipv6_icmpv4 test_ipv6_icmpv4.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/test_ipv6_icmpv4 test_ipv6_icmpv4.o ../src/.libs/libnet.so
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -fPIC -c test_ipv4_options.c
# In file included from test_ipv4_options.c:33:
# In file included from ././libnet_test.h:13:
# In file included from ./../include/libnet.h:62:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -o test_ipv4_options test_ipv4_options.o ../src/libnet.la
# libtool: link: clang -fPIC -o .libs/test_ipv4_options test_ipv4_options.o ../src/.libs/libnet.so
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/sample'
# Making all in doc
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc'
# Making all in man
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# Making all in man3
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man/man3'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man/man3'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# Making all in html
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/html'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/html'
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc'
# Making all in win32
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/win32'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/win32'
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include'
# Making install in libnet
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include/libnet'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include/libnet'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include/libnet" || /usr/bin/mkdir -p "/tmp/libnet/pkg/libnet/usr/include/libnet"
# /usr/bin/install -c -m 644 libnet-asn1.h libnet-functions.h libnet-headers.h libnet-macros.h libnet-structures.h libnet-types.h '/tmp/libnet/pkg/libnet/usr/include/libnet'
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include/libnet'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include/libnet'
# Making install in win32
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include/win32'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include/win32'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include/win32'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include/win32'
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/libnet/pkg/libnet/usr/include"
# /usr/bin/install -c -m 644 libnet.h '/tmp/libnet/pkg/libnet/usr/include'
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/include'
# Making install in src
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/src'
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/src'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libnet/pkg/libnet/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libnet.la '/tmp/libnet/pkg/libnet/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libnet.so.1.7.0 /tmp/libnet/pkg/libnet/usr/lib/libnet.so.1.7.0
# libtool: install: (cd /tmp/libnet/pkg/libnet/usr/lib && { ln -s -f libnet.so.1.7.0 libnet.so.1 || { rm -f libnet.so.1 && ln -s libnet.so.1.7.0 libnet.so.1; }; })
# libtool: install: (cd /tmp/libnet/pkg/libnet/usr/lib && { ln -s -f libnet.so.1.7.0 libnet.so || { rm -f libnet.so && ln -s libnet.so.1.7.0 libnet.so; }; })
# libtool: install: /usr/bin/install -c .libs/libnet.lai /tmp/libnet/pkg/libnet/usr/lib/libnet.la
# libtool: install: /usr/bin/install -c .libs/libnet.a /tmp/libnet/pkg/libnet/usr/lib/libnet.a
# libtool: install: chmod 644 /tmp/libnet/pkg/libnet/usr/lib/libnet.a
# libtool: install: ranlib /tmp/libnet/pkg/libnet/usr/lib/libnet.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/src'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/src'
# Making install in sample
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/sample'
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/sample'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libnet/pkg/libnet/usr/bin"
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/sample'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/sample'
# Making install in doc
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc'
# Making install in man
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# Making install in man3
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man/man3'
# make[4]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man/man3'
# make[4]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man3" || /usr/bin/mkdir -p "/tmp/libnet/pkg/libnet/usr/share/man/man3"
# /usr/bin/install -c -m 644 ./libnet-functions.h.3 ./libnet-macros.h.3 ./libnet.h.3 '/tmp/libnet/pkg/libnet/usr/share/man/man3'
# make[4]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man/man3'
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man/man3'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# make[4]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/man'
# Making install in html
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/html'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc/html'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/html'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc/html'
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc'
# make[3]: Entering directory '/tmp/libnet/src/libnet-1.1.6/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc'
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/doc'
# Making install in win32
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6/win32'
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6/win32'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/win32'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6/win32'
# make[1]: Entering directory '/tmp/libnet/src/libnet-1.1.6'
# make[2]: Entering directory '/tmp/libnet/src/libnet-1.1.6'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libnet/pkg/libnet/usr/bin"
# /usr/bin/install -c libnet-config '/tmp/libnet/pkg/libnet/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libnet/src/libnet-1.1.6'
# make[1]: Leaving directory '/tmp/libnet/src/libnet-1.1.6'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libnet"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libnet 1.1.6-2 (Thu Apr 13 18:08:48 UTC 2017)

CMD: pacman --query --file libnet-1.1.6-2-x86_64.pkg.tar.xz
# libnet 1.1.6-2

Creating hybrid package for 'libnet'

Trying to find vanilla package 'libnet'...

CMD: pacman --query --file /mirror/libnet-1.1.6-2.pkg.tar.xz
# libnet 1.1.6-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libnet.so.1.7.0
# /usr/lib/libnet.so
# /usr/lib/libnet.so.1
# /usr/share/man/man3/libnet-macros.h.3.gz
# /usr/share/man/man3/libnet.h.3.gz
# /usr/share/man/man3/libnet-functions.h.3.gz
# /usr/share/licenses/libnet/LICENSE
# /usr/include/libnet.h
# /usr/include/libnet/libnet-functions.h
# /usr/include/libnet/libnet-headers.h
# /usr/include/libnet/libnet-macros.h
# /usr/include/libnet/libnet-types.h
# /usr/include/libnet/libnet-structures.h
# /usr/include/libnet/libnet-asn1.h
# /usr/bin/libnet-config
# /sysroot/usr/lib/libnet.so.1.7.0
# /sysroot/usr/lib/libnet.so.1
# /sysroot/usr/lib/libnet.so
# /sysroot/usr/lib/libnet.la
# /sysroot/usr/lib/libnet.a
# /sysroot/usr/include/libnet.h
# /sysroot/usr/include/libnet/libnet-asn1.h
# /sysroot/usr/include/libnet/libnet-functions.h
# /sysroot/usr/include/libnet/libnet-headers.h
# /sysroot/usr/include/libnet/libnet-macros.h
# /sysroot/usr/include/libnet/libnet-structures.h
# /sysroot/usr/include/libnet/libnet-types.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libnet.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libnet.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libnet.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libnet.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libnet/src/libnet-1.1.6/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libnet configure 1.1.6, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f8a62a63e60e
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2249: result: beginning autoconfiguration process for libnet-1.1.6 ...
# configure:2284: checking build system type
# configure:2298: result: x86_64-unknown-linux-gnu
# configure:2318: checking host system type
# configure:2331: result: x86_64-unknown-linux-gnu
# configure:2351: checking target system type
# configure:2364: result: x86_64-unknown-linux-gnu
# configure:2409: checking for a BSD-compatible install
# configure:2477: result: /usr/bin/install -c
# configure:2488: checking whether build environment is sane
# configure:2538: result: yes
# configure:2587: checking for x86_64-unknown-linux-strip
# configure:2617: result: no
# configure:2627: checking for strip
# configure:2643: found /usr/bin/strip
# configure:2654: result: strip
# configure:2679: checking for a thread-safe mkdir -p
# configure:2718: result: /usr/bin/mkdir -p
# configure:2731: checking for gawk
# configure:2747: found /usr/bin/gawk
# configure:2758: result: gawk
# configure:2769: checking whether make sets $(MAKE)
# configure:2791: result: yes
# configure:2874: checking whether to enable maintainer-specific portions of Makefiles
# configure:2883: result: no
# configure:2905: checking for x86_64-unknown-linux-gcc
# configure:2932: result: clang
# configure:3201: checking for C compiler version
# configure:3210: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3221: $? = 0
# configure:3210: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3221: $? = 0
# configure:3210: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3221: $? = 1
# configure:3210: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3221: $? = 1
# configure:3241: checking whether the C compiler works
# configure:3263: clang conftest.c >&5
# configure:3267: $? = 0
# configure:3315: result: yes
# configure:3318: checking for C compiler default output file name
# configure:3320: result: a.out
# configure:3326: checking for suffix of executables
# configure:3333: clang -o conftest conftest.c >&5
# configure:3337: $? = 0
# configure:3359: result:
# configure:3381: checking whether we are cross compiling
# configure:3389: clang -o conftest conftest.c >&5
# configure:3393: $? = 0
# configure:3400: ./conftest
# configure:3404: $? = 0
# configure:3419: result: no
# configure:3424: checking for suffix of object files
# configure:3446: clang -c conftest.c >&5
# configure:3450: $? = 0
# configure:3471: result: o
# configure:3475: checking whether we are using the GNU C compiler
# configure:3494: clang -c conftest.c >&5
# configure:3494: $? = 0
# configure:3503: result: yes
# configure:3512: checking whether clang accepts -g
# configure:3532: clang -c -g conftest.c >&5
# configure:3532: $? = 0
# configure:3573: result: yes
# configure:3590: checking for clang option to accept ISO C89
# configure:3654: clang -c conftest.c >&5
# configure:3654: $? = 0
# configure:3667: result: none needed
# configure:3698: checking for style of include used by make
# configure:3726: result: GNU
# configure:3751: checking dependency style of clang
# configure:3861: result: none
# configure:3883: checking how to run the C preprocessor
# configure:3914: clang -E conftest.c
# configure:3914: $? = 0
# configure:3928: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3928: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | /* end confdefs.h. */
# | #include
# configure:3953: result: clang -E
# configure:3973: clang -E conftest.c
# configure:3973: $? = 0
# configure:3987: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3987: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | /* end confdefs.h. */
# | #include
# configure:4016: checking for grep that handles long lines and -e
# configure:4074: result: /usr/bin/grep
# configure:4079: checking for egrep
# configure:4141: result: /usr/bin/grep -E
# configure:4146: checking for ANSI C header files
# configure:4166: clang -c conftest.c >&5
# configure:4166: $? = 0
# configure:4239: clang -o conftest conftest.c >&5
# configure:4239: $? = 0
# configure:4239: ./conftest
# configure:4239: $? = 0
# configure:4250: result: yes
# configure:4263: checking for sys/types.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for sys/stat.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for stdlib.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for string.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for memory.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for strings.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for inttypes.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for stdint.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4263: checking for unistd.h
# configure:4263: clang -c conftest.c >&5
# configure:4263: $? = 0
# configure:4263: result: yes
# configure:4276: checking minix/config.h usability
# configure:4276: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4276: result: no
# configure:4276: checking minix/config.h presence
# configure:4276: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4276: result: no
# configure:4276: checking for minix/config.h
# configure:4276: result: no
# configure:4297: checking whether it is safe to define __EXTENSIONS__
# configure:4315: clang -c conftest.c >&5
# configure:4315: $? = 0
# configure:4322: result: yes
# configure:4382: checking how to print strings
# configure:4409: result: printf
# configure:4430: checking for a sed that does not truncate output
# configure:4494: result: /usr/bin/sed
# configure:4512: checking for fgrep
# configure:4574: result: /usr/bin/grep -F
# configure:4609: checking for ld used by clang
# configure:4676: result: /usr/bin/ld
# configure:4683: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4698: result: yes
# configure:4710: checking for BSD- or MS-compatible name lister (nm)
# configure:4759: result: /usr/bin/nm -B
# configure:4889: checking the name lister (/usr/bin/nm -B) interface
# configure:4896: clang -c conftest.c >&5
# configure:4899: /usr/bin/nm -B "conftest.o"
# configure:4902: output
# 0000000000000000 B some_variable
# configure:4909: result: BSD nm
# configure:4912: checking whether ln -s works
# configure:4916: result: yes
# configure:4924: checking the maximum length of command line arguments
# configure:5049: result: 1572864
# configure:5066: checking whether the shell understands some XSI constructs
# configure:5076: result: yes
# configure:5080: checking whether the shell understands "+="
# configure:5086: result: yes
# configure:5121: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5161: result: func_convert_file_noop
# configure:5168: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5188: result: func_convert_file_noop
# configure:5195: checking for /usr/bin/ld option to reload object files
# configure:5202: result: -r
# configure:5236: checking for x86_64-unknown-linux-objdump
# configure:5266: result: no
# configure:5276: checking for objdump
# configure:5292: found /usr/bin/objdump
# configure:5303: result: objdump
# configure:5335: checking how to recognize dependent libraries
# configure:5537: result: pass_all
# configure:5582: checking for x86_64-unknown-linux-dlltool
# configure:5612: result: no
# configure:5622: checking for dlltool
# configure:5652: result: no
# configure:5682: checking how to associate runtime and link libraries
# configure:5709: result: printf %s\n
# configure:5725: checking for x86_64-unknown-linux-ar
# configure:5755: result: no
# configure:5769: checking for ar
# configure:5785: found /usr/bin/ar
# configure:5796: result: ar
# configure:5833: checking for archiver @FILE support
# configure:5850: clang -c conftest.c >&5
# configure:5850: $? = 0
# configure:5853: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5856: $? = 0
# configure:5861: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5864: $? = 1
# configure:5876: result: @
# configure:5894: checking for x86_64-unknown-linux-strip
# configure:5921: result: strip
# configure:5993: checking for x86_64-unknown-linux-ranlib
# configure:6023: result: no
# configure:6033: checking for ranlib
# configure:6049: found /usr/bin/ranlib
# configure:6060: result: ranlib
# configure:6162: checking command to parse /usr/bin/nm -B output from clang object
# configure:6281: clang -c conftest.c >&5
# configure:6284: $? = 0
# configure:6288: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6291: $? = 0
# configure:6357: clang -o conftest conftest.c conftstm.o >&5
# configure:6360: $? = 0
# configure:6398: result: ok
# configure:6435: checking for sysroot
# configure:6465: result: no
# configure:6542: clang -c conftest.c >&5
# configure:6545: $? = 0
# configure:6668: checking for x86_64-unknown-linux-mt
# configure:6698: result: no
# configure:6708: checking for mt
# configure:6738: result: no
# configure:6758: checking if : is a manifest tool
# configure:6764: : '-?'
# configure:6772: result: no
# configure:7401: checking for dlfcn.h
# configure:7401: clang -c conftest.c >&5
# configure:7401: $? = 0
# configure:7401: result: yes
# configure:7588: checking for objdir
# configure:7603: result: .libs
# configure:7870: checking if clang supports -fno-rtti -fno-exceptions
# configure:7888: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7892: $? = 0
# configure:7905: result: yes
# configure:8215: checking for clang option to produce PIC
# configure:8222: result: -fPIC -DPIC
# configure:8230: checking if clang PIC flag -fPIC -DPIC works
# configure:8248: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8252: $? = 0
# configure:8265: result: yes
# configure:8294: checking if clang static flag -static works
# configure:8322: result: yes
# configure:8337: checking if clang supports -c -o file.o
# configure:8358: clang -c -o out/conftest2.o conftest.c >&5
# configure:8362: $? = 0
# configure:8384: result: yes
# configure:8392: checking if clang supports -c -o file.o
# configure:8439: result: yes
# configure:8472: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9634: result: yes
# configure:9671: checking whether -lc should be explicitly linked in
# configure:9679: clang -c conftest.c >&5
# configure:9682: $? = 0
# configure:9697: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9700: $? = 0
# configure:9714: result: no
# configure:9879: checking dynamic linker characteristics
# configure:10394: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10394: $? = 0
# configure:10628: result: GNU/Linux ld.so
# configure:10735: checking how to hardcode library paths into programs
# configure:10760: result: immediate
# configure:11300: checking whether stripping libraries is possible
# configure:11305: result: yes
# configure:11340: checking if libtool supports shared libraries
# configure:11342: result: yes
# configure:11345: checking whether to build shared libraries
# configure:11366: result: yes
# configure:11369: checking whether to build static libraries
# configure:11373: result: yes
# configure:11411: checking sys/sockio.h usability
# configure:11411: clang -c conftest.c >&5
# conftest.c:61:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:11411: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:11411: result: no
# configure:11411: checking sys/sockio.h presence
# configure:11411: clang -E conftest.c
# conftest.c:28:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:11411: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:11411: result: no
# configure:11411: checking for sys/sockio.h
# configure:11411: result: no
# configure:11423: checking for gethostbyname2
# configure:11423: clang -o conftest conftest.c >&5
# configure:11423: $? = 0
# configure:11423: result: yes
# configure:11434: checking for getifaddrs
# configure:11434: clang -o conftest conftest.c >&5
# configure:11434: $? = 0
# configure:11434: result: yes
# configure:11443: checking for uint16_t
# configure:11443: clang -c conftest.c >&5
# configure:11443: $? = 0
# configure:11443: result: yes
# configure:11455: checking for uint32_t
# configure:11455: clang -c conftest.c >&5
# configure:11455: $? = 0
# configure:11455: result: yes
# configure:11469: checking for uint64_t
# configure:11469: clang -c conftest.c >&5
# configure:11469: $? = 0
# configure:11469: result: yes
# configure:11485: checking whether byte ordering is bigendian
# configure:11500: clang -c conftest.c >&5
# conftest.c:31:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:31:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:11500: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:11545: clang -c conftest.c >&5
# configure:11545: $? = 0
# configure:11563: clang -c conftest.c >&5
# conftest.c:37:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:11563: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11691: result: no
# configure:11744: checking net/pfilt.h usability
# configure:11744: clang -c conftest.c >&5
# conftest.c:64:10: fatal error: 'net/pfilt.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:11744: result: no
# configure:11744: checking net/pfilt.h presence
# configure:11744: clang -E conftest.c
# conftest.c:31:10: fatal error: 'net/pfilt.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# configure:11744: result: no
# configure:11744: checking for net/pfilt.h
# configure:11744: result: no
# configure:11744: checking sys/net/nit.h usability
# configure:11744: clang -c conftest.c >&5
# conftest.c:64:10: fatal error: 'sys/net/nit.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:11744: result: no
# configure:11744: checking sys/net/nit.h presence
# configure:11744: clang -E conftest.c
# conftest.c:31:10: fatal error: 'sys/net/nit.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# configure:11744: result: no
# configure:11744: checking for sys/net/nit.h
# configure:11744: result: no
# configure:11744: checking net/raw.h usability
# configure:11744: clang -c conftest.c >&5
# conftest.c:64:10: fatal error: 'net/raw.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:11744: result: no
# configure:11744: checking net/raw.h presence
# configure:11744: clang -E conftest.c
# conftest.c:31:10: fatal error: 'net/raw.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# configure:11744: result: no
# configure:11744: checking for net/raw.h
# configure:11744: result: no
# configure:11744: checking sys/dlpi.h usability
# configure:11744: clang -c conftest.c >&5
# conftest.c:64:10: fatal error: 'sys/dlpi.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:11744: result: no
# configure:11744: checking sys/dlpi.h presence
# configure:11744: clang -E conftest.c
# conftest.c:31:10: fatal error: 'sys/dlpi.h' file not found
# #include
# ^
# 1 error generated.
# configure:11744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libnet"
# | #define PACKAGE_TARNAME "libnet"
# | #define PACKAGE_VERSION "1.1.6"
# | #define PACKAGE_STRING "libnet 1.1.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libnet"
# | #define VERSION "1.1.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_GETIFADDRS 1
# | #define LIBNET_LIL_ENDIAN 1
# | /* end confdefs.h. */
# | #include
# configure:11744: result: no
# configure:11744: checking for sys/dlpi.h
# configure:11744: result: no
# configure:11744: checking linux/socket.h usability
# configure:11744: clang -c conftest.c >&5
# configure:11744: $? = 0
# configure:11744: result: yes
# configure:11744: checking linux/socket.h presence
# configure:11744: clang -E conftest.c
# configure:11744: $? = 0
# configure:11744: result: yes
# configure:11744: checking for linux/socket.h
# configure:11744: result: yes
# configure:11755: checking link-layer packet interface type
# configure:11977: result: found link layer linux
# configure:11980: checking for packet socket (PF_PACKET)
# configure:12042: result: test program got EPERM... assuming yes
# configure:12061: checking for Linux proc filesystem
# configure:12073: result: yes
# configure:12150: checking net/ethernet.h usability
# configure:12150: clang -c conftest.c >&5
# In file included from conftest.c:37:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12150: $? = 0
# configure:12150: result: yes
# configure:12150: checking net/ethernet.h presence
# configure:12150: clang -E conftest.c
# In file included from conftest.c:37:
# In file included from /usr/include/net/ethernet.h:24:
# In file included from /usr/include/sys/cdefs.h:23:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12150: $? = 0
# configure:12150: result: yes
# configure:12150: checking for net/ethernet.h
# configure:12150: result: yes
# configure:12750: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libnet config.status 1.1.6, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f8a62a63e60e
#
# config.status:1130: creating Makefile
# config.status:1130: creating src/Makefile
# config.status:1130: creating win32/Makefile
# config.status:1130: creating include/Makefile
# config.status:1130: creating include/libnet/Makefile
# config.status:1130: creating include/win32/Makefile
# config.status:1130: creating sample/Makefile
# config.status:1130: creating doc/Makefile
# config.status:1130: creating doc/man/Makefile
# config.status:1130: creating doc/man/man3/Makefile
# config.status:1130: creating doc/html/Makefile
# config.status:1130: creating version.h
# config.status:1130: creating include/libnet.h
# config.status:1130: creating libnet-config
# config.status:1130: creating include/config.h
# config.status:1359: executing depfiles commands
# config.status:1359: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gethostbyname2=yes
# ac_cv_func_getifaddrs=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_socket_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_net_ethernet_h=yes
# ac_cv_header_net_pfilt_h=no
# ac_cv_header_net_raw_h=no
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_dlpi_h=no
# ac_cv_header_sys_net_nit_h=no
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_libnet_linux_procfs=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=none
# libnet_cv_have_packet_socket=probably
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libnet/src/libnet-1.1.6/missing --run aclocal-1.11'
# ADDITIONAL_LIBS=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libnet/src/libnet-1.1.6/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libnet/src/libnet-1.1.6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libnet/src/libnet-1.1.6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libnet/src/libnet-1.1.6/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENDIANESS='LIBNET_LIL_ENDIAN'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_PACKET_SOCKET=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SAMPLES_FALSE=''
# INSTALL_SAMPLES_TRUE='#'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBNET_CONFIG_CFLAGS=''
# LIBNET_CONFIG_DEFINES='-D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H'
# LIBNET_CONFIG_LIBS=''
# LIBOBJS=' ${LIBOBJDIR}libnet_link_linux$U.o'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}libnet_link_linux$U.lo'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libnet/src/libnet-1.1.6/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libnet'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libnet'
# PACKAGE_STRING='libnet 1.1.6'
# PACKAGE_TARNAME='libnet'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.1.6'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.1.6'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libnet/src/libnet-1.1.6/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libnet"
# #define PACKAGE_TARNAME "libnet"
# #define PACKAGE_VERSION "1.1.6"
# #define PACKAGE_STRING "libnet 1.1.6"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libnet"
# #define VERSION "1.1.6"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_GETHOSTBYNAME2 1
# #define HAVE_GETIFADDRS 1
# #define LIBNET_LIL_ENDIAN 1
# #define HAVE_LINUX_SOCKET_H 1
# #define HAVE_PACKET_SOCKET 1
# #define HAVE_LINUX_PROCFS 1
# #define _BSD_SOURCE 1
# #define __BSD_SOURCE 1
# #define __FAVOR_BSD 1
# #define HAVE_NET_ETHERNET_H 1
#
# configure: exit 0