All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrea Adami <andrea.adami@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Race issues (lzma-native)
Date: Sun, 24 Oct 2010 10:59:57 +0200	[thread overview]
Message-ID: <AANLkTinXYcNN=iozP-aXPDuFzQqM13KDf5my1W6DTap6@mail.gmail.com> (raw)

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



             reply	other threads:[~2010-10-24  9:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-24  8:59 Andrea Adami [this message]
2010-10-25  3:59 ` Race issues (lzma-native) 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTinXYcNN=iozP-aXPDuFzQqM13KDf5my1W6DTap6@mail.gmail.com' \
    --to=andrea.adami@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.