Unable to build qt53d
Check-list
-
I did not find the issue in the existing issues -
I can reproduce the issue with unmodified Buildroot from this repository, not from a fork somewhere else -
I can reproduce the issue on the latest commit of the branch I'm using: -
master
-
-
I can reproduce the issue after running make clean; make -
I attached the full build log file (e.g. make 2>&1 |tee build.log) -
I attached a minimal defconfig file that can reproduce the issue ( make BR2_DEFCONFIG=$(pwd)/issue_defconfig savedefconfig)
What I did
Buildroot commit sha1: 2024.05-865-g0d582054e1 Distribution of the build machine: Ubuntu 22.04.4 LTS (Jammy Jellyfish)
-
$ make qt53d
What happens
The compilation fails, as seen in the log file. The error occurs because the source files of the required Open Asset Import Library (assimp) are missing in the qt53d sources. In the previous Qt5.15.11 version, these files were included, but now assimp is referenced as a submodule and the files are missing.