-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rust fails to compile on Linux SUSE, SLES11, GCC 4.8.0 #7600
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
visiting for triage, email from 2013-09-02. Weird that those pthread typedefs are not available. I wonder if this is possibly fixed via a libuv update? (Maybe an even better question: @orenbenkiki can you build libuv on its own on this platform? I.e., is the bug that we are misconfiguring our build of libuv? Or are we just inheriting a bug from libuv?) |
This seems similar to the issue people had in JuliaLang/julia#2502 (and yes, I am running an "Enterprise Linux", may god have mercy on my soul). This pointed at joyent/libuv#737 as a likely fix of the problem. I manually changed the |
A convenient coincidence: @alexcrichton opened a PR upgrading libuv (#8994) 2 hours ago. |
Is this still relevant? |
Probably not, I think the library has been refreshed. |
…r=camsteffen Updated issue templates(formatting and rustbot label reference) This PR updates our issue templates. The changes are: 1. **Make the *Meta* section smaller and not indented** The current format sometimes gets messed up when a user simply pasts the rustc version into the issue without indenting it to match the code block. Removing the indention should hopefully help with formatting in the future. <details><summary>Example of messed up formatting </summary>  </details> Additionally, I've removed the Version of Clippy from the template. Every issue that I have seen had matching rustc and Clippy versions, and just asking for `rustc -Vv` makes the issue look cleaner IMO. 2. **Add a comment explaining how additional labels can be added with ``@rustbot` label +<label>`. The explanation looks like this:** ``` <!-- Additional labels can be added to this issue by including the following command: `@rustbot` label +<label> Common labels for this issue type are: * `I-suggestion-causes-error` --> ``` The example ``@rustbot`` call can sadly not be marked as code inside a comment block. But the example will not cause the bot to add any labels. See rust-lang/rust-clippy#7599 --- changelog: none cc: `@rust-lang/clippy`
Full
make
results are pretty large, here are the results of runningmake
a 2nd time (following aconfigure
in a just-cloned directory):The text was updated successfully, but these errors were encountered: