configure: WARNING: you should use --build, --host, --target conflicts: 38 shift/reduce CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /Users/jenkins/w/cci_PR-3520@2/1/b9fb4624-763e-4e59-9b9c-c2b371f177dc/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-3520@2/.conan/data/libpcap/1.9.1/_/_/package/79cb6cd90e2401a573e6c8d2c3b9b7d78ed1fe27/include/pcap/pcap.h:329: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-3520@2/.conan/data/libpcap/1.9.1/_/_/package/79cb6cd90e2401a573e6c8d2c3b9b7d78ed1fe27/include/pcap/funcattrs.h:227:53: note: expanded from macro 'PCAP_DEPRECATED' #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) ^ 1 warning generated.