Opened 3 years ago

Last modified 3 years ago

#63766 closed defect

FragRoute Build Error CHILDSTATUS 54454 2 — at Initial Version

Reported by: YKPCLN Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: fragroute

Description

Error Command : Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_fragroute/fragroute/work/fragroute-1.2" && /usr/bin/make -j4 -w all

I got some errors like below when I run that command manually.

In file included from pcaputil.c:27: ./pcaputil.h:12:9: error: conflicting types for 'pcap_open' pcap_t *pcap_open(char *device);

/opt/local/include/pcap/pcap.h:1084:18: note: previous declaration is here PCAP_API pcap_t *pcap_open(const char *source, int snaplen, int flags,

pcaputil.c:32:1: error: conflicting types for 'pcap_open' pcap_open(char *device) /opt/local/include/pcap/pcap.h:1084:18: note: previous declaration is here PCAP_API pcap_t *pcap_open(const char *source, int snaplen, int flags,

pcaputil.c:38:17: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]

Thanks all for your helps...

Change History (0)

Note: See TracTickets for help on using tickets.