Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2018 19:26:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 232300] devel/icu: update to 63.1
Message-ID:  <bug-232300-25061-D6ytzXxkUZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232300-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232300-25061@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=3D232300

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Oct 19 19:26:45 UTC 2018
New revision: 482450
URL: https://svnweb.freebsd.org/changeset/ports/482450

Log:
  databases/firebird25-server: unbreak with ICU 63

  In file included from ../src/jrd/unicode_util.cpp:41:
  In file included from /usr/local/include/unicode/utrans.h:20:
  /usr/local/include/unicode/localpointer.h:221:40: error: expected ';' at =
end
of declaration list
      LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT :
LocalPointerBase<T>(src.ptr) {
                                         ^
  /usr/local/include/unicode/localpointer.h:366:36: error: expected ';' at =
end
of declaration list
      LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.=
ptr)
{
                                     ^
  In file included from ../src/jrd/unicode_util.cpp:41:
  In file included from /usr/local/include/unicode/utrans.h:23:
  /usr/local/include/unicode/uenum.h:68:1: error: expected ';' at end of
declaration list
  U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration,
uenum_close);
  ^
  /usr/local/include/unicode/localpointer.h:493:60: note: expanded from mac=
ro
'U_DEFINE_LOCAL_OPEN_POINTER'
          LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                             ^
  /usr/local/include/unicode/platform.h:503:23: note: expanded from macro
'U_NOEXCEPT'
   #   define U_NOEXCEPT noexcept
                         ^
  In file included from ../src/jrd/unicode_util.cpp:41:
  In file included from /usr/local/include/unicode/utrans.h:24:
  /usr/local/include/unicode/uset.h:330:1: error: expected ';' at end of
declaration list
  U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
  ^
  /usr/local/include/unicode/localpointer.h:493:60: note: expanded from mac=
ro
'U_DEFINE_LOCAL_OPEN_POINTER'
          LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                             ^
  /usr/local/include/unicode/platform.h:503:23: note: expanded from macro
'U_NOEXCEPT'
   #   define U_NOEXCEPT noexcept
                         ^
  In file included from ../src/jrd/unicode_util.cpp:41:
  /usr/local/include/unicode/utrans.h:255:1: error: expected ';' at end of
declaration list
  U_DEFINE_LOCAL_OPEN_POINTER(LocalUTransliteratorPointer, UTransliterator,
utrans_close);
  ^
  /usr/local/include/unicode/localpointer.h:493:60: note: expanded from mac=
ro
'U_DEFINE_LOCAL_OPEN_POINTER'
          LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                             ^
  /usr/local/include/unicode/platform.h:503:23: note: expanded from macro
'U_NOEXCEPT'
   #   define U_NOEXCEPT noexcept
                         ^
  In file included from ../src/jrd/unicode_util.cpp:43:
  /usr/local/include/unicode/ucnv.h:585:1: error: expected ';' at end of
declaration list
  U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_clos=
e);
  ^
  /usr/local/include/unicode/localpointer.h:493:60: note: expanded from mac=
ro
'U_DEFINE_LOCAL_OPEN_POINTER'
          LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                             ^
  /usr/local/include/unicode/platform.h:503:23: note: expanded from macro
'U_NOEXCEPT'
   #   define U_NOEXCEPT noexcept
                         ^
  In file included from ../src/jrd/unicode_util.cpp:44:
  In file included from /usr/local/include/unicode/ucol.h:17:
  In file included from /usr/local/include/unicode/unorm.h:25:
  /usr/local/include/unicode/unorm2.h:261:1: error: expected ';' at end of
declaration list
  U_DEFINE_LOCAL_OPEN_POINTER(LocalUNormalizer2Pointer, UNormalizer2,
unorm2_close);
  ^
  /usr/local/include/unicode/localpointer.h:493:60: note: expanded from mac=
ro
'U_DEFINE_LOCAL_OPEN_POINTER'
          LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                             ^
  /usr/local/include/unicode/platform.h:503:23: note: expanded from macro
'U_NOEXCEPT'
   #   define U_NOEXCEPT noexcept
                         ^
  In file included from ../src/jrd/unicode_util.cpp:44:
  /usr/local/include/unicode/ucol.h:538:1: error: expected ';' at end of
declaration list
  U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
  ^
  /usr/local/include/unicode/localpointer.h:493:60: note: expanded from mac=
ro
'U_DEFINE_LOCAL_OPEN_POINTER'
          LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                             ^
  /usr/local/include/unicode/platform.h:503:23: note: expanded from macro
'U_NOEXCEPT'
   #   define U_NOEXCEPT noexcept
                         ^

  Regressed by: https://github.com/unicode-org/icu/commit/35ce5296c1d3
  PR:           232300
  Reported by:  antoine (via exp-run)

Changes:
  head/databases/firebird25-server/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232300-25061-D6ytzXxkUZ>