Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulkan-headers/1.3.295 package update #27716

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Sep 6, 2024

@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Sep 6, 2024
Copy link
Contributor Author

octo-sts bot commented Sep 6, 2024

Open AI suggestions to solve the build error:

The error message is: "ERRO ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-3344958057
INFO   guest dir: /temp/melange-guest-1868780274
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.295-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. Run `make clean` to clear previous builds.
5. Re-run the build command with verbose logging for more details.
6. Check for any specific logs in `/temp/melange-workspace-3344958057` and `/temp/melange-guest-1868780274`.
7. Ensure no permission issues in the directories.

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
@mamccorm mamccorm force-pushed the wolfictl-a16d0023-8fe3-4bb8-99e2-b0409905ce96 branch from 61ea22d to a1fc375 Compare September 6, 2024 10:56
Copy link
Contributor Author

octo-sts bot commented Sep 6, 2024

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-3744875310
INFO guest dir: /temp/melange-guest-118217879
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.295-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/vulkan-headers] Error 2


Recommended actions:
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 by adding `-G Ninja` to your CMake command.
4. Ensure `CMAKE_CXX_SCAN_FOR_MODULES` is set appropriately.
5. Re-run the build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant