-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] qt/5.15.2: can't build statically #5824
Comments
Did you willingly cut the log at
Because unfortunately the information we need is in the elided part |
Yes, because it has exceeded the maximum allowed side of a comment. Please, find a full log in attachmend. |
For some reason, the download link in your last message seems incorrect |
I guess this message #5623 (comment) was supposed to be in this issue.
Maybe it is because it links to system icu instead of conan package ? does it solve the problem if you uninstall |
After I have removed libucu-dev, I can't install libmysqlclient recipe. See the attached file |
Interestingly it's the same error as in #5823 (comment) |
Happens also when building Qt as shared libraries, so the title of this issue is not correct. |
Has someone reported this upstream? |
The problem is that I first tried to inform qmake of the path to libraries by using its EDIT: I found 3 possible arguments to pass to configure:
|
@AndreyMlashkin I'm not sure why you closed this issue, because it is not yet fixed. Could you please try with bincrafters@e353695 ? |
Conan does not complain about icu anymore, so it's definitely a progress. |
@ericLemanissier , are you going to merge this change soon? |
I just made the pull request. Regarding the vulkan error, you can install the system package providing vulkan.pc and/or vulkan.h. At some point we should be able to do something like https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/conanfile.py#L236-L237 |
Yaeh, it works with local vulkan installation, I can confirm |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
conan install qt/5.15.2@ -pr vulkan --build missing
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: