-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
libuv error when running make on a clean clone of JuliaLang/julia #2512
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
Comments
Seems the same as #2502. What distribution are you on? |
Oops, sorry about that, I didn't see the other issue. This is at my university computer, which I think uses a customized version of Slackware 14. |
@daviddelaat what is the output of |
@daviddelaat Were you able to build? You say that this doesn't build on a clean clone, which is a bit worrisome. Is it using some old compilers? |
I wasn't able to build yet. I'll post the OS environment variable and the gcc version when I have access to the computer again (Monday). |
The OS variable: (I don't know where it is set).
And the gcc version:
|
The gcc is clearly new enough that this should have worked. I am not suggesting |
Yes, it used to work. I've just bisected and found 32f365d to be the problematic commit. |
That's when libuv was updated, so no surprise there. |
@vtjnash Should this be an upstream bug? Perhaps it should also be reopened. |
no. this is still a duplicate of #2502 ( |
Aah, I see, bisection indeed shows that joyent/libuv@01fe4e7 is the problem in libuv. |
@daviddelaat Does setting |
The commands
do not work, but
does work. I think this issue is already closed as a duplicate. |
Yes, I missed that Viral had closed it (I didn't scroll up.) Thanks for confirming that it's definitely the same issue! |
The text was updated successfully, but these errors were encountered: