All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: matti kaasinen <matti.kaasinen@gmail.com>
Cc: paul.eggleton@linux.intel.com, poky@yoctoproject.org
Subject: Re: bitbake core-image-sato fails
Date: Fri, 12 Dec 2014 07:41:59 +0000	[thread overview]
Message-ID: <1418370119.22903.84.camel@linuxfoundation.org> (raw)
In-Reply-To: <CADnUhn1ExKeMJ7GysgxbyJK5V21dp+SCXnm24LJ=SVHaf0crKw@mail.gmail.com>

On Fri, 2014-12-12 at 08:46 +0200, matti kaasinen wrote:
> I get following error message when trying to run :
> bitbake core-image-sato 
> from scratch.
>
> ---------- snip ----------- 
> ERROR: libxml-parser-perl-native: chrpath command failed with exit
> code 7:
> /TMPDIR/work/x86_64-linux/libxml-parser-perl-native/2.41-r3/sysroot-destdir/TMPDIR/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/auto/XML/Parser/Expat/Expat.so: RPATH=/TMPDIR/sysroots/x86_64-linux/usr/lib
> new rpath '$ORIGIN/../../../../../../../../../usr/lib' too large;
> maximum length 37
>
> ERROR: Function failed
> ERROR: Logfile of failure stored
> in: /TMPDIR/work/x86_64-linux/libxml-parser-perl-native/2.41-r3/temp/log.do_populate_sysroot.2122
> ERROR: Task 3021
> (virtual:native:/yocto/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb, do_populate_sysroot) failed with exit code '1'
> ---------- snip ----------- 
>
> This seems pretty much the same as in:
> http://lists.openembedded.org/pipermail/openembedded-core/2012-August/067002.html
> at Aug 17, 2012
> 
Its trying to fit a 43 character string into a field 37 long. The reason
is the very short path you're building in (/TMPDIR), if you a slightly
deeper path (by say seven extra characters), this error should be
resolved.

I think in later versions we did improve this with the patch:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=6fcb96076ca60ef30062fda0ff8308cc840ab07d

so you could also try cherry-picking that and I think it may work
better.

Cheers,

Richard




  reply	other threads:[~2014-12-12  7:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-12  6:46 bitbake core-image-sato fails matti kaasinen
2014-12-12  7:41 ` Richard Purdie [this message]
2014-12-12  7:55   ` matti kaasinen
2014-12-18  9:43 ` matti kaasinen
2014-12-18  9:50   ` Richard Purdie

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=1418370119.22903.84.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=matti.kaasinen@gmail.com \
    --cc=paul.eggleton@linux.intel.com \
    --cc=poky@yoctoproject.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.