All of lore.kernel.org
 help / color / mirror / Atom feed
* question about packagegroup-arago-standalone-sdk-target recipe
@ 2013-02-26 16:59 Zhou, Jingting
  2013-02-26 18:01 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Zhou, Jingting @ 2013-02-26 16:59 UTC (permalink / raw)
  To: meta-arago


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

Hey all, I am trying to bitbake meta-toolchain-arago, I already removed

   ${LIBC_DEPENDENCIES} \
linux-libc-headers-dev \

in packagegroup-arago-standalone-sdk-target recipe, but I still have the error

| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-arago-standalone-sdk-target:
|  *    libc6 (= 2012.03-r2) *
|  * opkg_install_cmd: Cannot install package packagegroup-arago-standalone-sdk-target.
| package libtinfo5 suggests installing ncurses-terminfo
| ncurses-dev: unsatisfied recommendation for ncurses-libmenu-dev

I tried "grep -r libc6 *", but still couldn't find where this libc6 package comes from. Why do we need this?

When I tried removing the -dev suffix of the packages(like I used i2c-tools instead of i2c-tools-dev, I know they are different packages), the build went fine. Is this libc6 related to the -dev packages? I am really confused here. Attached are the logs. Thanks~



[-- Attachment #1.2: Type: text/html, Size: 3861 bytes --]

[-- Attachment #2: run.do_populate_sdk.1847 --]
[-- Type: application/octet-stream, Size: 1032 bytes --]


def do_populate_sdk(d):
    bb.build.exec_func("populate_sdk_image", d)

    # Handle multilibs in the SDK environment, siteconfig, etc files...
    localdata = bb.data.createCopy(d)

    # make sure we only use the WORKDIR value from 'd', or it can change
    localdata.setVar('WORKDIR', d.getVar('WORKDIR', True))

    # make sure we only use the SDKTARGETSYSROOT value from 'd'
    localdata.setVar('SDKTARGETSYSROOT', d.getVar('SDKTARGETSYSROOT', True))

    # Process DEFAULTTUNE
    bb.build.exec_func("create_sdk_files", localdata)

    variants = d.getVar("MULTILIB_VARIANTS", True) or ""
    for item in variants.split():
        # Load overrides from 'd' to avoid having to reset the value...
        overrides = d.getVar("OVERRIDES", False) + ":virtclass-multilib-" + item
        localdata.setVar("OVERRIDES", overrides)
        bb.data.update_data(localdata)
        bb.build.exec_func("create_sdk_files", localdata)

    bb.build.exec_func("tar_sdk", d)

    bb.build.exec_func("create_shar", d)


do_populate_sdk(d)

[-- Attachment #3: log.do_populate_sdk.1847 --]
[-- Type: application/octet-stream, Size: 43511 bytes --]

DEBUG: Executing python function do_populate_sdk
DEBUG: Executing shell function populate_sdk_image
+ ipkgarchs='all any noarch arm armv4 armv5 armv5-vfp armv5e armv5e-vfp armv6-vfp armv7a armv7a-vfp armv7a-vfp-neon keystone_evm all any noarch i686-nativesdk'
+ '[' '!' -z '' ']'
+ packagedirs=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch'
+ for arch in '$ipkgarchs'
+ packagedirs='/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5 /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk'
+ multilib_archs=
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/ ']'
+ touch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/Packages
+ flock /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/Packages.flock -c 'opkg-make-index -r /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/Packages -p /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/Packages -m /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/ ']'
+ touch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages
+ flock /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages.flock -c 'opkg-make-index -r /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages -p /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages -m /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/'
Found /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/packagegroup-arago-standalone-sdk-target-dbg_1.0-r6_all.ipk in Packages, but mtime differs - re-reading
Found /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/packagegroup-arago-standalone-sdk-target-dev_1.0-r6_all.ipk in Packages, but mtime differs - re-reading
Found /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/packagegroup-arago-standalone-sdk-target_1.0-r6_all.ipk in Packages, but mtime differs - re-reading
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/ ']'
+ touch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/Packages
+ flock /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/Packages.flock -c 'opkg-make-index -r /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/Packages -p /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/Packages -m /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/ ']'
+ touch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/Packages
+ flock /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/Packages.flock -c 'opkg-make-index -r /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/Packages -p /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/Packages -m /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/ ']'
+ touch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages
+ flock /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages.flock -c 'opkg-make-index -r /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages -p /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages -m /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch/ ']'
+ for pkgdir in '$packagedirs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk/ ']'
+ touch /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk/Packages
+ flock /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk/Packages.flock -c 'opkg-make-index -r /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk/Packages -p /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk/Packages -m /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk/'
+ package_generate_ipkg_conf
+ package_generate_archlist
+ ipkgarchs='all any noarch i686-nativesdk'
+ priority=1
+ for arch in '$ipkgarchs'
+ echo 'arch all 1'
++ expr 1 + 5
+ priority=6
+ for arch in '$ipkgarchs'
+ echo 'arch any 6'
++ expr 6 + 5
+ priority=11
+ for arch in '$ipkgarchs'
+ echo 'arch noarch 11'
++ expr 11 + 5
+ priority=16
+ for arch in '$ipkgarchs'
+ echo 'arch i686-nativesdk 16'
++ expr 16 + 5
+ priority=21
+ ipkgarchs='all any noarch arm armv4 armv5 armv5-vfp armv5e armv5e-vfp armv6-vfp armv7a armv7a-vfp armv7a-vfp-neon keystone_evm'
+ priority=1
+ for arch in '$ipkgarchs'
+ echo 'arch all 1'
++ expr 1 + 5
+ priority=6
+ for arch in '$ipkgarchs'
+ echo 'arch any 6'
++ expr 6 + 5
+ priority=11
+ for arch in '$ipkgarchs'
+ echo 'arch noarch 11'
++ expr 11 + 5
+ priority=16
+ for arch in '$ipkgarchs'
+ echo 'arch arm 16'
++ expr 16 + 5
+ priority=21
+ for arch in '$ipkgarchs'
+ echo 'arch armv4 21'
++ expr 21 + 5
+ priority=26
+ for arch in '$ipkgarchs'
+ echo 'arch armv5 26'
++ expr 26 + 5
+ priority=31
+ for arch in '$ipkgarchs'
+ echo 'arch armv5-vfp 31'
++ expr 31 + 5
+ priority=36
+ for arch in '$ipkgarchs'
+ echo 'arch armv5e 36'
++ expr 36 + 5
+ priority=41
+ for arch in '$ipkgarchs'
+ echo 'arch armv5e-vfp 41'
++ expr 41 + 5
+ priority=46
+ for arch in '$ipkgarchs'
+ echo 'arch armv6-vfp 46'
++ expr 46 + 5
+ priority=51
+ for arch in '$ipkgarchs'
+ echo 'arch armv7a 51'
++ expr 51 + 5
+ priority=56
+ for arch in '$ipkgarchs'
+ echo 'arch armv7a-vfp 56'
++ expr 56 + 5
+ priority=61
+ for arch in '$ipkgarchs'
+ echo 'arch armv7a-vfp-neon 61'
++ expr 61 + 5
+ priority=66
+ for arch in '$ipkgarchs'
+ echo 'arch keystone_evm 66'
++ expr 66 + 5
+ priority=71
+ echo 'src oe file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk'
+ ipkgarchs='all any noarch i686-nativesdk'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages ']'
+ echo 'src oe-all file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk/Packages ']'
+ echo 'src oe-i686-nativesdk file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/i686-nativesdk'
+ echo 'src oe file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk'
+ ipkgarchs='all any noarch arm armv4 armv5 armv5-vfp armv5e armv5e-vfp armv6-vfp armv7a armv7a-vfp armv7a-vfp-neon keystone_evm'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages ']'
+ echo 'src oe-all file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/any/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/noarch/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/arm/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv4/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5-vfp/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv5e-vfp/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv6-vfp/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp/Packages ']'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/Packages ']'
+ echo 'src oe-armv7a-vfp-neon file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon'
+ for arch in '$ipkgarchs'
+ '[' -e /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/Packages ']'
+ echo 'src oe-keystone_evm file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm'
+ export INSTALL_PACKAGES_LINGUAS_IPK=
+ INSTALL_PACKAGES_LINGUAS_IPK=
+ export INSTALL_TASK_IPK=populate_sdk
+ INSTALL_TASK_IPK=populate_sdk
+ export INSTALL_ROOTFS_IPK=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ INSTALL_ROOTFS_IPK=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ export INSTALL_CONF_IPK=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/opkg.conf
+ INSTALL_CONF_IPK=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/opkg.conf
+ export INSTALL_PACKAGES_IPK=packagegroup-arago-standalone-sdk-target
+ INSTALL_PACKAGES_IPK=packagegroup-arago-standalone-sdk-target
+ export INSTALL_PACKAGES_ATTEMPTONLY_IPK=
+ INSTALL_PACKAGES_ATTEMPTONLY_IPK=
+ export D=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ D=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ export OFFLINE_ROOT=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ OFFLINE_ROOT=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ export IPKG_OFFLINE_ROOT=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ IPKG_OFFLINE_ROOT=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ export OPKG_OFFLINE_ROOT=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ OPKG_OFFLINE_ROOT=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ package_install_internal_ipk
+ local target_rootfs=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/
+ local conffile=/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/opkg.conf
+ local package_attemptonly=
+ local package_linguas=
+ local task=populate_sdk
+ split_multilib_packages
+ INSTALL_PACKAGES_NORMAL_IPK=
+ INSTALL_PACKAGES_MULTILIB_IPK=
+ for pkg in '${INSTALL_PACKAGES_IPK}'
+ is_multilib=0
+ '[' 0 = 0 ']'
+ INSTALL_PACKAGES_NORMAL_IPK=' packagegroup-arago-standalone-sdk-target'
+ local 'package_to_install= packagegroup-arago-standalone-sdk-target'
+ local package_multilib=
+ mkdir -p /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02//var/lib/opkg/
+ local 'ipkg_args=-f /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/opkg.conf -o /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/ --force-overwrite --force_postinstall --prefer-arch-to-version'
+ opkg-cl -f /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/opkg.conf -o /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/ --force-overwrite --force_postinstall --prefer-arch-to-version update
Downloading file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/Packages.
Updated list of available packages in /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02///var/lib/opkg/lists/oe.
Downloading file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/Packages.
Updated list of available packages in /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02///var/lib/opkg/lists/oe-all.
Downloading file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/armv7a-vfp-neon/Packages.
Updated list of available packages in /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02///var/lib/opkg/lists/oe-armv7a-vfp-neon.
Downloading file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/keystone_evm/Packages.
Updated list of available packages in /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02///var/lib/opkg/lists/oe-keystone_evm.
+ '[' xlinux-gnueabi = xlinux ']'
+ '[' xlinux-gnueabi = xlinux-gnueabi ']'
+ '[' '!' -z '' ']'
+ '[' '!' -z ' packagegroup-arago-standalone-sdk-target' ']'
+ opkg-cl -f /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/opkg.conf -o /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/sdk/image//usr/local/fixme-here-goes-a-very-long-pathname-to-work-with-rpath-substitution-2013.02/ --force-overwrite --force_postinstall --prefer-arch-to-version install packagegroup-arago-standalone-sdk-target
Installing packagegroup-arago-standalone-sdk-target (1.0-r6) to root...
Downloading file:/home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/deploy/ipk/all/packagegroup-arago-standalone-sdk-target_1.0-r6_all.ipk.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-arago-standalone-sdk-target:
 * 	libc6 (= 2012.03-r2) * 
 * opkg_install_cmd: Cannot install package packagegroup-arago-standalone-sdk-target.
