Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2021 21:27:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 257661] www/firefox  - error: crate `std` required to be available in rlib format, but was not found in this form
Message-ID:  <bug-257661-21738-GaG8Di7gXM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257661-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257661-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257661

Christoph Moench-Tegeder <cmt@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|gecko@FreeBSD.org           |cmt@freebsd.org
             Status|New                         |Closed
                 CC|                            |cmt@freebsd.org
         Resolution|---                         |Unable to Reproduce

--- Comment #2 from Christoph Moench-Tegeder <cmt@freebsd.org> ---
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=3Dx86_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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257661-21738-GaG8Di7gXM>