You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm hitting a fatal error in the do_compile step of `bitbake chromium-ozone-wayland'.
../../third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp:12:10: fatal error: 'pci/pci.h' file not found 12 | #include <pci/pci.h>
| ^~~~~~~~~~~
1 error generated.
I'm not sure why the pci header isn't found, the pciutils dependency is definitely there.
I suppose that I am either missing something, or the header in one of the following locations ought to be used:
Chromium=v132.0.6834.83
I tried Chromium=v123.0.6312.122 and got the same error (commit=1ed2254d72a4c25879014c98be287a7e3e22904c).
This is my first time trying chromium, so I'd not be surprised if I made a mistake of ignorance.
Strangely, even though this should be true based on the main recipe, your find results say it otherwise. The pciutils dependency should install its headers in ~/repos/yocto/build-mine/tmp/work/cortexa72-poky-linux/chromium-ozone-wayland/132.0.6834.83/recipe-sysroot/usr/include folder, which doesn't appear in your output.
Do you have any bbappends or similar modifiers that would change the chromium recipe?
What's the output of bitbake -e chromium-ozone-wayland | grep ^DEPENDS? It should list all the effective dependencies.
Thanks so much for the reply!
I tried cleaning and rebuilding both chromium and pciutils.
Strangely, after purging the build target and starting from scratch with a new target, the issue resolved.
I'm entirely unsure what changed or failed previously.
Closing the issue now and can confirm that all worked for the originally defined commits.
Thanks again and apologies for the false issue!
Hi, I'm hitting a fatal error in the do_compile step of `bitbake chromium-ozone-wayland'.
I'm not sure why the pci header isn't found, the pciutils dependency is definitely there.
I suppose that I am either missing something, or the header in one of the following locations ought to be used:
Chromium=v132.0.6834.83
I tried Chromium=v123.0.6312.122 and got the same error (commit=1ed2254d72a4c25879014c98be287a7e3e22904c).
This is my first time trying chromium, so I'd not be surprised if I made a mistake of ignorance.
The text was updated successfully, but these errors were encountered: