All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: Error in do_rootfs
Date: Wed, 23 Sep 2015 06:27:02 -0600	[thread overview]
Message-ID: <56029A96.5070408@mlbassoc.com> (raw)
In-Reply-To: <CAKjpqyJ0JARxdDF3Ux1g8Yh7ncCae3pF5MrPRbFo2Tr5rWsF+w@mail.gmail.com>

On 2015-09-23 06:13, Mayank Agarwal wrote:
> Hi,
>
>
> To give you more detail,I am trying to add gstreamer-1.0 support in framework which is already having gstreamer-0.10.
> Now gstreamer binaries are built in Intel 80386 32 bit format,while my machine is amd,64 bit.So what i am doing i am configuring
> and compiling the gstreamer plugin packages on ubuntu and copy the whole source from there,after that i am doing do_install
> in my recipe.In my recipe i have set noexec=1 for do_fetch,do_configure,do_compile.It is able to install binaries in image/usr/lib and sysroot folder according to what i write in
> do_install but in installing the binaries to final image it is giving these errors:
>
> i hope what i am doing above is right.
>
> In log.do_rootfs file i am getting below error:
>
> ERROR: Unable to install packages. Command  returned 255:
>
>
> update-alternatives: Error: not linking /rootfs//bin/bash to /bin/busybox.nosuid since rootfs//bin/bash exists and is not a link
>
> What changes i should do in recipe file in order to overcome these errors.

Why are you trying to move binaries around (from your build host
directly into the target)?  You should be able to just add the
gstreamer-1.x recipes to your build and have it work.  Note there
is no problem with gstreamer-1.x being installed alongside the
older gstreamer-0.10

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


  reply	other threads:[~2015-09-23 12:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-23 12:13 Error in do_rootfs Mayank Agarwal
2015-09-23 12:27 ` Gary Thomas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23  6:52 error " 신택현 (Taek Hyun Shin)
2015-09-22  9:36 Mayank Agarwal
2015-09-22 14:17 ` Daniel.
2015-09-22 14:42   ` Mayank Agarwal
2015-09-22 14:51     ` Daniel.
2015-09-22 14:53       ` Mayank Agarwal
2015-09-22 15:04         ` Daniel.
2015-09-22 15:07           ` Daniel.
     [not found]             ` <CAKjpqyK+ZXuE+4jzDfTFO=TLeecGyrL4ab91-eGrLGHJzJADUA@mail.gmail.com>
2015-09-22 16:34               ` Daniel.
2015-09-22 15:12         ` Gary Thomas
2015-09-22  7:08 Mayank Agarwal
2015-09-22  7:12 ` Khem Raj
2015-09-22  7:22   ` Mayank Agarwal

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=56029A96.5070408@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=yocto@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.