pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58957: security/qt5-qtkeychain fails without dbus (with -dbus option)



The following reply was made to PR pkg/58957; it has been noted by GNATS.

From: Rob Whitlock <rwhitlock22%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/58957: security/qt5-qtkeychain fails without dbus (with -dbus
 option)
Date: Tue, 10 Jun 2025 11:22:44 -0400

 > On Jan 13, 2025, at 12:25 AM, Rob Whitlock via gnats =
 <gnats-admin%NetBSD.org@localhost> wrote:
 >=20
 > The following reply was made to PR pkg/58957; it has been noted by =
 GNATS.
 >=20
 > From: Rob Whitlock <rwhitlock22%gmail.com@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc: pkg-manager%netbsd.org@localhost,
 > gnats-admin%netbsd.org@localhost,
 > pkgsrc-bugs%netbsd.org@localhost
 > Subject: Re: pkg/58957: security/qt5-qtkeychain fails without dbus =
 (with -dbus
 > option)
 > Date: Mon, 13 Jan 2025 00:20:32 -0500
 >=20
 >> On Jan 3, 2025, at 11:20 AM, rwhitlock22%gmail.com@localhost wrote:
 >>> How-To-Repeat:
 >> have PKG_DEFAULT_OPTIONS+=3D3D -dbus in /etc/mk.conf so that dbus is =
 not =3D
 > installed
 >=20
 > Correction: this error happens even when dbus is installed.=3D
 
 This error happens because qt5-qtkeychain requires the QtDBus module, =
 which
 is only available when x11/qt5-qtbase is built with the dbus option. So =
 if you have
 
 PKG_DEFAULT_OPTIONS+=3D -dbus
 
 in your /etc/mk.conf then you'll also need
 
 PKG_OPTIONS.qt5+=3D dbus
 
 because qt5-qtkeychain currently does not have an option to disable =
 dbus.=
 


Home | Main Index | Thread Index | Old Index