From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 84DF065CCD for ; Tue, 25 Aug 2015 20:46:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t7PKkrgp028381; Tue, 25 Aug 2015 21:46:53 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GyA08Zvpf1Pe; Tue, 25 Aug 2015 21:46:53 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t7PKkeVI028377 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 25 Aug 2015 21:46:52 +0100 Message-ID: <1440535600.12105.442.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj Date: Tue, 25 Aug 2015 21:46:40 +0100 In-Reply-To: References: <9bf77291c7084cfdef86008d204932e7adb1067a.1440446290.git.raj.khem@gmail.com> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: OE-core Subject: Re: [PATCH 16/17] python-distribute, python-setuptools: Migrate to good old python-setuptools 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, 25 Aug 2015 20:46:59 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2015-08-25 at 13:34 -0700, Khem Raj wrote: > > > On Aug 25, 2015, at 9:26 AM, Burton, Ross > > wrote: > > > > On 24 August 2015 at 21:03, Khem Raj wrote: > > setuptools the old king is ruling again, distribute fork has > > been merged > > into setuptools starting 0.7x, so lets move to use it as > > well > > > > > > This fails dramatically on the autobuilder with the core error > > being: > > > > ERROR: Nothing PROVIDES 'python-setuptools-native' (but > > virtual:nativesdk:/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-arm64/build/meta/recipes-devtools/python/python-git_1.0.1.bb DEPENDS on or otherwise requires it). Close matches: > > python3-setuptools-native > > python3-setuptools > > python-scons-native > > I can not reproduce it. I did bitbake nativesdk-python-git > from scratch and all worked fine. I used qemux86 but I guess its > target independent problem. How do you reproduce it. "bitbake buildtools-tarball" seemed to reproduce issues, as did a "bitbake world -c fetch" on the autobuilder so I'd try those. Cheers, Richard