* build yocto error
@ 2015-06-09 6:25 issta Hu
2015-06-09 6:37 ` Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: issta Hu @ 2015-06-09 6:25 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1.1: Type: text/plain, Size: 2784 bytes --]
hi ,
I am very trouble in build the yocto. The error log is like this.
chunyun@ubuntu:~/share/yocto/ZC702$ bitbake core-image-minimal
Loading cache: 100%
|#################################################################################################|
ETA: 00:00:00
Loaded 1303 entries from dependency cache.
Parsing recipes: 100%
|###############################################################################################|
Time: 00:00:00
Parsing of 896 .bb files complete (894 cached, 2 parsed). 1303 targets, 58
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.27.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "zc702-zynq7"
DISTRO = "poky"
DISTRO_VERSION = "1.8+snapshot-20150609"
TUNE_FEATURES = "arm armv7a vfp neon cortexa9"
TARGET_FPU = "vfp-neon"
meta = "fido:b5ba70b47fff227e4381fcac93defccb79e3d8f1"
meta-xilinx = "fido:5aa58bbbf8ddcc59f8746805d62fd156d7cff461"
meta-yocto
meta-yocto-bsp = "fido:b5ba70b47fff227e4381fcac93defccb79e3d8f1"
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: write_specfile
ERROR: Logfile of failure stored in:
/home/chunyun/share/yocto/ZC702/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/init-ifupdown/1.0-r7/temp/log.do_package_write_rpm.8848
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
| DEBUG: Python function write_specfile finished
| DEBUG: Python function do_package_rpm finished
| DEBUG: Python function do_package_write_rpm finished
| ERROR: Function failed: write_specfile
ERROR: Task 833
(/home/chunyun/share/yocto/poky/meta/recipes-core/init-ifupdown/
init-ifupdown_1.0.bb, do_package_write_rpm) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1396 tasks of which 1395 didn't need to be
rerun and 1 failed.
No currently running tasks (1395 of 1889)
Summary: 1 task failed:
/home/chunyun/share/yocto/poky/meta/recipes-core/init-ifupdown/
init-ifupdown_1.0.bb, do_package_write_rpm
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
The
/home/chunyun/share/yocto/ZC702/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/init-ifupdown/1.0-r7/temp/log.do_package_write_rpm.8848
can see the affix.
[-- Attachment #1.2: Type: text/html, Size: 3559 bytes --]
[-- Attachment #2: log.do_package_write_rpm.8848 --]
[-- Type: application/octet-stream, Size: 556 bytes --]
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
DEBUG: Python function write_specfile finished
DEBUG: Python function do_package_rpm finished
DEBUG: Python function do_package_write_rpm finished
ERROR: Function failed: write_specfile
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: build yocto error
2015-06-09 6:25 build yocto error issta Hu
@ 2015-06-09 6:37 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2015-06-09 6:37 UTC (permalink / raw)
To: issta Hu, openembedded-core
I read log.do_package_write_rpm, there isn't many more info, have you tried:
bitbake init-ifupdown -ccleansstate
bitbake init-ifupdown
// Robert
On 06/09/2015 02:25 PM, issta Hu wrote:
> hi ,
>
> I am very trouble in build the yocto. The error log is like this.
>
> chunyun@ubuntu:~/share/yocto/ZC702$ bitbake core-image-minimal
> Loading cache: 100%
> |#################################################################################################|
> ETA: 00:00:00
> Loaded 1303 entries from dependency cache.
> Parsing recipes: 100%
> |###############################################################################################|
> Time: 00:00:00
> Parsing of 896 .bb files complete (894 cached, 2 parsed). 1303 targets, 58
> skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION = "1.27.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-14.04"
> TARGET_SYS = "arm-poky-linux-gnueabi"
> MACHINE = "zc702-zynq7"
> DISTRO = "poky"
> DISTRO_VERSION = "1.8+snapshot-20150609"
> TUNE_FEATURES = "arm armv7a vfp neon cortexa9"
> TARGET_FPU = "vfp-neon"
> meta = "fido:b5ba70b47fff227e4381fcac93defccb79e3d8f1"
> meta-xilinx = "fido:5aa58bbbf8ddcc59f8746805d62fd156d7cff461"
> meta-yocto
> meta-yocto-bsp = "fido:b5ba70b47fff227e4381fcac93defccb79e3d8f1"
>
> NOTE: Preparing RunQueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: write_specfile
> ERROR: Logfile of failure stored in:
> /home/chunyun/share/yocto/ZC702/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/init-ifupdown/1.0-r7/temp/log.do_package_write_rpm.8848
> 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
> | DEBUG: Python function write_specfile finished
> | DEBUG: Python function do_package_rpm finished
> | DEBUG: Python function do_package_write_rpm finished
> | ERROR: Function failed: write_specfile
> ERROR: Task 833
> (/home/chunyun/share/yocto/poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
> <http://init-ifupdown_1.0.bb>, do_package_write_rpm) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 1396 tasks of which 1395 didn't need to be rerun
> and 1 failed.
> No currently running tasks (1395 of 1889)
>
> Summary: 1 task failed:
>
> /home/chunyun/share/yocto/poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
> <http://init-ifupdown_1.0.bb>, do_package_write_rpm
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
> The
> /home/chunyun/share/yocto/ZC702/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/init-ifupdown/1.0-r7/temp/log.do_package_write_rpm.8848
> can see the affix.
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-09 6:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 6:25 build yocto error issta Hu
2015-06-09 6:37 ` Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox