https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257661
Christoph Moench-Tegeder <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|New |Closed CC| |[email protected] Resolution|--- |Unable to Reproduce --- Comment #2 from Christoph Moench-Tegeder <[email protected]> --- Your rust installation is broken: DEBUG: Creating `/tmp/conftestw7o1jkiy.rs` with content: DEBUG: | pub extern fn hello() { println!("Hello world"); } DEBUG: Executing: `/usr/local/bin/rustc --crate-type staticlib --target=x86_64-unknown-freebsd -o /tmp/confteste84riii_.rlib /tmp/conftestw7o1jkiy.rs` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: crate `std` required to be available in rlib format, but was not found in this form That simple helloworld crate (that snipped will not compile to a full executable) should build regardless of anything firefox related. There's no firefox code involved here. -- You are receiving this mail because: You are the assignee for the bug.
