[Interest] Qt 6.5.4-LTS from source -> fatal: Unable to find current revision in submodule path 'qt5compat'

Alexandru Croitor alexandru.croitor at qt.io
Fri Feb 9 11:49:53 CET 2024


Hi,

> On 9. Feb 2024, at 11:15, Nuno Santos <nuno.santos at imaginando.pt> wrote:
> 
> I’m trying as an alternative to build 6.6.1 from source but I’m also having this:
> 
> + git submodule init tests/auto/qml/ecmascripttests/test262
>  *** /qtdeclarative/tests/auto/qml/ecmascripttests/test262 not found, ignoring alternate for this submodule
> + git config remote.origin.url git://code.qt.io/qt/qtdeclarative-testsuites.git
> + git fetch origin
> + git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtdeclarative-testsuites.git
> + git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
> + git submodule update --force --no-fetch
> Submodule path 'tests/auto/qml/ecmascripttests/test262': checked out 'a0efb7e1ab1cee24c387abe1897ff18fa116c17d'
> + git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qt5
> + git config remote.gerrit.fetch +refs/heads/*:refs/remotes/gerrit/* /heads/
> Warning: cannot find Git hooks, qtrepotools module might be absent

This looks fine, the 'not found, ignoring alternate for this submodule' warning can be ignored.

And the last warning about git hooks not being found is also not important for building.


More information about the Interest mailing list