Bug 255028 - databases/redisdesktopmanager doesn't start
Summary: databases/redisdesktopmanager doesn't start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
: 255027 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-04-13 09:13 UTC by Ivan
Modified: 2021-08-28 05:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan 2021-04-13 09:13:15 UTC
I've installed redisdesktopmanager 2021.2, however it hangs in startup.

TLS support: "OpenSSL 1.1.1h-freebsd  22 Sep 2020"
App font: "Open Sans" 11
Values font: "Ubuntu Mono"
("en-US")
Detected locale: "en_US"
QQmlApplicationEngine failed to load component
qrc:/app.qml:5:1: module "QtQuick.Dialogs" is not installed
qrc:/app.qml:4:1: module "QtQuick.Controls.Styles" is not installed
qrc:/app.qml:5:1: module "QtQuick.Dialogs" is not installed
qrc:/app.qml:4:1: module "QtQuick.Controls.Styles" is not installed
Cannot update palette. Root object is not loaded.
Rendering backend: "software"

I'm not sure if any of this errors are critical, maybe some run-dep is missing ?
I've tried older version with the same result.
Comment 1 Ivan 2021-04-13 09:13:28 UTC
*** Bug 255027 has been marked as a duplicate of this bug. ***
Comment 2 Steve Wills freebsd_committer freebsd_triage 2021-04-13 12:06:32 UTC
(In reply to Ivan from comment #0)
I suspect you're right about the missing run depend(s). Try installing qt5-quickcontrols and let me know if that helps.
Comment 3 Ivan 2021-04-13 14:23:47 UTC
(In reply to Steve Wills from comment #2)
Bingo. It starts now.
Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-08-28 05:02:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e96d1fa6b6a09ed393c3867d80330e60d675711

commit 6e96d1fa6b6a09ed393c3867d80330e60d675711
Author:     Steve Wills <swills@FreeBSD.org>
AuthorDate: 2021-05-20 02:37:24 +0000
Commit:     Steve Wills <swills@FreeBSD.org>
CommitDate: 2021-08-28 05:00:10 +0000

    databases/redisdesktopmanager: update to 2021.7

    While here, fix missing dep [1]

    PR:             255028 [1]
    Reported by:    Ivan <bsd@abinet.ru> [1]

 databases/redisdesktopmanager/Makefile | 29 +++++++++++++----------------
 databases/redisdesktopmanager/distinfo | 12 +++++++-----
 2 files changed, 20 insertions(+), 21 deletions(-)
Comment 5 Steve Wills freebsd_committer freebsd_triage 2021-08-28 05:03:55 UTC
Fix committed. Thanks for the report!