All of lore.kernel.org
 help / color / mirror / Atom feed
* Race issues (lzma-native)
@ 2010-10-24  8:59 Andrea Adami
  2010-10-25  3:59 ` Graham Gower
  0 siblings, 1 reply; 10+ messages in thread
From: Andrea Adami @ 2010-10-24  8:59 UTC (permalink / raw)
  To: openembedded-devel

Hello,

during first build of console image I notice a strange fault:
subsequent builds are ok.
My scripts builds console-image and opie-image.

ERROR: Task 2411
(virtual:native:/oe/openembedded/recipes/lzma/lzma_4.65.bb,
do_distribute_sources) failed with exit code '1'
NOTE: Unpacking ../sources/lzma465.tar.bz2 to
tmp/work/i686-linux/lzma-native-4.65-r4.1/
NOTE: package lzma-native-4.65-r4.1: task do_distribute_sources: Started
NOTE: package lzma-native-4.65-r4.1: task SRC_DISTRIBUTECOMMAND: Failed
ERROR: Function 'SRC_DISTRIBUTECOMMAND' failed


Looking at the
run.SRC_DISTRIBUTECOMMAND.18268   16384 (failing)
run.SRC_DISTRIBUTECOMMAND.9570     34334

it looks like the file is not complete / malformed:

package_generate_ipkg_conf() {
<------>mkdir -p /oe/build/tmp/sysroots/i686-linux/etc/
<------>echo "src oe file:/oe/build/tmp/deploy/glibc/ipk" >
/oe/build/tmp/sysroots/i686-linux/etc/opkg.conf
<------>echo "src oe file:/
EOF

run.do_distribute_sources.18268  is empty, while second time
run.do_distribute_sources.9570   1051 contains  def do_distribute_sources(d):

This seems indeed a race issue...

Andrea



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

end of thread, other threads:[~2010-11-22 21:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-24  8:59 Race issues (lzma-native) Andrea Adami
2010-10-25  3:59 ` Graham Gower
2010-10-26  7:58   ` Andrea Adami
2010-11-04 12:27     ` Andrea Adami
2010-11-06 23:21       ` Andrea Adami
2010-11-22  0:12         ` Andrea Adami
2010-11-22  0:28           ` Graham Gower
2010-11-22  6:54             ` Frans Meulenbroeks
2010-11-22 20:40               ` Graham Gower
2010-11-22 21:23                 ` Frans Meulenbroeks

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.