From nobody Sat Oct 2 13:51:41 2021 X-Original-To: gecko@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3FC7317D80A5 for ; Sat, 2 Oct 2021 13:51:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HM7gd1G1Sz3sXP for ; Sat, 2 Oct 2021 13:51:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B49414688 for ; Sat, 2 Oct 2021 13:51:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 192DpeFF038877 for ; Sat, 2 Oct 2021 13:51:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 192DpeNB038876 for gecko@FreeBSD.org; Sat, 2 Oct 2021 13:51:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 257639] www/firefox: broken mic in WebRTC in 91.0 Date: Sat, 02 Oct 2021 13:51:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: evgeniy@khramtsov.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Gecko Rendering Engine issues List-Archive: https://lists.freebsd.org/archives/freebsd-gecko List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-gecko@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257639 --- Comment #20 from Evgeniy Khramtsov --- (In reply to VVD from comment #19) > Don't think so Passing non-versioned OS target triple results in Clang targeting older Fre= eBSD for Rust crates, so questioning whether the omitted patch helped is relevan= t. www/firefox is not reproducible (embeds build date), so the only way to che= ck is to either compare binaries with sysutils/py-diffoscope (tedious) or do a runtime test without ports dcc587e70 again. Some notes about "quiet build failures": 1. bsd.gecko.mk starting with ports 912a7b12e4e passes "LDFLAGS+=3D-Wl,--as-needed", which is not the upstream default and remains disabled for e.g. Mozilla widget wrapper: https://github.com/mozilla/gecko-dev/blob/FIREFOX_ESR_91_0_X_RELBRANCH/widg= et/gtk/mozgtk/moz.build#L13 I use locally patched Firefox to build without X11, and the use of "-Wl,--as-needed" in ports exposed runtime linking issues with Mozilla wrap= per for me: https://github.com/mozilla/gecko-dev/blob/FIREFOX_ESR_91_0_X_RELBRANCH/widg= et/gtk/mozwayland/mozwayland.c#L17 LD_DEBUG=3Dlibs firefox [...] calling init function for /usr/local/lib/firefox/libxul.so at 0x1e1432bb82c0 dlopen_object name "" fd -1 refobj "/usr/local/bin/firefox" lo_flags = 0x2 mode 0x1 [...] Vanilla Firefox in ports also has linking issues that are not immediately exposed via build failure:=20 $ rg 'undefined symbol' firefox-93.0,2.log 28966:ld: warning: undefined symbol: environ 28975:ld: warning: undefined symbol: epoll_shim_write 28983:ld: warning: undefined symbol: eventfd 28987:ld: warning: undefined symbol: epoll_shim_read 28995:ld: warning: undefined symbol: epoll_shim_close $SOMEONE yet to check if ports dcc587e70 is related to this issue. > Do you want to keep this PR open till www/firefox-esr moved to 91 and fix= ed? Yes, 91 including the next ESR 91 is still affected. --=20 You are receiving this mail because: You are the assignee for the bug.=