Tool/software: Linux
Hi,
I have one question regading build the sdk.
When I executed "MACHINE=am335x-evm bitbake arago-core-tisdk-image" instruction, I have some errors as the below.
-----------------------------------------------------------------------------------------------------------------------
yamamoto@ubuntu:~/ti-processor-sdk-linux-am335x-evm-04.03.00.05/tisdk/build$ MACHINE=am335x-evm bitbake arago-core-tisdk-image
Loading cache: 100% |########################################################################| Time: 0:00:03
Loaded 3817 entries from dependency cache.
Parsing recipes: 100% |######################################################################| Time: 0:00:02
Parsing of 3045 .bb files complete (3042 cached, 3 parsed). 3820 targets, 574 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:
/home/yamamoto/ti-processor-sdk-linux-am335x-evm-04.03.00.05/tisdk/sources/meta-openamp/recipes-bsp/device-tree/device-tree-generation_%.bbappend
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.32.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am335x-evm"
DISTRO = "arago"
DISTRO_VERSION = "2017.12"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta-processor-sdk = "HEAD:92db4d8023d88ab59fab2953e7447ec0bd5a6db1"
meta-ros = "HEAD:e2566402ab108a19634354a934788109422cf409"
meta-arago-distro
meta-arago-extras = "HEAD:5b2a44b0c4d989133bc13d59398fd10375d351bb"
meta-browser = "HEAD:26d50665e2f7223c5f4ad7481a8d2431e7cb55fb"
meta-openamp = "HEAD:8a214032bfb7e8124bc1485c70c69f7d60abb819"
meta-qt5 = "HEAD:2c9f0e4eb0e9097f6f872ec1e1d81768a8ab5f1b"
meta-networking
meta-ruby
meta-python
meta-oe
meta-gnome
meta-multimedia = "HEAD:b40116cf457b88a2db14b86fda9627fb34d56ae6"
meta-ti = "HEAD:3dc08477529b31ce887bb22a08201a843ded48f0"
meta-linaro-toolchain
meta-optee = "HEAD:d73e794c7e7ebb1cc5bf495a52a72b26fb118250"
meta = "HEAD:39fd8c129e2bff7f2f1649b7f6e036ccc50fd5d8"
Initialising tasks: 100% |###################################################################| Time: 0:01:59
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: qtsensors-5.7.1+gitAUTOINC+5a57beaaa5-r0 do_package_qa: QA Issue: qtsensors-examples rdepends on qtsvg, but it isn't a build dependency, missing qtsvg in DEPENDS or PACKAGECONFIG? [build-deps]
WARNING: ti-tisdk-setup-1.0-r33.tisdk12 do_package_qa: QA Issue: /bin/create-sdcard.sh contained in package ti-tisdk-setup requires /bin/bash, but no providers found in RDEPENDS_ti-tisdk-setup? [file-rdeps]
WARNING: osal-01.00.00.10A-r0.1 do_package_qa: QA Issue: osal: /osal-staticdev/usr/lib/libosal.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: osal-01.00.00.10A-r0.1 do_package_qa: QA Issue: osal: /osal/usr/lib/libosal.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: posix-smp-demo-01.01.00.00-r0.0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/home/yamamoto/ti-processor-sdk-linux-am335x-evm-04.03.00.05/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/posix-smp-demo/01.01.00.00-r0.0/packages-split/posix-smp-demo/usr/bin/posix-smp-demo-linux-armv7' [ldflags]
WARNING: unshallow-repositories-1.0-r1 do_package_qa: QA Issue: /bin/unshallow-repositories.sh contained in package unshallow-repositories requires /bin/bash, but no providers found in RDEPENDS_unshallow-repositories? [file-rdeps]
ERROR: cv-bridge-1.11.16-r0 do_package_qa: QA Issue: cv-bridge rdepends on python3-dev [dev-deps]
ERROR: cv-bridge-1.11.16-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
ERROR: cv-bridge-1.11.16-r0 do_package_qa: Function failed: do_package_qa
ERROR: Logfile of failure stored in: /home/yamamoto/ti-processor-sdk-linux-am335x-evm-04.03.00.05/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/cv-bridge/1.11.16-r0/temp/log.do_package_qa.60189
ERROR: Task (/home/yamamoto/ti-processor-sdk-linux-am335x-evm-04.03.00.05/tisdk/sources/meta-ros/recipes-ros/vision-opencv/cv-bridge_1.11.16.bb:do_package_qa) failed with exit code '1'
NOTE: Tasks Summary: Attempted 13921 tasks of which 12579 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/yamamoto/ti-processor-sdk-linux-am335x-evm-04.03.00.05/tisdk/sources/meta-ros/recipes-ros/vision-opencv/cv-bridge_1.11.16.bb:do_package_qa
Summary: There were 7 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
--------------------------------------------------------------------------------------------------------
I would like to solve these errors "cv-bridge-1.11.16-r0 do_package_qa".
Also I have same errors when I executed "MACHINE=am335x-evm bitbake cv-bridge" instruction.
Please advise me.
Best regards,
Michi