All of lore.kernel.org
 help / color / mirror / Atom feed
From: nitish jha <nitishjha16@gmail.com>
To: Doug Goldstein <cardoe@cardoe.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: Error Building xen-image-minimal
Date: Wed, 22 Feb 2017 12:55:05 +0100	[thread overview]
Message-ID: <CABh+foZMq3LTethWgLh1ndA_ApqW4-sX97k8JrUe7cvLzKAfiQ@mail.gmail.com> (raw)
In-Reply-To: <CABh+foapVgHwE40xENUqCegSsJ_Bqep-p+TQwV8rhDnF00bT1g@mail.gmail.com>

Hi All,

Now I think there is certainly some Issue with building xen-image-minimal

Today I tried again with poky krogoth version and followed same steps
again, but I ended up with same error

ERROR: glibc-locale-2.23-r0 do_package: Fatal QA errors found, failing task.
ERROR: glibc-locale-2.23-r0 do_package: Function failed: do_package

without meta-virtualization layer, I build core-image-minimal it
worked fine but building xen-image-minimal with meta-virtualization
layers always end up with same error

can somebody help me to solve this.

Thanks and Regards

On Tue, Feb 21, 2017 at 11:50 PM, nitish jha <nitishjha16@gmail.com> wrote:
> Hello Doug
>
> I again tried compiling morty, meta-openmebedded and meta-vertualization
>
> And I am facing same Issue for glibc-locale-2.24-r0
>
> command I am using to down load package is
>
> git clone -b morty https://git.yoctoproject.org/git/poky
>
> git clone -b morty https://github.com/openembedded/meta-openembedded.git
>
> git clone -b morty https://git.yoctoproject.org/git/meta-virtualization
>
> my bblayers.conf looks like
>
> BBLAYERS ?= " \
>   /home/njking/yocto/poky/meta \
>   /home/njking/yocto/poky/meta-yocto \
>   /home/njking/yocto/poky/meta-yocto-bsp \
>   "
>
>
> BBLAYERS_NON_REMOVABLE ?= " \
>   /home/njking/yocto/poky/meta \
>   /home/njking/yocto/poky/meta-yocto \
>   "
>
> BBLAYERS += "/home/njking/yocto/meta-virtualization"
> BBLAYERS += "/home/njking/yocto/meta-openembedded/meta-oe"
> BBLAYERS += "/home/njking/yocto/meta-openembedded/meta-networking"
> BBLAYERS += "/home/njking/yocto/meta-openembedded/meta-python"
> BBLAYERS += "/home/njking/yocto/meta-openembedded/meta-filesystems"
>
>
> and I have added following lines to the local.conf
>
> EXTRA_IMAGE_FEATURES += "ssh-server-openssh"
> MACHINE ?= "qemux86-64"
> DISTRO_FEATURES += "xen"
>
>
> It would be great help if you could tel me which poky, meta-openembedded and
> meta-virtualization version i should checkout so that i could build my
> xen-image-minmal successfully.
>
> Thanks and Regards
>
> Nitish
>
>
>
>
> On Sun, Feb 12, 2017 at 11:28 PM, Doug Goldstein <cardoe@cardoe.com> wrote:
>>
>> On 2/11/17 9:57 AM, nitish jha wrote:
>> > Hello All,
>> >
>> > I am tryin to build xen-image-minimal
>> >
>> > but I am getting following error
>> >
>> > ERROR: glibc-locale-2.24-r0 do_package: QA Issue: glibc-locale:
>> > Files/directories were installed but not shipped in any package:
>>
>> <snip>
>>
>> > Please set FILES such that these items are packaged. Alternatively if
>> > they are unneeded, avoid installing them or delete them within
>> > do_install.
>> > glibc-locale: 820 installed and not shipped files.
>> > [installed-vs-shipped]
>> > ERROR: glibc-locale-2.24-r0 do_package: Fatal QA errors found, failing
>> > task.
>> > ERROR: glibc-locale-2.24-r0 do_package: Function failed: do_package
>> > ERROR: Logfile of failure stored in:
>> >
>> > /home/njking/yocto_morty/build_xen_qemu/tmp/work/core2-64-poky-linux/glibc-locale/2.24-r0/temp/log.do_package.17564
>> > ERROR: Task
>> >
>> > (/home/njking/yocto_morty/poky/meta/recipes-core/glibc/glibc-locale_2.24.bb:do_package)
>> > failed with exit code '1'
>> >
>>
>> Unfortunately this issue is with the glibc package. Which does not live
>> in meta-virtualization. I'm at a loss why you would see that since I
>> build morty fairly regularly and haven't seen this. I would make sure
>> you are on the latest versions.
>>
>> --
>> Doug Goldstein
>>
>
>
>
> --


  reply	other threads:[~2017-02-22 11:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-11 15:57 Error Building xen-image-minimal nitish jha
2017-02-12 22:28 ` Doug Goldstein
2017-02-21 22:50   ` nitish jha
2017-02-22 11:55     ` nitish jha [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-15 21:22 Error building xen-image-minimal M. Gregory
2016-01-15 21:31 ` akuster
2016-01-18 16:07   ` Doug Goldstein
2016-01-18 16:19     ` Bruce Ashfield
2016-01-18 20:37       ` Chris Patterson
2016-01-19 12:12         ` M. Gregory
2016-01-19 13:34           ` Chris Patterson

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=CABh+foZMq3LTethWgLh1ndA_ApqW4-sX97k8JrUe7cvLzKAfiQ@mail.gmail.com \
    --to=nitishjha16@gmail.com \
    --cc=cardoe@cardoe.com \
    --cc=meta-virtualization@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.