From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 93DD771210 for ; Tue, 14 Oct 2014 09:58:06 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id s9E9w6cK003237 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 14 Oct 2014 02:58:06 -0700 (PDT) Received: from [128.224.162.204] (128.224.162.204) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 14 Oct 2014 02:58:06 -0700 Message-ID: <543CF3AB.9030301@windriver.com> Date: Tue, 14 Oct 2014 17:58:03 +0800 From: Chong Lu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "Burton, Ross" References: In-Reply-To: X-Originating-IP: [128.224.162.204] Cc: OE-core Subject: Re: [PATCH 1/1] gconf: fix multilib conflict - org.gnome.GConf.service 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: Tue, 14 Oct 2014 09:58:06 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 10/14/2014 05:52 PM, Burton, Ross wrote: > On 14 October 2014 09:39, Chong Lu wrote: >> The gconfd-2 will be called in org.gnome.GConf.service file and the path of >> gconfd-2 is ${libexecdir}, this will get following error when multilib exported >> in the sdk: >> error: file /usr/share/dbus-1/services/org.gnome.GConf.service from install >> of gconf-3.2.6-r0.0.lib32_x86 conflicts with file from package >> gconf-3.2.6-r0.0.x86_64 >> >> Changed ${libexecdir} to /usr/libexec to fix this issue. > Haven't we been here before? A better fix is to split the library and > the daemon into separate packages, so in a multilib environment you > have lib32gconf, lib64gconf, and gconfd (which can be 32- or 64-bit). > > Ross > > Hi Ross, Do you mean we should put /usr/lib64/gconf/gconfd-2 into lib64gconf and /usr/lib/gconf/gconfd-2 into lib32gconf? Best Regards Chong