Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2025 20:18:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 284307] ports-mgmt/pkg: missing required shared library
Message-ID:  <bug-284307-32340-oTqql6oV9Q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-284307-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-284307-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284307

--- 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.s=
o.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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284307-32340-oTqql6oV9Q>