Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2023 21:29:17 +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-UlXaQZTdFR@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

--- Comment #5 from fgorter <fgorter@gmail.com> ---
To add to the relevance of being a similar error as with
Chrome/Iridium/Ungoogled etc, more errors from electron22-22.3.5_1 building
from source:

In file included from ../../base/i18n/timezone.cc:10:
../../third_party/icu/source/common/unicode/unistr.h:1909:48: error: expect=
ed
';' at end of declaration list
  UnicodeString &operator=3D(UnicodeString &&src) U_NOEXCEPT;
                                               ^
                                               ;
../../third_party/icu/source/common/unicode/unistr.h:1916:34: error: expect=
ed
';' at end of declaration list
  void swap(UnicodeString &other) U_NOEXCEPT;
                                 ^
                                 ;
../../third_party/icu/source/common/unicode/unistr.h:1925:45: error: expect=
ed
';' at end of declaration list
  swap(UnicodeString &s1, UnicodeString &s2) U_NOEXCEPT {


Seems to be identical issue with ICU not playing nice with the build
environment.

--=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-UlXaQZTdFR>