Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2023 21:22:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 270817] www/chromium: needs help to cope with icu-73.1
Message-ID:  <bug-270817-28929-FfTQY6zSSK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270817-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270817-28929@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=3D270817

fgorter <fgorter@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fgorter@gmail.com

--- Comment #4 from fgorter <fgorter@gmail.com> ---
devel/electron22 can use this exact same fix.

Getting build errors like:

                                                    ;
../../third_party/icu/source/i18n/unicode/dtitvfmt.h:95:57: error: expected=
 ';'
at end of declaration list
    UnicodeString toTempString(UErrorCode& status) const U_OVERRIDE;
                                                        ^
                                                        ;
../../third_party/icu/source/i18n/unicode/dtitvfmt.h:98:75: error: expected=
 ';'
at end of declaration list
    Appendable &appendTo(Appendable& appendable, UErrorCode& status) const
U_OVERRIDE;
                                                                          ^
                                                                          ;
../../third_party/icu/source/i18n/unicode/dtitvfmt.h:101:82: error: expected
';' at end of declaration list
    UBool nextPosition(ConstrainedFieldPosition& cfpos, UErrorCode& status)
const U_OVERRIDE;


Currently trying to compile electron22-22.3.5_1 from source.

--=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-270817-28929-FfTQY6zSSK>