<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 10, 2018, at 12:18 PM, Ashu Desai <<a href="mailto:ashu.desai@gmail.com" class="">ashu.desai@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I am building a new Backend - running into some hiccup.<div class=""><br class=""></div><div class="">I have the following repo enabled:</div><div class=""><br class=""></div><div class=""><ul class=""><li class="">epel</li><li class="">rpmfusion</li></ul><div class=""><br class=""></div><div class="">I am on CentOS 7, and when i do my install viz:</div><div class=""><br class=""></div><div class=""><ul class=""><li class="">yum install mythtv mythweb</li></ul><div class="">I get the following:</div></div><div class=""><br class=""></div><div class=""><div class="">Error: Package: mythtv-libs-29.1-15.20180228.8.g925ceea0fb.el7.x86_64 (rpmfusion-free-updates)</div><div class=""> Requires: libexiv2.so.12()(64bit)</div><div class="">Error: Package: qt5-qtwebkit-5.6.2-1.el7.x86_64 (epel)</div><div class=""> Requires: qt5-qtbase(x86-64) = 5.6.2</div><div class=""> Installing: qt5-qtbase-5.9.2-3.el7.x86_64 (base)</div><div class=""> qt5-qtbase(x86-64) = 5.9.2-3.el7</div><div class="">Error: Package: qt5-qtwebkit-5.6.2-1.el7.x86_64 (epel)</div><div class=""> Requires: qt5-qtdeclarative(x86-64) = 5.6.2</div><div class=""> Available: qt5-qtdeclarative-5.9.2-1.el7.x86_64 (base)</div><div class=""> qt5-qtdeclarative(x86-64) = 5.9.2-1.el7</div><div class="">Error: Package: qt5-qtwebkit-5.6.2-1.el7.x86_64 (epel)</div><div class=""> Requires: qt5-qtdeclarative(x86-64) = 5.6.2</div><div class=""> Installing: qt5-qtdeclarative-5.9.2-1.el7.x86_64 (base)</div><div class=""> qt5-qtdeclarative(x86-64) = 5.9.2-1.el7</div><div class=""> You could try using --skip-broken to work around the problem</div><div class=""> You could try running: rpm -Va --nofiles --nodigest</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Not that I am an expert but am I correct that it seems the rpmfusion is not being compatible with the epel or base libraries? I can try disabling epel but wanted to reach out here first to see if there's something I am doing wrong and/or if epel is needed </div></div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class="">Ash. </div></div>
_______________________________________________<br class="">mythtv-users mailing list<br class=""><a href="mailto:mythtv-users@mythtv.org" class="">mythtv-users@mythtv.org</a><br class="">http://lists.mythtv.org/mailman/listinfo/mythtv-users<br class="">http://wiki.mythtv.org/Mailing_List_etiquette<br class="">MythTV Forums: https://forum.mythtv.org<br class=""></div></blockquote></div><br class=""><div class="">Ash—</div><div class=""><br class=""></div><div class="">In looking at what the base repo has to offer, I do not see qt5-qtwebkit listed. So, that’s a problem.</div><div class=""><br class=""></div><div class="">What I recommend is to install the qt5 packages to meet dependencies for Myth from the repo which has them and new enough, which is epel, as 5.6.2 is sufficient, and then turn the base repo back on when needed. OR, find a repo which has the version of qt5-qtwebkit which you need to satisfy the requirements of what base repo has, enable that repo, and install… or find the correct RPM, and use yum to install the RPM so yum has a record of the RPM. Decisions, decisions...</div><div class=""><br class=""></div><div class="">There are several ways of skinning the cat here, but what feels more comfortable for you is what matters, really. The main thing is that you won’t be running “yum upgrade” until the packages all get updated to at least a version where everything exists and is version-coherent.</div><div class=""><br class=""></div><div class="">Using EL for myth does carry its share of issues, and this happens to be one of them. I use CentOS for Myth predominantly, and for other things, and I get the system functioning and don’t upgrade it very much. As they say: if it ain’t broke, don’t fix it. ;)</div><div class=""><br class=""></div><div class="">Good luck.</div><div class=""><br class=""></div><div class="">Mike</div></body></html>