From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 11D89761D3 for ; Fri, 31 Jul 2015 03:20:19 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.1/8.15.1) with ESMTPS id t6V3KIhn024912 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 30 Jul 2015 20:20:18 -0700 (PDT) Received: from [128.224.162.211] (128.224.162.211) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.235.1; Thu, 30 Jul 2015 20:19:58 -0700 Message-ID: <55BAE971.5020300@windriver.com> Date: Fri, 31 Jul 2015 11:20:17 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Rongqing Li , Richard Purdie , Li Zhou References: <1432085475-24806-1-git-send-email-li.zhou@windriver.com> <1436654372.3310.28.camel@linuxfoundation.org> <55BAE3B9.2060807@windriver.com> In-Reply-To: <55BAE3B9.2060807@windriver.com> X-Originating-IP: [128.224.162.211] Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 03:20:20 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 07/31/2015 10:55 AM, Rongqing Li wrote: > > > On 2015年07月12日 06:39, Richard Purdie wrote: >> On Wed, 2015-05-20 at 09:31 +0800, Li Zhou wrote: >>> When update-alternatives is moved from opkg to opkg-utils, a line in >>> the file is changed >>> from >>> to . >>> But opkglibdir doesn't equal to "/usr/lib" here, but equal to >>> "/var/lib" >>> in oe-core build by configuring --with-opkglibdir. >>> opkg-utils can't get the var value in opkg, so here define >>> opkglibdir to >>> set the path. >>> >>> Signed-off-by: Li Zhou >>> --- >>> meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 +++ >>> 1 file changed, 3 insertions(+) >> >> https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/387/steps/BuildImages_3/logs/stdio >> >> >> Seems related to this :/ > > I can not reproduce it, > > do you see this error in yocto autobuilder recently? I see this patch > still is in master-next2 > > -Roy > > > Did you enable multilib? Regards, Chen Qi > > >> >> Cheers, >> >> Richard >> >