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

tempo/2.6.0 package update #27460

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

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

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Sep 3, 2024
Copy link
Contributor Author

octo-sts bot commented Sep 3, 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
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-3848893503
INFO guest dir: /temp/melange-guest-345064426
ERRO failed to build package: unable to run package tempo pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/tempo-2.6.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/tempo] Error 2"


To fix this error:
1. Run `git config --global --add safe.directory /github/home`.
2. Ensure the URL in the GET request for `./packages/apk-configuration` uses a supported protocol (e.g., `http://` or `https://`).
3. Verify the build environment and dependencies.
4. Re-run the build process.

@mamccorm
Copy link
Contributor

Patch now included upstream in latest release:

Removing our own patch

Copy link
Contributor Author

octo-sts bot commented Sep 11, 2024

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-1540086453
INFO   guest dir: /temp/melange-guest-262290182
ERRO failed to build package: unable to run package tempo pipeline: unable to run pipeline: exit status 2
make[1]: *** [Makefile:111: packages/aarch64/tempo-2.6.0-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/tempo] Error 2
##[error]Process completed with exit code 2."

1. Check the Makefile at line 111 for errors in the build command for `tempo-2.6.0-r0.apk`.
2. Ensure all dependencies for the build are installed.
3. Verify the build environment paths `/temp/melange-workspace-1540086453` and `/temp/melange-guest-262290182` are correct.
4. Run the build command manually to see detailed error output.
5. Check for any missing or incorrect environment variables.

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.

2 participants