Bugzilla Automation <[email protected]> has asked [email protected] for maintainer-feedback: Bug 235329: x11-toolkits/qt5-declarative thread-related configuration error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235329
--- Description --- On a 11.2-STABLE host, when trying to install Qt 5.12 from the ports the configuration of qt5-declarative fails with the following message: Project ERROR: Unknown feature object thread in expression 'features.thread'. Bellow is the failed build log: # cd /usr/ports/devel/qt5 # make install ===> qt5-5.12.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qt5-5.12.0_1 for building ===> Extracting for qt5-5.12.0_1 ===> Patching for qt5-5.12.0_1 ===> Configuring for qt5-5.12.0_1 ===> Staging for qt5-5.12.0_1 ===> qt5-5.12.0_1 depends on file: /usr/local/lib/qt5/libQt53DCore.so - not found ===> License LGPL21 accepted by the user ===> qt5-3d-5.12.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qt5-3d-5.12.0_1 for building ===> Extracting for qt5-3d-5.12.0_1 => SHA256 Checksum OK for KDE/Qt/5.12.0/qt3d-everywhere-src-5.12.0.tar.xz. ===> Patching for qt5-3d-5.12.0_1 ===> qt5-3d-5.12.0_1 depends on package: pkgconf>=1.3.0_1 - found ===> qt5-3d-5.12.0_1 depends on file: /usr/local/lib/qt5/bin/moc - found ===> qt5-3d-5.12.0_1 depends on file: /usr/local/lib/qt5/bin/qmake - found ===> qt5-3d-5.12.0_1 depends on shared library: libassimp.so - found (/usr/local/lib/libassimp.so) ===> qt5-3d-5.12.0_1 depends on shared library: libQt5Concurrent.so - found (/usr/local/lib/qt5/libQt5Concurrent.so) ===> qt5-3d-5.12.0_1 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so) ===> qt5-3d-5.12.0_1 depends on shared library: libQt5Qml.so - not found ===> License LGPL21 accepted by the user ===> qt5-declarative-5.12.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qt5-declarative-5.12.0_1 for building ===> Extracting for qt5-declarative-5.12.0_1 => SHA256 Checksum OK for KDE/Qt/5.12.0/qtdeclarative-everywhere-src-5.12.0.tar.xz. ===> Patching for qt5-declarative-5.12.0_1 ===> Applying FreeBSD patches for qt5-declarative-5.12.0_1 /usr/bin/sed -i.bak '/py_out/s#python#/usr/local/bin/python2.7#g' /usr/obj/ports/usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everyw here-src-5.12.0/qtdeclarative.pro /usr/bin/sed -i.bak 's,python,/usr/local/bin/python2.7,g' /usr/obj/ports/usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everyw here-src-5.12.0/src/3rdparty/masm/masm.pri ===> qt5-declarative-5.12.0_1 depends on file: /usr/local/bin/python2.7 - found ===> qt5-declarative-5.12.0_1 depends on package: xorgproto>=0 - found ===> qt5-declarative-5.12.0_1 depends on file: /usr/local/lib/qt5/bin/moc - found ===> qt5-declarative-5.12.0_1 depends on file: /usr/local/lib/qt5/bin/qmake - found ===> qt5-declarative-5.12.0_1 depends on shared library: libGL.so - found (/usr/local/lib/libGL.so) ===> qt5-declarative-5.12.0_1 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so) ===> qt5-declarative-5.12.0_1 depends on shared library: libQt5Gui.so - found (/usr/local/lib/qt5/libQt5Gui.so) ===> qt5-declarative-5.12.0_1 depends on shared library: libQt5Network.so - found (/usr/local/lib/qt5/libQt5Network.so) ===> qt5-declarative-5.12.0_1 depends on shared library: libQt5Sql.so - found (/usr/local/lib/qt5/libQt5Sql.so) ===> qt5-declarative-5.12.0_1 depends on shared library: libQt5Test.so - found (/usr/local/lib/qt5/libQt5Test.so) ===> qt5-declarative-5.12.0_1 depends on shared library: libQt5Widgets.so - found (/usr/local/lib/qt5/libQt5Widgets.so) ===> qt5-declarative-5.12.0_1 depends on shared library: libQt5XmlPatterns.so - found (/usr/local/lib/qt5/libQt5XmlPatterns.so) ===> Configuring for qt5-declarative-5.12.0_1 /bin/mkdir -p /usr/obj/ports/usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everyw here-src-5.12.0 echo 'CMAKE_MODULE_TESTS = -' > /usr/obj/ports/usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everyw here-src-5.12.0/.qmake.cache echo 'QMAKE_LIBDIR_FLAGS = -L/usr/obj/ports/usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-ever ywhere-src-5.12.0/lib' >> /usr/obj/ports/usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everyw here-src-5.12.0/.qmake.cache Info: creating stash file /usr/obj/ports/usr/ports/x11-toolkits/qt5-declarative/work/qtdeclarative-everyw here-src-5.12.0/.qmake.stash Running configuration tests... Checking for C++14 make_unique()... yes Project ERROR: Unknown feature object thread in expression 'features.thread'. *** Error code 3 Stop. make[2]: stopped in /usr/ports/x11-toolkits/qt5-declarative *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/qt5-3d *** Error code 1 Stop. make: stopped in /usr/ports/devel/qt5 Here are the currently installed Qt5 ports: # pkg info qt5\* cmake\* qt5-buildtools-5.11.2 qt5-concurrent-5.12.0_2 qt5-core-5.12.0_1 qt5-dbus-5.12.0_2 qt5-gui-5.12.0_2 qt5-network-5.12.0_5 qt5-qmake-5.11.2 qt5-sql-5.12.0_2 qt5-testlib-5.12.0_2 qt5-widgets-5.12.0_2 qt5-xmlpatterns-5.12.0_2 cmake-3.13.3
