You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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};
^~~~~~~~
The text was updated successfully, but these errors were encountered:
nagisa
changed the title
DragonFlyBSD builder cannot build rust
DragonFlyBSD builder cannot build rustc
Nov 13, 2015
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.
See http://buildbot.rust-lang.org/builders/auto-dragonflybsd-64-opt/builds/554/steps/compile/logs/stdio
The text was updated successfully, but these errors were encountered: