[Bug 284307] ports-mgmt/pkg: missing required shared library
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284307] ports-mgmt/pkg: missing required shared library"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 17:50:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284307 Matthias Fechner <mfechner@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfechner@FreeBSD.org --- Comment #10 from Matthias Fechner <mfechner@FreeBSD.org> --- (In reply to Mark Millard from comment #8) I think that the CONFLICTS_INSTALL is causing a conflict with the package containing the string `librsvg2`, so librsvg2-rust is also a conflict. Maybe the new pkg version sees this as a new conflict and tries to deinstall the package as it conflicts to itself. I remove the CONFLICTS_INSTALL definition from librsvg2-rust and rebuild the package. That fixes now the problem for me (just to make it sure, I have only librsvg2-rust installed). Now `pkg upg -Fy` tells correctly: Installed packages to be UPGRADED: librsvg2-rust: 2.58.5_2 -> 2.58.5_3 -- You are receiving this mail because: You are the assignee for the bug.