Mailing List Archive

Problem with v30 Rpmfusion RPMS
I upgraded this morning and I could not add my HDHomerun tuner. The option
was missing from mythtv-setup. I looked at the SPEC file but didn't see a
reference to any HDHomerun libraries. I also did not see any reference to
those libraries for the Debian compile instructions, so maybe that's not
the issue.

I just wanted to give a heads-up in case anyone else needs a HDHomerun in
their setup. I went back to my old v29 version for the time being.

In case the below output matters, I have included it here. I posted this
also to the RPMFusion bugzilla.

$ mythbackend --version
Please attach all output as a file in bug reports.
MythTV Version : v30.0-v30.0-15-gb774c4140b
MythTV Branch : fixes/30
Network Protocol : 91
Library API : 30.20181231-1
QT Version : 5.11.3
Options compiled in:
linux debug use_hidesyms using_alsa using_jack using_oss using_pulse
using_pulseoutput using_backend using_bdjava using_bindings_perl
using_bindings_python using_bindings_php using_crystalhd using_dvb
using_firewire using_frontend using_vbox using_ceton using_hdpvr using_ivtv
using_joystick_menu using_libcec using_libcrypto using_libdns_sd
using_libfftw3 using_libxml2 using_lirc using_mheg using_opengl
using_opengl_video using_opengl_themepainter using_qtwebkit using_qtscript
using_qtdbus using_taglib using_v4l2 using_x11 using_xnvctrl
using_xnvctrl_external using_libbluray_external using_xrandr using_xv
using_debugtype using_systemd_notify using_systemd_journal using_bdjava
using_bindings_perl using_bindings_python using_bindings_php
using_fontconfig using_freetype2 using_mythtranscode using_opengl
using_vaapi using_vaapi2 using_vdpau using_ffmpeg_threads using_mheg
using_libass using_libxml2 using_libmp3lame

Thanks,
Jerry
Re: Problem with v30 Rpmfusion RPMS [ In reply to ]
On Wed, Mar 6, 2019 at 7:54 AM Jerry <mythtv@hambone.e4ward.com> wrote:

> I upgraded this morning and I could not add my HDHomerun tuner. The
> option was missing from mythtv-setup. I looked at the SPEC file but didn't
> see a reference to any HDHomerun libraries. I also did not see any
> reference to those libraries for the Debian compile instructions, so maybe
> that's not the issue.
>

I'll double check.. I had some issues with python-requests-cache (python 2
package was dropped from rawhide and had to be readded) and I had gone down
the rabbit hole trying to work around it and ended up doing a git reset.
They used to bundle the HDHR library and dropped that in v30 but I might
have missed readding it to the build requirements.

Thanks,
Richard
Re: Problem with v30 Rpmfusion RPMS [ In reply to ]
On 3/6/19 6:53 AM, Jerry wrote:
> I upgraded this morning and I could not add my HDHomerun tuner.  The
> option was missing from mythtv-setup.  I looked at the SPEC file but
> didn't see a reference to any HDHomerun libraries.  I also did not see
> any reference to those libraries for the Debian compile instructions,
> so maybe that's not the issue.
>
> I just wanted to give a heads-up in case anyone else needs a HDHomerun
> in their setup.  I went back to my old v29 version for the time being.
>
> In case the below output matters, I have included it here.  I posted
> this also to the RPMFusion bugzilla.
>

I had upgraded to the packages from testing a few days ago and noticed I
had no shows in my upcoming recording schedule and rolled back.    After
seeing your note today, I tried upgrading again.   I see the same
issue.  Looking through the backend logs, I see:


019-03-06 09:40:19.752247 E [32044/32044] CoreContext
recorders/channelbase.cpp:789 (CreateChannel) - ChannelBase:
CreateChannel() Error:
HDHOMERUN card configured on video device 103CA949,
but MythTV was not compiled with HDHOMERUN support.

Recompile MythTV with HDHOMERUN support or remove the card
from the configuration and restart MythTV.

2019-03-06 09:40:19.752253 E [32044/32044] CoreContext
main_helpers.cpp:205 (setupTVs) - Problem with capture cards. Card 1
failed init


So, it does look like the rpmfusion packages are missing HDHOMERUN support.


I will roll back for now.


Michael


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: Problem with v30 Rpmfusion RPMS [ In reply to ]
If you add this line to the mythtv.spec file:

BuildRequires: hdhomerun-devel

in the section where the other build requirements are listed, and rebuild
the RPMs with mock or with rpmbuild, you can fix it yourself.

I tried to document the rpm building process in this thread if you're
interested. Richard said he is rebuilding the packages with hdhomerun
support, so you could just wait a few days and grab them from testing as
well.

https://lists.gt.net/mythtv/users/617567?search_string=mock;#617567

Just remember to add one to the build number so yours don't get overwritten
by the ones that are in RPMFusion.

If you need any of those files, like the mock file that has both rpmfusion
and the fedora repositories included, let me know and I'll send it to you.
I think the one I have posted there is for F28 but you can migrate it to
F29.
Re: Problem with v30 Rpmfusion RPMS [ In reply to ]
Packages are built, just need to wait for them to be pushed.

http://koji.rpmfusion.org/koji/packageinfo?packageID=162

Thanks,
Richard
Re: Problem with v30 Rpmfusion RPMS [ In reply to ]
On 3/6/19 3:09 PM, Richard Shaw wrote:
> Packages are built, just need to wait for them to be pushed.
>
> http://koji.rpmfusion.org/koji/packageinfo?packageID=162
>


I downloaded the packages from Koji and upgraded.   They seem to
identify the tuner now and I can watch live TV.


I will test further today.


Michael


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org