This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Unable to build SDK following documentation

I am trying to build TI SDK especially following the guide "Processor SDK Building The SDK from

http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK

Most completes but the final bitbake always fails.

I have made several attempts on different machines and restarting compleatly. I have tries on both Ubunto 14 and 16.

The bitbake always hangs at the following task.

0: linux-libc-headers-4.4-r0.arago0 do_fetch

If I stop the process, it will just run the first part again and then hang again at this point. I have tried to leave it at this point for many hours also,

It does not seem to be a temporary issues. I have tried now for 3-4 days.

  • Additional info.

    I have also tried to follow the second description using a snapshot of sources from TI.
    But the get_build_sources.sh is really painfull. It has been running for more than 24 hours.... The TI site is delivering data at 10 kbit /sec and it will still take long time before finishing. So I do not know if this is a valid route or will give same problem at the end.
  • Where did you get the sources from? Have you tried with: software-dl.ti.com/.../index_FDS.html
  • This is one of my attempts.

    I have tried with the method where it is build and fetched using git://arago-project.org/git/projects/oe-layersetup.git
    This one is the one failing at the point of 0: linux-libc-headers-4.4-r0.arago0 do_fetch. I have tried several times on different build machines.

    The other attempt is using the AM335x Linux SDK Arago Source Tarball from your link. This is still downloading after two days. Some of the software-dl.ti.com/.... is responding with a download time below 10 kbit/sec which makes it take ages. So I do not yet know if this approach will work.
  • Finally the download of snapshot sources completed using the get_build_sources.sh scrip from AM335x Linux SDK Arago Source Tarball.
    If completed successfully and there is now a number of files in tisdk/build/downloads

    But the bitbake still get stuck with the task

    X: linux-libc-headers-4.4-r0.arago0 do_fetch

    And maybe some more.
    I was hoping this method solved the problem by prefetching the sources, but obviously not :-(
    Completely stuck now - no idea for any alternative methods....
  • I have now tried to let it run for several days and in the end I get more details...

    NOTE: Preparing RunQueue
    NOTE: Executing SetScene Tasks
    NOTE: Executing RunQueue Tasks
    WARNING: linux-libc-headers-4.4-r0.arago0 do_fetch: Failed to fetch URL git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=ti-lsk-linux-4.4.y, attempting MIRRORS if available
    ERROR: linux-libc-headers-4.4-r0.arago0 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output:
    Cloning into bare repository '/home/tm/tisdk/downloads/git2/git.ti.com.ti-linux-kernel.ti-linux-kernel.git'...
    fatal: read error: Connection reset by peer
    fatal: early EOF
    fatal: index-pack failed

    ERROR: linux-libc-headers-4.4-r0.arago0 do_fetch: Function failed: Fetcher failure for URL: 'git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=ti-lsk-linux-4.4.y'. Unable to fetch URL from any source.
    ERROR: Logfile of failure stored in: /home/tm/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/linux-libc-headers/4.4-r0.arago0/temp/log.do_fetch.2917
    ERROR: Task 823 (/home/tm/tisdk/sources/oe-core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb, do_fetch) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 1106 tasks of which 1104 didn't need to be rerun and 1 failed.
    No currently running tasks (952 of 1635)

    Summary: 1 task failed:
    /home/tm/tisdk/sources/oe-core/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb, do_fetch
  • Hello Thomas,

    Currently I get the same errors too, seems the service is down. It should be up and working soon.

    Best regards,
    Kemal
  • Wonder what "soon" should be considered ;-)
    I think it is more than a week since I started.
  • I am not sure, the service was not down that long before.
  • This is why I am afraid it is not the service that is down but something in the build recipe.
    The URL seems right and also the branch, I can use a browser and go to the git.ti.com site and find it. But it still fails.
  • Hi Thomas,

    Is you issue resolved?

    I am also facing same issue. Please help me if you get any solution for linux-libc-headers-4.4-r0.arago0 do_fetch.

    Regards,

    Prashant

  • I am also facing same issue. Please help me if you get any solution for linux-libc-headers-4.4-r0.arago0 do_fetch.

    Regards
  • Hi,
    I am also facing same issue!!!
    Could I have the solution for linux-libc-headers-4.4-r0.arago0 do_fetch. 

    Best regards,
    Kanae

  • Depending on the Internet connection downloading the libc-headers may take a while.
  • I do not think it has anything to do with the local internet connection.
    To me it seems like it is the availability of the server that is the problem. As far as I remember I got them downloaded after two weeks, the servers seemed to be offline or not responding in that period.
    I am sitting in a datacenter with gigabit connection to the internet, so no way it could have been my internet connection that caused the problem.
  • Check that whether you can get the source by wget.
    wget http://kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.xz

  • Hi guys,

    Its been a while since the original comments, but I thoughts steps below, might still help somebody.

    I was having the same problem.
    As a temporary fix, I cloned the whole package from the URL from where, the build was unable to fetch (per the error log) and placed it in, "/home/builtSdk/tisdk/build/downloads". It seems this is where the build is putting the packages that it is downloading automatically.
    (My clone command was: sudo git clone git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=ti-lsk-linux-4.4.y)
    After that I was able to successfully complete the build.

    Best regards

    Teklike
  • Hi Kemal,

    I am also facing the issue as below:-

    ai@ai-Vostro-3653:~/Desktop/sagar/tisdk/build$ MACHINE=k2g-evm bitbake core-image-minimal

    ERROR: linux-libc-headers-4.9-r0.arago2 do_fetch: Fetcher failure for URL: 'git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=ti-lsk-linux-4.9.y'. Unable to fetch URL from any source.
  • What feedback returns the git clone git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git command?

  • ai@ai-Vostro-3653:~/Desktop/temp$ git clone git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
    Cloning into 'ti-linux-kernel'...
    fatal: unable to connect to git.ti.com:
    git.ti.com[0: 198.47.29.151]: errno=Connection timed out

    previously i was using:-
    ai@ai-Vostro-3653:~/Desktop/sagar/tisdk/build$ MACHINE=k2g-evm bitbake core-image-minimal

    if i visit "git.ti.com/ti-linux-kernel/" i can find "ti-linux-kernel.git" in my Mozilla browser.

    i tried chaning protocol to "http" from "git" in file below:-

    ai@ai-Vostro-3653:~/Desktop/sagar/tisdk/sources/meta-arago/meta-arago-distro/recipes-kernel/linux-libc-headers$ linux-libc-headers_4.9

    but no use.
  • Hi Kemal,

    i am able to build now with some network settings changed.

    but i am facing issue as below:-

    ai@ai-Vostro-3653:~/Desktop/sagar/tisdk/build$ MACHINE=k2g-evm bitbake core-image-minimal

    i will get below error ad warnings.

    1. ERROR: gmp-6.1.1-r0 do_package_qa: QA Issue: libgmpxx rdepends on external-linaro-toolchain-dbg [debug-deps]

    2.ERROR: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: libubsan rdepends on external-linaro-toolchain-dbg [debug-deps]

    3.ERROR: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA run found fatal errors. Please consider fixing them.

    4.****** is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
  • After running cmd as below:-

    ai@ai-Vostro-3653:~/Desktop/sagar/tisdk/build$ MACHINE=k2g-evm bitbake core-image-minimal

    i am getting below errors and warnings:-

    Loading cache: 100% |########################################################################################################################################################################| Time: 0:00:00
    Loaded 3236 entries from dependency cache.
    NOTE: Resolving any missing task queue dependencies

    Build Configuration:
    BB_VERSION = "1.32.0"
    BUILD_SYS = "x86_64-linux"
    NATIVELSBSTRING = "Ubuntu-16.04"
    TARGET_SYS = "arm-linux-gnueabi"
    MACHINE = "k2g-evm"
    DISTRO = "arago"
    DISTRO_VERSION = "2017.05"
    TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
    TARGET_FPU = "hard"
    meta-processor-sdk = "HEAD:3d2f620a6a98b1b6abb1103d7dc986921436ed19"
    meta-arago-distro
    meta-arago-extras = "HEAD:b727bf8fce8e9cb5a6b5d5b48c45f0088e67eb53"
    meta-browser = "HEAD:880a7bd1d3b9a1b2003f5b0620350f03158bbd43"
    meta-qt5 = "HEAD:3601fd2c5306ac6d5d0d536e0be8cbb90da9b4c1"
    meta-networking
    meta-ruby
    meta-python
    meta-oe
    meta-gnome = "HEAD:fe5c83312de11e80b85680ef237f8acb04b4b26e"
    meta-ti = "HEAD:41d6fdc0fe5ea6054616cfccda13baac3ff33791"
    meta-linaro-toolchain
    meta-optee = "HEAD:d84874bad834657dd04ea69c35a74dd9dbd535b8"
    meta = "HEAD:ddf907ca95a19f54785079b4396935273b3747f6"

    Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:02
    NOTE: Executing SetScene Tasks
    NOTE: Executing RunQueue Tasks
    ERROR: gmp-6.1.1-r0 do_package_qa: QA Issue: libgmpxx rdepends on external-linaro-toolchain-dbg [debug-deps]
    WARNING: gmp-6.1.1-r0 do_package_qa: QA Issue: /usr/lib/libgmpxx.so.4.5.1 contained in package libgmpxx requires libstdc++.so.6(GLIBCXX_3.4), but no providers found in RDEPENDS_libgmpxx? [file-rdeps]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libsegfault/lib/libSegFault.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /catchsegv/usr/bin/catchsegv is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libcidn/lib/libcidn-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /glibc-extra-nss/lib/libnss_db-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtbeginS.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libc_nonshared.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtbegin.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libpthread.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtfastmath.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/Scrt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtend.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtendS.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libc.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libpthread_nonshared.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/Mcrt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtbeginT.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crti.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/gcrt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtn.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/lib/libasan_preinit.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libubsan/lib/libubsan.so.0.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    ERROR: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: libubsan rdepends on external-linaro-toolchain-dbg [debug-deps]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: /lib/libubsan.so.0.0.0 contained in package libubsan requires libstdc++.so.6(CXXABI_1.3), but no providers found in RDEPENDS_libubsan? [file-rdeps]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /tzcode/usr/bin/tzselect is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: /usr/bin/tzselect contained in package tzcode requires /bin/bash, but no providers found in RDEPENDS_tzcode? [file-rdeps]
    ERROR: gmp-6.1.1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
    ERROR: gmp-6.1.1-r0 do_package_qa: Function failed: do_package_qa
    ERROR: Logfile of failure stored in: /home/ai/Desktop/sagar/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/gmp/6.1.1-r0/temp/log.do_package_qa.8040
    ERROR: Task (/home/ai/Desktop/sagar/tisdk/sources/oe-core/meta/recipes-support/gmp/gmp_6.1.1.bb:do_package_qa) failed with exit code '1'
    ERROR: db-6.0.35-r1 do_package_qa: QA Issue: db-cxx rdepends on external-linaro-toolchain-dbg [debug-deps]
    WARNING: db-6.0.35-r1 do_package_qa: QA Issue: /usr/lib/libdb_cxx-6.0.so contained in package db-cxx requires libstdc++.so.6(CXXABI_1.3.9), but no providers found in RDEPENDS_db-cxx? [file-rdeps]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libgcc/lib/libgcc_s.so.1 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-dbg/lib/debug/libstdc++.so.6.0.22 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dbg/lib/debug/libstdc++fs.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dbg/lib/debug/libstdc++.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/home/ai/Desktop/sagar/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2017.05-r0.arago35.tisdk0/packages-split/external-linaro-toolchain-dbg/lib/debug/libstdc++.so.6.0.22' [ldflags]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libssp/lib/libssp.so.0.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-pcprofile/lib/libpcprofile.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libasan-dev/lib/libsanitizer.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libgomp-dev/usr/lib/gcc/arm-linux-gnueabi/6.3.1/include/omp.h is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libgomp-dev/lib/libgomp.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libssp-dev/lib/libssp_nonshared.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /ldd/usr/bin/ldd is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: /usr/bin/ldd contained in package ldd requires /bin/bash, but no providers found in RDEPENDS_ldd? [file-rdeps]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libgfortran/lib/libgfortran.so.3.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libgomp-staticdev/lib/libgomp.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libitm/lib/libitm.so.1.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: non -staticdev package contains static .a library: libgcc-dev path '/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2017.05-r0.arago35.tisdk0/packages-split/libgcc-dev/usr/lib/libgcc.a' [staticdev]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libgcc-dev/usr/lib/libgcc.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libgcc-dev/lib/libgcc_s.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libstdc++-staticdev/lib/libsupc++.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libstdc++-staticdev/lib/libstdc++.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libstdc++/lib/libstdc++.so.6.0.22-gdb.py is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libstdc++/lib/libstdc++.so.6.0.22 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libmemusage/lib/libmemusage.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libasan/lib/libasan.so.3.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    ERROR: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: libasan rdepends on external-linaro-toolchain-dbg [debug-deps]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: /lib/libasan.so.3.0.0 contained in package libasan requires libstdc++.so.6(CXXABI_1.3), but no providers found in RDEPENDS_libasan? [file-rdeps]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libgomp/lib/libgomp.so.1.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libgfortran-dev/lib/libgfortran.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/pldd is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/makedb is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/getent is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/pcprofiledump is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/iconv is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/rpcgen is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/getconf is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/sprof is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/gencat is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/locale is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libatomic-staticdev/lib/libatomic.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libsotruss/usr/lib/audit/sotruss-lib.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libitm-staticdev/lib/libitm.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libssp-staticdev/lib/libssp.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libatomic/lib/libatomic.so.1.2.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /libitm-dev/lib/libitm.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain/sbin/ldconfig is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libm-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_dns-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libcrypt-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libpthread-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libc-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libanl-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/ld-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_files-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libresolv-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_hesiod-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnsl-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libutil-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_nis-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_compat-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/librt-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libdl-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libBrokenLocale-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_nisplus-2.23.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /glibc-thread-db/lib/libthread_db-1.0.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libBrokenLocale.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libg.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libutil.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libmcheck.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libm.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libdl.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/librpcsvc.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libresolv.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libc.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libcrypt.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libieee.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libpthread.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/librt.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libnsl.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libanl.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libgfortran.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libstdc++fs.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libasan.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libubsan.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    ERROR: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: QA run found fatal errors. Please consider fixing them.
    ERROR: external-linaro-toolchain-2017.05-r0.arago35.tisdk0 do_package_qa: Function failed: do_package_qa
    ERROR: Logfile of failure stored in: /home/ai/Desktop/sagar/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2017.05-r0.arago35.tisdk0/temp/log.do_package_qa.8039
    ERROR: Task (/home/ai/Desktop/sagar/tisdk/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb:do_package_qa) failed with exit code '1'
    ERROR: db-6.0.35-r1 do_package_qa: QA run found fatal errors. Please consider fixing them.
    ERROR: db-6.0.35-r1 do_package_qa: Function failed: do_package_qa
    ERROR: Logfile of failure stored in: /home/ai/Desktop/sagar/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/db/6.0.35-r1/temp/log.do_package_qa.8043
    ERROR: Task (/home/ai/Desktop/sagar/tisdk/sources/oe-core/meta/recipes-support/db/db_6.0.35.bb:do_package_qa) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 1718 tasks of which 1715 didn't need to be rerun and 3 failed.

    Summary: 3 tasks failed:
    /home/ai/Desktop/sagar/tisdk/sources/oe-core/meta/recipes-support/gmp/gmp_6.1.1.bb:do_package_qa
    /home/ai/Desktop/sagar/tisdk/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb:do_package_qa
    /home/ai/Desktop/sagar/tisdk/sources/oe-core/meta/recipes-support/db/db_6.0.35.bb:do_package_qa
    Summary: There were 43 WARNING messages shown.
    Summary: There were 10 ERROR messages shown, returning a non-zero exit code.
  • Can you create a new thread regarding this issue on this Keystone Multicore Forum?