Silicondust / libhdhomerun

Silicondust library and cli utility for controlling HDHomeRun tuners
GNU Lesser General Public License v2.1
102 stars 43 forks source link

Unable to use hdhomerun_config on releases after 2022-03-02 #32

Closed shmick closed 1 year ago

shmick commented 1 year ago

Using the 2022-03-02 release I am able to use the hdhomerun_config util without problems

$ hdhomerun_config discover
hdhomerun device 1052XXXX found at 192.168.1.32
hdhomerun device 1052XXXX found at 192.168.1.31

On any newer release I end up with the following errors, even though the build was successful

$ hdhomerun_config discover
Illegal instruction (core dumped)

Build environment:

github actions ubuntu22/20230129.2/images/linux/Ubuntu2204

My build repo is here

shmick commented 1 year ago

The issue seems to be related to the alpine base Docker image. I switched to ubuntu and the latest release compiles and runs fine.