[Bug 269664] www/firefox: can't build Firefox 110.0.3 on FreeBSD 13.2 STABLE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269664] Can't build FireFox 110.0.3 on FreeBSD 13-2 Stable"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 06:03:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269664 --- Comment #7 from Soe Tun <soelinn@gmail.com> --- (In reply to Oleg Sidorkin from comment #5) > Does firefox builds fine with LTO disabled? Just tried rebuilding without LTO, and it finished successfully. > Current rust in ports is probably built on top of LLVM 15. I checked the Rust version in my Poudriere ports for 2023Q1. $ cat /usr/local/poudriere/ports/default/lang/rust/Makefile PORTNAME= rust PORTVERSION?= 1.66.0 I checked Rust 1.66 release: https://github.com/rust-lang/rust/releases/tag/1.66.0 Checking GitHub Actions CI config for the release's commit SHA shows it is still using LLVM 13. https://github.com/rust-lang/rust/blob/69f9c33d71c871fc16ac445211281c6e7a340943/.github/workflows/ci.yml#L50 Newer Rust releases have moved to LLVM 14 and LLVM 15. https://github.com/rust-lang/rust/blob/master/.github/workflows/ci.yml#L295-L299 -- You are receiving this mail because: You are the assignee for the bug.