pkgsrc-Bugs archive

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

Re: pkg/57974: Depends conflict for firefox AND postgres



Hello Dave,

Thank you for your reply and consideration. This is my mk.conf:

    UNPRIVILEGED=yes

PREFER_PKGSRC is not set and pkgin is not installed.  Maybe the issue
is that I am not using an official release of pkgsrc? On my system,
security/heimdal is pulled in from this graph branch:

www/firefox -> x11/gtk3 -> print/libcups (defaults w kerberos)
    -> mk/kerb5.buildlink.mk -> security/heimdal

At your suggestion, I will disable the print/libcups build for x11/gtk3
with PKG_OPTIONS. I appreciate the support, thank you kindly.

Best,
Joe

On 2024-03-03 23:55, David H. Gutteridge wrote:
The following reply was made to PR pkg/57974; it has been noted by GNATS.

From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/57974: Depends conflict for firefox AND postgres
Date: Sun, 03 Mar 2024 18:52:15 -0500

 Hello,

 This isn't reproducible for me on 9.3_STABLE with default pkgsrc
 settings. Firefox should not pull in heimdal from pkgsrc (even
indirectly) with defaults set. What does your mk.conf look like? Do you
 have PREFER_PKGSRC set?

 Your option #1 is already established. libcups is an optional
 dependency of gtk3. You can disable it.
 PKG_OPTIONS.gtk3+=	-cups

 (Your option #4 isn't viable, as that would break installations if we
 allowed it.)

 Regards,

 Dave



Home | Main Index | Thread Index | Old Index