+ curl -f --connect-timeout 5 --retry 3 --location https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-sources.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 9 26.6M 9 2675k 0 0 1117k 0 0:00:24 0:00:02 0:00:22 1117k 29 26.6M 29 8013k 0 0 2360k 0 0:00:11 0:00:03 0:00:08 5332k 48 26.6M 48 13.0M 0 0 3035k 0 0:00:08 0:00:04 0:00:04 5330k 67 26.6M 67 18.0M 0 0 3419k 0 0:00:07 0:00:05 0:00:02 5256k 86 26.6M 86 23.1M 0 0 3699k 0 0:00:07 0:00:06 0:00:01 5244k 100 26.6M 100 26.6M 0 0 3844k 0 0:00:07 0:00:07 --:--:-- 5230k Applying /mnt/disk/master/feeds/packages/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch using plaintext: patching file Makefile.in Applying /mnt/disk/master/feeds/packages/libs/icu/patches/001-change_optimization_option.patch using plaintext: patching file runConfigureICU Applying /mnt/disk/master/feeds/packages/libs/icu/patches/002-Disable-LDFLAGSICUDT-for-Linux.patch using plaintext: patching file config/mh-linux Applying /mnt/disk/master/feeds/packages/libs/icu/patches/010-max_align_t.patch using plaintext: patching file common/uarrsort.cpp patching file common/utext.cpp patching file tools/toolutil/toolutil.cpp export CPP= CC=gcc CXX=g++ CPPFLAGS= CFLAGS= CXXFLAGS= LDFLAGS= MAKE= Running ./configure --disable-debug --enable-release --enable-shared --enable-static --enable-draft --enable-renaming --disable-tracing --disable-extras --enable-dyload --prefix=/mnt/disk/master/staging_dir/hostpkg for Linux using the GNU C++ compiler checking for ICU version numbers... release 78.2, library 78.2, unicode version 17.0 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether to build debug libraries... no checking whether to build release libraries... yes checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed configure: versions of the compilers used: + gcc --version gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + g++ --version g++ (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. checking pkg-config is at least version 0.20... yes checking for icu-le-hb... no checking if we have a C11 compiler... yes configure: Adding CFLAGS option -std=c11 checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /mnt/disk/master/staging_dir/host/bin/ginstall -c checking for python3... python3 checking for gmake... /usr/bin/gmake checking for doxygen... no checking checking for executable suffix... checking whether strict compiling is on... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of void *... 8 checking whether runnable 64 bit binaries are built by default... yes checking which Makefile fragment to use for x86_64-pc-linux-gnu... mh-linux checking for floor in -lm... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to enable auto cleanup of libraries... no checking whether to enable draft APIs... yes checking for ranlib... ranlib checking for a sed that does not truncate output... /mnt/disk/master/staging_dir/host/bin/sed checking for ar... ar checking whether to enable renaming of symbols... yes checking whether to enable function and data tracing... no checking for elf.h... yes checking whether to enable dynamic loading of plugins. Ignored if plugins disabled.... yes checking for dlfcn.h... yes checking for library containing dlopen... -ldl checking for dlopen... yes checking for gettimeofday... yes checking if we have a C++ compiler... Good checking if we have a C++17 compiler... yes configure: Adding CXXFLAGS option -std=c++17 checking for pthread_attr_init in -lpthread... yes checking for mmap... yes checking for genccode assembly... -a gcc checking for dirent.h... yes checking whether byte ordering is bigendian... no checking for nl_langinfo... yes checking for nl_langinfo's argument to obtain the codeset... CODESET checking for popen... yes checking for tzset... yes checking for tzname... yes checking for timezone... yes checking for wchar.h... yes checking for library containing wcscpy... none required checking size of wchar_t... 4 checking for UTF-16 string literal support... available checking for a library suffix to use... none CPPFLAGS= $(THREADSCPPFLAGS) -DU_HAVE_ELF_H=1 CFLAGS= -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS) CXXFLAGS= -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++17 $(THREADSCXXFLAGS) configure: creating ./config.status config.status: creating icudefs.mk config.status: creating Makefile config.status: creating data/pkgdataMakefile config.status: creating config/Makefile.inc config.status: creating config/icu.pc config.status: creating config/pkgdataMakefile config.status: creating data/Makefile config.status: creating stubdata/Makefile config.status: creating common/Makefile config.status: creating i18n/Makefile config.status: creating layoutex/Makefile config.status: creating io/Makefile config.status: creating extra/Makefile config.status: creating extra/uconv/Makefile config.status: creating extra/uconv/pkgdataMakefile config.status: creating extra/scrptrun/Makefile config.status: creating tools/Makefile config.status: creating tools/ctestfw/Makefile config.status: creating tools/toolutil/Makefile config.status: creating tools/makeconv/Makefile config.status: creating tools/genrb/Makefile config.status: creating tools/genccode/Makefile config.status: creating tools/gencmn/Makefile config.status: creating tools/gencnval/Makefile config.status: creating tools/gendict/Makefile config.status: creating tools/gentest/Makefile config.status: creating tools/gennorm2/Makefile config.status: creating tools/genbrk/Makefile config.status: creating tools/gensprep/Makefile config.status: creating tools/icuinfo/Makefile config.status: creating tools/icupkg/Makefile config.status: creating tools/icuswap/Makefile config.status: creating tools/pkgdata/Makefile config.status: creating tools/icuexportdata/Makefile config.status: creating tools/tzcode/Makefile config.status: creating tools/gencfu/Makefile config.status: creating tools/escapesrc/Makefile config.status: creating test/Makefile config.status: creating test/compat/Makefile config.status: creating test/testdata/Makefile config.status: creating test/testdata/pkgdataMakefile config.status: creating test/hdrtst/Makefile config.status: creating test/intltest/Makefile config.status: creating test/cintltst/Makefile config.status: creating test/iotest/Makefile config.status: creating test/letest/Makefile config.status: creating test/perf/Makefile config.status: creating test/perf/collationperf/Makefile config.status: creating test/perf/collperf/Makefile config.status: creating test/perf/collperf2/Makefile config.status: creating test/perf/dicttrieperf/Makefile config.status: creating test/perf/ubrkperf/Makefile config.status: creating test/perf/charperf/Makefile config.status: creating test/perf/convperf/Makefile config.status: creating test/perf/localecanperf/Makefile config.status: creating test/perf/normperf/Makefile config.status: creating test/perf/DateFmtPerf/Makefile config.status: creating test/perf/howExpensiveIs/Makefile config.status: creating test/perf/strsrchperf/Makefile config.status: creating test/perf/unisetperf/Makefile config.status: creating test/perf/usetperf/Makefile config.status: creating test/perf/ustrperf/Makefile config.status: creating test/perf/utfperf/Makefile config.status: creating test/perf/utrie2perf/Makefile config.status: creating test/fuzzer/Makefile config.status: creating samples/Makefile Not rebuilding data/rules.mk, assuming prebuilt data in data/in Spawning Python to generate test/testdata/rules.mk... ICU for C/C++ 78.2 is ready to be built. === Important Notes: === Data Packaging: library This means: ICU data will be linked with ICU. A static data library will be built. A shared data library will be built. To locate data: ICU will use the linked data library. If linked with the stub library located in stubdata/, the application can use udata_setCommonData() or set a data path to override. Building ICU: Use a GNU make such as /usr/bin/gmake to build ICU. checking the version of "/usr/bin/gmake"... gmake[3]: Entering directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2' 4.3 (we wanted at least 3.80) gmake[3]: Leaving directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2' ok C apps may want to build with CFLAGS = -std=c11 C++ apps may want to build with CXXFLAGS = -std=c++17 If the result of the above commands looks okay to you, go to the directory source in the ICU distribution to build ICU. Please remember that ICU needs GNU make to build properly... make[3]: Entering directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2' rebuilding config/icucross.mk rebuilding config/icucross.inc cd ./config; \ make -f pkgdataMakefile make[4]: Entering directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/config' rm -rf pkgdata.inc make[4]: Leaving directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/config' rm -rf config/icu-config /mnt/disk/master/staging_dir/host/bin/ginstall -c ./config/icu-config-top config/icu-config chmod u+w config/icu-config LC_ALL=C /mnt/disk/master/staging_dir/host/bin/sed -f ./config/make2sh.sed < ./config/Makefile.inc | grep -v '#M#' | uniq >> config/icu-config LC_ALL=C /mnt/disk/master/staging_dir/host/bin/sed -f ./config/make2sh.sed < ./config/mh-linux | grep -v '#M#' | uniq >> config/icu-config cat ./config/icu-config-bottom >> config/icu-config chmod u-w config/icu-config config/icu-uc.pc updated. config/icu-i18n.pc updated. config/icu-io.pc updated. /bin/bash ./mkinstalldirs lib mkdir lib /bin/bash ./mkinstalldirs bin mkdir bin Note: rebuild with "make VERBOSE=1 " to show all compiler parameters. make[3]: Making `all' in `stubdata' make[4]: Entering directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/stubdata' (deps) stubdata.cpp g++ ... stubdata.cpp g++ ... stubdata.cpp ar r libicudata.a stubdata.ao ar: creating libicudata.a ranlib libicudata.a gcc -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicudata.so.78 -o libicudata.so.78.2 stubdata.o rm -f libicudata.so.78 && ln -s libicudata.so.78.2 libicudata.so.78 rm -f libicudata.so && ln -s libicudata.so.78.2 libicudata.so make[4]: Leaving directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/stubdata' make[3]: Making `all' in `common' make[4]: Entering directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/common' (deps) wintz.cpp (deps) uvectr64.cpp (deps) uvectr32.cpp (deps) uvector.cpp (deps) utypes.cpp (deps) uts46.cpp (deps) utrie_swap.cpp (deps) utrie2_builder.cpp (deps) utrie2.cpp (deps) utrie.cpp (deps) utrace.cpp (deps) util_props.cpp (deps) util.cpp (deps) utf_impl.cpp (deps) utext.cpp (deps) ustrtrns.cpp (deps) ustring.cpp (deps) ustrfmt.cpp (deps) ustrenum.cpp (deps) ustrcase_locale.cpp (deps) ustrcase.cpp (deps) ustr_wcs.cpp (deps) ustr_titlecase_brkiter.cpp (deps) ustr_cnv.cpp (deps) ustack.cpp (deps) usprep.cpp (deps) ushape.cpp (deps) usetiter.cpp (deps) uset_props.cpp (deps) uset.cpp (deps) uscript_props.cpp (deps) uscript.cpp (deps) usc_impl.cpp (deps) uresdata.cpp (deps) uresbund.cpp (deps) ures_cnv.cpp (deps) uprops.cpp (deps) uobject.cpp (deps) unormcmp.cpp (deps) unorm.cpp (deps) unistr_titlecase_brkiter.cpp (deps) unistr_props.cpp (deps) unistr_cnv.cpp (deps) unistr_case_locale.cpp (deps) unistr_case.cpp (deps) unistr.cpp (deps) unisetspan.cpp (deps) uniset_props.cpp (deps) uniset_closure.cpp (deps) uniset.cpp (deps) unifunct.cpp (deps) unifilt.cpp (deps) unifiedcache.cpp (deps) unames.cpp (deps) umutex.cpp (deps) umutablecptrie.cpp (deps) umath.cpp (deps) umapfile.cpp (deps) ulocbuilder.cpp (deps) ulocale.cpp (deps) uloc_tag.cpp (deps) uloc_keytype.cpp (deps) uloc.cpp (deps) ulist.cpp (deps) uiter.cpp (deps) uinvchar.cpp (deps) uinit.cpp (deps) uidna.cpp (deps) uhash_us.cpp (deps) uhash.cpp (deps) uenum.cpp (deps) udataswp.cpp (deps) udatamem.cpp (deps) udata.cpp (deps) ucurr.cpp (deps) ucptrie.cpp (deps) ucol_swp.cpp (deps) ucnvsel.cpp (deps) ucnvscsu.cpp (deps) ucnvmbcs.cpp (deps) ucnvlat1.cpp (deps) ucnvisci.cpp (deps) ucnvhz.cpp (deps) ucnvdisp.cpp (deps) ucnvbocu.cpp (deps) ucnv_u8.cpp (deps) ucnv_u7.cpp (deps) ucnv_u32.cpp (deps) ucnv_u16.cpp (deps) ucnv_set.cpp (deps) ucnv_lmb.cpp (deps) ucnv_io.cpp (deps) ucnv_ext.cpp (deps) ucnv_err.cpp (deps) ucnv_ct.cpp (deps) ucnv_cnv.cpp (deps) ucnv_cb.cpp (deps) ucnv_bld.cpp (deps) ucnv2022.cpp (deps) ucnv.cpp (deps) ucmndata.cpp (deps) ucln_cmn.cpp (deps) uchriter.cpp (deps) ucharstrieiterator.cpp (deps) ucharstriebuilder.cpp (deps) ucharstrie.cpp (deps) uchar.cpp (deps) ucat.cpp (deps) ucasemap_titlecase_brkiter.cpp (deps) ucasemap.cpp (deps) ucase.cpp (deps) ubrk.cpp (deps) ubidiwrt.cpp (deps) ubiditransform.cpp (deps) ubidiln.cpp (deps) ubidi_props.cpp (deps) ubidi.cpp (deps) uarrsort.cpp (deps) stringtriebuilder.cpp (deps) stringpiece.cpp (deps) static_unicode_sets.cpp (deps) simpleformatter.cpp (deps) sharedobject.cpp (deps) servslkf.cpp (deps) servrbf.cpp (deps) servnotf.cpp (deps) servls.cpp (deps) servlkf.cpp (deps) servlk.cpp (deps) serv.cpp (deps) schriter.cpp (deps) ruleiter.cpp (deps) restrace.cpp (deps) resource.cpp (deps) resbund_cnv.cpp (deps) resbund.cpp (deps) rbbitblb.cpp (deps) rbbistbl.cpp (deps) rbbisetb.cpp (deps) rbbiscan.cpp (deps) rbbirb.cpp (deps) rbbinode.cpp (deps) rbbidata.cpp (deps) rbbi_cache.cpp (deps) rbbi.cpp (deps) putil.cpp (deps) punycode.cpp (deps) propsvec.cpp (deps) propname.cpp (deps) pluralmap.cpp (deps) patternprops.cpp (deps) parsepos.cpp (deps) normlzr.cpp (deps) normalizer2impl.cpp (deps) normalizer2.cpp (deps) mlbe.cpp (deps) messagepattern.cpp (deps) lstmbe.cpp (deps) lsr.cpp (deps) locutil.cpp (deps) locresdata.cpp (deps) locmap.cpp (deps) loclikelysubtags.cpp (deps) loclikely.cpp (deps) locid.cpp (deps) locdspnm.cpp (deps) locdistance.cpp (deps) locdispnames.cpp (deps) locbased.cpp (deps) locavailable.cpp (deps) localeprioritylist.cpp (deps) localematcher.cpp (deps) localebuilder.cpp (deps) loadednormalizer2impl.cpp (deps) icuplug.cpp (deps) icudataver.cpp (deps) fixedstring.cpp (deps) filterednormalizer2.cpp (deps) filteredbrk.cpp (deps) errorcode.cpp (deps) emojiprops.cpp (deps) edits.cpp (deps) dtintrv.cpp (deps) dictionarydata.cpp (deps) dictbe.cpp (deps) cwchar.cpp (deps) cstring.cpp (deps) cstr.cpp (deps) cmemory.cpp (deps) charstr.cpp (deps) chariter.cpp (deps) characterproperties.cpp (deps) caniter.cpp (deps) bytestrieiterator.cpp (deps) bytestriebuilder.cpp (deps) bytestrie.cpp (deps) bytestream.cpp (deps) bytesinkutil.cpp (deps) brkiter.cpp (deps) brkeng.cpp (deps) bmpset.cpp (deps) appendable.cpp generating ../common/svchook.mk cd .. \ && CONFIG_FILES=common/Makefile CONFIG_HEADERS= /bin/bash ./config.status config.status: creating common/Makefile g++ ... appendable.cpp g++ ... bmpset.cpp g++ ... brkeng.cpp g++ ... brkiter.cpp g++ ... bytesinkutil.cpp g++ ... bytestream.cpp g++ ... bytestrie.cpp g++ ... bytestriebuilder.cpp g++ ... bytestrieiterator.cpp g++ ... caniter.cpp g++ ... characterproperties.cpp g++ ... chariter.cpp g++ ... charstr.cpp g++ ... cmemory.cpp g++ ... cstr.cpp g++ ... cstring.cpp g++ ... cwchar.cpp g++ ... dictbe.cpp g++ ... dictionarydata.cpp g++ ... dtintrv.cpp g++ ... edits.cpp g++ ... emojiprops.cpp g++ ... errorcode.cpp g++ ... filteredbrk.cpp g++ ... filterednormalizer2.cpp g++ ... fixedstring.cpp g++ ... icudataver.cpp g++ ... icuplug.cpp g++ ... loadednormalizer2impl.cpp g++ ... localebuilder.cpp g++ ... localematcher.cpp g++ ... localeprioritylist.cpp g++ ... locavailable.cpp g++ ... locbased.cpp g++ ... locdispnames.cpp g++ ... locdistance.cpp g++ ... locdspnm.cpp g++ ... locid.cpp g++ ... loclikely.cpp g++ ... loclikelysubtags.cpp g++ ... locmap.cpp g++ ... locresdata.cpp g++ ... locutil.cpp g++ ... lsr.cpp g++ ... lstmbe.cpp g++ ... messagepattern.cpp g++ ... mlbe.cpp g++ ... normalizer2.cpp g++ ... normalizer2impl.cpp g++ ... normlzr.cpp g++ ... parsepos.cpp g++ ... patternprops.cpp g++ ... pluralmap.cpp g++ ... propname.cpp g++ ... propsvec.cpp g++ ... punycode.cpp g++ ... putil.cpp g++ ... rbbi.cpp g++ ... rbbi_cache.cpp g++ ... rbbidata.cpp g++ ... rbbinode.cpp g++ ... rbbirb.cpp g++ ... rbbiscan.cpp g++ ... rbbisetb.cpp g++ ... rbbistbl.cpp g++ ... rbbitblb.cpp g++ ... resbund.cpp g++ ... resbund_cnv.cpp g++ ... resource.cpp g++ ... restrace.cpp g++ ... ruleiter.cpp g++ ... schriter.cpp g++ ... serv.cpp g++ ... servlk.cpp g++ ... servlkf.cpp g++ ... servls.cpp g++ ... servnotf.cpp g++ ... servrbf.cpp g++ ... servslkf.cpp g++ ... sharedobject.cpp g++ ... simpleformatter.cpp g++ ... static_unicode_sets.cpp g++ ... stringpiece.cpp g++ ... stringtriebuilder.cpp g++ ... uarrsort.cpp g++ ... ubidi.cpp g++ ... ubidi_props.cpp g++ ... ubidiln.cpp g++ ... ubiditransform.cpp g++ ... ubidiwrt.cpp g++ ... ubrk.cpp g++ ... ucase.cpp g++ ... ucasemap.cpp g++ ... ucasemap_titlecase_brkiter.cpp g++ ... ucat.cpp g++ ... uchar.cpp g++ ... ucharstrie.cpp g++ ... ucharstriebuilder.cpp g++ ... ucharstrieiterator.cpp g++ ... uchriter.cpp g++ ... ucln_cmn.cpp g++ ... ucmndata.cpp g++ ... ucnv.cpp g++ ... ucnv2022.cpp g++ ... ucnv_bld.cpp g++ ... ucnv_cb.cpp g++ ... ucnv_cnv.cpp g++ ... ucnv_ct.cpp g++ ... ucnv_err.cpp g++ ... ucnv_ext.cpp g++ ... ucnv_io.cpp g++ ... ucnv_lmb.cpp g++ ... ucnv_set.cpp g++ ... ucnv_u16.cpp g++ ... ucnv_u32.cpp g++ ... ucnv_u7.cpp g++ ... ucnv_u8.cpp g++ ... ucnvbocu.cpp g++ ... ucnvdisp.cpp g++ ... ucnvhz.cpp g++ ... ucnvisci.cpp g++ ... ucnvlat1.cpp g++ ... ucnvmbcs.cpp g++ ... ucnvscsu.cpp g++ ... ucnvsel.cpp g++ ... ucol_swp.cpp g++ ... ucptrie.cpp g++ ... ucurr.cpp g++ ... udata.cpp g++ ... udatamem.cpp g++ ... udataswp.cpp g++ ... uenum.cpp g++ ... uhash.cpp g++ ... uhash_us.cpp g++ ... uidna.cpp g++ ... uinit.cpp g++ ... uinvchar.cpp g++ ... uiter.cpp g++ ... ulist.cpp g++ ... uloc.cpp g++ ... uloc_keytype.cpp g++ ... uloc_tag.cpp g++ ... ulocale.cpp g++ ... ulocbuilder.cpp g++ ... umapfile.cpp g++ ... umath.cpp g++ ... umutablecptrie.cpp g++ ... umutex.cpp g++ ... unames.cpp g++ ... unifiedcache.cpp g++ ... unifilt.cpp g++ ... unifunct.cpp g++ ... uniset.cpp g++ ... uniset_closure.cpp g++ ... uniset_props.cpp g++ ... unisetspan.cpp g++ ... unistr.cpp g++ ... unistr_case.cpp g++ ... unistr_case_locale.cpp g++ ... unistr_cnv.cpp g++ ... unistr_props.cpp g++ ... unistr_titlecase_brkiter.cpp g++ ... unorm.cpp g++ ... unormcmp.cpp g++ ... uobject.cpp g++ ... uprops.cpp g++ ... ures_cnv.cpp g++ ... uresbund.cpp g++ ... uresdata.cpp g++ ... usc_impl.cpp g++ ... uscript.cpp g++ ... uscript_props.cpp g++ ... uset.cpp g++ ... uset_props.cpp g++ ... usetiter.cpp g++ ... ushape.cpp g++ ... usprep.cpp g++ ... ustack.cpp g++ ... ustr_cnv.cpp g++ ... ustr_titlecase_brkiter.cpp g++ ... ustr_wcs.cpp g++ ... ustrcase.cpp g++ ... ustrcase_locale.cpp g++ ... ustrenum.cpp g++ ... ustrfmt.cpp g++ ... ustring.cpp g++ ... ustrtrns.cpp g++ ... utext.cpp g++ ... utf_impl.cpp g++ ... util.cpp g++ ... util_props.cpp g++ ... utrace.cpp g++ ... utrie.cpp g++ ... utrie2.cpp g++ ... utrie2_builder.cpp g++ ... utrie_swap.cpp g++ ... uts46.cpp g++ ... utypes.cpp g++ ... uvector.cpp g++ ... uvectr32.cpp g++ ... uvectr64.cpp g++ ... wintz.cpp g++ ... appendable.cpp g++ ... bmpset.cpp g++ ... brkeng.cpp g++ ... brkiter.cpp g++ ... bytesinkutil.cpp g++ ... bytestream.cpp g++ ... bytestrie.cpp g++ ... bytestriebuilder.cpp g++ ... bytestrieiterator.cpp g++ ... caniter.cpp g++ ... characterproperties.cpp g++ ... chariter.cpp g++ ... charstr.cpp g++ ... cmemory.cpp g++ ... cstr.cpp g++ ... cstring.cpp g++ ... cwchar.cpp g++ ... dictbe.cpp g++ ... dictionarydata.cpp g++ ... dtintrv.cpp g++ ... edits.cpp g++ ... emojiprops.cpp g++ ... errorcode.cpp g++ ... filteredbrk.cpp g++ ... filterednormalizer2.cpp g++ ... fixedstring.cpp g++ ... icudataver.cpp g++ ... icuplug.cpp g++ ... loadednormalizer2impl.cpp g++ ... localebuilder.cpp g++ ... localematcher.cpp g++ ... localeprioritylist.cpp g++ ... locavailable.cpp g++ ... locbased.cpp g++ ... locdispnames.cpp g++ ... locdistance.cpp g++ ... locdspnm.cpp g++ ... locid.cpp g++ ... loclikely.cpp g++ ... loclikelysubtags.cpp g++ ... locmap.cpp g++ ... locresdata.cpp g++ ... locutil.cpp g++ ... lsr.cpp g++ ... lstmbe.cpp g++ ... messagepattern.cpp g++ ... mlbe.cpp g++ ... normalizer2.cpp g++ ... normalizer2impl.cpp g++ ... normlzr.cpp g++ ... parsepos.cpp g++ ... patternprops.cpp g++ ... pluralmap.cpp g++ ... propname.cpp g++ ... propsvec.cpp g++ ... punycode.cpp g++ ... putil.cpp g++ ... rbbi.cpp g++ ... rbbi_cache.cpp g++ ... rbbidata.cpp g++ ... rbbinode.cpp g++ ... rbbirb.cpp g++ ... rbbiscan.cpp g++ ... rbbisetb.cpp g++ ... rbbistbl.cpp g++ ... rbbitblb.cpp g++ ... resbund.cpp g++ ... resbund_cnv.cpp g++ ... resource.cpp g++ ... restrace.cpp g++ ... ruleiter.cpp g++ ... schriter.cpp g++ ... serv.cpp g++ ... servlk.cpp g++ ... servlkf.cpp g++ ... servls.cpp g++ ... servnotf.cpp g++ ... servrbf.cpp g++ ... servslkf.cpp g++ ... sharedobject.cpp g++ ... simpleformatter.cpp g++ ... static_unicode_sets.cpp g++ ... stringpiece.cpp g++ ... stringtriebuilder.cpp g++ ... uarrsort.cpp g++ ... ubidi.cpp g++ ... ubidi_props.cpp g++ ... ubidiln.cpp g++ ... ubiditransform.cpp g++ ... ubidiwrt.cpp g++ ... ubrk.cpp g++ ... ucase.cpp g++ ... ucasemap.cpp g++ ... ucasemap_titlecase_brkiter.cpp g++ ... ucat.cpp g++ ... uchar.cpp g++ ... ucharstrie.cpp g++ ... ucharstriebuilder.cpp g++ ... ucharstrieiterator.cpp g++ ... uchriter.cpp g++ ... ucln_cmn.cpp g++ ... ucmndata.cpp g++ ... ucnv.cpp g++ ... ucnv2022.cpp g++ ... ucnv_bld.cpp g++ ... ucnv_cb.cpp g++ ... ucnv_cnv.cpp g++ ... ucnv_ct.cpp g++ ... ucnv_err.cpp g++ ... ucnv_ext.cpp g++ ... ucnv_io.cpp g++ ... ucnv_lmb.cpp g++ ... ucnv_set.cpp g++ ... ucnv_u16.cpp g++ ... ucnv_u32.cpp g++ ... ucnv_u7.cpp g++ ... ucnv_u8.cpp g++ ... ucnvbocu.cpp g++ ... ucnvdisp.cpp g++ ... ucnvhz.cpp g++ ... ucnvisci.cpp g++ ... ucnvlat1.cpp g++ ... ucnvmbcs.cpp g++ ... ucnvscsu.cpp g++ ... ucnvsel.cpp g++ ... ucol_swp.cpp g++ ... ucptrie.cpp g++ ... ucurr.cpp g++ ... udata.cpp g++ ... udatamem.cpp g++ ... udataswp.cpp g++ ... uenum.cpp g++ ... uhash.cpp g++ ... uhash_us.cpp g++ ... uidna.cpp g++ ... uinit.cpp g++ ... uinvchar.cpp g++ ... uiter.cpp g++ ... ulist.cpp g++ ... uloc.cpp g++ ... uloc_keytype.cpp g++ ... uloc_tag.cpp g++ ... ulocale.cpp g++ ... ulocbuilder.cpp g++ ... umapfile.cpp g++ ... umath.cpp g++ ... umutablecptrie.cpp g++ ... umutex.cpp g++ ... unames.cpp g++ ... unifiedcache.cpp g++ ... unifilt.cpp g++ ... unifunct.cpp g++ ... uniset.cpp g++ ... uniset_closure.cpp g++ ... uniset_props.cpp g++ ... unisetspan.cpp g++ ... unistr.cpp g++ ... unistr_case.cpp g++ ... unistr_case_locale.cpp g++ ... unistr_cnv.cpp g++ ... unistr_props.cpp g++ ... unistr_titlecase_brkiter.cpp g++ ... unorm.cpp g++ ... unormcmp.cpp g++ ... uobject.cpp g++ ... uprops.cpp g++ ... ures_cnv.cpp g++ ... uresbund.cpp g++ ... uresdata.cpp g++ ... usc_impl.cpp g++ ... uscript.cpp g++ ... uscript_props.cpp g++ ... uset.cpp g++ ... uset_props.cpp g++ ... usetiter.cpp g++ ... ushape.cpp g++ ... usprep.cpp g++ ... ustack.cpp g++ ... ustr_cnv.cpp g++ ... ustr_titlecase_brkiter.cpp g++ ... ustr_wcs.cpp g++ ... ustrcase.cpp g++ ... ustrcase_locale.cpp g++ ... ustrenum.cpp g++ ... ustrfmt.cpp g++ ... ustring.cpp g++ ... ustrtrns.cpp g++ ... utext.cpp g++ ... utf_impl.cpp g++ ... util.cpp g++ ... util_props.cpp g++ ... utrace.cpp g++ ... utrie.cpp g++ ... utrie2.cpp g++ ... utrie2_builder.cpp g++ ... utrie_swap.cpp g++ ... uts46.cpp g++ ... utypes.cpp g++ ... uvector.cpp g++ ... uvectr32.cpp g++ ... uvectr64.cpp g++ ... wintz.cpp ar r ../lib/libicuuc.a appendable.ao bmpset.ao brkeng.ao brkiter.ao bytesinkutil.ao bytestream.ao bytestrie.ao bytestriebuilder.ao bytestrieiterator.ao caniter.ao characterproperties.ao chariter.ao charstr.ao cmemory.ao cstr.ao cstring.ao cwchar.ao dictbe.ao dictionarydata.ao dtintrv.ao edits.ao emojiprops.ao errorcode.ao filteredbrk.ao filterednormalizer2.ao fixedstring.ao icudataver.ao icuplug.ao loadednormalizer2impl.ao localebuilder.ao localematcher.ao localeprioritylist.ao locavailable.ao locbased.ao locdispnames.ao locdistance.ao locdspnm.ao locid.ao loclikely.ao loclikelysubtags.ao locmap.ao locresdata.ao locutil.ao lsr.ao lstmbe.ao messagepattern.ao mlbe.ao normalizer2.ao normalizer2impl.ao normlzr.ao parsepos.ao patternprops.ao pluralmap.ao propname.ao propsvec.ao punycode.ao putil.ao rbbi.ao rbbi_cache.ao rbbidata.ao rbbinode.ao rbbirb.ao rbbiscan.ao rbbisetb.ao rbbistbl.ao rbbitblb.ao resbund.ao resbund_cnv.ao resource.ao restrace.ao ruleiter.ao schriter.ao serv.ao servlk.ao servlkf.ao servls.ao servnotf.ao servrbf.ao servslkf.ao sharedobject.ao simpleformatter.ao static_unicode_sets.ao stringpiece.ao stringtriebuilder.ao uarrsort.ao ubidi.ao ubidi_props.ao ubidiln.ao ubiditransform.ao ubidiwrt.ao ubrk.ao ucase.ao ucasemap.ao ucasemap_titlecase_brkiter.ao ucat.ao uchar.ao ucharstrie.ao ucharstriebuilder.ao ucharstrieiterator.ao uchriter.ao ucln_cmn.ao ucmndata.ao ucnv.ao ucnv2022.ao ucnv_bld.ao ucnv_cb.ao ucnv_cnv.ao ucnv_ct.ao ucnv_err.ao ucnv_ext.ao ucnv_io.ao ucnv_lmb.ao ucnv_set.ao ucnv_u16.ao ucnv_u32.ao ucnv_u7.ao ucnv_u8.ao ucnvbocu.ao ucnvdisp.ao ucnvhz.ao ucnvisci.ao ucnvlat1.ao ucnvmbcs.ao ucnvscsu.ao ucnvsel.ao ucol_swp.ao ucptrie.ao ucurr.ao udata.ao udatamem.ao udataswp.ao uenum.ao uhash.ao uhash_us.ao uidna.ao uinit.ao uinvchar.ao uiter.ao ulist.ao uloc.ao uloc_keytype.ao uloc_tag.ao ulocale.ao ulocbuilder.ao umapfile.ao umath.ao umutablecptrie.ao umutex.ao unames.ao unifiedcache.ao unifilt.ao unifunct.ao uniset.ao uniset_closure.ao uniset_props.ao unisetspan.ao unistr.ao unistr_case.ao unistr_case_locale.ao unistr_cnv.ao unistr_props.ao unistr_titlecase_brkiter.ao unorm.ao unormcmp.ao uobject.ao uprops.ao ures_cnv.ao uresbund.ao uresdata.ao usc_impl.ao uscript.ao uscript_props.ao uset.ao uset_props.ao usetiter.ao ushape.ao usprep.ao ustack.ao ustr_cnv.ao ustr_titlecase_brkiter.ao ustr_wcs.ao ustrcase.ao ustrcase_locale.ao ustrenum.ao ustrfmt.ao ustring.ao ustrtrns.ao utext.ao utf_impl.ao util.ao util_props.ao utrace.ao utrie.ao utrie2.ao utrie2_builder.ao utrie_swap.ao uts46.ao utypes.ao uvector.ao uvectr32.ao uvectr64.ao wintz.ao ar: creating ../lib/libicuuc.a ranlib ../lib/libicuuc.a g++ -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++17 -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicuuc.so.78 -o ../lib/libicuuc.so.78.2 appendable.o bmpset.o brkeng.o brkiter.o bytesinkutil.o bytestream.o bytestrie.o bytestriebuilder.o bytestrieiterator.o caniter.o characterproperties.o chariter.o charstr.o cmemory.o cstr.o cstring.o cwchar.o dictbe.o dictionarydata.o dtintrv.o edits.o emojiprops.o errorcode.o filteredbrk.o filterednormalizer2.o fixedstring.o icudataver.o icuplug.o loadednormalizer2impl.o localebuilder.o localematcher.o localeprioritylist.o locavailable.o locbased.o locdispnames.o locdistance.o locdspnm.o locid.o loclikely.o loclikelysubtags.o locmap.o locresdata.o locutil.o lsr.o lstmbe.o messagepattern.o mlbe.o normalizer2.o normalizer2impl.o normlzr.o parsepos.o patternprops.o pluralmap.o propname.o propsvec.o punycode.o putil.o rbbi.o rbbi_cache.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o resbund.o resbund_cnv.o resource.o restrace.o ruleiter.o schriter.o serv.o servlk.o servlkf.o servls.o servnotf.o servrbf.o servslkf.o sharedobject.o simpleformatter.o static_unicode_sets.o stringpiece.o stringtriebuilder.o uarrsort.o ubidi.o ubidi_props.o ubidiln.o ubiditransform.o ubidiwrt.o ubrk.o ucase.o ucasemap.o ucasemap_titlecase_brkiter.o ucat.o uchar.o ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o uchriter.o ucln_cmn.o ucmndata.o ucnv.o ucnv2022.o ucnv_bld.o ucnv_cb.o ucnv_cnv.o ucnv_ct.o ucnv_err.o ucnv_ext.o ucnv_io.o ucnv_lmb.o ucnv_set.o ucnv_u16.o ucnv_u32.o ucnv_u7.o ucnv_u8.o ucnvbocu.o ucnvdisp.o ucnvhz.o ucnvisci.o ucnvlat1.o ucnvmbcs.o ucnvscsu.o ucnvsel.o ucol_swp.o ucptrie.o ucurr.o udata.o udatamem.o udataswp.o uenum.o uhash.o uhash_us.o uidna.o uinit.o uinvchar.o uiter.o ulist.o uloc.o uloc_keytype.o uloc_tag.o ulocale.o ulocbuilder.o umapfile.o umath.o umutablecptrie.o umutex.o unames.o unifiedcache.o unifilt.o unifunct.o uniset.o uniset_closure.o uniset_props.o unisetspan.o unistr.o unistr_case.o unistr_case_locale.o unistr_cnv.o unistr_props.o unistr_titlecase_brkiter.o unorm.o unormcmp.o uobject.o uprops.o ures_cnv.o uresbund.o uresdata.o usc_impl.o uscript.o uscript_props.o uset.o uset_props.o usetiter.o ushape.o usprep.o ustack.o ustr_cnv.o ustr_titlecase_brkiter.o ustr_wcs.o ustrcase.o ustrcase_locale.o ustrenum.o ustrfmt.o ustring.o ustrtrns.o utext.o utf_impl.o util.o util_props.o utrace.o utrie.o utrie2.o utrie2_builder.o utrie_swap.o uts46.o utypes.o uvector.o uvectr32.o uvectr64.o wintz.o -L../lib -L../stubdata -licudata -lpthread -ldl -lm rm -f ../lib/libicuuc.so.78 && ln -s libicuuc.so.78.2 ../lib/libicuuc.so.78 rm -f ../lib/libicuuc.so && ln -s libicuuc.so.78.2 ../lib/libicuuc.so make[4]: Leaving directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/common' make[3]: Making `all' in `i18n' make[4]: Entering directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/i18n' (deps) ztrans.cpp (deps) zrule.cpp (deps) zonemeta.cpp (deps) wintzimpl.cpp (deps) winnmfmt.cpp (deps) windtfmt.cpp (deps) vzone.cpp (deps) vtzone.cpp (deps) utrans.cpp (deps) utmscale.cpp (deps) utf8collationiterator.cpp (deps) utf16collationiterator.cpp (deps) uspoof_impl.cpp (deps) uspoof_conf.cpp (deps) uspoof_build.cpp (deps) uspoof.cpp (deps) usearch.cpp (deps) uregion.cpp (deps) uregexc.cpp (deps) uregex.cpp (deps) upluralrules.cpp (deps) unumsys.cpp (deps) unum.cpp (deps) units_router.cpp (deps) units_converter.cpp (deps) units_complexconverter.cpp (deps) units_data.cpp (deps) uni2name.cpp (deps) unesctrn.cpp (deps) umsg.cpp (deps) ulocdata.cpp (deps) ulistformatter.cpp (deps) uitercollationiterator.cpp (deps) ufieldpositer.cpp (deps) udatpg.cpp (deps) udateintervalformat.cpp (deps) udat.cpp (deps) ucsdet.cpp (deps) ucoleitr.cpp (deps) ucol_sit.cpp (deps) ucol_res.cpp (deps) ucol.cpp (deps) ucln_in.cpp (deps) ucal.cpp (deps) tztrans.cpp (deps) tzrule.cpp (deps) tznames_impl.cpp (deps) tznames.cpp (deps) tzgnames.cpp (deps) tzfmt.cpp (deps) tridpars.cpp (deps) transreg.cpp (deps) translit.cpp (deps) toupptrn.cpp (deps) tolowtrn.cpp (deps) tmutfmt.cpp (deps) tmutamt.cpp (deps) tmunit.cpp (deps) titletrn.cpp (deps) timezone.cpp (deps) taiwncal.cpp (deps) stsearch.cpp (deps) strrepl.cpp (deps) strmatch.cpp (deps) string_segment.cpp (deps) standardplural.cpp (deps) sortkey.cpp (deps) smpdtfst.cpp (deps) smpdtfmt.cpp (deps) simpletz.cpp (deps) sharedbreakiterator.cpp (deps) selfmt.cpp (deps) search.cpp (deps) scriptset.cpp (deps) scientificnumberformatter.cpp (deps) rulebasedcollator.cpp (deps) repattrn.cpp (deps) remtrans.cpp (deps) rematch.cpp (deps) reldtfmt.cpp (deps) reldatefmt.cpp (deps) region.cpp (deps) regextxt.cpp (deps) regexst.cpp (deps) regeximp.cpp (deps) regexcmp.cpp (deps) rbtz.cpp (deps) rbt_set.cpp (deps) rbt_rule.cpp (deps) rbt_pars.cpp (deps) rbt_data.cpp (deps) rbt.cpp (deps) rbnf.cpp (deps) quantityformatter.cpp (deps) quant.cpp (deps) plurrule.cpp (deps) plurfmt.cpp (deps) pluralranges.cpp (deps) persncal.cpp (deps) olsontz.cpp (deps) numsys.cpp (deps) numrange_impl.cpp (deps) numrange_fluent.cpp (deps) numrange_capi.cpp (deps) numparse_validators.cpp (deps) numparse_symbols.cpp (deps) numparse_scientific.cpp (deps) numparse_parsednumber.cpp (deps) numparse_impl.cpp (deps) numparse_decimal.cpp (deps) numparse_currency.cpp (deps) numparse_compositions.cpp (deps) numparse_affixes.cpp (deps) numfmt.cpp (deps) number_utils.cpp (deps) number_usageprefs.cpp (deps) number_symbolswrapper.cpp (deps) number_skeletons.cpp (deps) number_simple.cpp (deps) number_scientific.cpp (deps) number_rounding.cpp (deps) number_patternstring.cpp (deps) number_patternmodifier.cpp (deps) number_padding.cpp (deps) number_output.cpp (deps) number_notation.cpp (deps) number_multiplier.cpp (deps) number_modifiers.cpp (deps) number_mapper.cpp (deps) number_longnames.cpp (deps) number_integerwidth.cpp (deps) number_grouping.cpp (deps) number_formatimpl.cpp (deps) number_fluent.cpp (deps) number_decimfmtprops.cpp (deps) number_decimalquantity.cpp (deps) number_currencysymbols.cpp (deps) number_compact.cpp (deps) number_capi.cpp (deps) number_asformat.cpp (deps) number_affixutils.cpp (deps) nultrans.cpp (deps) nortrans.cpp (deps) nfsubs.cpp (deps) nfrule.cpp (deps) nfrs.cpp (deps) name2uni.cpp (deps) messageformat2_serializer.cpp (deps) messageformat2_parser.cpp (deps) messageformat2_function_registry.cpp (deps) messageformat2_formattable.cpp (deps) messageformat2_formatter.cpp (deps) messageformat2_evaluation.cpp (deps) messageformat2_errors.cpp (deps) messageformat2_data_model.cpp (deps) messageformat2_checker.cpp (deps) messageformat2_arguments.cpp (deps) messageformat2.cpp (deps) msgfmt.cpp (deps) measure.cpp (deps) measunit_extra.cpp (deps) measunit.cpp (deps) measfmt.cpp (deps) listformatter.cpp (deps) japancal.cpp (deps) iso8601cal.cpp (deps) islamcal.cpp (deps) inputext.cpp (deps) indiancal.cpp (deps) hebrwcal.cpp (deps) gregoimp.cpp (deps) gregocal.cpp (deps) gender.cpp (deps) funcrepl.cpp (deps) fpositer.cpp (deps) fphdlimp.cpp (deps) formattedvalue.cpp (deps) formattedval_sbimpl.cpp (deps) formattedval_iterimpl.cpp (deps) formatted_string_builder.cpp (deps) format.cpp (deps) fmtable_cnv.cpp (deps) fmtable.cpp (deps) ethpccal.cpp (deps) esctrn.cpp (deps) erarules.cpp (deps) dtrule.cpp (deps) dtptngen.cpp (deps) dtitvinf.cpp (deps) dtitvfmt.cpp (deps) dtfmtsym.cpp (deps) double-conversion-strtod.cpp (deps) double-conversion-string-to-double.cpp (deps) double-conversion-fast-dtoa.cpp (deps) double-conversion-double-to-string.cpp (deps) double-conversion-cached-powers.cpp (deps) double-conversion-bignum.cpp (deps) double-conversion-bignum-dtoa.cpp (deps) displayoptions.cpp (deps) decimfmt.cpp (deps) decNumber.cpp (deps) decContext.cpp (deps) dcfmtsym.cpp (deps) dayperiodrules.cpp (deps) datefmt.cpp (deps) dangical.cpp (deps) currunit.cpp (deps) currpinf.cpp (deps) currfmt.cpp (deps) curramt.cpp (deps) csrutf8.cpp (deps) csrucode.cpp (deps) csrsbcs.cpp (deps) csrmbcs.cpp (deps) csrecog.cpp (deps) csr2022.cpp (deps) csmatch.cpp (deps) csdetect.cpp (deps) cpdtrans.cpp (deps) coptccal.cpp (deps) compactdecimalformat.cpp (deps) collationweights.cpp (deps) collationtailoring.cpp (deps) collationsettings.cpp (deps) collationsets.cpp (deps) collationruleparser.cpp (deps) collationrootelements.cpp (deps) collationroot.cpp (deps) collationkeys.cpp (deps) collationiterator.cpp (deps) collationfcd.cpp (deps) collationfastlatinbuilder.cpp (deps) collationfastlatin.cpp (deps) collationdatawriter.cpp (deps) collationdatareader.cpp (deps) collationdatabuilder.cpp (deps) collationdata.cpp (deps) collationcompare.cpp (deps) collationbuilder.cpp (deps) collation.cpp (deps) coll.cpp (deps) coleitr.cpp (deps) choicfmt.cpp (deps) chnsecal.cpp (deps) cecal.cpp (deps) casetrn.cpp (deps) calendar.cpp (deps) buddhcal.cpp (deps) brktrans.cpp (deps) bocsu.cpp (deps) basictz.cpp (deps) astro.cpp (deps) anytrans.cpp (deps) alphaindex.cpp g++ ... alphaindex.cpp g++ ... anytrans.cpp g++ ... astro.cpp g++ ... basictz.cpp g++ ... bocsu.cpp g++ ... brktrans.cpp g++ ... buddhcal.cpp g++ ... calendar.cpp g++ ... casetrn.cpp g++ ... cecal.cpp g++ ... chnsecal.cpp g++ ... choicfmt.cpp g++ ... coleitr.cpp g++ ... coll.cpp g++ ... collation.cpp g++ ... collationbuilder.cpp g++ ... collationcompare.cpp g++ ... collationdata.cpp g++ ... collationdatabuilder.cpp g++ ... collationdatareader.cpp g++ ... collationdatawriter.cpp g++ ... collationfastlatin.cpp g++ ... collationfastlatinbuilder.cpp g++ ... collationfcd.cpp g++ ... collationiterator.cpp g++ ... collationkeys.cpp g++ ... collationroot.cpp g++ ... collationrootelements.cpp g++ ... collationruleparser.cpp g++ ... collationsets.cpp g++ ... collationsettings.cpp g++ ... collationtailoring.cpp g++ ... collationweights.cpp g++ ... compactdecimalformat.cpp g++ ... coptccal.cpp g++ ... cpdtrans.cpp g++ ... csdetect.cpp g++ ... csmatch.cpp g++ ... csr2022.cpp g++ ... csrecog.cpp g++ ... csrmbcs.cpp g++ ... csrsbcs.cpp g++ ... csrucode.cpp g++ ... csrutf8.cpp g++ ... curramt.cpp g++ ... currfmt.cpp g++ ... currpinf.cpp g++ ... currunit.cpp g++ ... dangical.cpp g++ ... datefmt.cpp g++ ... dayperiodrules.cpp g++ ... dcfmtsym.cpp g++ ... decContext.cpp g++ ... decNumber.cpp g++ ... decimfmt.cpp g++ ... displayoptions.cpp g++ ... double-conversion-bignum-dtoa.cpp g++ ... double-conversion-bignum.cpp g++ ... double-conversion-cached-powers.cpp g++ ... double-conversion-double-to-string.cpp g++ ... double-conversion-fast-dtoa.cpp g++ ... double-conversion-string-to-double.cpp g++ ... double-conversion-strtod.cpp g++ ... dtfmtsym.cpp g++ ... dtitvfmt.cpp g++ ... dtitvinf.cpp g++ ... dtptngen.cpp g++ ... dtrule.cpp g++ ... erarules.cpp g++ ... esctrn.cpp g++ ... ethpccal.cpp g++ ... fmtable.cpp g++ ... fmtable_cnv.cpp g++ ... format.cpp g++ ... formatted_string_builder.cpp g++ ... formattedval_iterimpl.cpp g++ ... formattedval_sbimpl.cpp g++ ... formattedvalue.cpp g++ ... fphdlimp.cpp g++ ... fpositer.cpp g++ ... funcrepl.cpp g++ ... gender.cpp g++ ... gregocal.cpp g++ ... gregoimp.cpp g++ ... hebrwcal.cpp g++ ... indiancal.cpp g++ ... inputext.cpp g++ ... islamcal.cpp g++ ... iso8601cal.cpp g++ ... japancal.cpp g++ ... listformatter.cpp g++ ... measfmt.cpp g++ ... measunit.cpp g++ ... measunit_extra.cpp g++ ... measure.cpp g++ ... msgfmt.cpp g++ ... messageformat2.cpp g++ ... messageformat2_arguments.cpp g++ ... messageformat2_checker.cpp g++ ... messageformat2_data_model.cpp g++ ... messageformat2_errors.cpp g++ ... messageformat2_evaluation.cpp g++ ... messageformat2_formatter.cpp g++ ... messageformat2_formattable.cpp g++ ... messageformat2_function_registry.cpp g++ ... messageformat2_parser.cpp g++ ... messageformat2_serializer.cpp g++ ... name2uni.cpp g++ ... nfrs.cpp g++ ... nfrule.cpp g++ ... nfsubs.cpp g++ ... nortrans.cpp g++ ... nultrans.cpp g++ ... number_affixutils.cpp g++ ... number_asformat.cpp g++ ... number_capi.cpp g++ ... number_compact.cpp g++ ... number_currencysymbols.cpp g++ ... number_decimalquantity.cpp g++ ... number_decimfmtprops.cpp g++ ... number_fluent.cpp g++ ... number_formatimpl.cpp g++ ... number_grouping.cpp g++ ... number_integerwidth.cpp g++ ... number_longnames.cpp g++ ... number_mapper.cpp g++ ... number_modifiers.cpp g++ ... number_multiplier.cpp g++ ... number_notation.cpp g++ ... number_output.cpp g++ ... number_padding.cpp g++ ... number_patternmodifier.cpp g++ ... number_patternstring.cpp g++ ... number_rounding.cpp g++ ... number_scientific.cpp g++ ... number_simple.cpp g++ ... number_skeletons.cpp g++ ... number_symbolswrapper.cpp g++ ... number_usageprefs.cpp g++ ... number_utils.cpp g++ ... numfmt.cpp g++ ... numparse_affixes.cpp g++ ... numparse_compositions.cpp g++ ... numparse_currency.cpp g++ ... numparse_decimal.cpp g++ ... numparse_impl.cpp g++ ... numparse_parsednumber.cpp g++ ... numparse_scientific.cpp g++ ... numparse_symbols.cpp g++ ... numparse_validators.cpp g++ ... numrange_capi.cpp g++ ... numrange_fluent.cpp g++ ... numrange_impl.cpp g++ ... numsys.cpp g++ ... olsontz.cpp g++ ... persncal.cpp g++ ... pluralranges.cpp g++ ... plurfmt.cpp g++ ... plurrule.cpp g++ ... quant.cpp g++ ... quantityformatter.cpp g++ ... rbnf.cpp g++ ... rbt.cpp g++ ... rbt_data.cpp g++ ... rbt_pars.cpp g++ ... rbt_rule.cpp g++ ... rbt_set.cpp g++ ... rbtz.cpp g++ ... regexcmp.cpp g++ ... regeximp.cpp g++ ... regexst.cpp g++ ... regextxt.cpp g++ ... region.cpp g++ ... reldatefmt.cpp g++ ... reldtfmt.cpp g++ ... rematch.cpp g++ ... remtrans.cpp g++ ... repattrn.cpp g++ ... rulebasedcollator.cpp g++ ... scientificnumberformatter.cpp g++ ... scriptset.cpp g++ ... search.cpp g++ ... selfmt.cpp g++ ... sharedbreakiterator.cpp g++ ... simpletz.cpp g++ ... smpdtfmt.cpp g++ ... smpdtfst.cpp g++ ... sortkey.cpp g++ ... standardplural.cpp g++ ... string_segment.cpp g++ ... strmatch.cpp g++ ... strrepl.cpp g++ ... stsearch.cpp g++ ... taiwncal.cpp g++ ... timezone.cpp g++ ... titletrn.cpp g++ ... tmunit.cpp g++ ... tmutamt.cpp g++ ... tmutfmt.cpp g++ ... tolowtrn.cpp g++ ... toupptrn.cpp g++ ... translit.cpp g++ ... transreg.cpp g++ ... tridpars.cpp g++ ... tzfmt.cpp g++ ... tzgnames.cpp g++ ... tznames.cpp g++ ... tznames_impl.cpp g++ ... tzrule.cpp g++ ... tztrans.cpp g++ ... ucal.cpp g++ ... ucln_in.cpp g++ ... ucol.cpp g++ ... ucol_res.cpp g++ ... ucol_sit.cpp g++ ... ucoleitr.cpp g++ ... ucsdet.cpp g++ ... udat.cpp g++ ... udateintervalformat.cpp g++ ... udatpg.cpp g++ ... ufieldpositer.cpp g++ ... uitercollationiterator.cpp g++ ... ulistformatter.cpp g++ ... ulocdata.cpp g++ ... umsg.cpp g++ ... unesctrn.cpp g++ ... uni2name.cpp g++ ... units_data.cpp g++ ... units_complexconverter.cpp g++ ... units_converter.cpp g++ ... units_router.cpp g++ ... unum.cpp g++ ... unumsys.cpp g++ ... upluralrules.cpp g++ ... uregex.cpp g++ ... uregexc.cpp g++ ... uregion.cpp g++ ... usearch.cpp g++ ... uspoof.cpp g++ ... uspoof_build.cpp g++ ... uspoof_conf.cpp g++ ... uspoof_impl.cpp g++ ... utf16collationiterator.cpp g++ ... utf8collationiterator.cpp g++ ... utmscale.cpp g++ ... utrans.cpp g++ ... vtzone.cpp g++ ... vzone.cpp g++ ... windtfmt.cpp g++ ... winnmfmt.cpp g++ ... wintzimpl.cpp g++ ... zonemeta.cpp g++ ... zrule.cpp g++ ... ztrans.cpp g++ ... alphaindex.cpp g++ ... anytrans.cpp g++ ... astro.cpp g++ ... basictz.cpp g++ ... bocsu.cpp g++ ... brktrans.cpp g++ ... buddhcal.cpp g++ ... calendar.cpp g++ ... casetrn.cpp g++ ... cecal.cpp g++ ... chnsecal.cpp g++ ... choicfmt.cpp g++ ... coleitr.cpp g++ ... coll.cpp g++ ... collation.cpp g++ ... collationbuilder.cpp g++ ... collationcompare.cpp g++ ... collationdata.cpp g++ ... collationdatabuilder.cpp g++ ... collationdatareader.cpp g++ ... collationdatawriter.cpp g++ ... collationfastlatin.cpp g++ ... collationfastlatinbuilder.cpp g++ ... collationfcd.cpp g++ ... collationiterator.cpp g++ ... collationkeys.cpp g++ ... collationroot.cpp g++ ... collationrootelements.cpp g++ ... collationruleparser.cpp g++ ... collationsets.cpp g++ ... collationsettings.cpp g++ ... collationtailoring.cpp g++ ... collationweights.cpp g++ ... compactdecimalformat.cpp g++ ... coptccal.cpp g++ ... cpdtrans.cpp g++ ... csdetect.cpp g++ ... csmatch.cpp g++ ... csr2022.cpp g++ ... csrecog.cpp g++ ... csrmbcs.cpp g++ ... csrsbcs.cpp g++ ... csrucode.cpp g++ ... csrutf8.cpp g++ ... curramt.cpp g++ ... currfmt.cpp g++ ... currpinf.cpp g++ ... currunit.cpp g++ ... dangical.cpp g++ ... datefmt.cpp g++ ... dayperiodrules.cpp g++ ... dcfmtsym.cpp g++ ... decContext.cpp g++ ... decNumber.cpp g++ ... decimfmt.cpp g++ ... displayoptions.cpp g++ ... double-conversion-bignum-dtoa.cpp g++ ... double-conversion-bignum.cpp g++ ... double-conversion-cached-powers.cpp g++ ... double-conversion-double-to-string.cpp g++ ... double-conversion-fast-dtoa.cpp g++ ... double-conversion-string-to-double.cpp g++ ... double-conversion-strtod.cpp g++ ... dtfmtsym.cpp g++ ... dtitvfmt.cpp g++ ... dtitvinf.cpp g++ ... dtptngen.cpp g++ ... dtrule.cpp g++ ... erarules.cpp g++ ... esctrn.cpp g++ ... ethpccal.cpp g++ ... fmtable.cpp g++ ... fmtable_cnv.cpp g++ ... format.cpp g++ ... formatted_string_builder.cpp g++ ... formattedval_iterimpl.cpp g++ ... formattedval_sbimpl.cpp g++ ... formattedvalue.cpp g++ ... fphdlimp.cpp g++ ... fpositer.cpp g++ ... funcrepl.cpp In file included from /usr/include/c++/10/string_view:42, from ../common/unicode/unistr.h:36, from unicode/translit.h:27, from funcrepl.cpp:17: /usr/include/c++/10/bits/functional_hash.h: In member function 'std::size_t std::hash::operator()(unsigned int) const': /usr/include/c++/10/bits/functional_hash.h:165:3: internal compiler error: Segmentation fault 165 | _Cxx_hashtable_define_trivial_hash(unsigned int) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Failed compilation command follows: ---------------------------------------------------------- g++ -D_REENTRANT -DU_HAVE_ELF_H=1 -I. -I../common -DU_ALL_IMPLEMENTATION -DU_ATTRIBUTE_DEPRECATED= -DU_I18N_IMPLEMENTATION -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++17 -c -DPIC -fPIC -o funcrepl.o funcrepl.cpp --- ( rebuild with "make VERBOSE=1 all" to show all parameters ) -------- make[4]: *** [../config/mh-linux:51: funcrepl.o] Error 1 make[4]: Leaving directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2/i18n' make[3]: *** [Makefile:153: all-recursive] Error 2 make[3]: Leaving directory '/mnt/disk/master/build_dir/hostpkg/icu4c-78.2' make[2]: *** [Makefile:174: /mnt/disk/master/build_dir/hostpkg/icu4c-78.2/.built] Error 2 time: package/feeds/packages/icu/host-compile#274.41#37.26#344.66