Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build firmware due to dependency errors #83

Open
fmorgner opened this issue Mar 16, 2024 · 1 comment
Open

Unable to build firmware due to dependency errors #83

fmorgner opened this issue Mar 16, 2024 · 1 comment

Comments

@fmorgner
Copy link

When trying to build the firmware according to the description in the readme, I am running into issues with dependencies not being able to be resolved according to bitbake. Specifically the issue arises with commits not being found in the Qt 5 packages used by the firmware. An example of these errors is shown below:

ERROR: qtxmlpatterns-5.15.2+gitAUTOINC+50421402f0-r0 do_fetch: Fetcher failure: Unable to find revision 50421402f05b3ee3c76c6cff455a69efaf576b6d in branch 5.15.2 even from upstream
ERROR: qtxmlpatterns-5.15.2+gitAUTOINC+50421402f0-r0 do_fetch: Fetcher failure for URL: 'git://code.qt.io/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.15.2;protocol=git'. Unable to fetch URL from any source.

the same issue arises for other Qt 5 packages as well.

@filipkotoucek
Copy link
Collaborator

That is quite unfortunate. The source providers may delete old source code versions on their behalf. We cannot do much in this situation. Anyway, we just released FW 1.7.2 which uses Qt 5.15.7 which is still online, thus the image builds OK. Just a side note, you have to use gcc <= 12 and python <= 3.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants