Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.14.0, 5.14
-
None
Description
I'm building Qt on a weekly base using a fresh clone and init..
used configure call:
./configure -opensource -confirm-license -debug -nomake tests -nomake examples -skip qtwebengine -qt-zlib -qt-libjpeg -qt-libpng -qt-xcb -openssl -dbus -prefix ${QT_INSTALL_DIR}
Running make/jom afterwards fails inside qtquick3d
Re-running make/jom inside the qtquick3d module made the output more obvious therefore I'm just adding this - if needed I've got the full output as well
berlin@qa-linux64:~/dev/nextQt/qtquick3d$ make cd src/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/src.pro ) && make -f Makefile make[1]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src' cd utils/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/utils/utils.pro ) && make -f Makefile make[2]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src/utils' make[2]: Nothing to be done for 'first'. make[2]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src/utils' cd render/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/render/render.pro ) && make -f Makefile make[2]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src/render' make[2]: Nothing to be done for 'first'. make[2]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src/render' cd assetimport/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/assetimport/assetimport.pro ) && make -f Makefile make[2]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src/assetimport' make[2]: Nothing to be done for 'first'. make[2]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src/assetimport' cd plugins/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/plugins/plugins.pro ) && make -f Makefile make[2]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins' cd assetimporters/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters/assetimporters.pro ) && make -f Makefile make[3]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters' cd uip/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters/uip/uip.pro ) && make -f Makefile make[4]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters/uip' make[4]: Nothing to be done for 'first'. make[4]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters/uip' cd assimp/ && ( test -e Makefile || /home/berlin/dev/nextQt/qtbase/bin/qmake -o Makefile /home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters/assimp/assimp.pro ) && make -f Makefile make[4]: Entering directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters/assimp' make[4]: *** No rule to make target '/home/berlin/dev/nextQt/qtquick3d/src/3rdparty/assimp/src/code/Assimp.cpp', needed by '.obj/Assimp.o'. Stop. make[4]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters/assimp' Makefile:72: recipe for target 'sub-assimp-make_first' failed make[3]: *** [sub-assimp-make_first] Error 2 make[3]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins/assetimporters' Makefile:46: recipe for target 'sub-assetimporters-make_first' failed make[2]: *** [sub-assetimporters-make_first] Error 2 make[2]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src/plugins' Makefile:181: recipe for target 'sub-plugins-make_first-ordered' failed make[1]: *** [sub-plugins-make_first-ordered] Error 2 make[1]: Leaving directory '/home/berlin/dev/nextQt/qtquick3d/src' Makefile:49: recipe for target 'sub-src-make_first' failed make: *** [sub-src-make_first] Error 2
Attachments
Issue Links
- duplicates
-
QTBUG-78771 init-repository does not populate qtquick3d/src/3rdparty/assimp/src
- Closed