[Bug 270817] www/chromium: needs help to cope with icu-73.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270817] www/chromium: needs help to cope with icu-73.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Apr 2023 21:29:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270817
--- 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: expected
';' at end of declaration list
UnicodeString &operator=(UnicodeString &&src) U_NOEXCEPT;
^
;
../../third_party/icu/source/common/unicode/unistr.h:1916:34: error: expected
';' at end of declaration list
void swap(UnicodeString &other) U_NOEXCEPT;
^
;
../../third_party/icu/source/common/unicode/unistr.h:1925:45: error: expected
';' 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.
--
You are receiving this mail because:
You are the assignee for the bug.