[mythtv-commits] Ticket #12412: Build Problem Qt5.4.1 on Fedora 17
MythTV
noreply at mythtv.org
Fri Mar 13 20:22:57 UTC 2015
#12412: Build Problem Qt5.4.1 on Fedora 17
-----------------------------------------+-------------------------
Reporter: Bruce Taber <b.taber@…> | Owner:
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: Qt5 issues | Version: Master Head
Severity: medium | Keywords:
Ticket locked: 0 |
-----------------------------------------+-------------------------
Having troubles linking binaries when building master/0.28 using Qt5.4.1.
Qt5 gets installed into /opt by using the supplied qt-opensource-
linux-x64-5.4.1_2015-02-20_12-26-10-119.run file.
The specific error is:
g++ -Wl,-rpath,/opt/Qt5.4.1/5.4/gcc_64 -o mythreplex avi.o element.o
mpg_common.o multiplex.o ringbuffer.o ts.o replex.o pes.o
-L../../../../external/FFmpeg/libswresample -lmythswresample
-L../../../../external/FFmpeg/libavutil -lmythavutil
-L../../../../external/FFmpeg/libavcodec -lmythavcodec
-L../../../../external/FFmpeg/libavformat -lmythavformat
-L../../../../external/zeromq/src/.libs ../../../external/nzmqt/src
-L../../../../external/qjson/lib -L../../../../libs/libmythbase
-lmythbase-0.28 -lXext -lXinerama -lXxf86vm -lXv -lXrandr -lxml2 -lcrypto
-lX11 -lasound -lfreetype -lGL -lx264 -lmp3lame -lm -lbz2 -lz -luuid
-pthread -lrt -ldl -L/home/brtab/mythtv/mythtv/external/qjson/lib
-lmythqjson
/usr/bin/ld: warning: libicui18n.so.53, needed by
/opt/Qt5.4.1/5.4/gcc_64/lib/libQt5Core.so.5, not found (try using -rpath
or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.53, needed by
/opt/Qt5.4.1/5.4/gcc_64/lib/libQt5Core.so.5, not found (try using -rpath
or -rpath-link)
The libicui18n.so.53 is symlinked to libicui18n.so.53.1[[br]]
[brtab at master ~]$ locate libicui18n.so.53[[br]]
/opt/Qt5.4.1/5.4/gcc_64/lib/libicui18n.so.53[[br]]
/opt/Qt5.4.1/5.4/gcc_64/lib/libicui18n.so.53.1[[br]]
/opt/Qt5.4.1/Tools/QtCreator/lib/qtcreator/libicui18n.so.53[[br]]
/opt/Qt5.4.1/Tools/QtCreator/lib/qtcreator/libicui18n.so.53.1[[br]]
The libicuuc.so.53 is symlinked to libiccuc.so.53.1[[br]]
[brtab at master ~]$ locate libicuuc.so.53[[br]]
/opt/Qt5.4.1/5.4/gcc_64/lib/libicuuc.so.53[[br]]
/opt/Qt5.4.1/5.4/gcc_64/lib/libicuuc.so.53.1[[br]]
/opt/Qt5.4.1/Tools/QtCreator/lib/qtcreator/libicuuc.so.53[[br]]
/opt/Qt5.4.1/Tools/QtCreator/lib/qtcreator/libicuuc.so.53.1[[br]]
[brtab at master ~]$ /opt/Qt5.4.1/5.4/gcc_64/bin/qmake -query[[br]]
QT_SYSROOT: [[br]]
QT_INSTALL_PREFIX:/opt/Qt5.4.1/5.4/gcc_64 [[br]]
QT_INSTALL_ARCHDATA:/opt/Qt5.4.1/5.4/gcc_64 [[br]]
QT_INSTALL_DATA:/opt/Qt5.4.1/5.4/gcc_64 [[br]]
QT_INSTALL_DOCS:/opt/Qt5.4.1/Docs/Qt-5.4 [[br]]
QT_INSTALL_HEADERS:/opt/Qt5.4.1/5.4/gcc_64/include [[br]]
QT_INSTALL_LIBS:/opt/Qt5.4.1/5.4/gcc_64/lib [[br]]
QT_INSTALL_LIBEXECS:/opt/Qt5.4.1/5.4/gcc_64/libexec [[br]]
QT_INSTALL_BINS:/opt/Qt5.4.1/5.4/gcc_64/bin [[br]]
QT_INSTALL_TESTS:/opt/Qt5.4.1/5.4/gcc_64/tests [[br]]
QT_INSTALL_PLUGINS:/opt/Qt5.4.1/5.4/gcc_64/plugins [[br]]
QT_INSTALL_IMPORTS:/opt/Qt5.4.1/5.4/gcc_64/imports [[br]]
QT_INSTALL_QML:/opt/Qt5.4.1/5.4/gcc_64/qml [[br]]
QT_INSTALL_TRANSLATIONS:/opt/Qt5.4.1/5.4/gcc_64/translations [[br]]
QT_INSTALL_CONFIGURATION: [[br]]
QT_INSTALL_EXAMPLES:/opt/Qt5.4.1/Examples/Qt-5.4 [[br]]
QT_INSTALL_DEMOS:/opt/Qt5.4.1/Examples/Qt-5.4 [[br]]
QT_HOST_PREFIX:/opt/Qt5.4.1/5.4/gcc_64 [[br]]
QT_HOST_DATA:/opt/Qt5.4.1/5.4/gcc_64 [[br]]
QT_HOST_BINS:/opt/Qt5.4.1/5.4/gcc_64/bin [[br]]
QT_HOST_LIBS:/opt/Qt5.4.1/5.4/gcc_64/lib [[br]]
QMAKE_SPEC:linux-g++ [[br]]
QMAKE_XSPEC:linux-g++ [[br]]
QMAKE_VERSION:3.0 [[br]]
QT_VERSION:5.4.1
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12412>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list