New issue
Advanced search Search tips

Issue 620145 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: ----

Blocking:
issue 613641



Sign in to add a comment

ELFCLASS64 error on 32bit builders

Project Member Reported by no...@chromium.org, Jun 14 2016

Issue description

32bit builders that run on 64bit CPUs install 64bit python packages and 32bit python cannot load them. Example: https://luci-milo.appspot.com/swarming/prod/2f698ffbe713e510/steps/python_tests/0/stdout

This is a bug in pip, explained in https://codereview.chromium.org/2043213002/
latest pip has a fix. Latest virtualenv embeds version of pip that contains the fix.

----

new version of virtualenv tries to copy tcl/tk that we don't ship to our machines and it fails. Example: https://luci-milo.appspot.com/swarming/prod/2f464b3b144c7410/steps/gclient_runhooks/0/stdout

currently waiting for virtualenv PR to be merged https://github.com/pypa/virtualenv/pull/931
alternatively https://github.com/pypa/virtualenv/pull/933

if that does not happen, we can vendor and modify virtualenv in https://codereview.chromium.org/2043213002/
 

Comment 1 by no...@chromium.org, Jun 14 2016

Owner: no...@chromium.org
Status: Started (was: Untriaged)

Comment 2 by no...@chromium.org, Jun 14 2016

Blocking: 613641

Comment 3 by no...@chromium.org, Jun 17 2016

Status: Fixed (was: Started)
https://codereview.chromium.org/2043213002/

Sign in to add a comment