configure: WARNING: unrecognized options: --disable-silent-rules
configure: WARNING: unrecognized options: --disable-silent-rules
In file included from collationdatabuilder.cpp:33:
In constructor ‘icu_78::CollationIterator::CollationIterator(const icu_78::CollationData*, UBool)’,
    inlined from ‘icu_78::DataBuilderCollationIterator::DataBuilderCollationIterator(icu_78::CollationDataBuilder&)’ at collationdatabuilder.cpp:169:28:
collationiterator.h:91:23: warning: ‘((const icu_78::CollationData*)((char*)this + 112))[2].icu_78::CollationData::trie’ is used uninitialized [-Wuninitialized]
   91 |             : trie(d->trie),
      |                    ~~~^~~~
decNumber.cpp: In function ‘decNumber* uprv_decNumberSquareRoot_78(decNumber*, const decNumber*, decContext*)’:
decNumber.cpp:2974:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 2974 |         t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2;
      |                      ~~~~~~~~~^~
In file included from decNumber.cpp:184:
decNumber.h:89:19: note: at offset 1 into destination object ‘decNumber::lsu’ of size 1
   89 |     decNumberUnit lsu[DECNUMUNITS];
      |                   ^~~
decNumber.cpp:2974:44: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 2974 |         t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2;
      |                                   ~~~~~~~~~^~
decNumber.h:89:19: note: at offset 2 into destination object ‘decNumber::lsu’ of size 1
   89 |     decNumberUnit lsu[DECNUMUNITS];
      |                   ^~~
number_mapper.cpp: In static member function ‘static icu_78::number::impl::MacroProps icu_78::number::impl::NumberPropertyMapper::oldToNew(const icu_78::number::impl::DecimalFormatProperties&, const icu_78::DecimalFormatSymbols&, icu_78::number::impl::DecimalFormatWarehouse&, icu_78::number::impl::DecimalFormatProperties*, UErrorCode&)’:
number_mapper.cpp:135:49: warning: ‘currencyUsage’ may be used uninitialized [-Wmaybe-uninitialized]
  135 |         precision = Precision::constructCurrency(currencyUsage).withCurrency(currency);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
number_mapper.cpp:78:20: note: ‘currencyUsage’ was declared here
   78 |     UCurrencyUsage currencyUsage;
      |                    ^~~~~~~~~~~~~
ctest.c: In function ‘addTest’:
ctest.c:185:9: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  185 |         strncpy( newNode->name, name, nameLen );
      |         ^
In function ‘getNextLevel’,
    inlined from ‘getNextLevel’ at ctest.c:153:13,
    inlined from ‘addTestNode’ at ctest.c:255:17,
    inlined from ‘addTest’ at ctest.c:218:15:
ctest.c:170:25: note: length computed here
  170 |         *nameLen = (int)strlen(name);
      |                         ^~~~~~~~~~~~
ar: creating uconvmsg/libuconvmsg.a
Plugins are disabled.
escapesrc: ./test-nochange.cpp -> ./output-nochange.cpp
escapesrc: ./test-simple.cpp -> ./output-simple.cpp
.................
----------------------------------------------------------------------
Ran 17 tests in 0.087s

OK
mkdir: cannot create directory ‘../../test/testdata/out’: File exists
In file included from ../../common/unicode/utf.h:249,
                 from ../../common/unicode/utypes.h:44,
                 from utf16tst.c:18:
