Re: Second SCRpms MythTV Update Attempt
Kirk Bocek <[email protected]> Sat, 30 May 2015 15:58:07 -0700
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 5/30/2015 8:38 AM, Kirk Bocek wrote:
> I tried again to update my CentOS 6 x64 system to Myth 0.27.4-30. Now
> all the libraries are already installed from my last attempt, so only
> three packages were pulled in. This time, I rpm -e -nodeps qt47-x11
> and manually installed qt48-x11 before attempting the upgrade:
>
After looking at this again, I discovered that my removing of the
various older qt47 packages was also removing the needed /usr/lib64
links installed by phonon-backend-gstreamer. So I thought that install
the CentOS 6 version, although older, would fix this. But the CentOS
version has a dependancy on the 4.6 version of qt-x11 and that conflicts
with qt48-x11.
I can get to the point of:
$service mythbackend start
Starting mythbackend: /usr/bin/mythbackend: symbol lookup error:
/usr/lib64/qt48/libQtGui.so.4: undefined symbol:
_ZN27QEventDispatcherUNIXPrivate16initThreadWakeUpEv
[FAILED]
And I think that symbol is in qt48-qdbusviewer.x86_64 or
qt48-config.x86_64. But to install those I get conflicts meaning the
regular qt-x11 needs to be uninstalled but then I loose the links and I
can't reinstall phonon-backend-gstreamer without pulling in the 4.6 qt-x11.
Help, I'm in a loop.