Description
While generating the Third party attributions documentation for Qt 5.15.8, the following error in vagrant output is blocking the documentation generation:
default: File ./qtbase/src/3rdparty/libjpeg/qt_attribution.json: Expected JSON string as value of LicenseFiles. default: Traceback (most recent call last): default: File "/home/vagrant/qtattributionsformatter/qtattributionsformatter.py", line 89, in <module> default: with io.open(licenseFile, mode='r', encoding='utf-8', errors='replace') as content: default: FileNotFoundError: [Errno 2] No such file or directory: '/home/vagrant/qt-everywhere-src-5.15.8/qt3d/src/3rdparty/assimp/contrib/clipper/License.txt' The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.
--> No such file or directory: '/home/vagrant/qt-everywhere-src-5.15.8/qt3d/src/3rdparty/assimp/contrib/clipper/License.txt'
In the qt-everywhere-src-5.15.7.zip source package, the required license file is under:
- qt-everywhere-src-5.15.7\qt3d\src\3rdparty\assimp\contrib\clipper\
In the qt-everywhere-src-5.15.8.zip source package, the required license file is under:
- qt-everywhere-src-5.15.8\qt3d\src\3rdparty\assimp\src\contrib\clipper\
For me it looks like this is related to https://codereview.qt-project.org/c/qt/tqtc-qt3d/+/383331 .
qt-everywhere-src-5.15.8\qt3d\src\3rdparty\assimp\qt_attribution.json needs to be updated?
Please note: for me it looks like that similar kind of bug will appear also for other 3rd party modules in Qt 3D (as listed in qt_attribution.json).
This is currently blocking Qt 5.15.8 release so could you please provide a fix as soon as possible.