Bug 264236 - www/chromium: can't start after updating to 102.0.5005.61
Summary: www/chromium: can't start after updating to 102.0.5005.61
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-chromium (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-25 13:26 UTC by Oleh Hushchenkov
Modified: 2022-05-26 12:07 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (chromium)


Attachments
0001-www-chromium-unbreak-runtime-by-fixing-up-a-bad-merg.patch (3.69 KB, patch)
2022-05-25 21:00 UTC, Robert Nagy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Hushchenkov 2022-05-25 13:26:17 UTC
After updating to 102.0.5005.61 chromium freezes on startup.

If run it form terminal it puts these error messages:

[14559:293675008:0525/155602.960391:ERROR:network_service_instance_impl.cc(470)] Network service crashed, restarting service.
[14559:293675008:0525/155618.560821:ERROR:network_service_instance_impl.cc(470)] Network service crashed, restarting service.
[14559:293675008:0525/155634.136917:ERROR:network_service_instance_impl.cc(470)] Network service crashed, restarting service.

FreeBSD is fresh 13.1-STABLE amd64.
Comment 1 Robert Nagy 2022-05-25 21:00:48 UTC
Created attachment 234215 [details]
0001-www-chromium-unbreak-runtime-by-fixing-up-a-bad-merg.patch

There was a bad merge that caused libevent to be broken. The attached patch
fixes the issue.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-05-26 10:51:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d93692acad4c70e6818a7f0d6a27065b1497417b

commit d93692acad4c70e6818a7f0d6a27065b1497417b
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-05-25 20:56:03 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-05-26 10:48:46 +0000

    www/chromium: unbreak runtime by fixing up a bad merge in the bundled libevent

    PR:             264236
    Reported by:    Oleh Hushchenkov <o.hushchenkov@gmail.com>
    Fixes:          6dc209ad0a87 "www/chromium: update to 102.0.5005.61"

 www/chromium/Makefile                              |   1 +
 .../patch-base_third__party_libevent_BUILD.gn      | 101 +++++----------------
 2 files changed, 23 insertions(+), 79 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-05-26 10:55:49 UTC
A commit in branch 2022Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f9d8e7dcc917412c00a43ca998361ef406cbc85

commit 8f9d8e7dcc917412c00a43ca998361ef406cbc85
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-05-25 20:56:03 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-05-26 10:55:07 +0000

    www/chromium: unbreak runtime by fixing up a bad merge in the bundled libevent

    PR:             264236
    Reported by:    Oleh Hushchenkov <o.hushchenkov@gmail.com>
    Fixes:          6dc209ad0a87 "www/chromium: update to 102.0.5005.61"

    (cherry picked from commit d93692acad4c70e6818a7f0d6a27065b1497417b)

 www/chromium/Makefile                              |   1 +
 .../patch-base_third__party_libevent_BUILD.gn      | 101 +++++----------------
 2 files changed, 23 insertions(+), 79 deletions(-)