Hello, My company is using yocto. When building our own recipes, I get pseudo abort errors rather often. I've read the wiki page about them, but I'm not sure exactly what we are doing wrong that is making this happen. We have many recipes for various libraries and applications. The files listed in the abort error log are usually C++ header files.
A coworker has told me that setting PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" in the local.conf will allow bitbake to ignore this error. But in the end, I would like to understand what exactly is the root cause, so that I can adjust our recipes to fix this. Here is the pseudo.log from the most recent failure. I know a lot of proprietary context is missing for anyone in the OSS community to give super confident answers, but I appreciate any suggestions. Some context here: * We have a legacy git repo that contains the source for several different libraries. * We use CMake recursively to build all the libs from the top level. * Some libs depend on other libs in the repo. * I am trying to build the recipe "libc4statsclient", which is just one of the libs in the repo. * The header file shown in the error is part of another library and recipe. ERROR: Task (/home/rhowell/corex-develop/yocto/sources/c4-distro/meta-c4/recipes-c4/libc4statsdclient/libc4statsdclient_git.bb:do_install) failed with exit code '1' Pseudo log: Setup complete, sending SIGUSR1 to pid 3063620. path mismatch [3 links]: ino 3804719 db '/home/rhowell/corex-develop/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/libc4statsdclient/local+AUTOINC+e18ad903a2-r3/package/usr/src/debug/libc4statsdclient/local+AUTOINC+e18ad903a2-r3/git/control4/c4shared/logger/logger.hpp' req '/home/rhowell/corex-develop/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/libc4statsdclient/local+AUTOINC+e18ad903a2-r3/git/control4/c4shared/logger/logger.hpp'. Thanks for your time and any suggestions. Rusty Howell
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57311): https://lists.yoctoproject.org/g/yocto/message/57311 Mute This Topic: https://lists.yoctoproject.org/mt/91650136/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
