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

[qtwebengine] build completes without errors but the core Qt6WebEngine module is not being built #38503

Open
tsondergaard opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@tsondergaard
Copy link
Contributor

Describe the bug
qtwebengine doesn't detect that the core Qt6WebEngine module isn't being built

This can happen in different situations where the detection of a dependency fails. The underlying issue is the qtwebengine build system allows some modules to fail to build without the configure script returning an error code. #38497 provides a repro example for this where the trigger is that the ffmpeg version in the current baseline is too new for qtwebengine and it prints this message while still returning 0 as exit code from the configure step:

WARNING: QtWebEngine won't be built. Unmodified ffmpeg >= 5.0 is not supported.

The Vcpkg port patch the Qt configure script to make that warning fatal.

@Neumann-A
Copy link
Contributor

@WangWeiLin-MV WangWeiLin-MV added the category:port-bug The issue is with a library, which is something the port should already support label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

3 participants