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

Add-on failed to install #33

Closed
sajtos888 opened this issue Mar 22, 2024 · 8 comments
Closed

Add-on failed to install #33

sajtos888 opened this issue Mar 22, 2024 · 8 comments

Comments

@sajtos888
Copy link

I get an error during installation. I get the same error on a new HA installation, test machine.
All other add-ons are successfully installed by HA.

The command '/bin/bash -o pipefail -c apk --no-cache add --virtual build-deps gcc git make musl-dev && git clone https://github.com/wolfcw/libfaketime && cd libfaketime && make && mv src/.so /lib && mv src/faketime /bin && cd - && rm -rf libfaketime && apk del build-deps' returned a non-zero code: 2

Thank You.

@hendriksen-mark
Copy link
Member

This is a faketime issue not a diyhue issue.
wolfcw/libfaketime#467

@sajtos888
Copy link
Author

Ok. Wait :) thanks.

@hendriksen-mark
Copy link
Member

can you try install it now?

@sajtos888
Copy link
Author

now the error is different.
The command '/bin/bash -o pipefail -c git checkout v0.9.10 && make && mv src/.so /lib && mv src/faketime /bin && cd - && rm -rf libfaketime && apk del build-deps' returned a non-zero code: 1

@andisp01
Copy link

now the error is different. The command '/bin/bash -o pipefail -c git checkout v0.9.10 && make && mv src/.so /lib && mv src/faketime /bin && cd - && rm -rf libfaketime && apk del build-deps' returned a non-zero code: 1

I have the exact same error.

@hendriksen-mark
Copy link
Member

can you try again?

@sajtos888
Copy link
Author

it works. :)

@andisp01
Copy link

it works for me too :)
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants