Re: SCRPMS Mythtv Update Attempt
Kirk Bocek <[email protected]> Sun, 17 May 2015 21:37:49 -0700
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 5/17/2015 7:31 PM, Stephen Collier wrote: > On 18/05/2015 12:03 PM, Kirk Bocek wrote: >> >> >> On 5/17/2015 6:24 PM, Kirk Bocek wrote: >>> >>> >>> On 5/17/2015 6:11 PM, Kirk Bocek wrote: >>>> >>>> Argh, so close! >>>> >>>> $service mythbackend start >>>> Starting mythbackend: /usr/bin/mythbackend: symbol lookup error: >>>> /usr/lib64/libmyth-0.27.so.0: undefined symbol: >>>> _ZNK12QRadioButton15minimumSizeHintEv >>>> >>> >>> In an urgent attempt to get mythbackend running I "rpm -e --nodeps" >>> the installed mythtv-libs and tried installing the four other >>> versions you have on your server. All give the symbol lookup error >>> when trying to execute mythbackend. >>> >> >> I collapsed in a sobbing heap back to 0.24.3. Let me know if there is >> a work-around. >> >> Thanks. >> >> >> _______________________________________________ >> atrpms-users mailing list >> [email protected] >> http://lists.atrpms.net/mailman/listinfo/atrpms-users >> > Sorry, I'm out, I'll be back in a few hours. I'll look and see why. > > It looks like a Qt problem. check your qt install > > Stephen $rpm -qa |grep qt|sort libmythnzmqt0-0.27.4-27.el6.x86_64 qt3-3.3.8b-30.el6.x86_64 qt-4.6.2-28.el6_5.x86_64 qt47-4.7.2-1_18.el6.x86_64 qt47-mysql-4.7.2-1_18.el6.x86_64 qt47-webkit-4.7.2-1_18.el6.x86_64 qt47-x11-4.7.2-1_18.el6.x86_64 qt48-4.8.5-8.el6.x86_64 qt48-mysql-4.8.5-8.el6.x86_64 qt48-webkit-4.8.5-8.el6.x86_64 qt-sqlite-4.6.2-28.el6_5.x86_64 The qt48-x11 package was, as I recall, the single one of your qt builds I couldn't install in parallel with the existing qt packages. And yes, I forgot to install qt48-x11. The "RadioButton" symbol error sure sounds awfully like an x11 graphics thing. The timer has run out on the night's efforts. When I get a chance I will try again. Thanks for the help. Kirk