[Bug 221670] textproc/qt5-xmlpatterns: build fails on 11.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 20 17:12:00 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221670
--- Comment #6 from Igor Pavlov <igor.arabesc.pavlov at gmail.com> ---
I've found the problem. There were links to the old libQt5Network in the
/usr/local/lib/:
/usr/local/lib/libQt5Network.prl
/usr/local/lib/libQt5Network.so -> libQt5Network.so.5.6.2
/usr/local/lib/libQt5Network.so.5 -> libQt5Network.so.5.6.2
/usr/local/lib/libQt5Network.so.5.6 -> libQt5Network.so.5.6.2
/usr/local/lib/libQt5Network.so.5.6.2
I've deleted them and it helped to build qt5-xmlpatterns successfully.
To prevent such an issue in future I think the following link option should be
swapped with each other:
-L/usr/local/lib -L/usr/local/lib/qt5
should be:
-L/usr/local/lib/qt5 -L/usr/local/lib
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list