Skip to content

DragonFlyBSD builder cannot build rustc #29818

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

Closed
nagisa opened this issue Nov 13, 2015 · 2 comments
Closed

DragonFlyBSD builder cannot build rustc #29818

nagisa opened this issue Nov 13, 2015 · 2 comments

Comments

@nagisa
Copy link
Member

nagisa commented Nov 13, 2015

See http://buildbot.rust-lang.org/builders/auto-dragonflybsd-64-opt/builds/554/steps/compile/logs/stdio

rustc: x86_64-unknown-dragonfly/stage0/lib/rustlib/x86_64-unknown-dragonfly/lib/libstd
../src/libstd/sys/unix/stack_overflow.rs:48:16: 48:24 error: unresolved import `libc::SIGSTKSZ`. There is no `SIGSTKSZ` in `libc` [E0432]
../src/libstd/sys/unix/stack_overflow.rs:48                SIGSTKSZ, sighandler_t};
                                                           ^~~~~~~~
@nagisa nagisa changed the title DragonFlyBSD builder cannot build rust DragonFlyBSD builder cannot build rustc Nov 13, 2015
@nagisa
Copy link
Member Author

nagisa commented Nov 13, 2015

cc @alexcrichton since you seem to be the maintainer of the new liblibc.

@alexcrichton
Copy link
Member

I'm personally not a huge fan of keeping around tracking bugs for things like this, there are likely hundreds of platforms that Rust doesn't compile on! That being said this seems like something either needs to be added to libc or the submodule just needs to be updated.

bors added a commit that referenced this issue Nov 22, 2015
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

3 participants