package libtinfo5 suggests installing ncurses-terminfo
ncurses-dev: unsatisfied recommendation for ncurses-libmenu-dev
ncurses-dev: unsatisfied recommendation for ncurses-libpanel-dev
ncurses-dev: unsatisfied recommendation for ncurses-libtinfo-dev
ncurses-dev: unsatisfied recommendation for ncurses-libform-dev
ncurses-dev: unsatisfied recommendation for ncurses-libncursesw-dev
ncurses-dev: unsatisfied recommendation for ncurses-libtic-dev
ncurses-dev: unsatisfied recommendation for ncurses-libncurses-dev
ncurses-dev: unsatisfied recommendation for ncurses-libmenuw-dev
ncurses-dev: unsatisfied recommendation for ncurses-terminfo-base-dev
ncurses-dev: unsatisfied recommendation for ncurses-libpanelw-dev
ncurses-dev: unsatisfied recommendation for ncurses-libformw-dev
ncurses-dev: unsatisfied recommendation for ncurses-libticw-dev
gdbserver: unsatisfied recommendation for glibc-thread-db
libcurl5: unsatisfied recommendation for curl-certs
libcurl-dev: unsatisfied recommendation for libssl-dev
openssl-dev: unsatisfied recommendation for libssl-dev
openssl-dev: unsatisfied recommendation for libcrypto-dev
libcurl-dev: unsatisfied recommendation for libcrypto-dev
curl-dev: unsatisfied recommendation for libssl-dev
curl-dev: unsatisfied recommendation for libcrypto-dev
libts-1.0-dev: unsatisfied recommendation for tslib-conf-dev
util-linux: unsatisfied recommendation for util-linux-readprofile
util-linux-dev: unsatisfied recommendation for util-linux-swaponoff-dev
util-linux-dev: unsatisfied recommendation for util-linux-umount-dev
util-linux-dev: unsatisfied recommendation for ncurses-libncursesw-dev
util-linux-dev: unsatisfied recommendation for util-linux-losetup-dev
util-linux-dev: unsatisfied recommendation for ncurses-libtinfo-dev
libreadline-dev: unsatisfied recommendation for ncurses-libtinfo-dev
opkg-dev: unsatisfied recommendation for update-alternatives-cworth-dev
sysvinit-dev: unsatisfied recommendation for sysvinit-pidof-dev
DEBUG: Python function do_populate_sdk finished
ERROR: Function failed: populate_sdk_image (see /home/a0221004/yocto/oe-layersetup-mcsdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/meta-toolchain-arago-1.0-r18/temp/log.do_populate_sdk.1847 for further information)

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

* Re: question about packagegroup-arago-standalone-sdk-target recipe
  2013-02-26 16:59 question about packagegroup-arago-standalone-sdk-target recipe Zhou, Jingting
@ 2013-02-26 18:01 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-02-26 18:01 UTC (permalink / raw)
  To: Zhou, Jingting; +Cc: meta-arago

On Tue, Feb 26, 2013 at 04:59:34PM +0000, Zhou, Jingting wrote:
> Hey all, I am trying to bitbake meta-toolchain-arago, I already removed
> 
>    ${LIBC_DEPENDENCIES} \
> linux-libc-headers-dev \
> 
> in packagegroup-arago-standalone-sdk-target recipe, but I still have the error
> 
> | Collected errors:
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-arago-standalone-sdk-target:
> |  *    libc6 (= 2012.03-r2) *
> |  * opkg_install_cmd: Cannot install package packagegroup-arago-standalone-sdk-target.
> | package libtinfo5 suggests installing ncurses-terminfo
> | ncurses-dev: unsatisfied recommendation for ncurses-libmenu-dev
> 
> I tried "grep -r libc6 *", but still couldn't find where this libc6 package 
> comes from. Why do we need this?
> 
> When I tried removing the -dev suffix of the packages(like I used i2c-tools 
> instead of i2c-tools-dev, I know they are different packages), the build 
> went fine. Is this libc6 related to the -dev packages? I am really confused 
> here. Attached are the logs. Thanks~

Jingting,

libc6 is the main C library, we definitely need it and you cannot remove it:
http://www.kernel.org/doc/man-pages/online/pages/man7/libc.7.html
http://en.wikipedia.org/wiki/C_standard_library
http://www.gnu.org/software/libc/

As of your problem, there's something else going on and I need to take a close 
look at it - it's not as simple as just remove the libc6, as you say...

BTW, above works with the Arago toolchain just fine, has to do with Linaro 
that you are using.

-- 
Denys


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

end of thread, other threads:[~2013-02-26 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-26 16:59 question about packagegroup-arago-standalone-sdk-target recipe Zhou, Jingting
2013-02-26 18:01 ` Denys Dmytriyenko

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.