Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 11:55:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 256072] www/firefox: requires COMPAT_FREEBSD11
Message-ID:  <bug-256072-21738-hGPrEr3P2n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256072-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256072-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=3D256072

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(gecko@ |maintainer-feedback+
                   |FreeBSD.org)                |

--- Comment #5 from Jan Beich <jbeich@FreeBSD.org> ---
See https://github.com/rust-lang/libc/issues/570

www/firefox uses libc crate which due to lack of OS version in --target tri=
ple
binds to symbols from the oldest still supported FreeBSD major version. Aft=
er
FreeBSD 11.* reaches EOL on 2021-09-30 upstream may bump the default from
relying on COMPAT_FREEBSD11 to COMPAT_FREEBSD12. Also, if LIBC_CI is defined
via environ(7) libc crate would use freebsd-version(1) to try binding nativ=
ely
but it doesn't support 14.0-CURRENT yet.

https://searchfox.org/mozilla-release/rev/a8d49c009a9250de34d683567d586f3ae=
b409b4c/third_party/rust/libc/build.rs#33

--=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-256072-21738-hGPrEr3P2n>