=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for fuse-darling-dmg-20160310nb8 Scanning dependencies of target dmg [ 3%] Building CXX object CMakeFiles/dmg.dir/src/FileReader.cpp.o [ 7%] Building CXX object CMakeFiles/dmg.dir/src/unichar.cpp.o [ 15%] Building CXX object CMakeFiles/dmg.dir/src/HFSVolume.cpp.o [ 11%] Building CXX object CMakeFiles/dmg.dir/src/DMGDecompressor.cpp.o [ 23%] Building CXX object CMakeFiles/dmg.dir/src/Reader.cpp.o [ 19%] Building CXX object CMakeFiles/dmg.dir/src/HFSBTree.cpp.o [ 26%] Building CXX object CMakeFiles/dmg.dir/src/HFSFork.cpp.o [ 30%] Building CXX object CMakeFiles/dmg.dir/src/SubReader.cpp.o [ 34%] Building CXX object CMakeFiles/dmg.dir/src/DMGDisk.cpp.o [ 38%] Building CXX object CMakeFiles/dmg.dir/src/DMGPartition.cpp.o [ 46%] Building CXX object CMakeFiles/dmg.dir/src/HFSAttributeBTree.cpp.o [ 46%] Building CXX object CMakeFiles/dmg.dir/src/HFSZlibReader.cpp.o [ 57%] Building CXX object CMakeFiles/dmg.dir/src/adc.cpp.o [ 50%] Building CXX object CMakeFiles/dmg.dir/src/HFSExtentsOverflowBTree.cpp.o [ 57%] Building CXX object CMakeFiles/dmg.dir/src/HFSCatalogBTree.cpp.o [ 61%] Building CXX object CMakeFiles/dmg.dir/src/AppleDisk.cpp.o [ 65%] Building CXX object CMakeFiles/dmg.dir/src/MemoryReader.cpp.o [ 69%] Building CXX object CMakeFiles/dmg.dir/src/GPTDisk.cpp.o [ 73%] Building CXX object CMakeFiles/dmg.dir/src/MacBinary.cpp.o [ 76%] Building CXX object CMakeFiles/dmg.dir/src/ResourceFork.cpp.o /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/MacBinary.cpp:18:32: warning: multi-character character constant [-Wmultichar] if (be(m_header.signature) == 'mBIN') ^~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/MacBinary.cpp:28:32: warning: multi-character character constant [-Wmultichar] if (be(m_header.signature) == 'mBIN') ^~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'std::__cxx11::string UnicharToString(uint16_t, const unichar*)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:19:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'bool EqualNoCase(const HFSString&, const string&)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:30:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:35:9: note: suggested alternative: 'str1' return ustr.caseCompare(ustr2, 0) == 0; ^~~~ str1 /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:35:26: note: suggested alternative: 'str2' return ustr.caseCompare(ustr2, 0) == 0; ^~~~~ str2 /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'bool EqualCase(const HFSString&, const string&)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:41:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:46:9: note: suggested alternative: 'str1' return ustr == ustr2; ^~~~ str1 /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:46:17: note: suggested alternative: 'str2' return ustr == ustr2; ^~~~~ str2 /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'uint16_t StringToUnichar(const string&, unichar*, size_t)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:52:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp: In member function 'bool HFSAttributeBTree::getattr(HFSCatalogNodeID, const string&, std::vector&)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:55:2: error: 'UnicodeString' was not declared in this scope UnicodeString ucAttrName = UnicodeString::fromUTF8(attrName); ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:55:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:4:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:72:17: error: expected ';' before 'recAttrName' UnicodeString recAttrName((char*)recordKey->attrName, be(recordKey->attrNameLength)*2, "UTF-16BE"); ^~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:74:40: error: 'recAttrName' was not declared in this scope if (be(recordKey->fileID) == cnid && recAttrName == ucAttrName) ^~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:74:40: note: suggested alternative: 'attrName' if (be(recordKey->fileID) == cnid && recAttrName == ucAttrName) ^~~~~~~~~~~ attrName /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:74:55: error: 'ucAttrName' was not declared in this scope if (be(recordKey->fileID) == cnid && recAttrName == ucAttrName) ^~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:74:55: note: suggested alternative: 'attrName' if (be(recordKey->fileID) == cnid && recAttrName == ucAttrName) ^~~~~~~~~~ attrName /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp: In static member function 'static int HFSAttributeBTree::cnidAttrComparator(const HFSBTree::Key*, const HFSBTree::Key*)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:103:3: error: 'UnicodeString' was not declared in this scope UnicodeString desiredName, indexName; ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:103:3: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:4:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:105:3: error: 'desiredName' was not declared in this scope desiredName = UnicodeString((char*)desiredAttributeKey->attrName, be(desiredAttributeKey->attrNameLength)*2, "UTF-16BE"); ^~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:105:3: note: suggested alternative: 'desiredKey' desiredName = UnicodeString((char*)desiredAttributeKey->attrName, be(desiredAttributeKey->attrNameLength)*2, "UTF-16BE"); ^~~~~~~~~~~ desiredKey /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:106:3: error: 'indexName' was not declared in this scope indexName = UnicodeString((char*)indexAttributeKey->attrName, be(indexAttributeKey->attrNameLength)*2, "UTF-16BE"); ^~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp: In static member function 'static int HFSCatalogBTree::caseInsensitiveComparator(const HFSBTree::Key*, const HFSBTree::Key*)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:26:2: error: 'UnicodeString' was not declared in this scope UnicodeString desiredName, indexName; ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:26:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:41:2: error: 'desiredName' was not declared in this scope desiredName = UnicodeString((char*)catDesiredKey->nodeName.string, be(catDesiredKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSAttributeBTree.cpp:106:3: note: suggested alternative: 'index' indexName = UnicodeString((char*)indexAttributeKey->attrName, be(indexAttributeKey->attrNameLength)*2, "UTF-16BE"); ^~~~~~~~~ index /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:41:2: note: suggested alternative: 'desiredKey' desiredName = UnicodeString((char*)catDesiredKey->nodeName.string, be(catDesiredKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~~~ desiredKey /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:42:2: error: 'indexName' was not declared in this scope indexName = UnicodeString((char*)catIndexKey->nodeName.string, be(catIndexKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:42:2: note: suggested alternative: 'index' indexName = UnicodeString((char*)catIndexKey->nodeName.string, be(catIndexKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~ index /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp: In static member function 'static int HFSCatalogBTree::caseSensitiveComparator(const HFSBTree::Key*, const HFSBTree::Key*)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:69:2: error: 'UnicodeString' was not declared in this scope UnicodeString desiredName, indexName; ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:69:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:77:2: error: 'desiredName' was not declared in this scope desiredName = UnicodeString((char*)catDesiredKey->nodeName.string, be(catDesiredKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:77:2: note: suggested alternative: 'desiredKey' desiredName = UnicodeString((char*)catDesiredKey->nodeName.string, be(catDesiredKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~~~ desiredKey /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:78:2: error: 'indexName' was not declared in this scope indexName = UnicodeString((char*)catIndexKey->nodeName.string, be(catIndexKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:78:2: note: suggested alternative: 'index' indexName = UnicodeString((char*)catIndexKey->nodeName.string, be(catIndexKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~ index /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp: In member function 'void HFSCatalogBTree::dumpTree(int, int) const': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:396:5: error: 'UnicodeString' was not declared in this scope UnicodeString keyName((char*)key->nodeName.string, be(key->nodeName.length)*2, g_utf16be, error); ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:396:5: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:399:5: error: 'keyName' was not declared in this scope keyName.toUTF8String(str); ^~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:399:5: note: suggested alternative: 'devname' keyName.toUTF8String(str); ^~~~~~~ devname /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:418:5: error: 'UnicodeString' was not declared in this scope UnicodeString keyName; ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:418:5: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/.buildlink/include/unicode/unistr.h:289:20: note: 'icu_64::UnicodeString' class U_COMMON_API UnicodeString : public Replaceable ^~~~~~~~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:422:5: error: 'keyName' was not declared in this scope keyName = UnicodeString((char*)recordKey->nodeName.string, be(recordKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~ /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:422:5: note: suggested alternative: 'devname' keyName = UnicodeString((char*)recordKey->nodeName.string, be(recordKey->nodeName.length)*2, g_utf16be, error); ^~~~~~~ devname --- CMakeFiles/dmg.dir/src/HFSAttributeBTree.cpp.o --- *** [CMakeFiles/dmg.dir/src/HFSAttributeBTree.cpp.o] Error code 1 make[2]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 --- CMakeFiles/dmg.dir/src/HFSCatalogBTree.cpp.o --- *** [CMakeFiles/dmg.dir/src/HFSCatalogBTree.cpp.o] Error code 1 make[2]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 3 errors make[2]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 1 error make[1]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 *** [all] Error code 2 make: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 1 error make: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.x86_64/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