Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.11
-
None
Description
Doc build for boot2qt apparently broke down a few days ago with following:
(Full log here)
02:32:11 + make docs 02:32:11 make -f Makefile html_docs && make -f Makefile qch_docs 02:32:11 make[1]: Entering directory '/work/build/b2qt-doc' 02:32:11 make -f Makefile prepare_docs && make -f Makefile generate_docs 02:32:11 make[2]: Entering directory '/work/build/b2qt-doc' 02:32:11 cd doc/ && ( test -e Makefile || /work/build/Qt-5.11.0/bin/qmake -o Makefile /work/build/b2qt-doc/doc/doc.pro ) && make -f Makefile prepare_docs 02:32:11 make[3]: Entering directory '/work/build/b2qt-doc/doc' 02:32:11 /work/build/Qt-5.11.0/bin/qtattributionsscanner /work/build/b2qt-doc --filter QDocModule=b2qt -o /work/build/b2qt-doc/doc/codeattributions.qdoc 02:32:11 /work/build/b2qt-doc/doc/qdoc_wrapper.sh -outputdir /work/build/b2qt-doc/doc/b2qt -installdir /work/build/Qt-5.11.0/doc /work/build/b2qt-doc/doc/config/b2qt.qdocconf -prepare -indexdir /work/build/Qt-5.11.0/doc -no-link-errors -I. -I/work/build/Qt-5.11.0/mkspecs/linux-g++ 02:32:11 /work/build/Qt-5.11.0/bin/qdoc: error while loading shared libraries: libclang.so.6: cannot open shared object file: No such file or directory
Successful build from few days prior (full log here):
14:21:19 + make docs 14:21:19 make -f Makefile html_docs && make -f Makefile qch_docs 14:21:19 make[1]: Entering directory '/work/build/b2qt-doc' 14:21:19 make -f Makefile prepare_docs && make -f Makefile generate_docs 14:21:19 make[2]: Entering directory '/work/build/b2qt-doc' 14:21:19 cd doc/ && ( test -e Makefile || /work/build/Qt-5.11.0/bin/qmake -o Makefile /work/build/b2qt-doc/doc/doc.pro ) && make -f Makefile prepare_docs 14:21:19 make[3]: Entering directory '/work/build/b2qt-doc/doc' 14:21:19 /work/build/Qt-5.11.0/bin/qtattributionsscanner /work/build/b2qt-doc --filter QDocModule=b2qt -o /work/build/b2qt-doc/doc/codeattributions.qdoc 14:21:19 /work/build/b2qt-doc/doc/qdoc_wrapper.sh -outputdir /work/build/b2qt-doc/doc/b2qt -installdir /work/build/Qt-5.11.0/doc /work/build/b2qt-doc/doc/config/b2qt.qdocconf -prepare -indexdir /work/build/Qt-5.11.0/doc -no-link-errors -I. -I/work/build/Qt-5.11.0/mkspecs/linux-g+ 14:21:19 (qdoc) Could not find the module header in the include path for module "B2Qt" (include paths: QVector("-I", "/work/build/b2qt-doc/doc/.", "-I", "/work/build/Qt-5.11.0/mkspecs/linux-g+") ) 14:21:19 make[3]: Leaving directory '/work/build/b2qt-doc/doc' 14:21:19 make[2]: Leaving directory '/work/build/b2qt-doc' 14:21:19 make[2]: Entering directory '/work/build/b2qt-doc'
Attachments
Issue Links
- is duplicated by
-
QTBUG-66015 Regression[5.10 -> 5.11]: released qdoc binary does not run on Linux and Windows nor macOS
- Closed