Skip to content
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

libc 0.1.11 does not compile on stable release channel #20

Closed
zaeleus opened this issue Oct 19, 2015 · 1 comment
Closed

libc 0.1.11 does not compile on stable release channel #20

zaeleus opened this issue Oct 19, 2015 · 1 comment

Comments

@zaeleus
Copy link

zaeleus commented Oct 19, 2015

$ rustc --version
rustc 1.3.0 (9a92aaf19 2015-09-15)
$ cargo --version
cargo 0.4.0-nightly (553b363 2015-08-03) (built 2015-08-02)
$ tail -2 Cargo.toml
[dependencies]
libc = "0.1.11"
$ cargo build
   Compiling libc v0.1.11
/Users/michael/.multirust/toolchains/stable/cargo/registry/src/jackfan.us.kg-0a35038f75765ae4/libc-0.1.11/rust/src/liblibc/lib.rs:27:1: 27:31 error: #[feature] may not be used on the stable release channel
/Users/michael/.multirust/toolchains/stable/cargo/registry/src/jackfan.us.kg-0a35038f75765ae4/libc-0.1.11/rust/src/liblibc/lib.rs:27 #![feature(cfg_target_vendor)]
                                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `libc`.

To learn more, run the command again with --verbose.

This was likely caused by rust-lang/rust@c099cfa.

0.1.10 still works.

$ tail -2 Cargo.toml
[dependencies]
libc = "=0.1.10"
$ cargo build
    Updating registry `https://github.com/rust-lang/crates.io-index`
   Compiling libc v0.1.10
   Compiling foo v0.1.0 (file:///Users/michael/tmp/foo)
@alexcrichton
Copy link
Member

Yes thanks! I just yanked 0.1.11 while we deal with the breakage upstream.

dlrobertson pushed a commit to dlrobertson/libc that referenced this issue Oct 31, 2017
Pass --with-ld when building gcc port
lvllvl added a commit to lvllvl/libc that referenced this issue Jan 7, 2025
# This is the 1st commit message:

chore: add labels to FIXMEs

# This is the commit message rust-lang#2:

change label for .field FIXMEs
# This is the commit message rust-lang#3:

add fixme csv

# This is the commit message rust-lang#4:

Update fixmes.csv
# This is the commit message rust-lang#5:

Update fixmes.csv
# This is the commit message rust-lang#6:

Update fixmes.csv
# This is the commit message rust-lang#7:

Update fixmes.csv
# This is the commit message rust-lang#8:

Update fixmes.csv
# This is the commit message rust-lang#9:

Update fixmes.csv
# This is the commit message rust-lang#10:

Update fixmes.csv
# This is the commit message rust-lang#11:

Update fixmes.csv
# This is the commit message rust-lang#12:

Update fixmes.csv
# This is the commit message rust-lang#13:

Update fixmes.csv
# This is the commit message rust-lang#14:

Update fixmes.csv
# This is the commit message rust-lang#15:

Update fixmes.csv
# This is the commit message rust-lang#16:

Update fixmes.csv
# This is the commit message rust-lang#17:

Update fixmes.csv
# This is the commit message rust-lang#18:

updates to csv

# This is the commit message rust-lang#19:

Update fixmes.csv
# This is the commit message rust-lang#20:

Update fixmes.csv
# This is the commit message rust-lang#21:

Update fixmes.csv
# This is the commit message rust-lang#22:

Update fixmes.csv remove hurd"
# This is the commit message rust-lang#23:

Update fixmes.csv remove "'s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants