maintainer-feedback requested: [Bug 224493] multimedia/webcamoid: missing runtime dependency on x11-toolkits/qt5-quickcontrols

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 20 22:54:21 UTC 2017


Jan Beich <jbeich at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
Bug 224493: multimedia/webcamoid: missing runtime dependency on
x11-toolkits/qt5-quickcontrols
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224493



--- Description ---
webcamoid fails to start without in X11 jail due to lack of
USE_QT5=quickcontrols_run. Ignoring Qt5 itself underspecifying some
dependencies here's what happens:

$ pkg install webcamoid mesa-dri xkeyboard-config
$ service dbus onestart
$ webcamoid
W: [(null)] caps.c: Normally all extra capabilities would be dropped now, but
that's impossible because PulseAudio was built without capabilities support.
qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set1_groups
QQmlApplicationEngine failed to load component
qrc:/Webcamoid/share/qml/main.qml:21 module "QtQuick.Dialogs" is not installed
qrc:/Webcamoid/share/qml/main.qml:23 module "QtQuick.Controls" is not installed
qrc:/Webcamoid/share/qml/main.qml:21 module "QtQuick.Dialogs" is not installed
qrc:/Webcamoid/share/qml/main.qml:23 module "QtQuick.Controls" is not installed
^C

Workaround:
$ pkg install qt5-quickcontrols


More information about the kde-freebsd mailing list