From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.dream-property.net ([82.149.226.172]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SK6bW-0008RT-Qu for openembedded-core@lists.openembedded.org; Tue, 17 Apr 2012 13:29:50 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id 13671315AEAE for ; Tue, 17 Apr 2012 13:20:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8Ym4B2aWJfXq for ; Tue, 17 Apr 2012 13:20:16 +0200 (CEST) Received: from [10.200.6.10] (unknown [82.149.226.166]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id 42585315AEB7 for ; Tue, 17 Apr 2012 13:20:16 +0200 (CEST) Message-ID: <4F8D51EF.3090005@opendreambox.org> Date: Tue, 17 Apr 2012 13:20:15 +0200 From: Andreas Oberritter User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <62DAF410-1C09-4FE9-B049-35761619728C@dominion.thruhere.net> In-Reply-To: <62DAF410-1C09-4FE9-B049-35761619728C@dominion.thruhere.net> Subject: Re: [PATCH 00/17] Fix update-alternatives and RPM package dependencies X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 11:29:50 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 17.04.2012 09:03, Koen Kooi wrote: > > Op 17 apr. 2012, om 00:45 heeft Mark Hatle het volgende geschreven: > >> It was recently noticed that many packages that use update-alternatives were >> not setting package level provides. So a package that required /usr/bin/env >> would not be satisfied by coreutils, even though it had a /usr/bin/env >> alternative. > > Related to your patch: the upgrade paths for /usr/bin/watch are still broken because busybox still installs it into /bin/watch. I forget who was supposed to fix that, but it would be nice to get that done before the release. Are you sure? Please take a look at fa8b2d2bed63fa4fc2af45f094998b0f9e69d272. Is something wrong with this patch? Regards, Andreas