[Bug 222435] lang/v8-devel: fails to set C++11 or later as required by ICU >= 59

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 18 22:39:17 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222435

            Bug ID: 222435
           Summary: lang/v8-devel: fails to set C++11 or later as required
                    by ICU >= 59
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
            Blocks: 222433
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

In file included from ../src/i18n.cc:8:
In file included from /usr/local/include/unicode/brkiter.h:47:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are
permitted only in C++11
      UnicodeString(ConstChar16Ptr(text)) {}
      ^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are
permitted only in C++11
      UnicodeString(ConstChar16Ptr(text), length) {}
      ^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are
permitted only in C++11
      UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
      ^~~~~~~~~~~~~
../src/i18n.cc:160:32: error: pasting formed 'u"Etc/GMT"', an invalid
preprocessing token
    if (canonical_time_zone == UNICODE_STRING_SIMPLE("Etc/GMT")) {
                               ^
/usr/local/include/unicode/unistr.h:141:35: note: expanded from macro
'UNICODE_STRING_SIMPLE'
#define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
                                  ^
/usr/local/include/unicode/unistr.h:123:65: note: expanded from macro
'UNICODE_STRING'
# define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, u ## cs, _length)
                                                                ^
[...]


http://tpaste.us/Ynjz


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222433
[Bug 222433] devel/icu: drop C++98 support in consumers
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list