Error building minimal image with mono

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error building minimal image with mono

905 Views
markofrelih
Contributor III

Dear Sirs and Madams!

I am trying to build custom image for P2020RDB board with mono runtime. Here is bblayers.conf:

# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/meta \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/meta-yocto \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/meta-yocto-bsp \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-freescale \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-freescale-internal \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-freescale-extra \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-mono \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-openembedded/meta-networking \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-openembedded/meta-python \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-openembedded/toolchain-layer \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-openembedded/meta-oe \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-linaro/meta-linaro-toolchain \
  "
BBLAYERS_NON_REMOVABLE ?= " \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/meta \
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/meta-yocto \
  "

and here is local.conf:

MACHINE ??= 'p2020rdb'
DISTRO ?= 'fsl-qoriq'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    STOPTASKS,${DL_DIR},1G,100K \
    STOPTASKS,${SSTATE_DIR},1G,100K \
    ABORT,${TMPDIR},100M,1K \
    ABORT,${DL_DIR},100M,1K \
    ABORT,${SSTATE_DIR},100M,1K"
PACKAGECONFIG_append_pn-qemu-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
ACCEPT_FSL_EULA = ""
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"

# Parallelism Options
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
DL_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/downloads"
SSTATE_DIR = "/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
SSTATE_MIRRORS = "file://.*/(.*)/(.*) file://${SSTATE_DIR}/native/\1/\2 \n"
# use xz to compress sstate
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"

IMAGE_INSTALL_append = "mono"

When I run bitbake -v core-image-minimal, I get following errors:

