[oe] x11-image: task `rootfs` fails with `opkg_install_cmd: Cannot install package locale-base-fr-fr.`

Yury Bushmelev jay4mail at gmail.com
Sun Nov 21 09:11:28 UTC 2010


2010/11/20 Paul Menzel <paulepanter at users.sourceforge.net>:
> Dear OE folks,
>
>
> `bitbake -k x11-image` fails for me with the following error.
[skip]
>        | Collected errors:
>        |  * resolve_conffiles: Existing conffile /oe/build-minimal-eglibc/minimal-dev/rootfs/x11-image/etc/device_table is different from the conffile in the new package. The new conffile will be placed at /oe/build-minimal-eglibc/minimal-dev/rootfs/x11-image/etc/device_table-opkg.
>        |  * opkg_install_cmd: Cannot install package locale-base-fr-fr.
>        | ERROR: Function do_rootfs failed
>        NOTE: package x11-image-1.0-r0: task do_rootfs: Failed
[skip]
> I have seen this error for several months so I think it is no recent
> commit that is causing this.

I've seen this too when building minimal distro with
GLIBC_GENERATE_LOCALES = "en_US.UTF-8 en_GB.UTF-8 de_DE.UTF-8 ru_RU.UTF-8"
but without appropriate IMAGE_LINGUAS.

Removing GLIBC_GENERATE_LOCALES and rebuilding eglibc fixes this.

Problem is coming from here:
classes/image.bbclass:IMAGE_LINGUAS ?= "de-de fr-fr en-gb"

-- 
Yury Bushmelev




More information about the Openembedded-devel mailing list