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

Unable to install on hassio docker image. #21

Open
Cardy165 opened this issue Jan 24, 2019 · 0 comments
Open

Unable to install on hassio docker image. #21

Cardy165 opened this issue Jan 24, 2019 · 0 comments

Comments

@Cardy165
Copy link

Hi,

I have tried to install this on a new docker install of hassio runing on amd64 hardware.

The install starts then gives an error. I'm new to both docker and hassio and am not sure how/where to start debugging why the addon has failed to compile.

19-01-24 23:31:13 INFO (SyncWorker_19) [hassio.docker.addon] Start build f3248fb7/amd64-addon-rtl4332mqtt:0.2 19-01-24 23:31:23 ERROR (SyncWorker_19) [hassio.docker.addon] Can't build f3248fb7/amd64-addon-rtl4332mqtt:0.2: The command '/bin/sh -c apk add --no-cache --virtual build-deps alpine-sdk cmake git libusb-dev && mkdir /tmp/src && cd /tmp/src && git clone git://git.osmocom.org/rtl-sdr.git && mkdir /tmp/src/rtl-sdr/build && cd /tmp/src/rtl-sdr/build && cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && make && make install && chmod +s /usr/local/bin/rtl_* && cd /tmp/src/ && git clone https://github.com/merbanan/rtl_433 && cd rtl_433/ && mkdir build && cd build && cmake ../ && make && make install && apk del build-deps && rm -r /tmp/src && apk add --no-cache libusb mosquitto-clients jq' returned a non-zero code: 5

Above is the error given in the system log.

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

1 participant