Loading cache: 100% |##############################################################################################################| ETA:  00:00:00
Loaded 2402 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
NOTE: selecting pigz-native to satisfy gzip-native due to PREFERRED_PROVIDERS
NOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to PREFERRED_PROVIDERS
NOTE: selecting linux-qoriq to satisfy virtual/kernel due to PREFERRED_PROVIDERS
NOTE: selecting u-boot-qoriq to satisfy u-boot due to PREFERRED_PROVIDERS
NOTE: selecting opkg-native to satisfy opkg-native due to PREFERRED_PROVIDERS
NOTE: selecting opkg-utils-native to satisfy virtual/update-alternatives-native due to PREFERRED_PROVIDERS
NOTE: selecting glibc to satisfy runtime libsegfault due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting glibc to satisfy runtime glibc-dev due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting glibc to satisfy runtime glibc due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting linux-qoriq to satisfy runtime kernel-base due to PREFERRED_PROVIDER_virtual/kernel = linux-qoriq
NOTE: selecting u-boot-qoriq to satisfy runtime u-boot-qoriq-dev due to PREFERRED_PROVIDER_virtual/bootloader = u-boot-qoriq
NOTE: selecting u-boot-qoriq to satisfy runtime u-boot-qoriq due to PREFERRED_PROVIDER_virtual/bootloader = u-boot-qoriq
NOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-glibc due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc
NOTE: selecting gcc-cross-initial-powerpc to satisfy virtual/powerpc-fsl-linux-gnuspe-gcc-initial due to PREFERRED_PROVIDERS
NOTE: selecting linux-libc-headers to satisfy linux-libc-headers due to PREFERRED_PROVIDERS
NOTE: selecting glibc-initial to satisfy virtual/powerpc-fsl-linux-gnuspe-libc-initial due to PREFERRED_PROVIDERS
NOTE: selecting gcc-cross-powerpc to satisfy virtual/powerpc-fsl-linux-gnuspe-gcc due to PREFERRED_PROVIDERS
NOTE: selecting gcc-runtime to satisfy virtual/powerpc-fsl-linux-gnuspe-compilerlibs due to PREFERRED_PROVIDERS
NOTE: selecting glibc to satisfy virtual/libc due to PREFERRED_PROVIDERS
NOTE: selecting opkg-utils to satisfy virtual/update-alternatives due to PREFERRED_PROVIDERS
NOTE: selecting binutils-cross-powerpc to satisfy virtual/powerpc-fsl-linux-gnuspe-binutils due to PREFERRED_PROVIDERS
NOTE: selecting libgcc to satisfy libgcc due to PREFERRED_PROVIDERS
NOTE: selecting nativesdk-glibc to satisfy virtual/nativesdk-libc due to PREFERRED_PROVIDERS
NOTE: selecting nativesdk-glibc-initial to satisfy virtual/nativesdk-x86_64-fslsdk-linux-libc-initial due to PREFERRED_PROVIDERS
NOTE: selecting nativesdk-linux-libc-headers to satisfy nativesdk-linux-libc-headers due to PREFERRED_PROVIDERS
NOTE: selecting libgcc to satisfy runtime libgcc due to PREFERRED_PROVIDER_libgcc = libgcc
NOTE: selecting libgcc to satisfy runtime libgcc-dev due to PREFERRED_PROVIDER_libgcc = libgcc
NOTE: selecting libgcc to satisfy runtime libgcov-dev due to PREFERRED_PROVIDER_libgcc = libgcc
NOTE: selecting gcc-runtime to satisfy runtime libstdc++ due to PREFERRED_PROVIDER_virtual/powerpc-fsl-linux-gnuspe-compilerlibs = gcc-runtime
NOTE: selecting gcc-runtime to satisfy runtime libstdc++-dev due to PREFERRED_PROVIDER_virtual/powerpc-fsl-linux-gnuspe-compilerlibs = gcc-runtime
NOTE: selecting glibc to satisfy runtime glibc-dbg due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting glibc to satisfy runtime glibc-utils due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting glibc to satisfy runtime glibc-thread-db due to PREFERRED_PROVIDER_virtual/libc = glibc
NOTE: selecting glibc-locale to satisfy runtime glibc-localedata-i18n due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-gconv-ibm850 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-gconv-cp1252 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-gconv-iso8859-1 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-gconv-iso8859-15 due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting udev to satisfy runtime udev due to PREFERRED_PROVIDER_udev = udev
NOTE: selecting opkg-utils to satisfy runtime update-alternatives-opkg due to PREFERRED_PROVIDER_virtual/update-alternatives = opkg-utils
NOTE: selecting nativesdk-opkg to satisfy runtime nativesdk-opkg due to PREFERRED_PROVIDER_nativesdk-opkg = nativesdk-opkg
NOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-libsegfault due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc
NOTE: selecting nativesdk-glibc to satisfy runtime nativesdk-glibc-dev due to PREFERRED_PROVIDER_virtual/nativesdk-libc = nativesdk-glibc
NOTE: selecting linux-libc-headers to satisfy runtime linux-libc-headers-dev due to PREFERRED_PROVIDER_linux-libc-headers = linux-libc-headers
NOTE: selecting opkg-utils to satisfy runtime opkg-utils-dev due to PREFERRED_PROVIDER_virtual/update-alternatives = opkg-utils
NOTE: selecting opkg-utils to satisfy runtime opkg-utils due to PREFERRED_PROVIDER_virtual/update-alternatives = opkg-utils
NOTE: selecting nativesdk-linux-libc-headers to satisfy runtime nativesdk-linux-libc-headers-dev due to PREFERRED_PROVIDER_nativesdk-linux-libc-headers = nativesdk-linux-libc-headers
NOTE: selecting glibc to satisfy virtual/powerpc-fsl-linux-gnuspe-libc-for-gcc due to PREFERRED_PROVIDERS
NOTE: selecting gcc-cross-powerpc to satisfy virtual/powerpc-fsl-linux-gnuspe-g++ due to PREFERRED_PROVIDERS
NOTE: selecting gettext to satisfy virtual/gettext due to PREFERRED_PROVIDERS
NOTE: selecting nativesdk-libgcc to satisfy nativesdk-libgcc due to PREFERRED_PROVIDERS
NOTE: selecting binutils-crosssdk-x86_64 to satisfy virtual/x86_64-fslsdk-linux-binutils-crosssdk due to PREFERRED_PROVIDERS
NOTE: selecting nativesdk-glibc to satisfy virtual/nativesdk-x86_64-fslsdk-linux-libc-for-gcc due to PREFERRED_PROVIDERS
NOTE: selecting nativesdk-glibc to satisfy virtual/nativesdk-libiconv due to PREFERRED_PROVIDERS
NOTE: selecting db to satisfy virtual/db due to PREFERRED_PROVIDERS
NOTE: selecting glibc-locale to satisfy runtime glibc-charmaps due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-localedatas due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting glibc-locale to satisfy runtime glibc-gconvs due to PREFERRED_PROVIDER_virtual/libc-locale = glibc-locale
NOTE: selecting udev to satisfy runtime udev-dev due to PREFERRED_PROVIDER_udev = udev
NOTE: selecting udev to satisfy runtime udev-cache due to PREFERRED_PROVIDER_udev = udev
NOTE: selecting nativesdk-opkg to satisfy runtime nativesdk-opkg-dev due to PREFERRED_PROVIDER_nativesdk-opkg = nativesdk-opkg
NOTE: selecting gettext to satisfy runtime gettext-dev due to PREFERRED_PROVIDER_virtual/gettext = gettext
NOTE: selecting gettext to satisfy runtime gettext due to PREFERRED_PROVIDER_virtual/gettext = gettext
NOTE: selecting nativesdk-libgcc to satisfy runtime nativesdk-libgcc due to PREFERRED_PROVIDER_nativesdk-libgcc = nativesdk-libgcc
NOTE: selecting db to satisfy runtime db-dev due to PREFERRED_PROVIDER_virtual/db = db
NOTE: selecting db to satisfy runtime db due to PREFERRED_PROVIDER_virtual/db = db
NOTE: selecting glibc to satisfy virtual/libiconv due to PREFERRED_PROVIDERS
NOTE: selecting libx11 to satisfy virtual/libx11 due to PREFERRED_PROVIDERS
NOTE: selecting nativesdk-glibc to satisfy virtual/nativesdk-libintl due to PREFERRED_PROVIDERS
NOTE: selecting libx11 to satisfy runtime libx11-dev due to PREFERRED_PROVIDER_virtual/libx11 = libx11
NOTE: selecting libx11 to satisfy runtime libx11 due to PREFERRED_PROVIDER_virtual/libx11 = libx11

Build Configuration:
BB_VERSION        = "1.26.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Debian-8.6"
TARGET_SYS        = "powerpc-fsl-linux-gnuspe"
MACHINE           = "p2020rdb"
DISTRO            = "fsl-qoriq"
DISTRO_VERSION    = "1.9"
TUNE_FEATURES     = "m32 spe ppce500v2"
TARGET_FPU        = "ppc-efd"
meta              
meta-yocto        
meta-yocto-bsp    = "(detachedfromb74ea96):ddf114933ccfc6e3ce51a10e8e8f95e514b73578"
meta-freescale    = "(detachedfrom7fb32a2):7fb32a20983a0ebd5503eb42e851550b0deb8679"
meta-freescale-internal = "(detachedfrom220bff8):220bff8b2030e5af7393b5870d74c6f0af0d76d1"
meta-freescale-extra = "(nobranch):ced26c806cb566b1400a2f4f26a94d8d44d13233"
meta-mono         = "daisy:f01b4f7a98d07abcf4c1f845c057199e112fb7d6"
meta-networking   
meta-python       
toolchain-layer   
meta-oe           = "(nobranch):214e1801d0efc38d3b6142bdc0d8e58ca593e34c"
meta-linaro-toolchain = "(nobranch):3f1933242062d1cf473d20b86fa4582963ff9441"

NOTE: Preparing RunQueue
NOTE: Marking Active Tasks
NOTE: Pruned 6509 inactive tasks, 1887 left
NOTE: Assign Weightings
NOTE: Compute totals (have 1 endpoint(s))
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
+ cd /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/build
+ autotools_preconfigure
+ [ -n /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/configure.sstate -a -e /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/configure.sstate ]
+ ret=0
+ trap  0
+ exit 0

