All of lore.kernel.org
 help / color / mirror / Atom feed
* custom hddimg failure (mkdosfs: seek failed)
@ 2013-03-21  8:44 Insop Song
  2013-03-21 17:58 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Insop Song @ 2013-03-21  8:44 UTC (permalink / raw)
  To: Bruce Ashfield, Yocto Project Discussion

Hi,

I am trying to add sdk (gcc ..) to meta-realtime
(http://git.yoctoproject.org/cgit/cgit.cgi/meta-realtime/).
Only difference between upstream meta-realtime is ""tools-sdk"

-----
require recipes-core/images/core-image-minimal-dev.bb

DESCRIPTION = "Image with meta-realtime and sdk"

DEPENDS = "linux-yocto"

IMAGE_FEATURES += "package-management ssh-server-dropbear"
IMAGE_FEATURES += "tools-sdk"
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs"

IMAGE_INSTALL = "\
	${CORE_IMAGE_BASE_INSTALL} \
	rt-app \
	schedtool-dl \
	"

----

I am keep getting hddimg failure with this message "mkdosfs: seek failed"

I appreciate if anyone know on this issue.

Thank you,

Insop

---
This is full output including error message.

$ time bitbake core-image-realtime-sdk
Pseudo is not present but is required, building this first before the main build
Parsing recipes: 100%
|############################################################################################|
Time: 00:00:49
Parsing of 834 .bb files complete (0 cached, 834 parsed). 1144
targets, 29 skipped, 0 masked, 0 errors.

Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.10"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "fri2"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130321"
TUNE_FEATURES     = "m32 core2"
TARGET_FPU        = ""
meta
meta-yocto
meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
meta-intel
meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 63 tasks of which 63 didn't need to be
rerun and all succeeded.
No currently running tasks (2 of 9)
Loading cache: 100%
|##############################################################################################|
ETA:  00:00:00
Loaded 1145 entries from dependency cache.

Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.10"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "fri2"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130321"
TUNE_FEATURES     = "m32 core2"
TARGET_FPU        = ""
meta
meta-yocto
meta-yocto-bsp    = "master:9ffee9add2d0380f4025e7a678a166f25a7d659e"
meta-intel
meta-fri2         = "master:7a5e19e0c7d5967ef7b003ab775b7210c0ee16d7"
meta-realtime     = "image-sdk:6825219a33a4b4d140a01cee5165d805951d1d75"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: build_hddimg (see
/home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
for further information)
ERROR: Logfile of failure stored in:
/home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
Log data follows:
| DEBUG: Executing python function do_bootimg
| DEBUG: Executing python function build_syslinux_cfg
| DEBUG: Python function build_syslinux_cfg finished
| DEBUG: Executing python function build_grub_cfg
| DEBUG: Python function build_grub_cfg finished
| DEBUG: Executing shell function build_hddimg
| mkdosfs: seek failed
| mkdosfs 2.11 (12 Mar 2005)
| DEBUG: Python function do_bootimg finished
| ERROR: Function failed: build_hddimg (see
/home/insop/mybuilds/fri2-1.4/tmp/work/fri2-poky-linux/core-image-realtime-sdk/1.0-r0/temp/log.do_bootimg.21803
for further information)
ERROR: Task 8 (/home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
do_bootimg) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4522 tasks of which 3799 didn't need to
be rerun and 1 failed.
No currently running tasks (4522 of 4523)

Summary: 1 task failed:
  /home/insop/poky/meta-realtime/recipes-extended/images/core-image-realtime-sdk.bb,
do_bootimg
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

real	48m10.876s
user	55m35.948s
sys	9m36.128s
insop@chai ~/mybuilds/fri2-1.4 $


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-23 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21  8:44 custom hddimg failure (mkdosfs: seek failed) Insop Song
2013-03-21 17:58 ` Khem Raj
2013-03-23  6:53   ` Insop Song
2013-03-23  7:04     ` Khem Raj
2013-03-23 21:59       ` Insop Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.