[bitbake-devel] Parse error with latest HEAD

Andreas Müller schnitzeltony at googlemail.com
Thu Mar 7 12:29:09 UTC 2013


Hi,

To parse as expected I need to revert the following commits:

commit 32c2d497976a5c6dfa7f25dd2b84f4cd6d0a5b9f
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Mar 6 15:32:35 2013 +0000

    Revert "cooker: parse using bb.compat.Pool"

    Reverting the pool changes, terminate does not work reliably on
    bb.compat.Pool :(

    [YOCTO #3978]

    This reverts commit 8af519a49a3374bd9004864ef31ca8aa328e9f34.

commit f68af40555b6b73345805cfb99ca96e3ce27cb35
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Mar 6 15:31:49 2013 +0000

    Revert "cooker: now that we use a Pool, raise the exceptions"

    Reverting the pool changes, terminate does not work reliably on
    bb.compat.Pool :(

    This reverts commit 9ca8e513dc142dd7aefadeb6db2ccdb00f38b39f.

Otherwise I get at a build from scratch:

ERROR: ExpansionError during parsing
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/systemd-gnome-image.bb:
Failure expanding variable get_split_linguas: ExpansionError: Failure
expanding variable IMAGE_LINGUAS, expression was
${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)} which
triggered exception TypeError: float() argument must be a string or a
number
NOTE: Error during finalise of
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/console-image.bb
NOTE: Error during finalise of
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/systemd-gnome-image.bb
NOTE: Error during finalise of
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/hardware-bringup-image.bb
NOTE: Error during finalise of
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/xfce-nm-image.bb
NOTE: Error during finalise of
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/efl-nodm-image.bb
NOTE: Error during finalise of
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb
NOTE: Error during finalise of
/home/andreas/data/oe-core/sources/meta-angstrom/recipes-images/angstrom/console-base-image.bb
ERROR: Command execution failed: Exited with 1

AFAICS there are not IMAGE_LINGUAS in the recipes.

Andreas




More information about the bitbake-devel mailing list