Date: Sun, 22 May 2022 22:50:54 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 263976] editors/libreoffice: Fails to build if LLVM_DEFAULT=90 (default) and LTO=on (non-default) Message-ID: <bug-263976-25061-qbH1iU8Ins@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263976-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-263976-25061@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=3D263976 --- Comment #13 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Dimitry Andric from comment #10) Mk/bsd.default-versions.mk has . if ${ARCH} =3D=3D powerpc LLVM_DEFAULT?=3D 10 . else LLVM_DEFAULT?=3D 90 . endif lines in it, so unless otherwise specified, 90 is preferred except powerpc. Maybe editors/libreoffice should specify known-to-be-safe one in its Makefi= le if LTO=3Don. Looking into dependents on FreshPorts, 10 and 11 have few dependencies, whi= le 12 and 13 has more dependents, including mesa related ones (except mesa-dri) for 12 and chromium, firefox, mesa-dri,... for 13. So I think 10 and 11 would not be a proper option, even if they are fine for lireoffice. As other giants (www/chromium, www/firefox, ...) use 13, and I've already confirmed 13 is OK, I'd like to suggest 13 as default for editors/libreoffi= ce, too. --=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-263976-25061-qbH1iU8Ins>