From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id BB7C66AC95 for ; Fri, 22 May 2015 15:32:48 +0000 (UTC) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 22 May 2015 08:32:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,476,1427785200"; d="scan'208,217";a="575486115" 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:32:49 -0700 Message-ID: <555F4C21.9030907@linux.intel.com> Date: Fri, 22 May 2015 10:32:49 -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 5/5] python3-pip: Adds recipe for python3-pip 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:32:51 -0000 Content-Type: multipart/alternative; boundary="------------090004030709070901020207" --------------090004030709070901020207 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 21/05/15 18:38, Burton, Ross wrote: > > On 21 May 2015 at 10:15, Alejandro Hernandez > > wrote: > > PIP is installed by default since python 3.4, due to issues with the > autobuilders, its default installation had to be disabled, this > creates > a recipe for it, it brings a lot of new dependencies so it is > chosen not > to be installed by default along with python3-core. > > > Missing dependencies? > > ERROR: Function failed: do_compile (log file is located at > /data/poky-master/tmp/work/corei7-64-poky-linux/python3-pip/6.1.1-r0/temp/log.do_compile.7121) > ERROR: Logfile of failure stored in: > /data/poky-master/tmp/work/corei7-64-poky-linux/python3-pip/6.1.1-r0/temp/log.do_compile.7121 > Log data follows: > | DEBUG: Executing shell function do_compile > | Traceback (most recent call last): > | File "setup.py", line 6, in > | from setuptools import setup, find_packages > | ImportError: No module named 'setuptools' > | ERROR: python3 setup.py build_ext execution failed. > | WARNING: exit code 1 from a shell command. > > Ross Hmm weird, this should not have happened, apparently there's a missing dependency to python3-setuptools, but I thought I had listed that --------------090004030709070901020207 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

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

On 21 May 2015 at 10:15, Alejandro Hernandez <alejandro.hernandez@linux.intel.com> wrote:
PIP is installed by default since python 3.4, due to issues with the
autobuilders, its default installation had to be disabled, this creates
a recipe for it, it brings a lot of new dependencies so it is chosen not
to be installed by default along with python3-core.

Missing dependencies?

ERROR: Function failed: do_compile (log file is located at /data/poky-master/tmp/work/corei7-64-poky-linux/python3-pip/6.1.1-r0/temp/log.do_compile.7121)
ERROR: Logfile of failure stored in: /data/poky-master/tmp/work/corei7-64-poky-linux/python3-pip/6.1.1-r0/temp/log.do_compile.7121
Log data follows:
| DEBUG: Executing shell function do_compile
| Traceback (most recent call last):
|   File "setup.py", line 6, in <module>
|     from setuptools import setup, find_packages
| ImportError: No module named 'setuptools'
| ERROR: python3 setup.py build_ext execution failed.
| WARNING: exit code 1 from a shell command.

Ross

Hmm weird, this should not have happened, apparently there's a missing dependency to python3-setuptools, but I thought I had listed that

--------------090004030709070901020207--