Martin 'JaMa' Jansa
Martin 'JaMa' Jansa
Alternative solution is to remove quotes around CERES_INCLUDE_DIRS (and possibly other variables later used in target_include_directories calls). Relevant discussion and a bug in CMake: https://discourse.cmake.org/t/target-include-directories-behavior-with-empty-value/2867 https://gitlab.kitware.com/cmake/cmake/-/issues/21879
Agreed, now master also isn't compatible with latest oe-core/master, because after: https://git.openembedded.org/openembedded-core/commit/?id=c56f3c9febc1732aa1302524c6c4da36f16bd1f7 the do_image_tar is failing, because of: classes/image_types_ostree.bbclass:IMAGE_CMD_TAR = "tar --xattrs --xattrs-include=*" ``` | tar: --xattrs can be used...
@pattivacek I've asked RP in https://lists.openembedded.org/g/openembedded-core/message/147690 based on the answer I might fix it by submitting: https://git.openembedded.org/openembedded-core-contrib/commit/?h=jansa/master&id=dafbf313bae7649ebad5098d6cad3a6218d3b5fa
The tar format was changed from gnu to posix in master yesterday: https://git.openembedded.org/openembedded-core/commit/?id=3ecea58f2a3382d9f4b410d6ad7089111334cb6f
There is another change for latest oe-core, but unfortunately not backwards compatible with gatesgarth (unless the LICENSE is changed as suggested), see: https://github.com/advancedtelematic/meta-updater/pull/801
I don't know why it was backported to zeus, I've created PR only for master as it's only for dunfell and newer. Did the zeus branch exist before? maybe it...
Check dmesg if cpp got killed by Out of memory killer.
@heegoo-han it's not using ld.gold from host, but the one from binutils-cross-aarch64 @Aniketh01 are you using 18.04 ubuntu? with newer ubuntu I was seeing similar segfaults and easiest work around...
meta-webos/recipes-webos/chromium/webruntime-common.inc change EXTRA_OEGN_GOLD ot use_gold=false. But it's possible that with BFD you will get different errors like: ``` ld: cannot find obj/extensions/common/api/libgenerated_api_json_strings.a: Too many open files ``` with older binutils-cross....
> is there a version that I could checkout and test to see if it works? The easiest option might be to just build in 18.04 docker container which will...