******************************************************************************** conan install mdnsresponder/878.200.35@#aee2fde6a6d3ba1b6e29db0339cc234d --build=mdnsresponder -pr /home/conan/w/prod/BuildSingleReference/233884/8ee3c822-36bb-4561-ae43-1ec287eb95a7/profile_linux_7_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) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 7 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=7 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=7 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:69f10d1e6d78c1962fbe8fb80440f32b1fdf8423 - 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/69f10d1e6d78c1962fbe8fb80440f32b1fdf8423 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/69f10d1e6d78c1962fbe8fb80440f32b1fdf8423/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/69f10d1e6d78c1962fbe8fb80440f32b1fdf8423/src/Clients' mkdir build 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/69f10d1e6d78c1962fbe8fb80440f32b1fdf8423/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=] printf("mDNSResponder exiting normally with %ld\n", err); ~~^ %d In file included from ../mDNSCore/mDNSEmbeddedAPI.h:70:0, 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] (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’ #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] (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’ #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] (uint32_t)ar->SendRNow, (uint32_t)ar->resrec.InterfaceID, ARDisplayString(m, ar)); ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro ‘LogInfo’ #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] (uint32_t)ar->SendRNow, (uint32_t)ar->resrec.InterfaceID, ARDisplayString(m, ar)); ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro ‘LogInfo’ #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] (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’ #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] (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’ #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) ^~~~~~~~~~~ ../mDNSCore/mDNS.c: In function ‘ValidateParameters’: ../mDNSCore/mDNS.c:11729:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (uint32_t)question->InterfaceID, question->qname.c, DNSTypeName(question->qtype)); ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro ‘LogInfo’ #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) ^~~~~~~~~~~ ../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] (uint32_t)set->InterfaceID, set->ifname, &set->ip, ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro ‘LogInfo’ #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] " making it active", (uint32_t)set->InterfaceID, set->ifname, &set->ip); ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro ‘LogInfo’ #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] " marking questions etc. dormant", (uint32_t)set->InterfaceID, set->ifname, &set->ip); ^ ../mDNSCore/mDNSDebug.h:101:106: note: in definition of macro ‘LogInfo’ #define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__);} while (0) ^~~~~~~~~~~ ../mDNSCore/DNSDigest.c: In function ‘MD5_Update’: ../mDNSCore/DNSDigest.c:611:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0: l =((unsigned long)(*((c)++))); \ ^ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro ‘HOST_p_c2l’ l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:9: note: here case 1: l|=((unsigned long)(*((c)++)))<< 8; \ ^ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro ‘HOST_p_c2l’ 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=] case 1: l|=((unsigned long)(*((c)++)))<< 8; \ ^ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro ‘HOST_p_c2l’ l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:9: note: here case 2: l|=((unsigned long)(*((c)++)))<<16; \ ^ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro ‘HOST_p_c2l’ 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=] case 2: l|=((unsigned long)(*((c)++)))<<16; \ ^ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro ‘HOST_p_c2l’ l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l; ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:614:9: note: here case 3: l|=((unsigned long)(*((c)++)))<<24; \ ^ ../mDNSCore/DNSDigest.c:669:22: note: in expansion of macro ‘HOST_p_c2l’ 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=] if (--len == 0) break; \ ^ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro ‘HOST_p_c2l_p’ l=p[sw]; HOST_p_c2l_p(data,l,sc,len); p[sw]=l; ^~~~~~~~~~~~ ../mDNSCore/DNSDigest.c:620:9: note: here case 1: l|=((unsigned long)(*((c)++)))<< 8; \ ^ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro ‘HOST_p_c2l_p’ 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=] if (--len == 0) break; \ ^ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro ‘HOST_p_c2l_p’ l=p[sw]; HOST_p_c2l_p(data,l,sc,len); p[sw]=l; ^~~~~~~~~~~~ ../mDNSCore/DNSDigest.c:622:9: note: here case 2: l|=((unsigned long)(*((c)++)))<<16; \ ^ ../mDNSCore/DNSDigest.c:684:26: note: in expansion of macro ‘HOST_p_c2l_p’ 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=] case 0: l =((unsigned long)(*((c)++))); \ ^ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(data,l,sc); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:9: note: here case 1: l|=((unsigned long)(*((c)++)))<< 8; \ ^ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(data,l,sc); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:18: warning: this statement may fall through [-Wimplicit-fallthrough=] case 1: l|=((unsigned long)(*((c)++)))<< 8; \ ^ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(data,l,sc); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:9: note: here case 2: l|=((unsigned long)(*((c)++)))<<16; \ ^ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(data,l,sc); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:18: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: l|=((unsigned long)(*((c)++)))<<16; \ ^ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(data,l,sc); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:614:9: note: here case 3: l|=((unsigned long)(*((c)++)))<<24; \ ^ ../mDNSCore/DNSDigest.c:692:17: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(data,l,sc); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:628:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: l =((unsigned long)(*(--(c))))<<16; \ ^ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro ‘HOST_c2l_p’ HOST_c2l_p(data,l,ec); p[sw]=l; ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:9: note: here case 2: l|=((unsigned long)(*(--(c))))<< 8; \ ^ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro ‘HOST_c2l_p’ HOST_c2l_p(data,l,ec); p[sw]=l; ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:18: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: l|=((unsigned long)(*(--(c))))<< 8; \ ^ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro ‘HOST_c2l_p’ HOST_c2l_p(data,l,ec); p[sw]=l; ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:630:9: note: here case 1: l|=((unsigned long)(*(--(c)))); \ ^ ../mDNSCore/DNSDigest.c:700:21: note: in expansion of macro ‘HOST_c2l_p’ HOST_c2l_p(data,l,ec); p[sw]=l; ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:628:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: l =((unsigned long)(*(--(c))))<<16; \ ^ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro ‘HOST_c2l_p’ HOST_c2l_p(data,l,ec); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:9: note: here case 2: l|=((unsigned long)(*(--(c))))<< 8; \ ^ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro ‘HOST_c2l_p’ HOST_c2l_p(data,l,ec); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:629:18: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: l|=((unsigned long)(*(--(c))))<< 8; \ ^ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro ‘HOST_c2l_p’ HOST_c2l_p(data,l,ec); ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:630:9: note: here case 1: l|=((unsigned long)(*(--(c)))); \ ^ ../mDNSCore/DNSDigest.c:754:9: note: in expansion of macro ‘HOST_c2l_p’ 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=] case 0: l =((unsigned long)(*((c)++))); \ ^ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:612:9: note: here case 1: l|=((unsigned long)(*((c)++)))<< 8; \ ^ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro ‘HOST_p_c2l’ 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=] case 1: l|=((unsigned long)(*((c)++)))<< 8; \ ^ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:613:9: note: here case 2: l|=((unsigned long)(*((c)++)))<<16; \ ^ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro ‘HOST_p_c2l’ 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=] case 2: l|=((unsigned long)(*((c)++)))<<16; \ ^ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro ‘HOST_p_c2l’ HOST_p_c2l(cp,l,j); p[i++]=l; /* i is the next 'undefined word' */ ^~~~~~~~~~ ../mDNSCore/DNSDigest.c:614:9: note: here case 3: l|=((unsigned long)(*((c)++)))<<24; \ ^ ../mDNSCore/DNSDigest.c:811:5: note: in expansion of macro ‘HOST_p_c2l’ 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=] if (!NATChanged) return; ^ ../mDNSCore/uDNS.c:2332:5: note: here case regState_NoTarget: ^~~~ ../mDNSCore/DNSCommon.c: In function ‘RDataHashValue’: ../mDNSCore/DNSCommon.c:1534:13: warning: this statement may fall through [-Wimplicit-fallthrough=] len -= dlen; ~~~~^~~~~~~ ../mDNSCore/DNSCommon.c:1538:5: note: here default: ^~~~~~~ ../mDNSCore/DNSCommon.c: In function ‘mDNS_vsnprintf’: ../mDNSCore/DNSCommon.c:4388:29: warning: this statement may fall through [-Wimplicit-fallthrough=] F.precision = sizeof(void*) * 2; // 8 characters on 32-bit; 16 characters on 64-bit ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ../mDNSCore/DNSCommon.c:4389:13: note: here case 'X': digits = kHexDigitsUppercase; ^~~~ ../mDNSCore/DNSCommon.c:4487:19: warning: this statement may fall through [-Wimplicit-fallthrough=] i = mDNS_snprintf(mDNS_VACB, sizeof(mDNS_VACB), "<>", c); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../mDNSCore/DNSCommon.c:4489:13: note: here 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] 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] 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] 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’ snprintf(addr, sizeof(addr), "%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X%%%s", ^~~~~~~~ /usr/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 '69f10d1e6d78c1962fbe8fb80440f32b1fdf8423' build failed mdnsresponder/878.200.35: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/mdnsresponder/878.200.35/_/_/build/69f10d1e6d78c1962fbe8fb80440f32b1fdf8423/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