configure: WARNING: you should use --build, --host, --target configure: WARNING: unrecognized options: --disable-packet-ring configure: WARNING: unrecognized options: --disable-packet-ring CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /Users/jenkins/w/cci_PR-4077/1/cd5e2b2a-a9f2-4fc5-9050-11c523032376/recipes/libpcap/all/test_package/list_network.c:13:11: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] dev = pcap_lookupdev(errbuf); ^ /Users/jenkins/w/cci_PR-4077/.conan/data/libpcap/1.10.0/_/_/package/7c20e81d15858637f0e9fd2d8de418a7bf506262/include/pcap/pcap.h:395:1: note: 'pcap_lookupdev' has been explicitly marked deprecated here PCAP_DEPRECATED(pcap_lookupdev, "use 'pcap_findalldevs' and use the first device"); ^ /Users/jenkins/w/cci_PR-4077/.conan/data/libpcap/1.10.0/_/_/package/7c20e81d15858637f0e9fd2d8de418a7bf506262/include/pcap/funcattrs.h:291:53: note: expanded from macro 'PCAP_DEPRECATED' #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) ^ 1 warning generated.