Created
May 13, 2017 00:44
-
-
Save archey/6d3cfc1e8888674a97f78b457fa83453 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> netsniff-ng: Cleaning temporary build dirs... | |
>>> netsniff-ng: Checking sha512sums... | |
netsniff-ng-0.6.3.tar.gz: OK | |
netsniff-ng-build-fixes.patch: OK | |
>>> netsniff-ng: Unpacking /var/cache/distfiles/netsniff-ng-0.6.3.tar.gz... | |
>>> netsniff-ng: netsniff-ng-build-fixes.patch | |
patching file Makefile | |
patching file astraceroute.c | |
patching file built_in.h | |
patching file csum.h | |
patching file dev.c | |
patching file link.c | |
patching file pcap_io.h | |
patching file proc.h | |
patching file proto_nlmsg.c | |
[*] Checking compiler gcc ... [YES] | |
[*] Checking linker gcc ... [YES] | |
[*] Checking pkg-config ... [YES] | |
[*] Checking flex ... [YES] | |
[*] Checking bison ... [YES] | |
[*] Checking nacl ... [YES] | |
[*] Checking libnl ... [YES] | |
[*] Checking libnl-route ... [YES] | |
[*] Checking tpacket_v2 ... [YES] | |
[*] Checking tpacket_v3 ... [YES] | |
[*] Checking libnetfilter-conntrack ... [YES] | |
[*] Checking ncurses ... [YES] | |
[*] Checking libGeoIP ... [YES] | |
[*] Checking libz ... [YES] | |
[*] Checking liburcu ... [YES] | |
[*] Checking libpcap ... [YES] | |
[*] Checking hw timestamping ... [YES] | |
[*] Checking libcli ... [YES] | |
[*] Checking libnet ... [YES] | |
[*] Generating config.h ... | |
[*] Looks good! All tools will be built! | |
Building netsniff-ng toolkit (0.6.3+) for x86_64-alpine-linux-musl: | |
Building netsniff-ng: | |
CC dissector.c | |
CC dissector_sll.c | |
CC dissector_eth.c | |
CC dissector_80211.c | |
CC dissector_netlink.c | |
CC lookup.c | |
CC proto_arp.c | |
CC proto_ethernet.c | |
CC proto_icmpv4.c | |
CC proto_icmpv6.c | |
CC proto_igmp.c | |
CC proto_ip_authentication_hdr.c | |
CC proto_ip_esp.c | |
CC proto_ipv4.c | |
CC proto_ipv6.c | |
CC proto_ipv6_dest_opts.c | |
CC proto_ipv6_fragm.c | |
CC proto_ipv6_hop_by_hop.c | |
CC proto_ipv6_in_ipv4.c | |
CC proto_ipv6_mobility_hdr.c | |
CC proto_ipv6_no_nxt_hdr.c | |
CC proto_ipv6_routing.c | |
CC proto_lldp.c | |
CC proto_none.c | |
CC proto_tcp.c | |
CC proto_udp.c | |
CC proto_vlan.c | |
CC proto_vlan_q_in_q.c | |
CC proto_mpls_unicast.c | |
CC proto_80211_mac_hdr.c | |
CC privs.c | |
CC proc.c | |
CC dev.c | |
CC str.c | |
CC sig.c | |
CC sock.c | |
CC irq.c | |
CC iosched.c | |
CC ioops.c | |
CC link.c | |
CC xmalloc.c | |
CC hash.c | |
CC bpf.c | |
CC pcap_rw.c | |
CC pcap_sg.c | |
CC pcap_mm.c | |
CC ring_rx.c | |
CC ring_tx.c | |
CC ring.c | |
CC tprintf.c | |
CC timer.c | |
CC die.c | |
CC sysctl.c | |
CC netsniff-ng.c | |
CC bpf_comp.c | |
CC geoip.c | |
CC tstamping.c | |
CC mac80211.c | |
CC proto_nlmsg.c | |
LD netsniff-ng | |
Building trafgen: | |
LEX trafgen_lexer.l | |
YAAC trafgen_parser.y | |
CC xmalloc.c | |
CC die.c | |
CC ioops.c | |
CC privs.c | |
CC proc.c | |
CC dev.c | |
CC irq.c | |
CC link.c | |
CC str.c | |
CC sig.c | |
CC sock.c | |
CC ring_tx.c | |
CC ring.c | |
CC timer.c | |
CC sysctl.c | |
CC cpp.c | |
CC pcap_sg.c | |
CC pcap_rw.c | |
CC pcap_mm.c | |
CC iosched.c | |
CC trafgen_proto.c | |
CC trafgen_l2.c | |
CC trafgen_l3.c | |
CC trafgen_l4.c | |
CC trafgen/trafgen_lexer.yy.c | |
CC trafgen/trafgen_parser.tab.c | |
CC trafgen.c | |
CC mac80211.c | |
LD trafgen | |
trafgen/trafgen_parser.tab.o: In function `yysyntax_error': | |
trafgen_parser.tab.c:(.text+0xb42): undefined reference to `libintl_dgettext' | |
trafgen_parser.tab.c:(.text+0xb65): undefined reference to `libintl_dgettext' | |
trafgen_parser.tab.c:(.text+0xb98): undefined reference to `libintl_dgettext' | |
trafgen/trafgen_parser.tab.o: In function `yyparse': | |
trafgen_parser.tab.c:(.text+0x2101): undefined reference to `libintl_dgettext' | |
trafgen_parser.tab.c:(.text+0x2239): undefined reference to `libintl_dgettext' | |
collect2: error: ld returned 1 exit status | |
make: *** [Makefile:189: trafgen] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment