------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> fragrouter-1.6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> fragrouter-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fragrouter-1.6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> fragrouter-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fragrouter-1.6 for building => SHA256 Checksum OK for fragrouter-1.6.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> fragrouter-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fragrouter-1.6 for building ===> Extracting for fragrouter-1.6 => SHA256 Checksum OK for fragrouter-1.6.tar.gz. Extracted Memory Use: 1.99M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fragrouter-1.6 ===> Applying ports patches for fragrouter-1.6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for fragrouter-1.6 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking if the compiler understands -pipe -Wall... yes checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... yes checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for working const... yes checking for strdup... (cached) yes checking for gethostbyname in -lnsl... no checking for socket in -lsocket... no checking for net/ethernet.h... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h configuring in Libnet-0.99b running /bin/sh ./configure --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/share/info/ x86_64-portbld-dragonfly5.9 --cache-file=.././config.cache --srcdir=. configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site loading cache .././config.cache checking host system type... x86_64-portbld-dragonfly5.9 checking target system type... x86_64-portbld-dragonfly5.9 checking build system type... x86_64-portbld-dragonfly5.9 checking for gcc... (cached) cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for working const... (cached) yes checking for a BSD compatible install... ../ checking whether make sets ${MAKE}... (cached) yes checking for ranlib... ranlib checking for ar... ar checking for ln... ln checking for strerror... (cached) yes checking for pcap_open_live in -lpcap... yes checking low-level packet interface type... found bpf configure: warning: your OS is not officially supported yet configure: warning: dunno if this will work you'll have to edit the makefile by hand please send diffs to mike@infonexus.com checking for build_ip in -lnet... no checking whether byte ordering is bigendian... no checking if unaligned accesses fail... no checking for sys/sockio.h... yes updating cache .././config.cache creating ./config.status creating Makefile creating test/Makefile creating test/TCP/Makefile creating test/Ethernet/Makefile creating test/UDP/Makefile creating test/ICMP/Makefile creating test/Random/Makefile creating util/Makefile creating util/Get-mac/Makefile creating include/config.h SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fragrouter-1.6 --- ./Libnet-0.99b/libnet.a --- --- attack.o --- --- fragrouter.o --- --- ip_frag.o --- --- list.o --- --- misc.o --- --- print.o --- --- send.o --- --- sniff.o --- --- tcp_seg.o --- --- ./Libnet-0.99b/libnet.a --- cd ./Libnet-0.99b; /usr/bin/make --- attack.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c attack.c --- fragrouter.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c fragrouter.c --- ip_frag.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c ip_frag.c --- list.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c list.c --- misc.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c misc.c --- print.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c print.c --- send.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c send.c --- sniff.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c sniff.c --- tcp_seg.o --- cc -pipe -Wall -pipe -O2 -fno-strict-aliasing -I./Libnet-0.99b/include -c tcp_seg.c --- list.o --- list.c: In function 'list_elem': list.c:57:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(new->data, data, len); ^~~~~~ list.c:57:3: warning: incompatible implicit declaration of built-in function 'memcpy' list.c:57:3: note: include '' or provide a declaration of 'memcpy' list.c:46:1: +#include list.c:57:3: memcpy(new->data, data, len); ^~~~~~ --- send.o --- send.c: In function 'send_init': send.c:65:7: warning: pointer targets in assignment from 'char *' to 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] p = strtok(hops, " "); ^ send.c:66:55: warning: pointer targets in assignment from 'char *' to 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] for (; q - optdata < MAX_IPOPTLEN && p != NULL; p = strtok(NULL, " ")) { ^ --- sniff.o --- sniff.c: In function 'sniff_init': sniff.c:73:40: warning: pointer targets in passing argument 2 of 'libnet_get_ipaddr' differ in signedness [-Wpointer-sign] if (!(llip = libnet_get_ipaddr(llif, dev, ebuf))) ^~~ In file included from ./Libnet-0.99b/include/libnet.h:93, from sniff.c:48: ./Libnet-0.99b/include/./libnet/libnet-functions.h:713:1: note: expected 'const u_char *' {aka 'const unsigned char *'} but argument is of type 'char *' libnet_get_ipaddr(struct link_int *, const u_char *, u_char *); ^~~~~~~~~~~~~~~~~ sniff.c:73:45: warning: pointer targets in passing argument 3 of 'libnet_get_ipaddr' differ in signedness [-Wpointer-sign] if (!(llip = libnet_get_ipaddr(llif, dev, ebuf))) ^~~~ In file included from ./Libnet-0.99b/include/libnet.h:93, from sniff.c:48: ./Libnet-0.99b/include/./libnet/libnet-functions.h:713:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' libnet_get_ipaddr(struct link_int *, const u_char *, u_char *); ^~~~~~~~~~~~~~~~~ sniff.c:76:41: warning: pointer targets in passing argument 2 of 'libnet_get_hwaddr' differ in signedness [-Wpointer-sign] if (!(llmac = libnet_get_hwaddr(llif, dev, ebuf))) ^~~ In file included from ./Libnet-0.99b/include/libnet.h:93, from sniff.c:48: ./Libnet-0.99b/include/./libnet/libnet-functions.h:716:1: note: expected 'const u_char *' {aka 'const unsigned char *'} but argument is of type 'char *' libnet_get_hwaddr(struct link_int *, const u_char *, u_char *); ^~~~~~~~~~~~~~~~~ sniff.c:76:46: warning: pointer targets in passing argument 3 of 'libnet_get_hwaddr' differ in signedness [-Wpointer-sign] if (!(llmac = libnet_get_hwaddr(llif, dev, ebuf))) ^~~~ In file included from ./Libnet-0.99b/include/libnet.h:93, from sniff.c:48: ./Libnet-0.99b/include/./libnet/libnet-functions.h:716:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' libnet_get_hwaddr(struct link_int *, const u_char *, u_char *); ^~~~~~~~~~~~~~~~~ sniff.c: In function 'sniff_loop': sniff.c:131:14: warning: pointer targets in assignment from 'char *' to 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if ((pkt = (char *)pcap_next(sniff_pd, &pkthdr)) != NULL) { ^ --- ./Libnet-0.99b/libnet.a --- --- version.h --- sed -e 's/.*/#define VERSION "&"/' ./VERSION > version.h --- src/resolve.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/resolve.c -o src/resolve.o --- attack.o --- attack.c: In function 'attack_init': attack.c:346:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(ebuf, "attack unimplemented"); ^~~~~~ attack.c:346:5: warning: incompatible implicit declaration of built-in function 'strcpy' attack.c:346:5: note: include '' or provide a declaration of 'strcpy' attack.c:51:1: +#include attack.c:346:5: strcpy(ebuf, "attack unimplemented"); ^~~~~~ --- ./Libnet-0.99b/libnet.a --- --- src/socket.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/socket.c -o src/socket.o --- src/checksum.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/checksum.c -o src/checksum.o --- src/prand.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/prand.c -o src/prand.o --- src/socket.o --- src/socket.c: In function 'open_raw_sock': src/socket.c:41:1: warning: type of 'prot' defaults to 'int' [-Wimplicit-int] open_raw_sock(prot) ^~~~~~~~~~~~~ --- src/version.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/version.c -o src/version.o --- src/error.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/error.c -o src/error.o --- src/write_ip.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/write_ip.c -o src/write_ip.o --- src/insert_ipo.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/insert_ipo.c -o src/insert_ipo.o --- src/insert_tcpo.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/insert_tcpo.c -o src/insert_tcpo.o --- src/bpf.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/bpf.c -o src/bpf.o --- src/packet_mem.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/packet_mem.c -o src/packet_mem.o --- src/build_ip.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_ip.c -o src/build_ip.o --- src/build_tcp.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_tcp.c -o src/build_tcp.o --- src/build_udp.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_udp.c -o src/build_udp.o --- src/build_arp.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_arp.c -o src/build_arp.o --- src/build_ethernet.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_ethernet.c -o src/build_ethernet.o --- src/build_icmp.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_icmp.c -o src/build_icmp.o --- src/build_igmp.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_igmp.c -o src/build_igmp.o --- src/build_dns.o --- --- src/build_snmp.o --- --- src/build_dns.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_dns.c -o src/build_dns.o --- src/build_snmp.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_snmp.c -o src/build_snmp.o --- src/build_rip.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/build_rip.c -o src/build_rip.o --- src/asn1.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/asn1.c -o src/asn1.o --- src/hex_dump.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/hex_dump.c -o src/hex_dump.o --- src/stubs.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/stubs.c -o src/stubs.o --- src/if_addr.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/if_addr.c -o src/if_addr.o --- src/arp.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/arp.c -o src/arp.o --- src/route.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -c src/route.c -o src/route.o --- libnet --- ar -cr lib/libnet.a src/resolve.o src/socket.o src/checksum.o src/prand.o src/version.o src/error.o src/write_ip.o src/insert_ipo.o src/insert_tcpo.o src/error.o src/bpf.o src/packet_mem.o src/build_ip.o src/build_tcp.o src/build_udp.o src/build_arp.o src/build_ethernet.o src/build_icmp.o src/build_igmp.o src/build_dns.o src/build_snmp.o src/build_rip.o src/asn1.o src/hex_dump.o src/stubs.o src/if_addr.o src/arp.o src/route.o ranlib lib/libnet.a --- fragrouter --- cc -pipe -Wall -o fragrouter attack.o fragrouter.o ip_frag.o list.o misc.o print.o send.o sniff.o tcp_seg.o -lpcap -L./Libnet-0.99b/lib -lnet SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fragrouter-1.6 ===> Generating temporary packing list cd ./Libnet-0.99b; /usr/bin/make ar -cr lib/libnet.a src/resolve.o src/socket.o src/checksum.o src/prand.o src/version.o src/error.o src/write_ip.o src/insert_ipo.o src/insert_tcpo.o src/error.o src/bpf.o src/packet_mem.o src/build_ip.o src/build_tcp.o src/build_udp.o src/build_arp.o src/build_ethernet.o src/build_icmp.o src/build_igmp.o src/build_dns.o src/build_snmp.o src/build_rip.o src/asn1.o src/hex_dump.o src/stubs.o src/if_addr.o src/arp.o src/route.o ranlib lib/libnet.a cc -pipe -Wall -o fragrouter attack.o fragrouter.o ip_frag.o list.o misc.o print.o send.o sniff.o tcp_seg.o -lpcap -L./Libnet-0.99b/lib -lnet ./mkinstalldirs /construction/security/fragrouter/stage/usr/local/sbin ./mkinstalldirs /construction/security/fragrouter/stage/usr/local/man/man8 install -s -m 555 -m 755 fragrouter /construction/security/fragrouter/stage/usr/local/sbin install -m 0644 fragrouter.8 /construction/security/fragrouter/stage/usr/local/man/man8 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for fragrouter-1.6 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06