[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 20:18:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284307 --- Comment #19 from Bennett Wetters <freebsd-bugzilla@bendo.org> --- It also fixed the issue with emacs etc. on my side, thanks :) My pkg check looks like this now: $ pkg check -dan Checking all packages: 100% nextcloudclient is missing a required shared library: libQt6WebEngineCore.so.6 Which can't be because: $ pkg which /usr/local/lib/qt6/libQt6WebEngineCore.so.6 /usr/local/lib/qt6/libQt6WebEngineCore.so.6 was installed by package qt6-webengine-6.8.1 So I'm assuming the fact that libQt6WebEngineCore.so.6 is not listed in pkg info -f means that this package is suffering from a similar issue as librsvg2-rust and needs a rebuild? $ pkg info -f qt6-webengine qt6-webengine-6.8.1 [...] Shared Libs provided: libQt6WebEngineWidgets.so.6 libQt6WebEngineQuickDelegatesQml.so.6 libQt6WebEngineQuick.so.6 Annotations : FreeBSD_version: 1401000 build_timestamp: 2025-01-23T06:18:02+0000 built_by : poudriere-git-3.4.2 port_checkout_unclean: no port_git_hash : 74bc2a40e5 ports_top_checkout_unclean: no ports_top_git_hash: 5bf2f84176 repo_type : binary repository : FreeBSD Should I open this as a separate issue? -- You are receiving this mail because: You are the assignee for the bug.