-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
qt 6.4.1 #115926
qt 6.4.1 #115926
Conversation
qt 6.4.1 test failure across board |
|
This commit should be separate out into two. |
The qt test still failed. We need to test and verify before next run (test run log)
|
Can't reproduce on my local machine, but got a similar error after 2022-12-06 16:04:49 +0800
./test
Failed to load vulkan: Cannot load library vulkan: (dlopen(vulkan, 0x0005): tried: 'vulkan' (no such file), '/System/Volumes/Preboot/Cryptexes/OSvulkan' (no such file), '/usr/local/Cellar/qt/6.4.1/lib/QtCore.framework/Versions/A/../../../vulkan' (no such file), '/usr/lib/vulkan' (no such file, not in dyld cache), 'vulkan' (no such file), '/usr/local/lib/vulkan' (no such file), '/usr/lib/vulkan' (no such file, not in dyld cache))
initInstance: No Vulkan library available
Failed to create platform Vulkan instance
Failed to create Vulkan instance: 0 |
Could be that your machine is using default dlopen lookup paths, which is more likely on Intel macOS due to standard Probably should check how Qt is searching for libvulkan. A workaround may be to set a |
I think I can set |
|
Not sure the relation between actions/runner-images#1779 and the failure here... |
Only check the availability of |
When does the warning appear? Does upstream plan to get rid of it? This is fine for now, but using Homebrew |
🤖 A scheduled task has triggered a merge. |
This warning appears when using |
Does that mean the warning appears only during the build? If so, we can probably use |
Yes, only during the build. |
Linux bottle is unavailable! |
There was already no Linux bottle, since #114917 (comment) Now the issue is in the test. We get:
If you know how to fix this, a pull request would be welcome. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?LICENSES
(except 3rd party libraries)Currently
qt
use bundledharfbuzz
on macOS, if use brewedharfbuzz
, it may reportOn OS X, AAT is supported only with -qt-harfbuzz.
, but it is an obsolete warning and is resolved by upstream, should we use brewed version here?