[yocto] issue with clang-native when building with bitbake

Tomasz Michalski tmichalski23 at gmail.com
Tue Dec 19 08:36:21 PST 2017


Hi
When I build image I get such error and build stops:

ERROR: Nothing PROVIDES 'clang-native'. Close matches:
....
NOTE: Runtime target 'lib32-ty' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['lib32-ty', 'clang-native']
NOTE: Runtime target 'lib32-duma' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['lib32-duma', 'lib32-ty',
'clang-native']

So I grep all my repository with command
"grep -r "*clang-native*" ./
and I don't see any recipe/anything which inherits or depends on
clang-native. In fact nothing is found for keyword "*clang-native*".
Nevertheless I debugged that clang is connected with
meta-openembedded and there is meta-clang available on
https://github.com/kraj/meta-clang so I downloaded meta-clang dir and
placed it in meta-openembedded directory but nothing changes, still the
error is the same.

Could someone give some hints how to debug such problem? The strange thing
is that nothing is found for keyword "clang-native" in yocto project.
lib32-ty doesn't depend on clang-native despite the output from console is:
Missing or unbuildable dependency chain was: ['lib32-ty', 'clang-native']
I checked lib32-ty recipe.
In fact I don't need clang at all, however it is no matter for me, if I
have to I can add this to my project.

Thanks in advance for hints
Tomek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20171219/40db8f46/attachment.html>


More information about the yocto mailing list