[OE-core] [PATCH 1/1] python3-native: Fix pip install issue due to unclean build directory

Richard Purdie richard.purdie at linuxfoundation.org
Fri Apr 17 21:50:02 UTC 2015


On Thu, 2015-04-16 at 09:45 +0000, Alejandro Hernandez wrote:
> When installing python3-native sometimes pips default build
> directory (which is on the host and is user dependant) is left unclean,
> due to this, when python3-core is being installed it tries to use
> the same directory producing an error, this explicitly removes
> what the previous installation might have left behind, fixing the issue.
> 
> Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
> ---
>  .../python/python3-native_3.4.2.bb                 |  1 +
>  .../python3/pip_build_directory_unclean.patch      | 28 ++++++++++++++++++++++
>  2 files changed, 29 insertions(+)
>  create mode 100644 meta/recipes-devtools/python/python3/pip_build_directory_unclean.patch

The problem here is that two builds of python3-native could be happening
on the same system at the same time. In fact I'd bet that is why its
breaking on the autobuilder. Can we not tell it to use something in
WORKDIR as its temp directory instead?

Cheers,

Richard




More information about the Openembedded-core mailing list