-
Notifications
You must be signed in to change notification settings - Fork 995
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
Regressions between 0.29.2 and 0.30.1 #2149
Comments
Thanks for the report. We will inmmediately have a look! |
A couple of quick questions:
|
Reproduced, it comes from the usage of |
This is related to: |
We've released 0.30.2, please try it and tell us if you find any problem. |
It works :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I've downloaded the latest release earlier, and I had a weird bug (I failed to reproduce it with a minimal example...)
I have a package which has a build requirement on
llvm/5.0@theo/stable
. When runningconan create
I have an error at thetest_package
step, something about missing headers.I dug up a bit and found something very strange with the generated
conanbuildinfo.*
:As you can see, the
includedirs
got overwritten by thellvm
ones.Funny enough, this only happens when running
conan create
...conan test
works fine!Here is the
conanbuildinfo.txt
generated by the latter command:And the relevant lines in the
conanbuildinfo.cmake
:When running
conan test
:Reverting to 0.29.2 fixes the issue.
I tried to debug conan sources but my understanding of the code base + my python skills are a bit limited.
The text was updated successfully, but these errors were encountered: