[mythtv-commits] Ticket #12409: x86_64 plugins built only after I removed qt4 devel libs on opensuse

MythTV noreply at mythtv.org
Thu Mar 12 13:38:45 UTC 2015


#12409: x86_64 plugins built only after I removed qt4 devel libs on opensuse
----------------------------------------------+----------------------------
 Reporter:  Yianni Vidalis <yiannividalis@…>  |          Owner:  stuarta
     Type:  Bug Report - General              |         Status:  accepted
 Priority:  minor                             |      Milestone:  0.28
Component:  Qt5 issues                        |        Version:  Master
                                              |  Head
 Severity:  medium                            |     Resolution:
 Keywords:                                    |  Ticket locked:  0
----------------------------------------------+----------------------------

Comment (by yiannividalis@…):

 {{{
 panayiota at magnum:~> qmake -query
 QT_INSTALL_PREFIX:/usr
 QT_INSTALL_DATA:/usr/share/qt4/
 QT_INSTALL_DOCS:/usr/share/doc/packages/libqt4
 QT_INSTALL_HEADERS:/usr/include
 QT_INSTALL_LIBS:/usr/lib64
 QT_INSTALL_BINS:/usr/bin
 QT_INSTALL_PLUGINS:/usr/lib64/qt4/plugins
 QT_INSTALL_IMPORTS:/usr/lib64/qt4/plugins/imports
 QT_INSTALL_TRANSLATIONS:/usr/share/qt4/translations
 QT_INSTALL_CONFIGURATION:/etc/settings
 QT_INSTALL_EXAMPLES:/usr/lib64/qt4/examples
 QT_INSTALL_DEMOS:/usr/lib64/qt4/demos
 QMAKE_MKSPECS:/usr/share/qt4//mkspecs
 QMAKE_VERSION:2.01a
 QT_VERSION:4.8.6
 panayiota at magnum:~> qmake-qt5 -query
 QT_SYSROOT:
 QT_INSTALL_PREFIX:/usr
 QT_INSTALL_ARCHDATA:/usr/lib64/qt5
 QT_INSTALL_DATA:/usr/share/qt5
 QT_INSTALL_DOCS:/usr/share/doc/packages/qt5
 QT_INSTALL_HEADERS:/usr/include/qt5
 QT_INSTALL_LIBS:/usr/lib64
 QT_INSTALL_LIBEXECS:/usr/lib64/qt5/libexec
 QT_INSTALL_BINS:/usr/lib64/qt5/bin
 QT_INSTALL_TESTS:/usr/tests
 QT_INSTALL_PLUGINS:/usr/lib64/qt5/plugins
 QT_INSTALL_IMPORTS:/usr/lib64/qt5/imports
 QT_INSTALL_QML:/usr/lib64/qt5/qml
 QT_INSTALL_TRANSLATIONS:/usr/share/qt5/translations
 QT_INSTALL_CONFIGURATION:/etc/xdg
 QT_INSTALL_EXAMPLES:/usr/lib64/qt5/examples
 QT_INSTALL_DEMOS:/usr/lib64/qt5/examples
 QT_HOST_PREFIX:/usr
 QT_HOST_DATA:/usr/lib64/qt5
 QT_HOST_BINS:/usr/lib64/qt5/bin
 QT_HOST_LIBS:/usr/lib64
 QMAKE_SPEC:linux-g++
 QMAKE_XSPEC:linux-g++
 QMAKE_VERSION:3.0
 QT_VERSION:5.4.0

 }}}

 And my initial assumption that reinstalling the qt4 devel libraries would
 not crash the plugins built were not entirely correct: a simple "make"
 will not fail, but after distclean I cannot build the plugins unless I
 remove the libraries (tried it on the laptop I first observed it)

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12409#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list