[OE-core] [PATCH 00/24] Add python3 recipes

Khem Raj raj.khem at gmail.com
Tue Aug 6 05:29:28 UTC 2013


>>> 
>> OK, Ran it on the Autobuilder last night, and came up with the following
>> on a World build with multilib enabled:
>> 
>>> ERROR: This autoconf log indicates errors, it looked at host include
>>> and/or library paths while determining system capabilities.
>>> Rerun configure task after fixing this. The path was
>>> '/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-python3/3.3.2-r0.0/Python-3.3.2'
>>> 
>>> ERROR: Function failed: do_qa_configure
>>> ERROR: Logfile of failure stored in:
>>> /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-python3/3.3.2-r0.0/temp/log.do_configure.13443
>>> 
>>> NOTE: recipe lib32-python3-3.3.2-r0.0: task do_configure: Failed
>>> ERROR: Task 11368
>>> (virtual:multilib:lib32:/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-world/build/meta/recipes-devtools/python/python3_3.3.2.bb,
>>> do_configure) failed with exit code '1'
>>> NOTE: Running task 10412 of 21582 (ID: 12424,
>>> virtual:multilib:lib32:/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-world/build/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb,
>>> do_packagedata)
>>> NOTE: recipe lib32-quota-4.01-r1: task do_compile: Started
>>> ERROR: This autoconf log indicates errors, it looked at host include
>>> and/or library paths while determining system capabilities.
>>> Rerun configure task after fixing this. The path was
>>> '/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-world/build/build/tmp/work/i586-poky-linux/python3/3.3.2-r0.0/Python-3.3.2'
>>> 
>>> ERROR: Function failed: do_qa_configure
>>> ERROR: Logfile of failure stored in:
>>> /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-world/build/build/tmp/work/i586-poky-linux/python3/3.3.2-r0.0/temp/log.do_configure.15796
>>> 
>>> NOTE: recipe python3-3.3.2-r0.0: task do_configure: Failed
>>> ERROR: Task 80
>>> (/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-world/build/meta/recipes-devtools/python/python3_3.3.2.bb,
>>> do_configure) failed with exit code '1'
>> 
>> Summary of local.conf changes:
>> DISTRO = "poky"
>> PACKAGE_CLASSES = "package_rpm package_deb package_ipk"
>> BB_NUMBER_THREADS = "16"
>> PARALLEL_MAKE = "-j 16"
>> SDKMACHINE ?= "x86_64"
>> DL_DIR = "/srv/www/vhosts/autobuilder.yoctoproject.org/current_sources"
>> require conf/multilib.conf
>> MULTILIBS = "multilib:lib32"
>> DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
>> SSTATE_DIR ?= "/srv/www/vhosts/sstate.yoctoproject.org//multilib"
>> MACHINE = "qemux86"
>> PREMIRRORS = ""
>> BB_GENERATE_MIRROR_TARBALLS = "1"
>> ADTREPO = "http://adtrepo.yoctoproject.org//1.4+snapshot"
>> 


This is not reproducible on my end on multiple attempts. Built from scratch incremental anything
works ok python branch is on top of 

commit bc6258f88705b0e7989089a8666ac5e5d2355823
Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Aug 1 18:30:59 2013 -0700

    grep: Add patch for texinfo 5.1
    
    Signed-off-by: Saul Wold <sgw at linux.intel.com>


Build Configuration:
BB_VERSION        = "1.19.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "x86_64-oe-linux"
MACHINE           = "qemux86-64"
DISTRO_VERSION    = "oe-core.0"
TUNE_FEATURES     = "m64"
TARGET_FPU        = ""
meta-nslu2        = "master:392b7799314a49b00f20a1bef004f9b0a0c9c364"
meta              = "master:f902781f1cc6a7007060dfad3e3596688866ef87"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 917 tasks of which 834 didn't need to be rerun and all succeeded.




More information about the Openembedded-core mailing list