Closed sajtos888 closed 8 months ago
This is a faketime issue not a diyhue issue. https://github.com/wolfcw/libfaketime/issues/467
Ok. Wait :) thanks.
can you try install it now?
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
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.
can you try again?
it works. :)
it works for me too :) thanks
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.