From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id 68C6475108 for ; Sun, 26 Aug 2018 02:54:40 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id w7Q2sb7K018148 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Sat, 25 Aug 2018 19:54:37 -0700 Received: from [128.224.162.179] (128.224.162.179) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.408.0; Sat, 25 Aug 2018 19:54:36 -0700 To: Alexander Kanavin References: <55b7afd2fc5b383ab482f4b004e38cb0797ca29c.1535216766.git.kai.kang@windriver.com> From: Kang Kai Message-ID: Date: Sun, 26 Aug 2018 10:54:03 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Cc: OE-core Subject: Re: [PATCH 3/5] update_font_cache: update script for multilib 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: Sun, 26 Aug 2018 02:54:40 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US On 2018年08月26日 01:38, Alexander Kanavin wrote: > 2018-08-25 19:13 GMT+02:00 Kai Kang : >> Packages which inherit fontcache.bbclass call postinstall script >> update_font_cache. And in update_font_cache, it calls ${bindir}/fc-cache >> by qemuwrapper. When multilib is enabled, both packages foo and lib32-foo >> will call ${bindir}/fc-cache and one of them will fail to run obviously. > Do other postinst-intercept scripts need similar fixing? The fix is from update_gio_module_cache, but I missed update_gtk_immodules_cache and others are ok. I'll update update_gtk_immodules_cache. Thanks, Kai > > Alex > -- Regards, Neil | Kai Kang