[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 24 21:08:23 GMT 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652

--- Comment #54 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
(In reply to Dima Panov from comment #47)

At least portmaster does not cause problems with the build order, including
BUILD_DEPENDS.
Only very rare patterns of ports, such as japanese/xpdf, are the only ones that
fail to build.

The feature to save libraries to lib/compat/pkg of portmaster is limited to the
pattern /\.so\.[0-9]+$/ file name, and files with the same name as lib/*.so.*
will be deleted.
Therefore, the presence of lib/compat/pkg/libfoo.so.1 will not affect
lib_depends as follows.
LIB_DEPENDS= libfoo.so:category/foo libfoo.so.2:category/foo

If poudriere uses -n when bulk and makes sure that the required packages are
not built, there will be no funny dependency problems.

By the way, what is the path related to qt5 embedded in the binaries related to
qt5?
The root of the installation is ${LOCALBASE}, the library is lib/qt5/ and the
plug-ins are plugins/ .
I am assuming qt5-qmake is doing this... :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list