George T Kramer
George T Kramer
This issue is also seen with overlay2 on Clear Linux
@rarindam, @miguelinux has found the commit that changes how overlayfs functions which impacts QEMU. I can grant you access to a system that has this issue for debugging.
Can you post the workaround you used for starting a VM with QEMU?
To illustrate the difficulty I had here better, here is a snippet of the recipe I'm using to successfully build IPEX for Intel CPUs: ``` # Source MKL environment variables,...
TBB and Qt ultimately need to be able to co-exist in an application. Using the `-DQT_NO_KEYWORDS` macro after doing a find and replace operation on a Qt code base of...
> Our application runs Python scripts internally, and those scripts use our application's own QObject-derived objects, but don't use any Qt objects. So we do not need the generator, or...
It looks like `src/xnnpack/subgraph.{c,h}` tries to use timespec from time.h, but this was something introduced in C11. Maybe if you replace `CMAKE_C_STANDARD 99` with `CMAKE_C_STANDARD 11` in the root CMakeLists.txt...
Though with an old compiler like GCC 5.4, support for C11 may not be complete. But give it a try?
Ah, that makes sense. That's where the manifest info and includes files are made. I think that's still reasonable to do, and probably unavoidable, but maybe we don't need to...
I'm not sure how this plays into a possible long-term strategy, but if we want to start farming out work with mixer onto multiple machines, I think it would be...