From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id 9D2416AC95 for ; Fri, 22 May 2015 15:36:23 +0000 (UTC) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 22 May 2015 08:36:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,476,1427785200"; d="scan'208,217";a="575487827" Received: from rrodrig1-mobl1.amr.corp.intel.com (HELO [10.252.254.238]) ([10.252.254.238]) by orsmga003.jf.intel.com with ESMTP; 22 May 2015 08:36:22 -0700 Message-ID: <555F4CF7.2030507@linux.intel.com> Date: Fri, 22 May 2015 10:36:23 -0500 From: Alejandro Hernandez User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "Burton, Ross" References: In-Reply-To: Cc: OE-core Subject: Re: [PATCH 4/5] python3-distribute: Upgrade to python3-setuptools 15.2 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, 22 May 2015 15:36:23 -0000 Content-Type: multipart/alternative; boundary="------------030003040206010109030200" --------------030003040206010109030200 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 21/05/15 18:47, Burton, Ross wrote: > > On 21 May 2015 at 10:15, Alejandro Hernandez > > wrote: > > python3-distribute was merged back to python3-setuptools in 2013, > and it is no longer being maintained, this upgrade also provides > functionality that will be needed for python3-pip. > > > ERROR: The recipe python3-setuptools is trying to install files into a > shared area when those files already exist. Those files and their > manifest location are: > /data/poky-master/tmp/sysroots/intel-corei7-64/usr/lib/python3.4/site-packages/site.py > Matched in manifest-intel-corei7-64-python3-distribute.populate_sysroot > /data/poky-master/tmp/sysroots/intel-corei7-64/usr/lib/python3.4/site-packages/setuptools.pth > Matched in manifest-intel-corei7-64-python3-distribute.populate_sysroot > /data/poky-master/tmp/sysroots/intel-corei7-64/usr/lib/python3.4/site-packages/__pycache__/site.cpython-34.pyc > Matched in manifest-intel-corei7-64-python3-distribute.populate_sysroot > > Urgh, this again. We either live with this and tell people to delete > their tmp/, or bump the tmp ABI and provide a migration path. Or > improve bitbake to handle files moving between recipes in the sysroot > and doing the right thing... > > Ross > > I think this is because the package name is different, before it was python3-distribute and now its python3-setuptools but they do install the same files, so for this case in specific; a bitbake python3-distribtue -c cleanall should be done befooore merging? so the python3-distribute recipe actually exists or clean the /tmp manually. Alejandro --------------030003040206010109030200 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

On 21/05/15 18:47, Burton, Ross wrote:

On 21 May 2015 at 10:15, Alejandro Hernandez <alejandro.hernandez@linux.intel.com> wrote:
python3-distribute was merged back to python3-setuptools in 2013,
and it is no longer being maintained, this upgrade also provides
functionality that will be needed for python3-pip.

ERROR: The recipe python3-setuptools is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
   /data/poky-master/tmp/sysroots/intel-corei7-64/usr/lib/python3.4/site-packages/site.py
 Matched in manifest-intel-corei7-64-python3-distribute.populate_sysroot
 /data/poky-master/tmp/sysroots/intel-corei7-64/usr/lib/python3.4/site-packages/setuptools.pth
 Matched in manifest-intel-corei7-64-python3-distribute.populate_sysroot
 /data/poky-master/tmp/sysroots/intel-corei7-64/usr/lib/python3.4/site-packages/__pycache__/site.cpython-34.pyc
 Matched in manifest-intel-corei7-64-python3-distribute.populate_sysroot

Urgh, this again.  We either live with this and tell people to delete their tmp/, or bump the tmp ABI and provide a migration path.  Or improve bitbake to handle files moving between recipes in the sysroot and doing the right thing...

Ross


I think this is because the package name is different, before it was python3-distribute and now its python3-setuptools but they do install the same files, so for this case in specific; a bitbake python3-distribtue -c cleanall should be done befooore merging? so the python3-distribute recipe actually exists or clean the /tmp manually.

Alejandro

--------------030003040206010109030200--