=> Bootstrap dependency digest>=20010302: found digest-20180917
===> Building for fuse-darling-dmg-20160310nb7
Scanning dependencies of target dmg
[  7%] Building CXX object CMakeFiles/dmg.dir/src/Reader.cpp.o
[  7%] Building CXX object CMakeFiles/dmg.dir/src/unichar.cpp.o
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'std::string UnicharToString(__uint16_t, const unichar*)':
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:19:2: error: 'UnicodeString' was not declared in this scope
  UnicodeString str((char*) string, length*2, g_utf16be, error);
  ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:19:2: note: suggested alternative:
In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0:
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/.buildlink/include/unicode/unistr.h:289:20: note:   'icu_63::UnicodeString'
 class U_COMMON_API UnicodeString : public Replaceable
                    ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:22:2: error: 'str' was not declared in this scope
  str.toUTF8String(result);
  ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'bool EqualNoCase(const HFSString&, const string&)':
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:30:2: error: 'UnicodeString' was not declared in this scope
  UnicodeString ustr = UnicodeString::fromUTF8(str2);
  ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:30:2: note: suggested alternative:
In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0:
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/.buildlink/include/unicode/unistr.h:289:20: note:   'icu_63::UnicodeString'
 class U_COMMON_API UnicodeString : public Replaceable
                    ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:31:16: error: expected ';' before 'ustr2'
  UnicodeString ustr2 = UnicodeString((char*)str1.string, be(str1.length)*2, g_utf16be, error);
                ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:35:9: error: 'ustr' was not declared in this scope
  return ustr.caseCompare(ustr2, 0) == 0;
         ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:35:26: error: 'ustr2' was not declared in this scope
  return ustr.caseCompare(ustr2, 0) == 0;
                          ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'bool EqualCase(const HFSString&, const string&)':
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:41:2: error: 'UnicodeString' was not declared in this scope
  UnicodeString ustr = UnicodeString::fromUTF8(str2);
  ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:41:2: note: suggested alternative:
In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0:
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/.buildlink/include/unicode/unistr.h:289:20: note:   'icu_63::UnicodeString'
 class U_COMMON_API UnicodeString : public Replaceable
                    ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:42:16: error: expected ';' before 'ustr2'
  UnicodeString ustr2 = UnicodeString((char*)str1.string, be(str1.length)*2, g_utf16be, error);
                ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:46:9: error: 'ustr' was not declared in this scope
  return ustr == ustr2;
         ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:46:17: error: 'ustr2' was not declared in this scope
  return ustr == ustr2;
                 ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function '__uint16_t StringToUnichar(const string&, unichar*, size_t)':
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:52:2: error: 'UnicodeString' was not declared in this scope
  UnicodeString str = UnicodeString::fromUTF8(in);
  ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:52:2: note: suggested alternative:
In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0:
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/.buildlink/include/unicode/unistr.h:289:20: note:   'icu_63::UnicodeString'
 class U_COMMON_API UnicodeString : public Replaceable
                    ^
/tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:53:15: error: 'str' was not declared in this scope
  auto bytes = str.extract((char*) out, maxLength*sizeof(unichar), g_utf16be, error);
               ^
--- CMakeFiles/dmg.dir/src/unichar.cpp.o ---
*** [CMakeFiles/dmg.dir/src/unichar.cpp.o] Error code 1

make[2]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184
1 error

make[2]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184
--- CMakeFiles/dmg.dir/all ---
*** [CMakeFiles/dmg.dir/all] Error code 2

make[1]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184
1 error

make[1]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184
*** [all] Error code 2

make: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184
1 error

make: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/filesystems/fuse-darling-dmg
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/filesystems/fuse-darling-dmg