Bug 236583 - multimedia/smplayer: linker error libQt5DBus.so: undefined reference
Summary: multimedia/smplayer: linker error libQt5DBus.so: undefined reference
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-16 22:38 UTC by Walter Schwarzenfeld
Modified: 2019-03-16 22:54 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kikadf.01)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld freebsd_triage 2019-03-16 22:38:20 UTC
smplayer fails to build with 

usr/local/lib/libQt5DBus.so: undefined reference to `QObjectPrivate::QObjectPrivate(int)@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `typeinfo for QMetaCallEvent@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QMetaStringTable::blobSize() const@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QMetaStringTable::enter(QByteArray const&)@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QDaemonThread::~QDaemonThread()@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QMetaCallEvent::~QMetaCallEvent()@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QDaemonThread::QDaemonThread(QObject*)@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QMetaStringTable::writeBlob(char*) const@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QObject::QObject(QObjectPrivate&, QObject*)@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QMetaCallEvent::QMetaCallEvent(unsigned short, unsigned short, void (*)(QObject*, QMetaObject::Call, int, void**), QObject const*, int, int, int*, void**, QSemaphore*)@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `typeinfo for QDaemonThread@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QMetaStringTable::QMetaStringTable(QByteArray const&)@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `typeinfo for QObjectPrivate@Qt_5_PRIVATE_API'
/usr/local/lib/libQt5DBus.so: undefined reference to `QObjectPrivate::~QObjectPrivate()@Qt_5_PRIVATE_API'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Makefile:800: smplayer] Error 1
gmake[3]: Leaving directory '/ram/usr/ports/multimedia/smplayer/work/smplayer-18.10.0/src'
gmake[2]: *** [Makefile:27: src/smplayer] Error 2
gmake[2]: Leaving directory '/ram/usr/ports/multimedia/smplayer/work/smplayer-18.10.0'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Comment 1 Walter Schwarzenfeld freebsd_triage 2019-03-16 22:54:19 UTC
Not a bug. Was a leftover of an old qt5-dbus library.