[OE-core] [PATCH 2/2] build-appliance-image: include proxy on pip3 installation

Sandoval Gonzalez, Leonardo leonardo.sandoval.gonzalez at linux.intel.com
Sat Aug 19 22:01:42 UTC 2017



El 8/19/2017 a las 4:14 PM, Richard Purdie escribió:
> On Tue, 2017-08-15 at 12:08 -0700,
> leonardo.sandoval.gonzalez at linux.intel.com wrote:
>> From: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com>
>>
>> Otherwise, we get timeouts, leading to errors:
>>
>>      pip._vendor.requests.exceptions.ConnectTimeout:
>> HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries
>> exceeded with url: /pypi/pip/json (Caused by
>> ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection
>> .VerifiedHTTPSConnection object at 0x7ff741bb3ef0>, 'Connection to
>> pypi.python.org timed out. (connect timeout=5)'))
>>      WARNING: TOPDIR/tmp/work/qemux86-poky-linux/build-appliance-
>> image/15.0.0-r0/temp/run.do_populate_poky_src.185123:1 exit 1 from
>> 'pip3 install --user -I -U -v -r TOPDIR/tmp/work/qemux86-poky-
>> linux/build-appliance-image/15.0.0-
>> r0/rootfs/home/builder/poky/bitbake/toaster-requirements.txt'
>>      DEBUG: Python function do_image finished
>>
>> Complete log at [1]
>>
>> [1] http://errors.yoctoproject.org/Errors/Build/43393/
>>
>> Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.in
>> tel.com>
>> ---
>>   meta/recipes-core/images/build-appliance-image_15.0.0.bb | 6 +++++-
>>   1 file changed, 5 insertions(+), 1 deletion(-)
> Something isn't correct here:
>
> https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/1176/steps/BuildImages_1/logs/stdio

rigth. Missing quotes on the if -n expression. V2 pending.

Leo

>
> Cheers,
>
> Richard
>




More information about the Openembedded-core mailing list