[Bug 227666] sysutils/gdisk: Fail to build with UTF16 enabled after icu upgrades

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 21 03:51:29 UTC 2018


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

            Bug ID: 227666
           Summary: sysutils/gdisk: Fail to build with UTF16 enabled after
                    icu upgrades
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: lantw44 at gmail.com
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

It is broken by the update to icu 61.

c++ -O2 -pipe -march=nehalem -fstack-protector -isystem /usr/local/include
-fno-strict-aliasing  -std=gnu++11 -isystem /usr/local/include -Wall
-D_FILE_OFFSET_BITS=64 -DUSE_UTF16 -isystem /usr/local/include -c basicmbr.cc
-o basicmbr.o
In file included from basicmbr.cc:22:
In file included from ./mbr.h:8:
In file included from ./gptpart.h:22:
./parttypes.h:59:4: error: unknown type name 'UnicodeString'; did you mean
'icu::UnicodeString'?
   UnicodeString UTypeName(void) const;
   ^~~~~~~~~~~~~
   icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared
here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
In file included from basicmbr.cc:22:
In file included from ./mbr.h:8:
./gptpart.h:62:7: error: unknown type name 'UnicodeString'; did you mean
'icu::UnicodeString'?
      UnicodeString GetUTypeName(void);
      ^~~~~~~~~~~~~
      icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared
here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
In file included from basicmbr.cc:22:
In file included from ./mbr.h:8:
./gptpart.h:69:7: error: unknown type name 'UnicodeString'; did you mean
'icu::UnicodeString'?
      UnicodeString GetDescription(void);
      ^~~~~~~~~~~~~
      icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared
here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
In file included from basicmbr.cc:22:
In file included from ./mbr.h:8:
./gptpart.h:84:26: error: unknown type name 'UnicodeString'; did you mean
'icu::UnicodeString'?
      void SetName(const UnicodeString & theName);
                         ^~~~~~~~~~~~~
                         icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared
here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
4 errors generated.
*** Error code 1

Stop.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list