[From nobody Thu Jun 25 05:55:08 2020
Received: from mail.troianet.com.br ([177.75.175.20])
 by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux))
 id 1hGkpC-0008JW-JK
 for openwrt-devel@lists.openwrt.org; Wed, 17 Apr 2019 13:42:08 +0000
Received: from troianet.com.br (nobody@localhost [127.0.0.1])
 by mail.troianet.com.br with ESMTP id x3HDfpQV006294;
 Wed, 17 Apr 2019 10:41:51 -0300
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troianet.com.br;
 s=mail; t=1555508511;
 bh=DP/AzZiyUTMTtWdicyq5gcdnqn4YMsBIIujLph+IAj8=;
 h=Date:From:To:cc:Subject:In-Reply-To:References;
 b=CnHfJPkZZSzLCEje/E+B9CdbYIz323iwoq9FcFAs5n3bs0WjVDsZwh27WkFgtSTdi
 oxsoeDwnj85LAxF57bVm5dooYOiju6h2KoUhOH/4IlckULBz9UD/JQQPnFHhuUpMiI
 B1eyQ3k//v2OTk3UBIUbLM0ARE5ZpUhvMcFSu4d5P1CLjksvXc4oTiSzET9zSR18Aj
 dmIZRjBtY4XDoyL/iJyX+wqnF6rpEy9LDa/mPKKyL4ADme9ZMIczpe6xjdcQ+H35tg
 ZWrRCCTwyeU/kHeeL/GoBli/8HiZSfzkKy/reZljvkKmidSyveafXAbEZkq2WQkrjY
 VSlgTTNLjYjzA==
Received: from localhost (equeiroz@localhost)
 by troianet.com.br with ESMTP id x3HDfnSZ006290;
 Wed, 17 Apr 2019 10:41:50 -0300
Date: Wed, 17 Apr 2019 10:41:49 -0300 (-03)
From: equeiroz@troianet.com.br
To: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
cc: OpenWrt Development List &lt;openwrt-devel@lists.openwrt.org&gt;
Subject: Re: [OpenWrt-Devel] recursive dependency - libmicrohttpd
In-Reply-To: &lt;1bb26f55-1eaa-c29a-ea47-e94c93983e47@ncentric.com&gt;
Message-ID: &lt;alpine.LNX.2.21.1.1904171037590.31153@gateway.troianet.com.br&gt;
References: &lt;1bb26f55-1eaa-c29a-ea47-e94c93983e47@ncentric.com&gt;
User-Agent: Alpine 2.21.1 (LNX 202 2017-01-01)
MIME-Version: 1.0
Content-Type: multipart/mixed;
 boundary=&quot;-1463747071-1669613171-1555508510=:31153&quot;
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 
X-CRM114-CacheID: sfid-20190417_064207_006571_6E678C36 
X-CRM114-Status: UNSURE (   6.79  )
X-CRM114-Notice: Please train this message.
X-Spam-Score: -0.2 (/)
X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary:
 Content analysis details:   (-0.2 points)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at https://www.dnswl.org/,
 no trust [177.75.175.20 listed in list.dnswl.org]
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 -0.0 SPF_PASS               SPF: sender matches SPF record
 -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
 -0.1 DKIM_VALID_AU          Message has a valid DKIM or DK signature from
 author's domain
 -0.1 DKIM_VALID_EF          Message has a valid DKIM or DK signature from
 envelope-from domain
 0.1 DKIM_SIGNED            Message has a DKIM or DK signature, not necessarily
 valid

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

---1463747071-1669613171-1555508510=:31153
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8BIT

On Wed, 17 Apr 2019, Koen Vandeputte wrote:

&gt; Hi All,
&gt;
&gt; It seems the latest state (or packages) seems to contain a recursive 
&gt; dependency:
&gt;
&gt;
&gt; subsection &quot;Kconfig recursive dependency limitations&quot;
&gt; tmp/.config-package.in:63605:    symbol PACKAGE_libmicrohttpd-ssl depends on 
&gt; PACKAGE_libmicrohttpd-no-ssl
&gt; For a resolution refer to Documentation/kbuild/kconfig-language.txt
&gt; subsection &quot;Kconfig recursive dependency limitations&quot;
&gt; tmp/.config-package.in:63592:    symbol PACKAGE_libmicrohttpd-no-ssl is 
&gt; selected by PACKAGE_libmicrohttpd-ssl
&gt;
&gt;
&gt; Anyone any idea?
&gt;
&gt;
&gt; Thanks,
&gt;
&gt; Koen

This is caused by the CONFLICTS line in libmicrohttpd/Makefile.
See my comments in https://github.com/openwrt/packages/pull/8569

Eneas
---1463747071-1669613171-1555508510=:31153--

]