-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Release 0.6.0 #7
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Would suggest raising this test failure upstream and seeing what they say. |
I will. This sort of issue belongs on the Julia 'discourse' list, not an issue on the julia Github repo, correct? Or is there another place to discuss this? |
It seems like a bug. So personally would add it to the issue tracker, but will happily defer to your judgement on where to raise it. |
Ok, I've posted it to the julia discourse for now. Will create a github issue if it doesn't get any attention there. https://discourse.julialang.org/t/test-spawn-failure-in-conda-build-julia-0-6-0/ |
Your llvm build is the wrong version or insufficiently patched. Anything that can't be reproduced with the official binaries or recommended build configuration would be closed as a packaging bug. |
We aren't using the |
Does the failure happen if you drop the wrapper script business? |
I've raised issue ( #10 ) in regards to removing the wrapper script. However I'm not entirely sure it is possible to remove the wrapper script as noted in that issue. |
I've set up a pull request against the |
Toggling for CIs. |
We're getting a lot of these messages like:
...in the build log. Am I reading the error message correctly that this is the cause of that test failure? Those messages are getting mixed up in the test input? |
I think the warning is coming from LLDB, the LLVM debugger. Not sure why it is coming up though. |
IDK about the warnings causing the issue though. We have those warnings already in the latest 0.5 build. So if they were to cause issues, would have expected that to happen already. I think the failure here is unrelated. |
There's a new section of the
|
So we don't build in an interactive terminal. Not sure if that matters for this test or not. |
If you're getting a bunch of warnings from llvm on startup, something is broken |
Not seeing these warning when starting up Julia. Only seeing them peppered throughout the tests. |
I do see those messages in an interactive julia session with the current
|
Not sure how helpful this is, but this is the llvm function where the error originates: |
Here's the test run by itself in an interactive session:
|
An interesting test would be to see if we get the same behavior from Julia during the build. It's possible that prefix replacement by |
Toggling for CIs. |
Appears this is now passing. 🎉 If there is nothing else, I think we should merge this. |
Great work! |
Addresses #6.