-
Notifications
You must be signed in to change notification settings - Fork 986
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
[bug] conan info --dry-build missing fails #14639
Comments
Hi @Sil3ntStorm Thanks for your report. I have tried to reproduce in Windows and Linux and so far I haven't been able to reproduce it. Maybe it was something pending in ConanCenter that was waiting to be merged, and now it is fixed? Could you please check it again? (Make sure your cache is empty first, just in case) |
Windows Build works, it is just the Linux one that fails, I am guessing due to the additional (build) requirements. I'm using the following profiles:
Then run Which will check and download all the recipes, and then fail on the nss requirement for sqlite/3.41.2. I think this is due to nss having a build requirement of sqlite (for whatever reason), whereas qt has a requirement of 3.42.0. Both are build_requires, which throws it off. |
Curiously even if you first just build nss/3.89 first (which works), it will still complain about the sqlite requirement issue. |
Thanks for the details. Have you tried to add an extra I think it is also worth checking in ConanCenter, maybe it is just something that can be quickly fixed there by bumping some dependencies. |
I have already tried with both a newer version of nss (which still has the old sqlite3 dependency), as well as modifying the nss recipe to require the same sqlite3 version as Qt6. However unfortunately without much success. In the end I have unexplained build failures in the icu package, but that is probably a side effect of messing around. No more time to mess around with this today. |
We haven't had time to check this again, hopefully it is not an issue anymore, not even sure if it was a Conan issue or a recipe issue. I am closing this as inactive at the moment, but don't hesitate to re-open or create a new ticket if still failing or any further question. Best if reported against Conan 2.0, which was released 1 year ago already, it will be more prioritized. |
Environment details
Steps to reproduce
Using the following list of requirements:
Run
conan info --update --dry-build missing .
If you skip the
--dry-build missing
it runs.Logs
Trying to do a
conan install --build missing
will fail in the same wayThe text was updated successfully, but these errors were encountered: