os
os copied to clipboard
vulkan-headers/1.3.293 package update
Open AI suggestions to solve the build error:
The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-1149749203
INFO guest dir: /temp/melange-guest-222583893
ERRO failed to build package: unable to run package vulkan-headers pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/vulkan-headers-1.3.293-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/vulkan-headers] Error 2
##[error]Process completed with exit code 2."
1. Verify dependencies for vulkan-headers are installed.
2. Check the Makefile for correct paths and targets.
3. Ensure the build environment is correctly set up.
4. Review logs in /temp/melange-workspace-1149749203 for more details.
5. Re-run the build process.
Open AI suggestions to solve the build error:
The error message is: "fatal: detected dubious ownership in repository at '/github/home'
To add an exception for this directory, call:
git config --global --add safe.directory /github/home
ERRO request failed error=\"Get \\\"./packages/apk-configuration\\\": unsupported protocol scheme \\\"\\\"\" method=GET url=./packages/apk-configuration
WARN CMake Error in CMakeLists.txt:
WARN The target named \"Vulkan-Module\" has C++ sources that may use modules, but
WARN modules are not supported by this generator:
WARN
WARN Unix Makefiles
WARN
Modules are supported only by Ninja, Ninja Multi-Config, and Visual Studio
WARN generators for VS 17.4 and newer. See the cmake-cxxmodules(7) manual for
WARN details. Use the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable
WARN scanning.
WARN
INFO -- Generating done (0.0s)
WARN CMake Generate step failed. Build files cannot be regenerated correctly.
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-4258923810
INFO guest dir: /temp/melange-guest-3246257936
ERRO failed to build package: unable to run package vulkan-headers pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/vulkan-headers-1.3.293-r0.apk] Error 1
make: *** [Makefile:101: package/vulkan-headers] Error 2
make[1]: Leaving directory '/github/home'"
1. Run `git config --global --add safe.directory /github/home`.
2. Correct the URL in the GET request to include a valid protocol.
3. Switch to a supported CMake generator like Ninja or Visual Studio 17.4+.
4. Set `CMAKE_CXX_SCAN_FOR_MODULES` appropriately.
5. Address the CMake error to regenerate build files correctly.
6. Re-run the build process.
Open AI suggestions to solve the build error:
The error message is: "fatal: detected dubious ownership in repository at '/github/home'
To add an exception for this directory, call:
git config --global --add safe.directory /github/home
ERRO request failed error=\"Get \\\"./packages/apk-configuration\\\": unsupported protocol scheme \\\"\\\"\" method=GET url=./packages/apk-configuration
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-97978538
INFO guest dir: /temp/melange-guest-3199257956
ERRO failed to build package: unable to run package vulkan-headers pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/vulkan-headers-1.3.293-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/vulkan-headers] Error 2
##[error]Process completed with exit code 2."
1. Run `git config --global --add safe.directory /github/home`.
2. Check the URL in the GET request for `./packages/apk-configuration`.
3. Verify the build environment and dependencies.
4. Ensure Makefile paths and targets are correct.
5. Re-run the build process.
superseded by https://github.com/wolfi-dev/os/pull/26986