All of lore.kernel.org
 help / color / mirror / Atom feed
* Error building xen-image-minimal
@ 2016-01-15 21:22 M. Gregory
  2016-01-15 21:31 ` akuster
  0 siblings, 1 reply; 11+ messages in thread
From: M. Gregory @ 2016-01-15 21:22 UTC (permalink / raw)
  To: meta-virtualization

I am still new to openembedded and I have not encountered the error
below before. It is occurring when building the xen-image-minimal
recipe. I added {PN}-devd, which contains xendriverdomain, to the
PACKAGE variable which solved the problem. Is that the correct solution?
-Machon

ERROR: QA Issue: xen: Files/directories were installed but not shipped
in any package:
  /etc/init.d/xendriverdomain
Please set FILES such that these items are packaged. Alternatively if
they are unneeded, avoid installing them or delete them within do_install.
xen: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: Fatal QA errors found, failing task.
ERROR: Function failed: do_package
ERROR: Logfile of failure stored in:
/home/mbgrego/work/yocto/poky/build/tmp/work/core2-64-poky-linux/xen/4.6.0-r0/temp/log.do_package.3354
ERROR: Task 337
(/home/mbgrego/work/yocto/poky/meta-virtualization/recipes-extended/xen/xen_4.6.0.bb,
do_package) failed with exit code '1'



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

* Re: Error building xen-image-minimal
  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
  0 siblings, 1 reply; 11+ messages in thread
From: akuster @ 2016-01-15 21:31 UTC (permalink / raw)
  To: M. Gregory, meta-virtualization

Machon,


On 01/15/2016 01:22 PM, M. Gregory wrote:
> I am still new to openembedded and I have not encountered the error
> below before. It is occurring when building the xen-image-minimal
> recipe. I added {PN}-devd, which contains xendriverdomain, to the
> PACKAGE variable which solved the problem. Is that the correct solution?
> -Machon

You might need to add something like:

FILES_${PN}-devd += "${sysconfdir}/init.d/xendriverdomain"

regards,
Armin

> ERROR: QA Issue: xen: Files/directories were installed but not shipped
> in any package:
>   /etc/init.d/xendriverdomain
> Please set FILES such that these items are packaged. Alternatively if
> they are unneeded, avoid installing them or delete them within do_install.
> xen: 1 installed and not shipped files. [installed-vs-shipped]
> ERROR: Fatal QA errors found, failing task.
> ERROR: Function failed: do_package
> ERROR: Logfile of failure stored in:
> /home/mbgrego/work/yocto/poky/build/tmp/work/core2-64-poky-linux/xen/4.6.0-r0/temp/log.do_package.3354
> ERROR: Task 337
> (/home/mbgrego/work/yocto/poky/meta-virtualization/recipes-extended/xen/xen_4.6.0.bb,
> do_package) failed with exit code '1'
> 


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

* Re: Error building xen-image-minimal
  2016-01-15 21:31 ` akuster
@ 2016-01-18 16:07   ` Doug Goldstein
  2016-01-18 16:19     ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: Doug Goldstein @ 2016-01-18 16:07 UTC (permalink / raw)
  To: akuster, M. Gregory, meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

On 1/15/16 3:31 PM, akuster wrote:
> Machon,
> 
> 
> On 01/15/2016 01:22 PM, M. Gregory wrote:
>> I am still new to openembedded and I have not encountered the error
>> below before. It is occurring when building the xen-image-minimal
>> recipe. I added {PN}-devd, which contains xendriverdomain, to the
>> PACKAGE variable which solved the problem. Is that the correct solution?
>> -Machon
> 
> You might need to add something like:
> 
> FILES_${PN}-devd += "${sysconfdir}/init.d/xendriverdomain"
> 

Yes. That change should have been merged as part of:

https://lists.yoctoproject.org/pipermail/meta-virtualization/2015-December/001617.html

We might have to audit the different patches and make sure everything
has landed and if not repost them.

-- 
Doug Goldstein


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 978 bytes --]

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

* Re: Error building xen-image-minimal
  2016-01-18 16:07   ` Doug Goldstein
@ 2016-01-18 16:19     ` Bruce Ashfield
  2016-01-18 20:37       ` Chris Patterson
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2016-01-18 16:19 UTC (permalink / raw)
  To: Doug Goldstein; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1413 bytes --]

On Mon, Jan 18, 2016 at 11:07 AM, Doug Goldstein <cardoe@cardoe.com> wrote:

> On 1/15/16 3:31 PM, akuster wrote:
> > Machon,
> >
> >
> > On 01/15/2016 01:22 PM, M. Gregory wrote:
> >> I am still new to openembedded and I have not encountered the error
> >> below before. It is occurring when building the xen-image-minimal
> >> recipe. I added {PN}-devd, which contains xendriverdomain, to the
> >> PACKAGE variable which solved the problem. Is that the correct solution?
> >> -Machon
> >
> > You might need to add something like:
> >
> > FILES_${PN}-devd += "${sysconfdir}/init.d/xendriverdomain"
> >
>
> Yes. That change should have been merged as part of:
>
>
> https://lists.yoctoproject.org/pipermail/meta-virtualization/2015-December/001617.html
>
> We might have to audit the different patches and make sure everything
> has landed and if not repost them.
>

Definitely do that audit! I was trying to track the various threads, but
with the
discussion and partially overlapping series, I very well could have missed
some
parts.

Bruce


>
> --
> Doug Goldstein
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
>


-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 2465 bytes --]

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

* Re: Error building xen-image-minimal
  2016-01-18 16:19     ` Bruce Ashfield
@ 2016-01-18 20:37       ` Chris Patterson
  2016-01-19 12:12         ` M. Gregory
  0 siblings, 1 reply; 11+ messages in thread
From: Chris Patterson @ 2016-01-18 20:37 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

>> We might have to audit the different patches and make sure everything
>> has landed and if not repost them.
>
>
> Definitely do that audit! I was trying to track the various threads, but
> with the
> discussion and partially overlapping series, I very well could have missed
> some
> parts.
>

Everything looks good on my end.  Machon, can you confirm you are
up-to-date on master?


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

* Re: Error building xen-image-minimal
  2016-01-18 20:37       ` Chris Patterson
@ 2016-01-19 12:12         ` M. Gregory
  2016-01-19 13:34           ` Chris Patterson
  0 siblings, 1 reply; 11+ messages in thread
From: M. Gregory @ 2016-01-19 12:12 UTC (permalink / raw)
  To: meta-virtualization

I am up-to-date (6ec960100...). When I remove the patch (below) I get
the same QA Issue (below). All the meta-virtualization dependencies are
up-to-date on master, also. My local.conf is the default yocto
configuration with MACHINE ?= "genericx86-64" and DISTRO_FEATURES_append
= " xen". Am I missing something? And why is the ${PN}-devd not need in
the PACKAGE variable?
-Machon

Patch:

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index ac9796b..c63cb2c 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -149,6 +149,7 @@ PACKAGES = "\
     ${PN}-console \
     ${PN}-dbg \
     ${PN}-dev \
+    ${PN}-devd \
     ${PN}-doc \
     ${PN}-flask \
     ${PN}-fsimage \

QA Issue:

ERROR: QA Issue: xen: Files/directories were installed but not shipped
in any package:
  /etc/init.d/xendriverdomain
Please set FILES such that these items are packaged. Alternatively if
they are unneeded, avoid installing them or delete them within do_install.
xen: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: Fatal QA errors found, failing task.
ERROR: Function failed: do_package
ERROR: Logfile of failure stored in:
/home/mbgrego/work/yocto/poky/build/tmp/work/core2-64-poky-linux/xen/4.6.0-r0/temp/log.do_package.4500
ERROR: Task 337
(/home/mbgrego/work/yocto/poky/meta-virtualization/recipes-extended/xen/xen_4.6.0.bb,
do_package) failed with exit code '1'



On 01/18/2016 03:37 PM, Chris Patterson wrote:
> Everything looks good on my end.  Machon, can you confirm you are
> up-to-date on master?


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

* Re: Error building xen-image-minimal
  2016-01-19 12:12         ` M. Gregory
@ 2016-01-19 13:34           ` Chris Patterson
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Patterson @ 2016-01-19 13:34 UTC (permalink / raw)
  To: M. Gregory; +Cc: meta-virtualization

Sorry Machon, you're right.  I did a fresh build yesterday and did not
get a QA warning.  I neglected to account for the fact that my tree is
using systemd...

Thanks!

On Tue, Jan 19, 2016 at 7:12 AM, M. Gregory <mbgrego@tycho.nsa.gov> wrote:
> I am up-to-date (6ec960100...). When I remove the patch (below) I get
> the same QA Issue (below). All the meta-virtualization dependencies are
> up-to-date on master, also. My local.conf is the default yocto
> configuration with MACHINE ?= "genericx86-64" and DISTRO_FEATURES_append
> = " xen". Am I missing something? And why is the ${PN}-devd not need in
> the PACKAGE variable?
> -Machon
>
> Patch:
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index ac9796b..c63cb2c 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -149,6 +149,7 @@ PACKAGES = "\
>      ${PN}-console \
>      ${PN}-dbg \
>      ${PN}-dev \
> +    ${PN}-devd \
>      ${PN}-doc \
>      ${PN}-flask \
>      ${PN}-fsimage \
>
> QA Issue:
>
> ERROR: QA Issue: xen: Files/directories were installed but not shipped
> in any package:
>   /etc/init.d/xendriverdomain
> Please set FILES such that these items are packaged. Alternatively if
> they are unneeded, avoid installing them or delete them within do_install.
> xen: 1 installed and not shipped files. [installed-vs-shipped]
> ERROR: Fatal QA errors found, failing task.
> ERROR: Function failed: do_package
> ERROR: Logfile of failure stored in:
> /home/mbgrego/work/yocto/poky/build/tmp/work/core2-64-poky-linux/xen/4.6.0-r0/temp/log.do_package.4500
> ERROR: Task 337
> (/home/mbgrego/work/yocto/poky/meta-virtualization/recipes-extended/xen/xen_4.6.0.bb,
> do_package) failed with exit code '1'
>
>
>
> On 01/18/2016 03:37 PM, Chris Patterson wrote:
>> Everything looks good on my end.  Machon, can you confirm you are
>> up-to-date on master?
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: Error Building xen-image-minimal
  2017-02-21 22:50   ` nitish jha
@ 2017-02-22 11:55     ` nitish jha
  0 siblings, 0 replies; 11+ messages in thread
From: nitish jha @ 2017-02-22 11:55 UTC (permalink / raw)
  To: Doug Goldstein; +Cc: meta-virtualization

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
>>
>
>
>
> --


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

* Re: Error Building xen-image-minimal
  2017-02-12 22:28 ` Doug Goldstein
@ 2017-02-21 22:50   ` nitish jha
  2017-02-22 11:55     ` nitish jha
  0 siblings, 1 reply; 11+ messages in thread
From: nitish jha @ 2017-02-21 22:50 UTC (permalink / raw)
  To: Doug Goldstein; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 2783 bytes --]

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
>
>


--

[-- Attachment #2: Type: text/html, Size: 4259 bytes --]

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

* Re: Error Building xen-image-minimal
  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
  0 siblings, 1 reply; 11+ messages in thread
From: Doug Goldstein @ 2017-02-12 22:28 UTC (permalink / raw)
  To: meta-virtualization, nitish jha


[-- Attachment #1.1: Type: text/plain, Size: 1240 bytes --]

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 978 bytes --]

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

* Error Building xen-image-minimal
@ 2017-02-11 15:57 nitish jha
  2017-02-12 22:28 ` Doug Goldstein
  0 siblings, 1 reply; 11+ messages in thread
