Jan Beich <[email protected]> has reassigned Bugzilla Automation
<[email protected]>'s request for maintainer-feedback to [email protected]:
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

Reply via email to