Use mingw-w64/clang toolchain to build Rust
We should ditch mingw-w64/gcc for Rust.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
Trac:
Parent Ticket: legacy/trac#29318 (moved)- Georg Koppen added component::applications/tor browser in Legacy / Trac gitlab-tb-tor-browser-build in Legacy / Trac owner::tbb-team in Legacy / Trac parent::29318 in Legacy / Trac priority::medium in Legacy / Trac severity::normal in Legacy / Trac status::new in Legacy / Trac tbb-rbm in Legacy / Trac type::defect in Legacy / Trac labels
added component::applications/tor browser in Legacy / Trac gitlab-tb-tor-browser-build in Legacy / Trac owner::tbb-team in Legacy / Trac parent::29318 in Legacy / Trac priority::medium in Legacy / Trac severity::normal in Legacy / Trac status::new in Legacy / Trac tbb-rbm in Legacy / Trac type::defect in Legacy / Trac labels
Or even https://github.com/rust-lang/rust/issues/58713 Or even lld-link ;) with 32-bit Rust's SEH-based unwinding: https://github.com/rust-lang/rust/issues/39915#issuecomment-330058429
- Author Developer
Add magic gitlab keyword.
Trac:
Keywords: N/A deleted, gitlab-tb-tor-browser-build added - Trac mentioned in issue legacy/trac#29318 (moved)
mentioned in issue legacy/trac#29318 (moved)
- Trac moved from legacy/trac#29320 (moved)
moved from legacy/trac#29320 (moved)
- Trac removed 1 deleted label
removed 1 deleted label
- morgan added Roadmap::Future Task Windows labels
added Roadmap::Future Task Windows labels
- Pier Angelo Vendrame marked this issue as related to #29318 (closed)
marked this issue as related to #29318 (closed)
- Maintainer
We're not yet there, but close.
We arrive to linking, but it fails because it cannot find
libgcc
andlibgcc_s
:error: linking with `x86_64-w64-mingw32-clang` failed: exit status: 1 | = note: "x86_64-w64-mingw32-clang" [very long command snipped] = note: lld: error: unable to find library -lgcc_s lld: error: unable to find library -lgcc clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
However, LLVM 15 will include a new project: llvm-libgcc. But I am not sure they will help, see also this GitHub issue.
I wonder if we can compile only these libraries we need, without compiling the full GCC toolchain.
Another alternative is considering gnullvm targets, but they're tier 3 and 64-bit only.
Collapse replies - Maintainer
Another alternative is considering gnullvm targets, but they're tier 3 and 64-bit only.
They've been promoted to Tier 2 without Host Tools and include also i686 (and aarch64)
.128 might be the time we switch to these targets and complete #29318 (closed).
(For the record, I checked because I had reproducibility problems due to Rust, and they might have been caused by mingw-w64, which we don't build in a reproducible way).
Edited by Pier Angelo Vendrame - Maintainer
I don't know if this helps with reproducibility problems yet, but I managed to get a working Rust build (it needed some patch on Rust's source code).
Firefox doesn't like it, because it can't decode the
gnullvm
triple.Some changes are needed in
build/moz.configure/init.configure
andbuild/moz.configure/rust.configure
.I wrote a quick patch which could see some improvements.
With that I got a seemingly working Firefox build. I just tried the browser for a few minutes; I especially haven't run any tests.
Anyway, I opened an upstream Bug, to see if upstream likes the idea. Maybe they can help in case.
- Pier Angelo Vendrame mentioned in issue #40606 (closed)
mentioned in issue #40606 (closed)
- Pier Angelo Vendrame assigned to @pierov
assigned to @pierov
- Pier Angelo Vendrame removed Roadmap::Future label
removed Roadmap::Future label
- Pier Angelo Vendrame added Doing label
added Doing label
- Pier Angelo Vendrame mentioned in merge request !989 (merged)
mentioned in merge request !989 (merged)
- morgan added 14.5 stable label
added 14.5 stable label
- morgan added Roadmap::Future label
added Roadmap::Future label
- Pier Angelo Vendrame removed 14.5 stable label
removed 14.5 stable label
- Pier Angelo Vendrame added 14.0 stable label
added 14.0 stable label
- Pier Angelo Vendrame removed Roadmap::Future label
removed Roadmap::Future label
- Pier Angelo Vendrame marked this issue as related to #41144 (closed)
marked this issue as related to #41144 (closed)
- Pier Angelo Vendrame marked this issue as related to #41145 (closed)
marked this issue as related to #41145 (closed)
- Pier Angelo Vendrame closed
closed
- Pier Angelo Vendrame added Build System label
added Build System label
- Pier Angelo Vendrame mentioned in issue tor-browser#40789
mentioned in issue tor-browser#40789