On Fri, Mar 15, 2013 at 10:37:56PM -0700, Insop Song wrote:
> Hi,
> 
> I am using HEAD of master, and I have this error after I use commit

Please use better Subject next time, I was wondering what could be
broken by my patch to icecc and your question is quite unrelated to that
commit.

Something like "neard failing to build with latest poky" would be
better.

> 
> "
> commit 1ceb13dda11645229053fc4840954333f8910ba4
> Author: Martin Jansa <martin.ja...@gmail.com>
> Date:   Wed Mar 13 20:04:51 2013 +0100
> "
> 
> Could anyone know about this?
> 
> 
> - my config
> 
> Build Configuration:
> BB_VERSION        = "1.17.1"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Ubuntu-12.04"
> TARGET_SYS        = "i586-poky-linux"
> MACHINE           = "qemux86"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.3+snapshot-20130316"
> TUNE_FEATURES     = "m32 i586"
> TARGET_FPU        = ""
> meta
> meta-yocto        = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> meta-realtime     = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
> meta-yocto-bsp    = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> 
> 
> - error output:
> ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Logfile of failure stored in:
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> 
> 
> 
> - full output:
> 
> ~/mybuilds/meta-realtime $ time bitbake core-image-realtime
> Loading cache: 100%
> |################################################################################################|
> ETA:  00:00:00
> Loaded 1121 entries from dependency cache.
> Parsing recipes: 100%
> |##############################################################################################|
> Time: 00:00:00
> Parsing of 813 .bb files complete (812 cached, 1 parsed). 1121
> targets, 27 skipped, 0 masked, 0 errors.
> 
> Build Configuration:
> BB_VERSION        = "1.17.1"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Ubuntu-12.04"
> TARGET_SYS        = "i586-poky-linux"
> MACHINE           = "qemux86"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.3+snapshot-20130316"
> TUNE_FEATURES     = "m32 i586"
> TARGET_FPU        = ""
> meta
> meta-yocto        = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> meta-realtime     = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
> meta-yocto-bsp    = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> 
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Logfile of failure stored in:
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> Log data follows:
> | DEBUG: Executing python function sstate_task_prefunc
> | DEBUG: Python function sstate_task_prefunc finished
> | DEBUG: Executing python function do_package_write_rpm
> | DEBUG: Executing python function read_subpackage_metadata
> | DEBUG: Python function read_subpackage_metadata finished
> | DEBUG: Executing python function do_package_rpm
> | DEBUG: Executing python function write_specfile
> | NOTE: Not creating empty RPM package for neard-tests
> | NOTE: Creating RPM package for neard-dbg
> | NOTE: Not creating empty RPM package for neard-staticdev
> | NOTE: Creating RPM package for neard-dev
> | NOTE: Not creating empty RPM package for neard-doc
> | NOTE: Not creating empty RPM package for neard-locale
> | NOTE: Creating RPM package for neard
> | NOTE: Creating RPM package for neard
> | DEBUG: Python function write_specfile finished
> | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
> 'common-linux', 'common-glibc', 'i586-linux', 'common']
> | DEBUG: Executing shell function BUILDSPEC
> | error: line 152: Illegal char '-' in EVR: Suggests: neard =
> 0.9-git0+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1
> | error: Package has no %description: neard-dbg.i586
> | Building target platforms: i586-poky-linux
> | DEBUG: Python function do_package_rpm finished
> | DEBUG: Python function do_package_write_rpm finished
> | ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Task 1370
> (/home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
> do_package_write_rpm) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3322 tasks of which 3281 didn't need to
> be rerun and 1 failed.
> Waiting for 0 running tasks to finish:
> 
> Summary: 1 task failed:
>   /home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
> do_package_write_rpm
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 
> real  0m27.611s
> user  0m30.158s
> sys   0m4.900s

-- 
Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to