From: nitish jha @ 2017-02-11 15:57 UTC (permalink / raw)
  To: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 29466 bytes --]

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:
  /usr/lib/gconv/ISO8859-5.so
  /usr/lib/gconv/CP772.so
  /usr/lib/gconv/IBM1155.so
  /usr/lib/gconv/EBCDIC-AT-DE-A.so
  /usr/lib/gconv/CP775.so
  /usr/lib/gconv/ISO-IR-197.so
  /usr/lib/gconv/EBCDIC-FI-SE-A.so
  /usr/lib/gconv/DEC-MCS.so
  /usr/lib/gconv/IBM871.so
  /usr/lib/gconv/IBM1132.so
  /usr/lib/gconv/EBCDIC-FR.so
  /usr/lib/gconv/IBM038.so
  /usr/lib/gconv/IBM1133.so
  /usr/lib/gconv/CP10007.so
  /usr/lib/gconv/UTF-16.so
  /usr/lib/gconv/IBM424.so
  /usr/lib/gconv/IBM1140.so
  /usr/lib/gconv/IBM423.so
  /usr/lib/gconv/EUC-CN.so
  /usr/lib/gconv/CP1125.so
  /usr/lib/gconv/IBM850.so
  /usr/lib/gconv/KOI8-R.so
  /usr/lib/gconv/MAC-SAMI.so
  /usr/lib/gconv/IBM1122.so
  /usr/lib/gconv/IBM1156.so
  /usr/lib/gconv/IBM275.so
  /usr/lib/gconv/IBM500.so
  /usr/lib/gconv/CP737.so
  /usr/lib/gconv/IBM921.so
  /usr/lib/gconv/CP1257.so
  /usr/lib/gconv/IBM862.so
  /usr/lib/gconv/IBM1146.so
  /usr/lib/gconv/EBCDIC-DK-NO-A.so
  /usr/lib/gconv/MACINTOSH.so
  /usr/lib/gconv/IBM1163.so
  /usr/lib/gconv/IBM1112.so
  /usr/lib/gconv/IBM1097.so
  /usr/lib/gconv/EBCDIC-PT.so
  /usr/lib/gconv/IBM901.so
  /usr/lib/gconv/IBM903.so
  /usr/lib/gconv/CP932.so
  /usr/lib/gconv/IBM281.so
  /usr/lib/gconv/IBM256.so
  /usr/lib/gconv/IBM9448.so
  /usr/lib/gconv/IBM930.so
  /usr/lib/gconv/BIG5HKSCS.so
  /usr/lib/gconv/IBM1123.so
  /usr/lib/gconv/ISO8859-10.so
  /usr/lib/gconv/EBCDIC-ES-A.so
  /usr/lib/gconv/CP1254.so
  /usr/lib/gconv/IBM1153.so
  /usr/lib/gconv/UTF-7.so
  /usr/lib/gconv/IBM865.so
  /usr/lib/gconv/IBM9030.so
  /usr/lib/gconv/ISO_10367-BOX.so
  /usr/lib/gconv/GEORGIAN-ACADEMY.so
  /usr/lib/gconv/ISO_2033.so
  /usr/lib/gconv/CP1252.so
  /usr/lib/gconv/LATIN-GREEK.so
  /usr/lib/gconv/IBM1008.so
  /usr/lib/gconv/TCVN5712-1.so
  /usr/lib/gconv/IBM1046.so
  /usr/lib/gconv/EBCDIC-ES-S.so
  /usr/lib/gconv/ISO-IR-209.so
  /usr/lib/gconv/EUC-KR.so
  /usr/lib/gconv/EBCDIC-IS-FRISS.so
  /usr/lib/gconv/ISO8859-2.so
  /usr/lib/gconv/IBM1388.so
  /usr/lib/gconv/IBM803.so
  /usr/lib/gconv/IBM1129.so
  /usr/lib/gconv/TIS-620.so
  /usr/lib/gconv/ARMSCII-8.so
  /usr/lib/gconv/PT154.so
  /usr/lib/gconv/IBM290.so
  /usr/lib/gconv/IBM16804.so
  /usr/lib/gconv/IBM5347.so
  /usr/lib/gconv/IBM284.so
  /usr/lib/gconv/EBCDIC-FI-SE.so
  /usr/lib/gconv/IBM869.so
  /usr/lib/gconv/IBM1025.so
  /usr/lib/gconv/HP-TURKISH8.so
  /usr/lib/gconv/KOI-8.so
  /usr/lib/gconv/IBM1162.so
  /usr/lib/gconv/ISO646.so
  /usr/lib/gconv/ISO8859-13.so
  /usr/lib/gconv/VISCII.so
  /usr/lib/gconv/ISO8859-1.so
  /usr/lib/gconv/IBM932.so
  /usr/lib/gconv/SAMI-WS2.so
  /usr/lib/gconv/EBCDIC-UK.so
  /usr/lib/gconv/IBM1364.so
  /usr/lib/gconv/EUC-JISX0213.so
  /usr/lib/gconv/IBM297.so
  /usr/lib/gconv/ISO8859-15.so
  /usr/lib/gconv/IEC_P27-1.so
  /usr/lib/gconv/IBM277.so
  /usr/lib/gconv/IBM904.so
  /usr/lib/gconv/EUC-JP-MS.so
  /usr/lib/gconv/CP1251.so
  /usr/lib/gconv/ISO8859-9E.so
  /usr/lib/gconv/IBM1149.so
  /usr/lib/gconv/IBM902.so
  /usr/lib/gconv/EBCDIC-US.so
  /usr/lib/gconv/ISO8859-9.so
  /usr/lib/gconv/IBM9066.so
  /usr/lib/gconv/IBM037.so
  /usr/lib/gconv/CP1255.so
  /usr/lib/gconv/IBM851.so
  /usr/lib/gconv/UNICODE.so
  /usr/lib/gconv/IBM860.so
  /usr/lib/gconv/RK1048.so
  /usr/lib/gconv/IBM861.so
  /usr/lib/gconv/ISO_5427-EXT.so
  /usr/lib/gconv/EUC-TW.so
  /usr/lib/gconv/MAC-CENTRALEUROPE.so
  /usr/lib/gconv/ISO_11548-1.so
  /usr/lib/gconv/ISO-2022-CN-EXT.so
  /usr/lib/gconv/IBM874.so
  /usr/lib/gconv/ISO-2022-JP.so
  /usr/lib/gconv/ISO_5427.so
  /usr/lib/gconv/ISO_6937-2.so
  /usr/lib/gconv/EBCDIC-CA-FR.so
  /usr/lib/gconv/GEORGIAN-PS.so
  /usr/lib/gconv/HP-THAI8.so
  /usr/lib/gconv/IBM852.so
  /usr/lib/gconv/ISO8859-3.so
  /usr/lib/gconv/libKSC.so
  /usr/lib/gconv/HP-ROMAN9.so
  /usr/lib/gconv/IBM857.so
  /usr/lib/gconv/IBM420.so
  /usr/lib/gconv/IBM12712.so
  /usr/lib/gconv/IBM273.so
  /usr/lib/gconv/IBM1142.so
  /usr/lib/gconv/MAC-IS.so
  /usr/lib/gconv/IBM1157.so
  /usr/lib/gconv/ISIRI-3342.so
  /usr/lib/gconv/IBM1144.so
  /usr/lib/gconv/IBM1147.so
  /usr/lib/gconv/IBM285.so
  /usr/lib/gconv/IBM866.so
  /usr/lib/gconv/IBM880.so
  /usr/lib/gconv/IBM4909.so
  /usr/lib/gconv/libCNS.so
  /usr/lib/gconv/CP1253.so
  /usr/lib/gconv/ISO8859-8.so
  /usr/lib/gconv/IBM1141.so
  /usr/lib/gconv/INIS-8.so
  /usr/lib/gconv/ECMA-CYRILLIC.so
  /usr/lib/gconv/GBK.so
  /usr/lib/gconv/EBCDIC-AT-DE.so
  /usr/lib/gconv/IBM1167.so
  /usr/lib/gconv/T.61.so
  /usr/lib/gconv/IBM280.so
  /usr/lib/gconv/NATS-SEFI.so
  /usr/lib/gconv/IBM918.so
  /usr/lib/gconv/ISO-2022-CN.so
  /usr/lib/gconv/GB18030.so
  /usr/lib/gconv/IBM943.so
  /usr/lib/gconv/ASMO_449.so
  /usr/lib/gconv/GOST_19768-74.so
  /usr/lib/gconv/IBM870.so
  /usr/lib/gconv/IBM868.so
  /usr/lib/gconv/INIS.so
  /usr/lib/gconv/IBM1145.so
  /usr/lib/gconv/CP1258.so
  /usr/lib/gconv/ISO8859-7.so
  /usr/lib/gconv/IBM4517.so
  /usr/lib/gconv/CP770.so
  /usr/lib/gconv/IBM875.so
  /usr/lib/gconv/ISO_5428.so
  /usr/lib/gconv/IBM866NAV.so
  /usr/lib/gconv/ISO-2022-JP-3.so
  /usr/lib/gconv/HP-ROMAN8.so
  /usr/lib/gconv/IBM1143.so
  /usr/lib/gconv/IBM937.so
  /usr/lib/gconv/KOI8-RU.so
  /usr/lib/gconv/IBM922.so
  /usr/lib/gconv/NATS-DANO.so
  /usr/lib/gconv/IBM1004.so
  /usr/lib/gconv/IBM905.so
  /usr/lib/gconv/CP773.so
  /usr/lib/gconv/GREEK-CCITT.so
  /usr/lib/gconv/KOI8-T.so
  /usr/lib/gconv/ISO-2022-KR.so
  /usr/lib/gconv/UHC.so
  /usr/lib/gconv/MAC-UK.so
  /usr/lib/gconv/libGB.so
  /usr/lib/gconv/ISO8859-6.so
  /usr/lib/gconv/IBM274.so
  /usr/lib/gconv/GBBIG5.so
  /usr/lib/gconv/IBM891.so
  /usr/lib/gconv/IBM939.so
  /usr/lib/gconv/IBM1130.so
  /usr/lib/gconv/EBCDIC-IT.so
  /usr/lib/gconv/KOI8-U.so
  /usr/lib/gconv/IBM278.so
  /usr/lib/gconv/ISO_6937.so
  /usr/lib/gconv/IBM437.so
  /usr/lib/gconv/IBM1026.so
  /usr/lib/gconv/UTF-32.so
  /usr/lib/gconv/CP1256.so
  /usr/lib/gconv/EBCDIC-ES.so
  /usr/lib/gconv/IBM933.so
  /usr/lib/gconv/ISO8859-11.so
  /usr/lib/gconv/IBM935.so
  /usr/lib/gconv/IBM1124.so
  /usr/lib/gconv/LATIN-GREEK-1.so
  /usr/lib/gconv/CSN_369103.so
  /usr/lib/gconv/BIG5.so
  /usr/lib/gconv/IBM1137.so
  /usr/lib/gconv/EUC-JP.so
  /usr/lib/gconv/CWI.so
  /usr/lib/gconv/IBM1160.so
  /usr/lib/gconv/IBM864.so
  /usr/lib/gconv/CP1250.so
  /usr/lib/gconv/libJIS.so
  /usr/lib/gconv/IBM1166.so
  /usr/lib/gconv/IBM1164.so
  /usr/lib/gconv/ANSI_X3.110.so
  /usr/lib/gconv/IBM4971.so
  /usr/lib/gconv/GREEK7.so
  /usr/lib/gconv/SHIFT_JISX0213.so
  /usr/lib/gconv/libISOIR165.so
  /usr/lib/gconv/EBCDIC-DK-NO.so
  /usr/lib/gconv/IBM1371.so
  /usr/lib/gconv/gconv-modules
  /usr/lib/gconv/ISO8859-14.so
  /usr/lib/gconv/GBGBK.so
  /usr/lib/gconv/IBM855.so
  /usr/lib/gconv/IBM1154.so
  /usr/lib/gconv/INIS-CYRILLIC.so
  /usr/lib/gconv/IBM856.so
  /usr/lib/gconv/ISO8859-16.so
  /usr/lib/gconv/SJIS.so
  /usr/lib/gconv/CP774.so
  /usr/lib/gconv/GREEK7-OLD.so
  /usr/lib/gconv/IBM863.so
  /usr/lib/gconv/IBM1008_420.so
  /usr/lib/gconv/IBM1161.so
  /usr/lib/gconv/IBM1047.so
  /usr/lib/gconv/libJISX0213.so
  /usr/lib/gconv/MIK.so
  /usr/lib/gconv/JOHAB.so
  /usr/lib/gconv/IBM1390.so
  /usr/lib/gconv/IBM1399.so
  /usr/lib/gconv/CP771.so
  /usr/lib/gconv/IBM1158.so
  /usr/lib/gconv/TSCII.so
  /usr/lib/gconv/ISO8859-4.so
  /usr/lib/gconv/IBM1148.so
  /usr/lib/gconv/BRF.so
  /usr/lib/gconv/IBM4899.so
  /usr/lib/gconv/HP-GREEK8.so
  /usr/share/i18n
  /usr/share/i18n/charmaps
  /usr/share/i18n/locales
  /usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz
  /usr/share/i18n/charmaps/IBM1160.gz
  /usr/share/i18n/charmaps/CP1253.gz
  /usr/share/i18n/charmaps/IBM870.gz
  /usr/share/i18n/charmaps/WINDOWS-31J.gz
  /usr/share/i18n/charmaps/ISO-IR-197.gz
  /usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz
  /usr/share/i18n/charmaps/SEN_850200_B.gz
  /usr/share/i18n/charmaps/IBM038.gz
  /usr/share/i18n/charmaps/IBM284.gz
  /usr/share/i18n/charmaps/ANSI_X3.110-1983.gz
  /usr/share/i18n/charmaps/NF_Z_62-010_1973.gz
  /usr/share/i18n/charmaps/ARMSCII-8.gz
  /usr/share/i18n/charmaps/BIG5-HKSCS.gz
  /usr/share/i18n/charmaps/IBM1026.gz
  /usr/share/i18n/charmaps/PT.gz
  /usr/share/i18n/charmaps/IBM903.gz
  /usr/share/i18n/charmaps/MAC-IS.gz
  /usr/share/i18n/charmaps/INIS-8.gz
  /usr/share/i18n/charmaps/JIS_X0201.gz
  /usr/share/i18n/charmaps/ISO-8859-7.gz
  /usr/share/i18n/charmaps/IBM281.gz
  /usr/share/i18n/charmaps/BS_VIEWDATA.gz
  /usr/share/i18n/charmaps/IBM1162.gz
  /usr/share/i18n/charmaps/ISO_5427.gz
  /usr/share/i18n/charmaps/EBCDIC-UK.gz
  /usr/share/i18n/charmaps/EBCDIC-ES.gz
  /usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz
  /usr/share/i18n/charmaps/NS_4551-2.gz
  /usr/share/i18n/charmaps/ISO-8859-8.gz
  /usr/share/i18n/charmaps/IBM1133.gz
  /usr/share/i18n/charmaps/KOI8-T.gz
  /usr/share/i18n/charmaps/HP-ROMAN8.gz
  /usr/share/i18n/charmaps/MAC-UK.gz
  /usr/share/i18n/charmaps/IBM866NAV.gz
  /usr/share/i18n/charmaps/ISO-8859-6.gz
  /usr/share/i18n/charmaps/CP773.gz
  /usr/share/i18n/charmaps/MSZ_7795.3.gz
  /usr/share/i18n/charmaps/EBCDIC-ES-S.gz
  /usr/share/i18n/charmaps/IBM277.gz
  /usr/share/i18n/charmaps/IBM868.gz
  /usr/share/i18n/charmaps/ISO_10367-BOX.gz
  /usr/share/i18n/charmaps/ISO-8859-13.gz
  /usr/share/i18n/charmaps/INIS.gz
  /usr/share/i18n/charmaps/IBM273.gz
  /usr/share/i18n/charmaps/NATS-DANO-ADD.gz
  /usr/share/i18n/charmaps/NATS-DANO.gz
  /usr/share/i18n/charmaps/EUC-JP-MS.gz
  /usr/share/i18n/charmaps/ISO-8859-3.gz
  /usr/share/i18n/charmaps/JIS_C6229-1984-A.gz
  /usr/share/i18n/charmaps/IEC_P27-1.gz
  /usr/share/i18n/charmaps/BRF.gz
  /usr/share/i18n/charmaps/IBM424.gz
  /usr/share/i18n/charmaps/IBM864.gz
  /usr/share/i18n/charmaps/SEN_850200_C.gz
  /usr/share/i18n/charmaps/ISO_8859-SUPP.gz
  /usr/share/i18n/charmaps/EUC-TW.gz
  /usr/share/i18n/charmaps/ISO_646.BASIC.gz
  /usr/share/i18n/charmaps/KSC5636.gz
  /usr/share/i18n/charmaps/IBM290.gz
  /usr/share/i18n/charmaps/ISO-8859-2.gz
  /usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz
  /usr/share/i18n/charmaps/UTF-8.gz
  /usr/share/i18n/charmaps/EUC-JISX0213.gz
  /usr/share/i18n/charmaps/SHIFT_JIS.gz
  /usr/share/i18n/charmaps/NC_NC00-10.gz
  /usr/share/i18n/charmaps/IBM500.gz
  /usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz
  /usr/share/i18n/charmaps/IBM874.gz
  /usr/share/i18n/charmaps/KOI8-RU.gz
  /usr/share/i18n/charmaps/IBM037.gz
  /usr/share/i18n/charmaps/ISO-8859-5.gz
  /usr/share/i18n/charmaps/IBM865.gz
  /usr/share/i18n/charmaps/T.61-7BIT.gz
  /usr/share/i18n/charmaps/ISO_5427-EXT.gz
  /usr/share/i18n/charmaps/IBM1004.gz
  /usr/share/i18n/charmaps/T.101-G2.gz
  /usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz
  /usr/share/i18n/charmaps/RK1048.gz
  /usr/share/i18n/charmaps/EUC-KR.gz
  /usr/share/i18n/charmaps/IBM1161.gz
  /usr/share/i18n/charmaps/IBM1164.gz
  /usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz
  /usr/share/i18n/charmaps/HP-THAI8.gz
  /usr/share/i18n/charmaps/IBM905.gz
  /usr/share/i18n/charmaps/DS_2089.gz
  /usr/share/i18n/charmaps/PT154.gz
  /usr/share/i18n/charmaps/CP1257.gz
  /usr/share/i18n/charmaps/TSCII.gz
  /usr/share/i18n/charmaps/IBM866.gz
  /usr/share/i18n/charmaps/EBCDIC-PT.gz
  /usr/share/i18n/charmaps/IBM860.gz
  /usr/share/i18n/charmaps/NF_Z_62-010.gz
  /usr/share/i18n/charmaps/SAMI.gz
  /usr/share/i18n/charmaps/IBM297.gz
  /usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz
  /usr/share/i18n/charmaps/CP1254.gz
  /usr/share/i18n/charmaps/CP774.gz
  /usr/share/i18n/charmaps/CP772.gz
  /usr/share/i18n/charmaps/CP1256.gz
  /usr/share/i18n/charmaps/ISO-8859-1.gz
  /usr/share/i18n/charmaps/ES2.gz
  /usr/share/i18n/charmaps/BIG5.gz
  /usr/share/i18n/charmaps/CP1255.gz
  /usr/share/i18n/charmaps/ISO_8859-1,GL.gz
  /usr/share/i18n/charmaps/SHIFT_JISX0213.gz
  /usr/share/i18n/charmaps/LATIN-GREEK-1.gz
  /usr/share/i18n/charmaps/ANSI_X3.4-1968.gz
  /usr/share/i18n/charmaps/IBM862.gz
  /usr/share/i18n/charmaps/IBM857.gz
  /usr/share/i18n/charmaps/ISO-8859-16.gz
  /usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz
  /usr/share/i18n/charmaps/ISO-8859-14.gz
  /usr/share/i18n/charmaps/HP-ROMAN9.gz
  /usr/share/i18n/charmaps/CWI.gz
  /usr/share/i18n/charmaps/ISO_2033-1983.gz
  /usr/share/i18n/charmaps/IBM256.gz
  /usr/share/i18n/charmaps/ISO_646.IRV.gz
  /usr/share/i18n/charmaps/IBM875.gz
  /usr/share/i18n/charmaps/IBM1132.gz
  /usr/share/i18n/charmaps/VISCII.gz
  /usr/share/i18n/charmaps/IBM852.gz
  /usr/share/i18n/charmaps/GREEK-CCITT.gz
  /usr/share/i18n/charmaps/DIN_66003.gz
  /usr/share/i18n/charmaps/HP-TURKISH8.gz
  /usr/share/i18n/charmaps/IBM856.gz
  /usr/share/i18n/charmaps/EBCDIC-FI-SE.gz
  /usr/share/i18n/charmaps/ISO_6937-2-ADD.gz
  /usr/share/i18n/charmaps/IBM423.gz
  /usr/share/i18n/charmaps/CSN_369103.gz
  /usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz
  /usr/share/i18n/charmaps/ISO-IR-90.gz
  /usr/share/i18n/charmaps/IBM922.gz
  /usr/share/i18n/charmaps/IBM1124.gz
  /usr/share/i18n/charmaps/GREEK7-OLD.gz
  /usr/share/i18n/charmaps/IBM1163.gz
  /usr/share/i18n/charmaps/BS_4730.gz
  /usr/share/i18n/charmaps/CP10007.gz
  /usr/share/i18n/charmaps/INVARIANT.gz
  /usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz
  /usr/share/i18n/charmaps/ISO-8859-9.gz
  /usr/share/i18n/charmaps/IBM437.gz
  /usr/share/i18n/charmaps/JIS_C6229-1984-B.gz
  /usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz
  /usr/share/i18n/charmaps/CP1258.gz
  /usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz
  /usr/share/i18n/charmaps/HP-GREEK8.gz
  /usr/share/i18n/charmaps/EBCDIC-FR.gz
  /usr/share/i18n/charmaps/ISO-8859-4.gz
  /usr/share/i18n/charmaps/CP737.gz
  /usr/share/i18n/charmaps/GEORGIAN-PS.gz
  /usr/share/i18n/charmaps/EBCDIC-CA-FR.gz
  /usr/share/i18n/charmaps/NEXTSTEP.gz
  /usr/share/i18n/charmaps/MAC-SAMI.gz
  /usr/share/i18n/charmaps/GB2312.gz
  /usr/share/i18n/charmaps/IBM863.gz
  /usr/share/i18n/charmaps/IBM850.gz
  /usr/share/i18n/charmaps/MACINTOSH.gz
  /usr/share/i18n/charmaps/IBM891.gz
  /usr/share/i18n/charmaps/DEC-MCS.gz
  /usr/share/i18n/charmaps/NS_4551-1.gz
  /usr/share/i18n/charmaps/ISO-8859-15.gz
  /usr/share/i18n/charmaps/LATIN-GREEK.gz
  /usr/share/i18n/charmaps/GB_1988-80.gz
  /usr/share/i18n/charmaps/MAC-CYRILLIC.gz
  /usr/share/i18n/charmaps/EBCDIC-ES-A.gz
  /usr/share/i18n/charmaps/EUC-JP.gz
  /usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz
  /usr/share/i18n/charmaps/TIS-620.gz
  /usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz
  /usr/share/i18n/charmaps/IBM918.gz
  /usr/share/i18n/charmaps/ISO-8859-9E.gz
  /usr/share/i18n/charmaps/ISIRI-3342.gz
  /usr/share/i18n/charmaps/IBM861.gz
  /usr/share/i18n/charmaps/KOI8-U.gz
  /usr/share/i18n/charmaps/GOST_19768-74.gz
  /usr/share/i18n/charmaps/SAMI-WS2.gz
  /usr/share/i18n/charmaps/ISO-8859-10.gz
  /usr/share/i18n/charmaps/ISO_6937.gz
  /usr/share/i18n/charmaps/PT2.gz
  /usr/share/i18n/charmaps/CP1125.gz
  /usr/share/i18n/charmaps/ISO-IR-209.gz
  /usr/share/i18n/charmaps/ISO_11548-1.gz
  /usr/share/i18n/charmaps/CP1250.gz
  /usr/share/i18n/charmaps/IBM1047.gz
  /usr/share/i18n/charmaps/INIS-CYRILLIC.gz
  /usr/share/i18n/charmaps/IBM274.gz
  /usr/share/i18n/charmaps/T.61-8BIT.gz
  /usr/share/i18n/charmaps/IBM285.gz
  /usr/share/i18n/charmaps/NATS-SEFI-ADD.gz
  /usr/share/i18n/charmaps/IBM278.gz
  /usr/share/i18n/charmaps/JUS_I.B1.002.gz
  /usr/share/i18n/charmaps/CP1252.gz
  /usr/share/i18n/charmaps/EBCDIC-DK-NO.gz
  /usr/share/i18n/charmaps/KOI8-R.gz
  /usr/share/i18n/charmaps/CP949.gz
  /usr/share/i18n/charmaps/ISO_10646.gz
  /usr/share/i18n/charmaps/CP770.gz
  /usr/share/i18n/charmaps/ISO_5428.gz
  /usr/share/i18n/charmaps/IBM420.gz
  /usr/share/i18n/charmaps/EBCDIC-AT-DE.gz
  /usr/share/i18n/charmaps/ASMO_449.gz
  /usr/share/i18n/charmaps/CP771.gz
  /usr/share/i18n/charmaps/IBM1129.gz
  /usr/share/i18n/charmaps/GBK.gz
  /usr/share/i18n/charmaps/IBM904.gz
  /usr/share/i18n/charmaps/TCVN5712-1.gz
  /usr/share/i18n/charmaps/ISO_6937-2-25.gz
  /usr/share/i18n/charmaps/KOI-8.gz
  /usr/share/i18n/charmaps/EBCDIC-IT.gz
  /usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz
  /usr/share/i18n/charmaps/NATS-SEFI.gz
  /usr/share/i18n/charmaps/IBM851.gz
  /usr/share/i18n/charmaps/MIK.gz
  /usr/share/i18n/charmaps/ECMA-CYRILLIC.gz
  /usr/share/i18n/charmaps/IBM869.gz
  /usr/share/i18n/charmaps/GREEK7.gz
  /usr/share/i18n/charmaps/IBM280.gz
  /usr/share/i18n/charmaps/JOHAB.gz
  /usr/share/i18n/charmaps/EBCDIC-US.gz
  /usr/share/i18n/charmaps/ES.gz
  /usr/share/i18n/charmaps/ISO-8859-11.gz
  /usr/share/i18n/charmaps/GB18030.gz
  /usr/share/i18n/charmaps/IBM871.gz
  /usr/share/i18n/charmaps/IBM880.gz
  /usr/share/i18n/charmaps/CP775.gz
  /usr/share/i18n/charmaps/IT.gz
  /usr/share/i18n/charmaps/IBM855.gz
  /usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz
  /usr/share/i18n/charmaps/IBM275.gz
  /usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz
  /usr/share/i18n/charmaps/CP1251.gz
  /usr/share/i18n/locales/es_ES@euro
  /usr/share/i18n/locales/zh_HK
  /usr/share/i18n/locales/de_DE
  /usr/share/i18n/locales/ar_OM
  /usr/share/i18n/locales/nds_DE
  /usr/share/i18n/locales/yo_NG
  /usr/share/i18n/locales/fy_DE
  /usr/share/i18n/locales/th_TH
  /usr/share/i18n/locales/fo_FO
  /usr/share/i18n/locales/pa_IN
  /usr/share/i18n/locales/zh_TW
  /usr/share/i18n/locales/ar_BH
  /usr/share/i18n/locales/lt_LT
  /usr/share/i18n/locales/ff_SN
  /usr/share/i18n/locales/ur_PK
  /usr/share/i18n/locales/he_IL
  /usr/share/i18n/locales/sr_RS
  /usr/share/i18n/locales/br_FR@euro
  /usr/share/i18n/locales/es_PE
  /usr/share/i18n/locales/en_DK
  /usr/share/i18n/locales/nr_ZA
  /usr/share/i18n/locales/it_IT
  /usr/share/i18n/locales/ar_YE
  /usr/share/i18n/locales/bem_ZM
  /usr/share/i18n/locales/aa_ER@saaho
  /usr/share/i18n/locales/iso14651_t1
  /usr/share/i18n/locales/es_ES
  /usr/share/i18n/locales/es_MX
  /usr/share/i18n/locales/en_BW
  /usr/share/i18n/locales/sv_FI
  /usr/share/i18n/locales/crh_UA
  /usr/share/i18n/locales/sgs_LT
  /usr/share/i18n/locales/el_GR
  /usr/share/i18n/locales/en_IE
  /usr/share/i18n/locales/br_FR
  /usr/share/i18n/locales/ar_LY
  /usr/share/i18n/locales/en_SG
  /usr/share/i18n/locales/translit_cjk_variants
  /usr/share/i18n/locales/en_AU
  /usr/share/i18n/locales/ha_NG
  /usr/share/i18n/locales/nl_AW
  /usr/share/i18n/locales/de_BE@euro
  /usr/share/i18n/locales/uz_UZ
  /usr/share/i18n/locales/en_ZA
  /usr/share/i18n/locales/tig_ER
  /usr/share/i18n/locales/fi_FI
  /usr/share/i18n/locales/ml_IN
  /usr/share/i18n/locales/nan_TW
  /usr/share/i18n/locales/nds_NL
  /usr/share/i18n/locales/ps_AF
  /usr/share/i18n/locales/sa_IN
  /usr/share/i18n/locales/ber_MA
  /usr/share/i18n/locales/ht_HT
  /usr/share/i18n/locales/en_ZM
  /usr/share/i18n/locales/gu_IN
  /usr/share/i18n/locales/ug_CN
  /usr/share/i18n/locales/fi_FI@euro
  /usr/share/i18n/locales/translit_small
  /usr/share/i18n/locales/aa_ET
  /usr/share/i18n/locales/sr_RS@latin
  /usr/share/i18n/locales/en_PH
  /usr/share/i18n/locales/ca_ES@euro
  /usr/share/i18n/locales/en_AG
  /usr/share/i18n/locales/it_CH
  /usr/share/i18n/locales/sv_FI@euro
  /usr/share/i18n/locales/fy_NL
  /usr/share/i18n/locales/nl_BE
  /usr/share/i18n/locales/doi_IN
  /usr/share/i18n/locales/gez_ER@abegede
  /usr/share/i18n/locales/shs_CA
  /usr/share/i18n/locales/tk_TM
  /usr/share/i18n/locales/st_ZA
  /usr/share/i18n/locales/be_BY@latin
  /usr/share/i18n/locales/szl_PL
  /usr/share/i18n/locales/sw_TZ
  /usr/share/i18n/locales/lb_LU
  /usr/share/i18n/locales/fr_FR
  /usr/share/i18n/locales/ar_MA
  /usr/share/i18n/locales/cy_GB
  /usr/share/i18n/locales/es_VE
  /usr/share/i18n/locales/km_KH
  /usr/share/i18n/locales/mn_MN
  /usr/share/i18n/locales/sat_IN
  /usr/share/i18n/locales/sw_KE
  /usr/share/i18n/locales/nl_NL
  /usr/share/i18n/locales/lij_IT
  /usr/share/i18n/locales/ar_IN
  /usr/share/i18n/locales/ar_DZ
  /usr/share/i18n/locales/en_NG
  /usr/share/i18n/locales/vi_VN
  /usr/share/i18n/locales/hr_HR
  /usr/share/i18n/locales/da_DK
  /usr/share/i18n/locales/es_GT
  /usr/share/i18n/locales/chr_US
  /usr/share/i18n/locales/lo_LA
  /usr/share/i18n/locales/pa_PK
  /usr/share/i18n/locales/ast_ES
  /usr/share/i18n/locales/tn_ZA
  /usr/share/i18n/locales/rw_RW
  /usr/share/i18n/locales/dv_MV
  /usr/share/i18n/locales/bs_BA
  /usr/share/i18n/locales/ka_GE
  /usr/share/i18n/locales/en_GB
  /usr/share/i18n/locales/nl_NL@euro
  /usr/share/i18n/locales/ca_FR
  /usr/share/i18n/locales/ce_RU
  /usr/share/i18n/locales/de_IT
  /usr/share/i18n/locales/ti_ET
  /usr/share/i18n/locales/lzh_TW
  /usr/share/i18n/locales/bhb_IN
  /usr/share/i18n/locales/ig_NG
  /usr/share/i18n/locales/de_LU@euro
  /usr/share/i18n/locales/en_IL
  /usr/share/i18n/locales/gl_ES
  /usr/share/i18n/locales/ln_CD
  /usr/share/i18n/locales/sr_ME
  /usr/share/i18n/locales/gl_ES@euro
  /usr/share/i18n/locales/bn_BD
  /usr/share/i18n/locales/translit_circle
  /usr/share/i18n/locales/aa_DJ
  /usr/share/i18n/locales/ru_UA
  /usr/share/i18n/locales/mk_MK
  /usr/share/i18n/locales/iso14651_t1_common
  /usr/share/i18n/locales/tt_RU
  /usr/share/i18n/locales/ar_SS
  /usr/share/i18n/locales/pt_PT@euro
  /usr/share/i18n/locales/lv_LV
  /usr/share/i18n/locales/fr_CH
  /usr/share/i18n/locales/translit_font
  /usr/share/i18n/locales/es_UY
  /usr/share/i18n/locales/fr_LU
  /usr/share/i18n/locales/anp_IN
  /usr/share/i18n/locales/de_DE@euro
  /usr/share/i18n/locales/nb_NO
  /usr/share/i18n/locales/pl_PL
  /usr/share/i18n/locales/ar_SY
  /usr/share/i18n/locales/ms_MY
  /usr/share/i18n/locales/sid_ET
  /usr/share/i18n/locales/bn_IN
  /usr/share/i18n/locales/es_CU
  /usr/share/i18n/locales/gd_GB
  /usr/share/i18n/locales/yue_HK
  /usr/share/i18n/locales/the_NP
  /usr/share/i18n/locales/hi_IN
  /usr/share/i18n/locales/hy_AM
  /usr/share/i18n/locales/ar_SD
  /usr/share/i18n/locales/zh_CN
  /usr/share/i18n/locales/zh_SG
  /usr/share/i18n/locales/wo_SN
  /usr/share/i18n/locales/hne_IN
  /usr/share/i18n/locales/mi_NZ
  /usr/share/i18n/locales/ar_TN
  /usr/share/i18n/locales/es_DO
  /usr/share/i18n/locales/sd_IN@devanagari
  /usr/share/i18n/locales/uk_UA
  /usr/share/i18n/locales/uz_UZ@cyrillic
  /usr/share/i18n/locales/ar_LB
  /usr/share/i18n/locales/id_ID
  /usr/share/i18n/locales/ku_TR
  /usr/share/i18n/locales/gez_ER
  /usr/share/i18n/locales/en_HK
  /usr/share/i18n/locales/sq_AL
  /usr/share/i18n/locales/fr_CA
  /usr/share/i18n/locales/ve_ZA
  /usr/share/i18n/locales/pt_BR
  /usr/share/i18n/locales/ar_JO
  /usr/share/i18n/locales/so_KE
  /usr/share/i18n/locales/eo
  /usr/share/i18n/locales/ber_DZ
  /usr/share/i18n/locales/translit_compat
  /usr/share/i18n/locales/es_EC
  /usr/share/i18n/locales/om_KE
  /usr/share/i18n/locales/ko_KR
  /usr/share/i18n/locales/ar_AE
  /usr/share/i18n/locales/ar_EG
  /usr/share/i18n/locales/ro_RO
  /usr/share/i18n/locales/en_IE@euro
  /usr/share/i18n/locales/es_PR
  /usr/share/i18n/locales/xh_ZA
  /usr/share/i18n/locales/translit_narrow
  /usr/share/i18n/locales/ar_KW
  /usr/share/i18n/locales/niu_NU
  /usr/share/i18n/locales/ks_IN@devanagari
  /usr/share/i18n/locales/nl_BE@euro
  /usr/share/i18n/locales/en_CA
  /usr/share/i18n/locales/kk_KZ
  /usr/share/i18n/locales/aa_ER
  /usr/share/i18n/locales/ta_LK
  /usr/share/i18n/locales/nn_NO
  /usr/share/i18n/locales/nhn_MX
  /usr/share/i18n/locales/de_AT
  /usr/share/i18n/locales/ur_IN
  /usr/share/i18n/locales/my_MM
  /usr/share/i18n/locales/niu_NZ
  /usr/share/i18n/locales/translit_combining
  /usr/share/i18n/locales/ar_QA
  /usr/share/i18n/locales/gez_ET@abegede
  /usr/share/i18n/locales/pt_PT
  /usr/share/i18n/locales/fr_LU@euro
  /usr/share/i18n/locales/es_AR
  /usr/share/i18n/locales/en_ZW
  /usr/share/i18n/locales/gez_ET
  /usr/share/i18n/locales/li_BE
  /usr/share/i18n/locales/so_DJ
  /usr/share/i18n/locales/ar_SA
  /usr/share/i18n/locales/cmn_TW
  /usr/share/i18n/locales/es_PY
  /usr/share/i18n/locales/el_GR@euro
  /usr/share/i18n/locales/as_IN
  /usr/share/i18n/locales/es_PA
  /usr/share/i18n/locales/ss_ZA
  /usr/share/i18n/locales/es_CR
  /usr/share/i18n/locales/es_SV
  /usr/share/i18n/locales/wa_BE@euro
  /usr/share/i18n/locales/so_SO
  /usr/share/i18n/locales/fil_PH
  /usr/share/i18n/locales/ja_JP
  /usr/share/i18n/locales/fr_BE@euro
  /usr/share/i18n/locales/ts_ZA
  /usr/share/i18n/locales/tt_RU@iqtelif
  /usr/share/i18n/locales/ia_FR
  /usr/share/i18n/locales/ayc_PE
  /usr/share/i18n/locales/es_US
  /usr/share/i18n/locales/ti_ER
  /usr/share/i18n/locales/pap_AW
  /usr/share/i18n/locales/ca_AD
  /usr/share/i18n/locales/de_LI
  /usr/share/i18n/locales/hsb_DE
  /usr/share/i18n/locales/nso_ZA
  /usr/share/i18n/locales/mag_IN
  /usr/share/i18n/locales/zu_ZA
  /usr/share/i18n/locales/en_NZ
  /usr/share/i18n/locales/pap_CW
  /usr/share/i18n/locales/unm_US
  /usr/share/i18n/locales/gv_GB
  /usr/share/i18n/locales/kl_GL
  /usr/share/i18n/locales/si_LK
  /usr/share/i18n/locales/te_IN
  /usr/share/i18n/locales/wae_CH
  /usr/share/i18n/locales/tr_TR
  /usr/share/i18n/locales/bg_BG
  /usr/share/i18n/locales/es_HN
  /usr/share/i18n/locales/om_ET
  /usr/share/i18n/locales/de_AT@euro
  /usr/share/i18n/locales/sq_MK
  /usr/share/i18n/locales/quz_PE
  /usr/share/i18n/locales/bho_IN
  /usr/share/i18n/locales/translit_wide
  /usr/share/i18n/locales/fa_IR
  /usr/share/i18n/locales/iu_CA
  /usr/share/i18n/locales/mt_MT
  /usr/share/i18n/locales/translit_fraction
  /usr/share/i18n/locales/ak_GH
  /usr/share/i18n/locales/iso14651_t1_pinyin
  /usr/share/i18n/locales/is_IS
  /usr/share/i18n/locales/so_ET
  /usr/share/i18n/locales/oc_FR
  /usr/share/i18n/locales/mni_IN
  /usr/share/i18n/locales/bo_CN
  /usr/share/i18n/locales/be_BY
  /usr/share/i18n/locales/it_IT@euro
  /usr/share/i18n/locales/tr_CY
  /usr/share/i18n/locales/dz_BT
  /usr/share/i18n/locales/sv_SE
  /usr/share/i18n/locales/ks_IN
  /usr/share/i18n/locales/ne_NP
  /usr/share/i18n/locales/hak_TW
  /usr/share/i18n/locales/am_ET
  /usr/share/i18n/locales/raj_IN
  /usr/share/i18n/locales/af_ZA
  /usr/share/i18n/locales/es_BO
  /usr/share/i18n/locales/mg_MG
  /usr/share/i18n/locales/csb_PL
  /usr/share/i18n/locales/eu_ES@euro
  /usr/share/i18n/locales/fr_BE
  /usr/share/i18n/locales/de_LU
  /usr/share/i18n/locales/ru_RU
  /usr/share/i18n/locales/bo_IN
  /usr/share/i18n/locales/es_CO
  /usr/share/i18n/locales/lg_UG
  /usr/share/i18n/locales/an_ES
  /usr/share/i18n/locales/wal_ET
  /usr/share/i18n/locales/li_NL
  /usr/share/i18n/locales/or_IN
  /usr/share/i18n/locales/eu_ES
  /usr/share/i18n/locales/ik_CA
  /usr/share/i18n/locales/el_CY
  /usr/share/i18n/locales/de_CH
  /usr/share/i18n/locales/sk_SK
  /usr/share/i18n/locales/nan_TW@latin
  /usr/share/i18n/locales/byn_ER
  /usr/share/i18n/locales/en_US
  /usr/share/i18n/locales/ta_IN
  /usr/share/i18n/locales/kok_IN
  /usr/share/i18n/locales/ca_ES
  /usr/share/i18n/locales/fur_IT
  /usr/share/i18n/locales/en_IN
  /usr/share/i18n/locales/es_NI
  /usr/share/i18n/locales/hu_HU
  /usr/share/i18n/locales/yi_US
  /usr/share/i18n/locales/es_CL
  /usr/share/i18n/locales/tcy_IN
  /usr/share/i18n/locales/sc_IT
  /usr/share/i18n/locales/ca_IT
  /usr/share/i18n/locales/et_EE
  /usr/share/i18n/locales/mr_IN
  /usr/share/i18n/locales/mai_IN
  /usr/share/i18n/locales/kn_IN
  /usr/share/i18n/locales/de_BE
  /usr/share/i18n/locales/cs_CZ
  /usr/share/i18n/locales/ga_IE
  /usr/share/i18n/locales/i18n
  /usr/share/i18n/locales/se_NO
  /usr/share/i18n/locales/sd_IN
  /usr/share/i18n/locales/sl_SI
  /usr/share/i18n/locales/mhr_RU
  /usr/share/i18n/locales/ga_IE@euro
  /usr/share/i18n/locales/wa_BE
  /usr/share/i18n/locales/ar_IQ
  /usr/share/i18n/locales/POSIX
  /usr/share/i18n/locales/tg_TJ
  /usr/share/i18n/locales/ky_KG
  /usr/share/i18n/locales/kw_GB
  /usr/share/i18n/locales/translit_neutral
  /usr/share/i18n/locales/os_RU
  /usr/share/i18n/locales/cv_RU
  /usr/share/i18n/locales/translit_hangul
  /usr/share/i18n/locales/brx_IN
  /usr/share/i18n/locales/fr_FR@euro
  /usr/share/i18n/locales/az_AZ
  /usr/share/i18n/locales/translit_cjk_compat
  /usr/share/i18n/locales/tl_PH
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'


I have added following lines in my local.conf

EXTRA_IMAGE_FEATURES += "ssh-server-openssh"
MACHINE ?= "qemux86-64"
DISTRO_FEATURES += "xen"

Somebody help me to get this issue solved

Thanks
-- 
*Nitish Jha*

[-- Attachment #2: Type: text/html, Size: 32494 bytes --]

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

end of thread, other threads:[~2017-02-22 11:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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 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.