[ZSTD] Update to 1.4.5#14395
Conversation
|
Hmm I cannot reproduce the qt5-base error locally. |
|
@Neumann-A We've been experiencing intermittent qt related failures like that for months now :( |
|
@BillyONeal: Is this jom failing? From the logs I cannot deduce what happened. |
I'm not sure what this means either. |
|
The relevant first error is : which probably tries to run with the bat file (of course paths are wrong.): Since the static build is succeeding I assume it is a DLL issue and something is loading the wrong DLL? |
|
@BillyONeal Highly likely that #14530 will fix the qt5-base build issues. harfbuzz was linking against release icuuc in debug builds and thus the required dll was not on path for a the qt5-base debug build. The problem here is that the feature harfbuzz[icu] is not required by qt5-base and also not a default feature which made discovering it in local builds impossible. |
|
Ooooooh thanks! :D /cc @ras0219 @ras0219-msft since he was looking into that stuff |
|
Thanks @Neumann-A :) |
simple port update.