utf16tst.c: In function ‘TestNulTerminated’:
../../common/unicode/utf16.h:434:23: warning: array subscript -2 is below array bounds of ‘const UChar[7]’ {aka ‘const short unsigned int[7]’} [-Warray-bounds=]
  434 |     if(U16_IS_LEAD((s)[(i)++]) && (i)!=(length) && U16_IS_TRAIL((s)[i])) { \
      |                       ^
../../common/unicode/utf16.h:59:27: note: in definition of macro ‘U16_IS_LEAD’
   59 | #define U16_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
      |                           ^
../../common/unicode/utf16.h:477:9: note: in expansion of macro ‘U16_FWD_1’
  477 |         U16_FWD_1(s, i, length); \
      |         ^~~~~~~~~
utf16tst.c:451:9: note: in expansion of macro ‘U16_FWD_N’
  451 |         U16_FWD_N(input, k, -1, cpIndex);
      |         ^~~~~~~~~
utf16tst.c:402:24: note: while referencing ‘input’
  402 |     static const UChar input[]={
      |                        ^~~~~
In file included from ../../common/unicode/utf.h:248,
                 from ../../common/unicode/utypes.h:44,
                 from utf8tst.c:20:
utf8tst.c: In function ‘TestNulTerminated’:
../../common/unicode/utf8.h:534:20: warning: array subscript -2 is below array bounds of ‘const uint8_t[23]’ {aka ‘const unsigned char[23]’} [-Warray-bounds=]
  534 |     uint8_t __b=(s)[(i)++]; \
      |                 ~~~^~~~~~~
../../common/unicode/utf8.h:594:9: note: in expansion of macro ‘U8_FWD_1’
  594 |         U8_FWD_1(s, i, length); \
      |         ^~~~~~~~
utf8tst.c:519:9: note: in expansion of macro ‘U8_FWD_N’
  519 |         U8_FWD_N(input, k, -1, cpIndex);
      |         ^~~~~~~~
utf8tst.c:456:26: note: while referencing ‘input’
  456 |     static const uint8_t input[]={
      |                          ^~~~~
configure: WARNING: unrecognized options: --disable-silent-rules
configure: WARNING: unrecognized options: --disable-silent-rules
In file included from collationdatabuilder.cpp:33:
In constructor ‘icu_78::CollationIterator::CollationIterator(const icu_78::CollationData*, UBool)’,
    inlined from ‘icu_78::DataBuilderCollationIterator::DataBuilderCollationIterator(icu_78::CollationDataBuilder&)’ at collationdatabuilder.cpp:169:28:
collationiterator.h:91:23: warning: ‘((const icu_78::CollationData*)((char*)this + 32))[4].icu_78::CollationData::trie’ is used uninitialized [-Wuninitialized]
   91 |             : trie(d->trie),
      |                    ~~~^~~~
decNumber.cpp: In function ‘decNumber* uprv_decNumberSquareRoot_78(decNumber*, const decNumber*, decContext*)’:
decNumber.cpp:2974:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 2974 |         t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2;
      |                      ~~~~~~~~~^~
In file included from decNumber.cpp:184:
decNumber.h:89:19: note: at offset 1 into destination object ‘decNumber::lsu’ of size 1
   89 |     decNumberUnit lsu[DECNUMUNITS];
      |                   ^~~
decNumber.cpp:2974:44: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 2974 |         t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2;
      |                                   ~~~~~~~~~^~
decNumber.h:89:19: note: at offset 2 into destination object ‘decNumber::lsu’ of size 1
   89 |     decNumberUnit lsu[DECNUMUNITS];
      |                   ^~~
number_mapper.cpp: In static member function ‘static icu_78::number::impl::MacroProps icu_78::number::impl::NumberPropertyMapper::oldToNew(const icu_78::number::impl::DecimalFormatProperties&, const icu_78::DecimalFormatSymbols&, icu_78::number::impl::DecimalFormatWarehouse&, icu_78::number::impl::DecimalFormatProperties*, UErrorCode&)’:
number_mapper.cpp:135:49: warning: ‘currencyUsage’ may be used uninitialized [-Wmaybe-uninitialized]
  135 |         precision = Precision::constructCurrency(currencyUsage).withCurrency(currency);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
number_mapper.cpp:78:20: note: ‘currencyUsage’ was declared here
   78 |     UCurrencyUsage currencyUsage;
      |                    ^~~~~~~~~~~~~
package.cpp: In member function ‘void icu_78::Package::setItemCapacity(int32_t)’:
package.cpp:1292:65: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat=]
 1292 |     fprintf(stderr, "icupkg: Out of memory trying to allocate %lu bytes for %d items\n",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long unsigned int
      |                                                               %u
 1293 |         max * sizeof(items[0]), max);
      |         ~~~~~~~~~~~~~~~~~~~~~~                                   
      |             |
      |             unsigned int
ctest.c: In function ‘addTest’:
ctest.c:185:9: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  185 |         strncpy( newNode->name, name, nameLen );
      |         ^
In function ‘getNextLevel’,
    inlined from ‘getNextLevel’ at ctest.c:153:13,
    inlined from ‘addTestNode’ at ctest.c:255:17,
    inlined from ‘addTest’ at ctest.c:218:15:
ctest.c:170:25: note: length computed here
  170 |         *nameLen = (int)strlen(name);
      |                         ^~~~~~~~~~~~
ar: creating uconvmsg/libuconvmsg.a
Plugins are disabled.
escapesrc: ./test-nochange.cpp -> ./output-nochange.cpp
escapesrc: ./test-simple.cpp -> ./output-simple.cpp
.................
----------------------------------------------------------------------
Ran 17 tests in 0.028s

OK
mkdir: cannot create directory ‘../../test/testdata/out’: File exists
mkdir: cannot create directory ‘../../test/testdata/out/testdata’: File exists
In file included from ../../common/unicode/utf.h:249,
                 from ../../common/unicode/utypes.h:44,
                 from utf16tst.c:18:
utf16tst.c: In function ‘TestNulTerminated’:
../../common/unicode/utf16.h:434:23: warning: array subscript -2 is below array bounds of ‘const UChar[7]’ {aka ‘const short unsigned int[7]’} [-Warray-bounds=]
  434 |     if(U16_IS_LEAD((s)[(i)++]) && (i)!=(length) && U16_IS_TRAIL((s)[i])) { \
      |                       ^
../../common/unicode/utf16.h:59:27: note: in definition of macro ‘U16_IS_LEAD’
   59 | #define U16_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
      |                           ^
../../common/unicode/utf16.h:477:9: note: in expansion of macro ‘U16_FWD_1’
  477 |         U16_FWD_1(s, i, length); \
      |         ^~~~~~~~~
utf16tst.c:451:9: note: in expansion of macro ‘U16_FWD_N’
  451 |         U16_FWD_N(input, k, -1, cpIndex);
      |         ^~~~~~~~~
utf16tst.c:402:24: note: while referencing ‘input’
  402 |     static const UChar input[]={
      |                        ^~~~~
In file included from ../../common/unicode/utf.h:248,
                 from ../../common/unicode/utypes.h:44,
                 from utf8tst.c:20:
utf8tst.c: In function ‘TestNulTerminated’:
../../common/unicode/utf8.h:534:20: warning: array subscript -2 is below array bounds of ‘const uint8_t[23]’ {aka ‘const unsigned char[23]’} [-Warray-bounds=]
  534 |     uint8_t __b=(s)[(i)++]; \
      |                 ~~~^~~~~~~
../../common/unicode/utf8.h:594:9: note: in expansion of macro ‘U8_FWD_1’
  594 |         U8_FWD_1(s, i, length); \
      |         ^~~~~~~~
utf8tst.c:519:9: note: in expansion of macro ‘U8_FWD_N’
  519 |         U8_FWD_N(input, k, -1, cpIndex);
      |         ^~~~~~~~
utf8tst.c:456:26: note: while referencing ‘input’
  456 |     static const uint8_t input[]={
      |                          ^~~~~
make[2]: *** [Makefile:120: check-local] Error 18
make[2]: Target 'check' not remade because of errors.
make[1]: *** [Makefile:91: check-recursive] Error 1
make[1]: Target 'check' not remade because of errors.
make: *** [Makefile:153: check-recursive] Error 2
make: Target 'check' not remade because of errors.
dosed method has not changed file '/var/pisi/icu4c-78.2-15/install/usr/lib32/icu/78.2/Makefile.inc'.
dosed method has not changed file '/var/pisi/icu4c-78.2-15/install/usr/bin/icu-config-32'.
dosed method has not changed file '/var/pisi/icu4c-78.2-15/install/usr/lib32/icu/78.2/Makefile.inc'.
dosed method has not changed file '/var/pisi/icu4c-78.2-15/install/usr/bin/icu-config-32'.
*** 0 error(s), 4 warning(s)