diyhue / hassio-addon

35 stars 11 forks source link

Add-on failed to install #33

Closed sajtos888 closed 8 months ago

sajtos888 commented 8 months ago

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 commented 8 months ago

This is a faketime issue not a diyhue issue. https://github.com/wolfcw/libfaketime/issues/467

sajtos888 commented 8 months ago

Ok. Wait :) thanks.

hendriksen-mark commented 8 months ago

can you try install it now?

sajtos888 commented 8 months ago

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 commented 8 months ago

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 commented 8 months ago

can you try again?

sajtos888 commented 8 months ago

it works. :)

andisp01 commented 8 months ago

it works for me too :) thanks