[OE-core] [PATCH 4/5] Add ptest for dbus.

Marcin Juszkiewicz marcin.juszkiewicz at linaro.org
Wed Dec 19 17:38:21 UTC 2012


W dniu 19.12.2012 17:18, Björn Stenberg pisze:
> This patch adds a new recipe dbus-test to build and package the dbus test
> suite. The reason for a separate recipe is that the dbus test suite depends
> on dbus-glib, so it cannot be compiled at the same time as dbus.

Failed here:

18:33 hrw at puchatek:build$ bitbake linaro-image-sdk
Loading cache: 100% |###############################################################################################################################| ETA:  00:00:00
Loaded 1891 entries from dependency cache.
Parsing recipes: 100% |#############################################################################################################################| Time: 00:00:04
Parsing of 1515 .bb files complete (1507 cached, 8 parsed). 1899 targets, 62 skipped, 0 masked, 0 errors.

Build Configuration:
BB_VERSION        = "1.17.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-13.04"
TARGET_SYS        = "aarch64-oe-linux"
MACHINE           = "genericarmv8"
DISTRO_VERSION    = "oe-core.0"
TUNE_FEATURES     = "aarch64"
meta-oe           
meta-webserver    
toolchain-layer   
meta-gnome        = "meta-oe:ef5e1d752003e70d30ce8462c3cd09ce3794d783"
meta-aarch64      = "master:c2d418c1da9c21c408511399b85861bcde8cffe3"
meta-linaro       = "master:02a6a819c86ac95c57526ad93a81a63ca6649b35"
meta              = "master:413ab5e9f525b02c2e8a701e96aee6b1c84c4939"
meta-efl          
meta-gpe          
meta-initramfs    
meta-multimedia   
meta-networking   
meta-xfce         = "meta-oe:ef5e1d752003e70d30ce8462c3cd09ce3794d783"

NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Error executing a python function in /home/hrw/HDD/devel/canonical/aarch64/CLEAN/openembedded-core/meta/recipes-core/dbus/dbus_1.6.4.bb:
ExpansionError: Failure expanding variable RDEPENDS_dbus-lib, expression was 'ptest' 'dbus-ptest' ${@base_contains('DISTRO_FEATURES' '' d)} eglibc (>= 2.16) libgcc 
(>= linaro-4.7) which triggered exception SyntaxError: invalid syntax (RDEPENDS_dbus-lib, line 1)

ERROR: The stack trace of python calls that resulted in this exception/failure was:
ERROR:   File "package_depchains", line 128, in <module>
ERROR: 
ERROR:   File "package_depchains", line 75, in package_depchains
ERROR: 
ERROR:   File "/home/hrw/HDD/devel/canonical/aarch64/CLEAN/openembedded-core/bitbake/lib/bb/data_smart.py", line 295, in getVar
ERROR:     return self.expand(value, var)
ERROR: 
ERROR:   File "/home/hrw/HDD/devel/canonical/aarch64/CLEAN/openembedded-core/bitbake/lib/bb/data_smart.py", line 159, in expand
ERROR:     return self.expandWithRefs(s, varname).value
ERROR: 
ERROR:   File "/home/hrw/HDD/devel/canonical/aarch64/CLEAN/openembedded-core/bitbake/lib/bb/data_smart.py", line 149, in expandWithRefs
ERROR:     raise ExpansionError(varname, s, exc)
ERROR: 
ERROR: The code that was being executed was:
ERROR:      0124:                    add_dep(rdeps, dep)
ERROR:      0125:                pkg_addrrecs(pkg, base, suffix, func, rdeps, d)
ERROR:      0126:
ERROR:      0127:
ERROR:  *** 0128:package_depchains(d)
ERROR:      0129:
ERROR: [From file: 'package_depchains', lineno: 128, function: <module>]
ERROR:      0071:    for dep in bb.utils.explode_deps(d.getVar('RDEPENDS', True) or ""):
ERROR:      0072:        add_dep(rdepends, dep)
ERROR:      0073:
ERROR:      0074:    for pkg in packages.split():
ERROR:  *** 0075:        for dep in bb.utils.explode_deps(d.getVar('RDEPENDS_' + pkg, True) or ""):
ERROR:      0076:            add_dep(rdepends, dep)
ERROR:      0077:
ERROR:      0078:    #bb.note('rdepends is %s' % rdepends)
ERROR:      0079:
ERROR: [From file: 'package_depchains', lineno: 75, function: package_depchains]
ERROR: Function failed: package_depchains
ERROR: Logfile of failure stored in: /home/hrw/HDD/devel/canonical/aarch64/CLEAN/build/tmp-eglibc/work/aarch64-oe-linux/dbus/1.6.4-r5.0/temp/log.do_package.9925
ERROR: Task 1880 (/home/hrw/HDD/devel/canonical/aarch64/CLEAN/openembedded-core/meta/recipes-core/dbus/dbus_1.6.4.bb, do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2799 tasks of which 2792 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/hrw/HDD/devel/canonical/aarch64/CLEAN/openembedded-core/meta/recipes-core/dbus/dbus_1.6.4.bb, do_package
Summary: There were 34 ERROR messages shown, returning a non-zero exit code.





More information about the Openembedded-core mailing list