GNU bug report logs - #65684
kaidan package is broken and does not start

Previous Next

Package: guix;

Reported by: "bdju" <bdju <at> tilde.team>

Date: Fri, 1 Sep 2023 19:01:01 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65684 in the body.
You can then email your comments to 65684 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#65684; Package guix. (Fri, 01 Sep 2023 19:01:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "bdju" <bdju <at> tilde.team>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 01 Sep 2023 19:01:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "bdju" <bdju <at> tilde.team>
To: <bug-guix <at> gnu.org>
Subject: kaidan package is broken and does not start
Date: Fri, 01 Sep 2023 14:00:11 -0500
I am running Guix System and using Sway (Wayland).
When trying to launch Kaidan from a shell I get the following errors:
13:58:25.845|qt.qpa.plugin|W|Could not find the Qt platform plugin "wayland" in ""
13:58:26.210|default|D|QT_QUICK_CONTROLS_STYLE not set, setting to "org.kde.desktop"
13:58:26.704|default|W|QQmlApplicationEngine failed to load component
13:58:26.704|default|W|qrc:/qml/main.qml:90:29: Type RosterPage unavailable
13:58:26.704|default|W|qrc:/qml/RosterPage.qml:50:2: Type RosterAddContactSheet unavailable
13:58:26.704|default|W|qrc:/qml/elements/RosterAddContactSheet.qml:84:3: Type Controls.TextArea unavailable
13:58:26.704|default|W|file:///gnu/store/y7lkx97ylj0aidzsp06b0455kr300b1i-qqc2-desktop-style-5.108.0/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TextArea.qml:15:1: module "org.kde.sonnet" is not installed

Based on discussion in IRC it sounds like some inputs are missing,
sonnet and kdeclarative
Other users were able to reproduce this issue on their machine.

Discussion: https://logs.guix.gnu.org/guix/2023-09-01.log#203513




Information forwarded to bug-guix <at> gnu.org:
bug#65684; Package guix. (Sat, 02 Sep 2023 02:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 65684 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 65684 <at> debbugs.gnu.org,
 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 1/2] gnu: kaidan: Add missing input.
Date: Sat,  2 Sep 2023 10:56:53 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

Fixes <https://issues.guix.gnu.org/65684>.

* gnu/packages/messaging.scm (kaidan)[inputs]: Add sonnet.
---
 gnu/packages/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d6296d43aa..5c65760caf 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1435,6 +1435,7 @@ (define-public kaidan
                   qtxmlpatterns
                   qqc2-desktop-style
                   qxmpp
+                  sonnet
                   zxing-cpp))
     (home-page "https://www.kaidan.im/")
     (synopsis "Qt-based XMPP/Jabber Client")

base-commit: c72bc0bb71a7315241c174636f96faee46a6dfa8
-- 
2.41.0





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 07 Sep 2023 17:29:02 GMT) Full text and rfc822 format available.

Notification sent to "bdju" <bdju <at> tilde.team>:
bug acknowledged by developer. (Thu, 07 Sep 2023 17:29:02 GMT) Full text and rfc822 format available.

Message #13 received at 65684-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: bdju <bdju <at> tilde.team>
Cc: 65684-done <at> debbugs.gnu.org
Subject: Re: bug#65684: kaidan package is broken and does not start
Date: Thu, 7 Sep 2023 20:27:44 +0300
[Message part 1 (text/plain, inline)]
On Fri, Sep 01, 2023 at 02:00:11PM -0500, bdju via Bug reports for GNU Guix wrote:
> I am running Guix System and using Sway (Wayland).
> When trying to launch Kaidan from a shell I get the following errors:
> 13:58:25.845|qt.qpa.plugin|W|Could not find the Qt platform plugin "wayland" in ""
> 13:58:26.210|default|D|QT_QUICK_CONTROLS_STYLE not set, setting to "org.kde.desktop"
> 13:58:26.704|default|W|QQmlApplicationEngine failed to load component
> 13:58:26.704|default|W|qrc:/qml/main.qml:90:29: Type RosterPage unavailable
> 13:58:26.704|default|W|qrc:/qml/RosterPage.qml:50:2: Type RosterAddContactSheet unavailable
> 13:58:26.704|default|W|qrc:/qml/elements/RosterAddContactSheet.qml:84:3: Type Controls.TextArea unavailable
> 13:58:26.704|default|W|file:///gnu/store/y7lkx97ylj0aidzsp06b0455kr300b1i-qqc2-desktop-style-5.108.0/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TextArea.qml:15:1: module "org.kde.sonnet" is not installed
> 
> Based on discussion in IRC it sounds like some inputs are missing,
> sonnet and kdeclarative
> Other users were able to reproduce this issue on their machine.
> 
> Discussion: https://logs.guix.gnu.org/guix/2023-09-01.log#203513

Fixed in c535374ef4f6c81db94003c626d2464b9c13a867

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 06 Oct 2023 11:24:18 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.