Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2023 13:19:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268652] Qt5:  Some apps fails to start after upgrading to 5.15.8
Message-ID:  <bug-268652-7788-G85WCzjjVn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268652-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268652-7788@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=3D268652

--- Comment #34 from Tomoaki AOKI <junchoon@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 {} + | fgr=
ep
compat

showed up

        libDiscoverCommon.so =3D> /usr/local/lib/compat/pkg/libDiscoverComm=
on.so
(0x21c0643c9000)
/usr/local/lib/compat/pkg/libDiscoverCommon.so:
        libboost_python39.so.1.80.0 =3D>
/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 a=
re
 /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.

--=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-268652-7788-G85WCzjjVn>