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)
> On Jan 13, 2025, at 12:25 AM, Rob Whitlock via gnats <gnats-admin%NetBSD.org@localhost> wrote:
>
> 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: Mon, 13 Jan 2025 00:20:32 -0500
>
>> On Jan 3, 2025, at 11:20 AM, rwhitlock22%gmail.com@localhost wrote:
>>> How-To-Repeat:
>> have PKG_DEFAULT_OPTIONS+=3D -dbus in /etc/mk.conf so that dbus is not =
> installed
>
> Correction: this error happens even when dbus is installed.=
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+= -dbus
in your /etc/mk.conf then you'll also need
PKG_OPTIONS.qt5+= dbus
because qt5-qtkeychain currently does not have an option to disable dbus.
Home |
Main Index |
Thread Index |
Old Index