- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
runtest.jl fails in 0.5.0-rc1 #17941
Comments
did you |
Maybe should I bundle libunwind with the julia 0.5 package? What do you advice? |
libunwind and llvm version should be fine. So you only need to stop it from stripping the binaries. |
Thanks! But now I have a problem. I will talk to opensuse maintainers but AFAIK is mandatory to strip binaries. |
In principle that should also be OK, but we'll need to enforce that the |
(aka #17854) |
@vtjnash well, after installing the |
Yes, the
I'm building libuv together with julia using the version in the file |
Thanks @yuyichao, I didn't see this because at that bug, the libuv is not mentioned in the error. Maybe he is using |
This is not related to libuv, it's just a restriction on where the test can be run. |
Excellent @yuyichao! Changing to a directory with write permission, I got a SUCCESS 👍 Thanks everyone for the help!! |
Hi guys!
When I try to run
runtest.jl
, I get the following output:Does anyone know how can I fix the
cmdlineargs
test?The text was updated successfully, but these errors were encountered: