From nobody Thu Sep 02 18:10:14 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 25E6617A5433 for ; Thu, 2 Sep 2021 18:10:14 +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 4H0pqp0Lfvz3qWK for ; Thu, 2 Sep 2021 18:10:14 +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 E7F411D5B0 for ; Thu, 2 Sep 2021 18:10:13 +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 182IADPH051684 for ; Thu, 2 Sep 2021 18:10:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 182IAD07051683 for gecko@FreeBSD.org; Thu, 2 Sep 2021 18:10:13 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: Thu, 02 Sep 2021 18:10:14 +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: cc 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 Evgeniy Khramtsov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evgeniy@khramtsov.org --- Comment #8 from Evgeniy Khramtsov --- Can you bisect? FIREFOX_BETA_91_BASE: https://hg.mozilla.org/mozilla-central/rev/5dee15cf3f2810ccc3bb9ec24c652f6f= 9d72b62d FIREFOX_BETA_90_BASE: https://hg.mozilla.org/mozilla-central/rev/fafcc4a3b16a3b45f7abcc174e46bdc4= a46888ca Use "git am": https://codeberg.org/ei/ports/commit/127e276.patch (revert) https://codeberg.org/ei/ports/commit/c0cd4b4.patch (revert) https://codeberg.org/ei/ports/commit/7c85f1a.patch (revert) https://codeberg.org/ei/ports/commit/f02827e.patch (speed up build) https://codeberg.org/ei/ports/commit/3b85790.patch (switch to tags) Bisect by overriding DISTNAME with mozilla-central tags; do 'make makesum' to update distinfo, and build tags until you find first good and bad tags. You likely will not need to update patches in files/, and any updates are likely to be minor (rebase due to line number change, etc). CCACHE can be used, but I've never tried this and don't know if it works: https://reviews.freebsd.org/D14154 Go down from FIREFOX_BETA_91_BASE to FIREFOX_BETA_90_BASE using binary sear= ch. I don't remember hg good enough to paste commands to automate searching, and I can't bisect this myself due to custom setup. --=20 You are receiving this mail because: You are the assignee for the bug.=