https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221670
--- Comment #6 from Igor Pavlov <[email protected]> --- 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.
