First of all I have successfully installed the main tvheadend build from github with @HarryL instructions here [Obsolete] Instructions for Viewing Live TV.
But I am trying to get this build from https://github.com/laurimyllari/tvheadend/archive/atsc-epg.zip, it has a epg grabber called PSIP atsc grabber. Which can pull data from the OTA stream.
I got it to install once after like a dozen times, I thought I had narrowed down the issue to unzip, the first time I installed 7zip it worked. But something happened when trying to get autostart to work. And I tryed to recreate the install and am back to ground zero can’t seem to figure it out. It seems to install, but can’t get into webui. Here’s what I get with
root@osmc:/usr/src/tvheadend-atsc-epg# sudo make install
CC tvheadend
install -d /usr/local/bin
install /usr/src/tvheadend-atsc-epg/build.linux/tvheadend /usr/local/bin/tvheadend
install -d /usr/local/share/man/man1
install /usr/src/tvheadend-atsc-epg/man/tvheadend.1 /usr/local/share/man/man1/tvheadend.1
for bundle in docs/html docs/docresources src/webui/static data/conf data/dvb-scan; do \
mkdir -p /usr/local/share/tvheadend/$bundle ;\
cp -LR /usr/src/tvheadend-atsc-epg/$bundle/* /usr/local/share/tvheadend/$bundle ;\
done
cp: cannot overwrite non-directory '/usr/local/share/tvheadend/src/webui/static/extjs/adapter/ext' with directory '/usr/src/tvheadend-atsc-epg/src/webui/static/extjs/adapter/ext'
cp: cannot overwrite non-directory '/usr/local/share/tvheadend/src/webui/static/extjs/examples/ux/gridfilters' with directory '/usr/src/tvheadend-atsc-epg/src/webui/static/extjs/examples/ux/gridfilters'
cp: cannot overwrite non-directory '/usr/local/share/tvheadend/src/webui/static/extjs/resources/css' with directory '/usr/src/tvheadend-atsc-epg/src/webui/static/extjs/resources/css'
cp: cannot overwrite non-directory '/usr/local/share/tvheadend/src/webui/static/extjs/resources/images' with directory '/usr/src/tvheadend-atsc-epg/src/webui/static/extjs/resources/images'
find /usr/local/share/tvheadend -name .git -exec rm -rf {} \; &>/dev/null || /bin/true