[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224493
Bug ID: 224493
Summary: multimedia/webcamoid: missing runtime dependency on
x11-toolkits/qt5-quickcontrols
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
CC:
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
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list