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
After executing mka iso_img, the build process failed with the following error:
[ 94% 16/17] glob kernel/generic/x86_64/include/**/*
ninja: error: '/home/asdf/blissos/p9.0/out/target/product/x86_64/obj_x86/SHARED_LIBRARIES/libLLVM12_intermediates/export_includes', needed by '/home/asdf/blissos/p9.0/out/target/product/x86_64/obj_x86/SHARED_LIBRARIES/gallium_dri_intermediates/import_includes', missing and no known rule to make it
21:59:14 ninja failed with: exit status 1
Additional Information:
Steps Taken Before Encountering the Error:
Followed the setup instructions from the Bliss OS build guide.
Initialized the build environment and fetched the necessary dependencies.
Ran mka iso_img to start the build process.
Expected Result:
The build process should complete successfully, generating the ISO image.
Actual Result:
The build process failed at 94% with the error mentioned above.
Request:
Could you please provide guidance on how to resolve this issue? Is there a known workaround or additional dependency that I might be missing? Any help would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Description:
I encountered an issue while building Bliss OS 11.x following the instructions from the official guide: https://docs.blissos.org/development/build-bliss-os-11.x/.
After executing
mka iso_img
, the build process failed with the following error:Additional Information:
Steps Taken Before Encountering the Error:
mka iso_img
to start the build process.Expected Result:
The build process should complete successfully, generating the ISO image.
Actual Result:
The build process failed at 94% with the error mentioned above.
Request:
Could you please provide guidance on how to resolve this issue? Is there a known workaround or additional dependency that I might be missing? Any help would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: