[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 20 13:19:36 GMT 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652
--- Comment #34 from Tomoaki AOKI <junchoon at dec.sakura.ne.jp> ---
(In reply to Tomoaki AOKI from comment #33)
Widening the scope as
% find -s /usr/local/lib/qt5/plugins/ -not -type d -exec ldd -a {} + | fgrep
compat
showed up
libDiscoverCommon.so => /usr/local/lib/compat/pkg/libDiscoverCommon.so
(0x21c0643c9000)
/usr/local/lib/compat/pkg/libDiscoverCommon.so:
libboost_python39.so.1.80.0 =>
/usr/local/lib/compat/pkg/libboost_python39.so.1.80.0 (0x3be66a11f000)
/usr/local/lib/compat/pkg/libboost_python39.so.1.80.0:
Looking into whole output from ldd, these indicates that pulling in above are
/usr/local/lib/qt5/plugins/discover/kns-backend.so
and
/usr/local/lib/qt5/plugins/kf5/parts/kigpart.so
respectively.
According to pkg which, these 2 libraries are installed by
sysutils/plasma5-discover
and
math/kig
respectively.
Now I'm still on process rebuilding *-qt5* ports.
I'll try rebuilding the 2 ports once current ones finishes and without luck.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list