+ cd /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/build
+ do_configure
+ /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh --verbose

grep: configure.in: No such file or directory

/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh: line 125: mono/mini/Makefile.am: No such file or directory

/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh: line 126: mono/metadata/Makefile.am: No such file or directory

Running aclocal -I m4 -I .  ...

aclocal: error: 'configure.ac' is required


**Error**: aclocal failed. This may mean that you have not
installed all of the packages you need, or you may need to
set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
for the prefix where you installed the packages whose
macros were not found
+
bbnote mono-native failed to autogen.sh
+ echo NOTE: mono-native failed to autogen.sh
NOTE: mono-native failed to autogen.sh
+ sed -e s|slash\}libtool|slash\}x86_64-linux-libtool| -i acinclude.m4

sed: can't read acinclude.m4: No such file or directory

ERROR: Function failed: do_configure (log file is located at /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/temp/log.do_configure.12911)
ERROR: Logfile of failure stored in: /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/temp/log.do_configure.12911
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function autotools_preconfigure
| + cd /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/build
| + autotools_preconfigure
| + [ -n /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/configure.sstate -a -e /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/configure.sstate ]
| + ret=0
| + trap  0
| + exit 0
|
| + cd /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/build
| + autotools_preconfigure
| + [ -n /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/configure.sstate -a -e /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/configure.sstate ]
| + ret=0
| + trap  0
| + exit 0
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
| + cd /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/build
| + do_configure
| + /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh --verbose
|
| grep: configure.in: No such file or directory
|
| /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh: line 125: mono/mini/Makefile.am: No such file or directory
|
| /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh: line 126: mono/metadata/Makefile.am: No such file or directory
|
| Running aclocal -I m4 -I .  ...
|
| aclocal: error: 'configure.ac' is required
|
|
| **Error**: aclocal failed. This may mean that you have not
| installed all of the packages you need, or you may need to
| set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
| for the prefix where you installed the packages whose
| macros were not found
| +
| bbnote mono-native failed to autogen.sh
| + echo NOTE: mono-native failed to autogen.sh
| NOTE: mono-native failed to autogen.sh
| + sed -e s|slash\}libtool|slash\}x86_64-linux-libtool| -i acinclude.m4
|
| sed: can't read acinclude.m4: No such file or directory
|
| + cd /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/build
| + do_configure
| + /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh --verbose
| grep: configure.in: No such file or directory
| /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh: line 125: mono/mini/Makefile.am: No such file or directory
| /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/mono-3.4.0/autogen.sh: line 126: mono/metadata/Makefile.am: No such file or directory
| Running aclocal -I m4 -I .  ...
| aclocal: error: 'configure.ac' is required
|
| **Error**: aclocal failed. This may mean that you have not
| installed all of the packages you need, or you may need to
| set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
| for the prefix where you installed the packages whose
| macros were not found
| + bbnote mono-native failed to autogen.sh
| + echo NOTE: mono-native failed to autogen.sh
| NOTE: mono-native failed to autogen.sh
| + sed -e s|slash\}libtool|slash\}x86_64-linux-libtool| -i acinclude.m4
| sed: can't read acinclude.m4: No such file or directory
| ERROR: Function failed: do_configure (log file is located at /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/poky/build/tmp/work/x86_64-linux/mono-native/3.4.0-r0/temp/log.do_configure.12911)
ERROR: Task 735 (/home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-mono/recipes-mono/mono/mono-native_3.4.0.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1872 tasks of which 1871 didn't need to be rerun and 1 failed.
No currently running tasks (1240 of 1887)

Summary: 1 task failed:
  /home/testuser/QorIQ-SDK-V1.9-20151210-yocto/sources/meta-mono/recipes-mono/mono/mono-native_3.4.0.bb, do_configure
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Why?!

Labels (1)
Tags (1)
0 Kudos
0 Replies