=> 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/unichar.cpp.o [ 11%] Building CXX object CMakeFiles/dmg.dir/src/Reader.cpp.o [ 7%] Building CXX object CMakeFiles/dmg.dir/src/HFSVolume.cpp.o [ 15%] Building CXX object CMakeFiles/dmg.dir/src/FileReader.cpp.o [ 19%] Building CXX object CMakeFiles/dmg.dir/src/AppleDisk.cpp.o distcc[28541] ERROR: compile /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp on 10.0.20.122:3648 failed distcc[28541] (dcc_build_somewhere) Warning: remote compilation of '/tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp' failed, retrying locally distcc[28541] Warning: failed to distribute /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp to 10.0.20.122:3648, running locally instead [ 23%] Building CXX object CMakeFiles/dmg.dir/src/SubReader.cpp.o [ 26%] Building CXX object CMakeFiles/dmg.dir/src/HFSBTree.cpp.o [ 30%] Building CXX object CMakeFiles/dmg.dir/src/HFSFork.cpp.o [ 34%] Building CXX object CMakeFiles/dmg.dir/src/HFSCatalogBTree.cpp.o /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'std::__cxx11::string UnicharToString(uint16_t, const unichar*)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:19:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'bool EqualNoCase(const HFSString&, const string&)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:30:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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.i386/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.i386/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.i386/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.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'bool EqualCase(const HFSString&, const string&)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:41:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:46:9: note: suggested alternative: 'str1' return ustr == ustr2; ^~~~ str1 /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:46:17: note: suggested alternative: 'str2' return ustr == ustr2; ^~~~~ str2 /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp: In function 'uint16_t StringToUnichar(const string&, unichar*, size_t)': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:52:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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); ^~~ distcc[28541] ERROR: compile /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/unichar.cpp on localhost failed --- 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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 distcc[3278] ERROR: compile /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp on 10.0.20.122:3648 failed distcc[3278] (dcc_build_somewhere) Warning: remote compilation of '/tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp' failed, retrying locally distcc[3278] Warning: failed to distribute /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp to 10.0.20.122:3648, running locally instead /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:26:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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.i386/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.i386/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.i386/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.i386/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.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:69:2: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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.i386/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.i386/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.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp: In member function 'void HFSCatalogBTree::dumpTree(int, int) const': /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:396:5: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:399:5: note: suggested alternative: 'devname' keyName.toUTF8String(str); ^~~~~~~ devname /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:418:5: note: suggested alternative: In file included from /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp:3:0: /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/.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.i386/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.i386/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 distcc[3278] ERROR: compile /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184/src/HFSCatalogBTree.cpp on localhost failed --- 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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 2 errors make[2]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 1 error make[1]: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 *** [all] Error code 2 make: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/darling-dmg-b7ce87bfe59c2ed758165c8650402f6d4c84d184 1 error make: stopped in /tmp/pkgbuild/filesystems/fuse-darling-dmg/work.i386/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