Hi! Just try to apply attached patch to *meta-tizen*.
I have already pushed it to my sandbox on gerrit.tizen.org With best regards, On Tue, Mar 17, 2015 at 11:37 AM, [email protected] <[email protected]> wrote: > Hello, > [Build an image] There is a problem. > > LOG: > > master@master-PowerEdge-T310:~/yocto/tizen-distro/build-modello$ bitbake > tizen-ivi-Modello-image > Loading cache: 100% > |###################################################################################################################################| > ETA: 00:00:00 > Loaded 2432 entries from dependency cache. > NOTE: Resolving any missing task queue dependencies > > Build Configuration: > BB_VERSION = "1.24.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-14.04" > TARGET_SYS = "i586-oe-linux" > MACHINE = "genericx86" > DISTRO = "tizen-ivi" > DISTRO_VERSION = "3.0" > TUNE_FEATURES = "m32 core2" > TARGET_FPU = "" > meta > meta-oe > meta-multimedia > meta-ruby > meta-systemd > meta-gnome > meta > meta-oe > meta-tizen-common-base > meta-tizen-common-share > meta-tizen-common-devtools > meta-tizen-common-demo > meta-tizen-ivi = > "(detachedfromrev_ivi_2015_02_04):c04c5978188130bbdb3ff60eedef5df83b2af55d" > > NOTE: Preparing runqueue > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > ERROR: Function failed: do_compile (log file is located at > /home/master/yocto/tizen-distro/build-modello/tmp-glibc/work/core2-32-oe-linux/libmm-log/0.1.9-r0/temp/log.do_compile.21865) > ERROR: Logfile of failure stored in: > /home/master/yocto/tizen-distro/build-modello/tmp-glibc/work/core2-32-oe-linux/libmm-log/0.1.9-r0/temp/log.do_compile.21865 > Log data follows: > | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', > 'common-linux', 'common-glibc', 'i586-linux', 'common'] > | DEBUG: Executing shell function do_compile > | > /home/master/yocto/tizen-distro/build-modello/tmp-glibc/work/core2-32-oe-linux/libmm-log/0.1.9-r0/temp/run.do_compile.21865: > 115: export: CFLAGS+: bad variable name > | WARNING: exit code 2 from a shell command. > | ERROR: Function failed: do_compile (log file is located at > /home/master/yocto/tizen-distro/build-modello/tmp-glibc/work/core2-32-oe-linux/libmm-log/0.1.9-r0/temp/log.do_compile.21865) > ERROR: Task 5593 > (/home/master/yocto/tizen-distro/meta-tizen/meta-tizen-common-base/recipes-multimedia/libmm-log/ > libmm-log_git.bb, do_compile) failed with exit code '1' > NOTE: Tasks Summary: Attempted 1906 tasks of which 1901 didn't need to be > rerun and 1 failed. > Waiting for 0 running tasks to finish: > > Summary: 1 task failed: > > /home/master/yocto/tizen-distro/meta-tizen/meta-tizen-common-base/recipes-multimedia/libmm-log/ > libmm-log_git.bb, do_compile > Summary: There was 1 ERROR message shown, returning a non-zero exit code. > > > > > > > ------------------------------ > [email protected] > > _______________________________________________ > IVI mailing list > [email protected] > https://lists.tizen.org/listinfo/ivi > > -- *Vitaly Chernooky | Senior Developer - Product Engineering and Development* GlobalLogic P *+380.44.4929695 ext.1136* M *+380.63.6011802* S cvv_2k www.globallogic.com http://www.globallogic.com/email_disclaimer.txt
From 99e424cc4e8f5da43aae97e147d0d7ad8124a9f2 Mon Sep 17 00:00:00 2001 From: Vitaly Chernooky <[email protected]> Date: Fri, 6 Mar 2015 17:59:08 +0200 Subject: [PATCH] recipes: avoid bashism Change-Id: I43d375533d249424f587d81e679f6f941774d28a Signed-off-by: Vitaly Chernooky <[email protected]> --- .../recipes-multimedia/libmm-log/libmm-log.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tizen-common-base/recipes-multimedia/libmm-log/libmm-log.inc b/meta-tizen-common-base/recipes-multimedia/libmm-log/libmm-log.inc index 7aa52a9..539e53b 100644 --- a/meta-tizen-common-base/recipes-multimedia/libmm-log/libmm-log.inc +++ b/meta-tizen-common-base/recipes-multimedia/libmm-log/libmm-log.inc @@ -50,7 +50,7 @@ do_compile() { unset DISPLAY LD_AS_NEEDED=1; export LD_AS_NEEDED ; - export CFLAGS+=" -DUSE_DLOG" + export CFLAGS="$CFLAGS -DUSE_DLOG" -- 1.7.9.5
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
