******************************************************************************** conan install mdnsresponder/878.200.35@#aee2fde6a6d3ba1b6e29db0339cc234d --build=mdnsresponder -pr /home/conan/w/prod/BuildSingleReference/233884/579f2c4c-086c-4249-ab20-f4f95e6bab85/profile_linux_11_libstdcpp11_gcc_debug_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) Found gcc 11.1 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True mdnsresponder/878.200.35: Forced build from source Installing package: mdnsresponder/878.200.35 Requirements mdnsresponder/878.200.35 from local cache - Cache Packages mdnsresponder/878.200.35:2a448472971d7718b4207a1ee198ae4f78f2995d - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK mdnsresponder/878.200.35: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/mdnsresponder/878.200.35/_/_/source/src mdnsresponder/878.200.35: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK mdnsresponder/878.200.35: Copying sources to build folder mdnsresponder/878.200.35: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/mdnsresponder/878.200.35/_/_/build/2a448472971d7718b4207a1ee198ae4f78f2995d mdnsresponder/878.200.35: Generator txt created conanbuildinfo.txt mdnsresponder/878.200.35: Calling generate() mdnsresponder/878.200.35: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK mdnsresponder/878.200.35: Calling build() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/mdnsresponder/878.200.35/_/_/build/2a448472971d7718b4207a1ee198ae4f78f2995d/build-debug/conan/conanbuild.sh" && make setup Daemon libdns_sd Clients os=linux -j1 tls=no DEBUG=1 ----------------- build/debug/mdnsd Responder daemon done build/debug/libdns_sd.so Client library done make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/mdnsresponder/878.200.35/_/_/build/2a448472971d7718b4207a1ee198ae4f78f2995d/src/Clients' mkdir build cc dns-sd.c ClientCommon.c -L../mDNSPosix/build/prod/ -ldns_sd -I../mDNSShared -Wall -o build/dns-sd Makefile:49: recipe for target 'build/dns-sd' failed make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/mdnsresponder/878.200.35/_/_/build/2a448472971d7718b4207a1ee198ae4f78f2995d/src/Clients' Makefile:269: recipe for target '../Clients/build/dns-sd' failed mdnsresponder/878.200.35: PosixDaemon.c: In function 'main': PosixDaemon.c:208:51: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'mStatus' {aka 'int'} [-Wformat=] 208 | printf("mDNSResponder exiting normally with %ld\n", err); | ~~^ ~~~ | | | | | mStatus {aka int} | long int | %d mDNSPosix.c:1489:38: warning: argument 1 of type 'mDNSu32[]' {aka 'unsigned int[]'} with mismatched bound [-Warray-parameter=] 1489 | mDNSexport void DNSProxyInit(mDNSu32 IpIfArr[], mDNSu32 OpIf) | ~~~~~~~~^~~~~~~~~ In file included from mDNSPosix.c:55: ../mDNSCore/dnsproxy.h:28:34: note: previously declared as 'mDNSu32[5]' {aka 'unsigned int[5]'} 28 | extern void DNSProxyInit(mDNSu32 IpIfArr[MaxIp], mDNSu32 OpIf); | ~~~~~~~~^~~~~~~~~~~~~~ mDNSUNP.c: In function 'plen_to_mask': mDNSUNP.c:77:45: warning: 'sprintf' argument 3 overlaps destination object 'addr' [-Wrestrict] 77 | i==0 ? sprintf(addr, "%x", block) : sprintf(addr, "%s:%x", addr, block); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../mDNSCore/mDNS.c: In function 'CompleteDeregistration': ../mDNSCore/mDNS.c:2181:81: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 2181 | if (rr->AnsweredLocalQ) { AnswerAllLocalQuestionsWithLocalAuthRecord(m, rr, mDNSfalse); rr->AnsweredLocalQ = mDNSfalse; } | ^~~~~~~~~ In file included from ../mDNSCore/mDNSEmbeddedAPI.h:70, from ../mDNSCore/DNSCommon.h:21, from ../mDNSCore/mDNS.c:26: ../mDNSCore/mDNS.c: In function 'SendResponses': ../mDNSCore/mDNS.c:3030:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3030 | (uint32_t)rr->SendRNow, (uint32_t)rr->resrec.InterfaceID, rr->resrec.RecordType, ARDisplayString(m, rr)); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c:3030:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3030 | (uint32_t)rr->SendRNow, (uint32_t)rr->resrec.InterfaceID, rr->resrec.RecordType, ARDisplayString(m, rr)); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c: In function 'SendQueries': ../mDNSCore/mDNS.c:4003:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4003 | (uint32_t)ar->SendRNow, (uint32_t)ar->resrec.InterfaceID, ARDisplayString(m, ar)); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c:4003:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4003 | (uint32_t)ar->SendRNow, (uint32_t)ar->resrec.InterfaceID, ARDisplayString(m, ar)); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c:4038:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4038 | (uint32_t)q->SendQNow, x ? "new" : "old", (uint32_t)q->InterfaceID, q->qname.c, DNSTypeName(q->qtype)); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c:4038:63: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4038 | (uint32_t)q->SendQNow, x ? "new" : "old", (uint32_t)q->InterfaceID, q->qname.c, DNSTypeName(q->qtype)); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c: In function 'AnswerQuestionWithLORecord': ../mDNSCore/mDNS.c:4781:67: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 4781 | AnswerLocalQuestionWithLocalAuthRecord(m, rr, mDNStrue); | ^~~~~~~~ ../mDNSCore/mDNS.c: In function 'AnswerNewLocalOnlyQuestion': ../mDNSCore/mDNS.c:5050:63: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 5050 | AnswerLocalQuestionWithLocalAuthRecord(m, rr, mDNStrue); | ^~~~~~~~ ../mDNSCore/mDNS.c:5067:63: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 5067 | AnswerLocalQuestionWithLocalAuthRecord(m, rr, mDNStrue); | ^~~~~~~~ ../mDNSCore/mDNS.c: In function 'CheckRmvEventsForLocalRecords': ../mDNSCore/mDNS.c:5290:63: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 5290 | AnswerAllLocalQuestionsWithLocalAuthRecord(m, rr, mDNSfalse); | ^~~~~~~~~ ../mDNSCore/mDNS.c: In function 'mDNS_Execute': ../mDNSCore/mDNS.c:5501:67: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 5501 | AnswerAllLocalQuestionsWithLocalAuthRecord(m, rr, mDNStrue); | ^~~~~~~~ ../mDNSCore/mDNS.c:5558:79: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 5558 | AnswerAllLocalQuestionsWithLocalAuthRecord(m, rr, mDNStrue); | ^~~~~~~~ In file included from ../mDNSCore/mDNSEmbeddedAPI.h:70, from ../mDNSCore/DNSCommon.h:21, from ../mDNSCore/mDNS.c:26: ../mDNSCore/mDNS.c: In function 'ValidateParameters': ../mDNSCore/mDNS.c:11729:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 11729 | (uint32_t)question->InterfaceID, question->qname.c, DNSTypeName(question->qtype)); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c: In function 'mDNS_StopQueryWithRemoves': ../mDNSCore/mDNS.c:12417:74: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 12417 | question->QuestionCallback(m, question, &rr->resrec, mDNSfalse); | ^~~~~~~~~ ../mDNSCore/mDNS.c: In function 'mDNS_DeactivateNetWake_internal': ../mDNSCore/mDNS.c:12958:68: warning: implicit conversion from 'enum ' to 'QC_result' [-Wenum-conversion] 12958 | m->SPSBrowseCallback(m, &set->NetWakeBrowse, mDNSNULL, mDNSfalse); | ^~~~~~~~~ In file included from ../mDNSCore/mDNSEmbeddedAPI.h:70, from ../mDNSCore/DNSCommon.h:21, from ../mDNSCore/mDNS.c:26: ../mDNSCore/mDNS.c: In function 'mDNS_RegisterInterface': ../mDNSCore/mDNS.c:13018:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 13018 | (uint32_t)set->InterfaceID, set->ifname, &set->ip, | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c: In function 'mDNS_DeregisterInterface': ../mDNSCore/mDNS.c:13184:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 13184 | " making it active", (uint32_t)set->InterfaceID, set->ifname, &set->ip); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c:13207:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 13207 | " marking questions etc. dormant", (uint32_t)set->InterfaceID, set->ifname, &set->ip); | ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro 'LogInfo' 101 | #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) | ^~~~~~~~~~~ ../mDNSCore/mDNS.c: In function 'mDNSCoreReceiveRawARP': ../mDNSCore/mDNS.c:13931:53: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 13931 | SendARP(m, 2, rr, (mDNSv4Addr *)arp->tpa.b, &arp->sha, (mDNSv4Addr *)arp->spa.b, &arp->sha); | ^~~ ../mDNSCore/mDNS.c:13931:90: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 13931 | SendARP(m, 2, rr, (mDNSv4Addr *)arp->tpa.b, &arp->sha, (mDNSv4Addr *)arp->spa.b, &arp->sha); | ^~~ ../mDNSCore/DNSDigest.c: In function 'MD5_Update': ../mDNSCore/DNSDigest.c:611:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 611 | case 0: l =((unsigned long)(*((c)++))); \ | ^ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro 'HOST_p_c2l' 669 | l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:9: note: here 612 | case 1: l|=((unsigned long)(*((c)++)))<< 8; \ | ^~~~ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro 'HOST_p_c2l' 669 | l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 612 | case 1: l|=((unsigned long)(*((c)++)))<< 8; \ | ^~ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro 'HOST_p_c2l' 669 | l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:9: note: here 613 | case 2: l|=((unsigned long)(*((c)++)))<<16; \ | ^~~~ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro 'HOST_p_c2l' 669 | l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 613 | case 2: l|=((unsigned long)(*((c)++)))<<16; \ | ^~ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro 'HOST_p_c2l' 669 | l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:614:9: note: here 614 | case 3: l|=((unsigned long)(*((c)++)))<<24; \ | ^~~~ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro 'HOST_p_c2l' 669 | l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:619:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 619 | if (--len == 0) break; \ | ^ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro 'HOST_p_c2l_p' 684 | l=p[sw]; HOST_p_c2l_p(data,l,sc,len); p[sw]=l; | ^~~~~~~~~~~~ ../mDNSCore/DNSDigest.c:620:9: note: here 620 | case 1: l|=((unsigned long)(*((c)++)))<< 8; \ | ^~~~ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro 'HOST_p_c2l_p' 684 | l=p[sw]; HOST_p_c2l_p(data,l,sc,len); p[sw]=l; | ^~~~~~~~~~~~ ../mDNSCore/DNSDigest.c:621:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 621 | if (--len == 0) break; \ | ^ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro 'HOST_p_c2l_p' 684 | l=p[sw]; HOST_p_c2l_p(data,l,sc,len); p[sw]=l; | ^~~~~~~~~~~~ ../mDNSCore/DNSDigest.c:622:9: note: here 622 | case 2: l|=((unsigned long)(*((c)++)))<<16; \ | ^~~~ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro 'HOST_p_c2l_p' 684 | l=p[sw]; HOST_p_c2l_p(data,l,sc,len); p[sw]=l; | ^~~~~~~~~~~~ ../mDNSCore/DNSDigest.c:611:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 611 | case 0: l =((unsigned long)(*((c)++))); \ | ^ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro 'HOST_p_c2l' 692 | HOST_p_c2l(data,l,sc); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:9: note: here 612 | case 1: l|=((unsigned long)(*((c)++)))<< 8; \ | ^~~~ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro 'HOST_p_c2l' 692 | HOST_p_c2l(data,l,sc); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 612 | case 1: l|=((unsigned long)(*((c)++)))<< 8; \ | ^~ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro 'HOST_p_c2l' 692 | HOST_p_c2l(data,l,sc); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:9: note: here 613 | case 2: l|=((unsigned long)(*((c)++)))<<16; \ | ^~~~ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro 'HOST_p_c2l' 692 | HOST_p_c2l(data,l,sc); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 613 | case 2: l|=((unsigned long)(*((c)++)))<<16; \ | ^~ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro 'HOST_p_c2l' 692 | HOST_p_c2l(data,l,sc); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:614:9: note: here 614 | case 3: l|=((unsigned long)(*((c)++)))<<24; \ | ^~~~ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro 'HOST_p_c2l' 692 | HOST_p_c2l(data,l,sc); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:628:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 628 | case 3: l =((unsigned long)(*(--(c))))<<16; \ | ^ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro 'HOST_c2l_p' 700 | HOST_c2l_p(data,l,ec); p[sw]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:9: note: here 629 | case 2: l|=((unsigned long)(*(--(c))))<< 8; \ | ^~~~ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro 'HOST_c2l_p' 700 | HOST_c2l_p(data,l,ec); p[sw]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 629 | case 2: l|=((unsigned long)(*(--(c))))<< 8; \ | ^~ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro 'HOST_c2l_p' 700 | HOST_c2l_p(data,l,ec); p[sw]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:630:9: note: here 630 | case 1: l|=((unsigned long)(*(--(c)))); \ | ^~~~ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro 'HOST_c2l_p' 700 | HOST_c2l_p(data,l,ec); p[sw]=l; | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:628:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 628 | case 3: l =((unsigned long)(*(--(c))))<<16; \ | ^ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro 'HOST_c2l_p' 754 | HOST_c2l_p(data,l,ec); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:9: note: here 629 | case 2: l|=((unsigned long)(*(--(c))))<< 8; \ | ^~~~ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro 'HOST_c2l_p' 754 | HOST_c2l_p(data,l,ec); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 629 | case 2: l|=((unsigned long)(*(--(c))))<< 8; \ | ^~ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro 'HOST_c2l_p' 754 | HOST_c2l_p(data,l,ec); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:630:9: note: here 630 | case 1: l|=((unsigned long)(*(--(c)))); \ | ^~~~ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro 'HOST_c2l_p' 754 | HOST_c2l_p(data,l,ec); | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c: In function 'MD5_Final': ../mDNSCore/DNSDigest.c:611:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 611 | case 0: l =((unsigned long)(*((c)++))); \ | ^ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro 'HOST_p_c2l' 811 | HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:9: note: here 612 | case 1: l|=((unsigned long)(*((c)++)))<< 8; \ | ^~~~ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro 'HOST_p_c2l' 811 | HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 612 | case 1: l|=((unsigned long)(*((c)++)))<< 8; \ | ^~ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro 'HOST_p_c2l' 811 | HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:9: note: here 613 | case 2: l|=((unsigned long)(*((c)++)))<<16; \ | ^~~~ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro 'HOST_p_c2l' 811 | HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 613 | case 2: l|=((unsigned long)(*((c)++)))<<16; \ | ^~ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro 'HOST_p_c2l' 811 | HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ | ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:614:9: note: here 614 | case 3: l|=((unsigned long)(*((c)++)))<<24; \ | ^~~~ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro 'HOST_p_c2l' 811 | HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ | ^~~~~~~~~~ ../mDNSCore/uDNS.c: In function 'UpdateOneSRVRecord': ../mDNSCore/uDNS.c:2329:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2329 | if (!NATChanged) return; | ^ ../mDNSCore/uDNS.c:2332:5: note: here 2332 | case regState_NoTarget: | ^~~~ ../mDNSCore/DNSCommon.c: In function 'RDataHashValue': ../mDNSCore/DNSCommon.c:1534:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 1534 | len -= dlen; | ~~~~^~~~~~~ ../mDNSCore/DNSCommon.c:1538:5: note: here 1538 | default: | ^~~~~~~ ../mDNSCore/DNSCommon.c: In function 'mDNS_vsnprintf': ../mDNSCore/DNSCommon.c:4388:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 4388 | F.precision = sizeof(void*) * 2; // 8 characters on 32-bit; 16 characters on 64-bit | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ../mDNSCore/DNSCommon.c:4389:13: note: here 4389 | case 'X': digits = kHexDigitsUppercase; | ^~~~ ../mDNSCore/DNSCommon.c:4487:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 4487 | i = mDNS_snprintf(mDNS_VACB, sizeof(mDNS_VACB), "<>", c); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../mDNSCore/DNSCommon.c:4489:13: note: here 4489 | case '%': *sbuffer++ = (char)c; | ^~~~ ../mDNSShared/uds_daemon.c: In function 'set_peer_pid': ../mDNSShared/uds_daemon.c:1016:21: warning: variable 'len' set but not used [-Wunused-but-set-variable] 1016 | socklen_t len = sizeof(p); | ^~~ ../mDNSShared/dnssd_clientstub.c: In function 'FreeDNSServiceOp': ../mDNSShared/dnssd_clientstub.c:433:30: warning: variable 'op_were_not_going_to_free_but_we_need_to_fool_the_analyzer' set but not used [-Wunused-but-set-variable] 433 | static DNSServiceOp *op_were_not_going_to_free_but_we_need_to_fool_the_analyzer; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dns-sd.c: In function 'addrinfo_reply': dns-sd.c:1216:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1216 | if (!if_indextoname(s6->sin6_scope_id, if_name)) | ^~ dns-sd.c:1218:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1218 | snprintf(addr, sizeof(addr), "%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X%%%s", | ^~~~~~~~ /opt/conan/binutils/bin/ld: cannot find -ldns_sd collect2: error: ld returned 1 exit status make[1]: *** [build/dns-sd] Error 1 make: *** [../Clients/build/dns-sd] Error 2 mdnsresponder/878.200.35: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior mdnsresponder/878.200.35: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior mdnsresponder/878.200.35: ERROR: Package '2a448472971d7718b4207a1ee198ae4f78f2995d' build failed mdnsresponder/878.200.35: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/mdnsresponder/878.200.35/_/_/build/2a448472971d7718b4207a1ee198ae4f78f2995d/build-debug ERROR: mdnsresponder/878.200.35: Error in build() method, line 169 self._build_make() while calling '_build_make', line 113 autotools.make(args=self._make_build_args, target=self._make_build_targets) ConanException: Error 2 while executing make setup Daemon libdns_sd Clients os=linux -j1 tls=no DEBUG=1