diff options
author | Seth R. Johnson <johnsonsr@ornl.gov> | 2019-08-14 23:54:37 -0400 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-08-14 22:54:37 -0500 |
commit | 283f355b106a95a2cc99b6a3151d2fa3da61fe25 (patch) | |
tree | c51f050a59fc10d4a22e4701a92faa317923dbe0 /etc | |
parent | ae2ab920fb02cd8087c5c8588ea0b38feb62aef7 (diff) | |
download | spack-283f355b106a95a2cc99b6a3151d2fa3da61fe25.tar.gz spack-283f355b106a95a2cc99b6a3151d2fa3da61fe25.tar.bz2 spack-283f355b106a95a2cc99b6a3151d2fa3da61fe25.tar.xz spack-283f355b106a95a2cc99b6a3151d2fa3da61fe25.zip |
Update icu4c to version 64.1 (#12429)
Version 60.1 fails to build on linux with clang@7.0.1 and clang@8.0.0:
```
digitlst.cpp:508:9: error: use of undeclared identifier 'freelocale'
freelocale(gCLocale);
^
clang++ ... coll.cpp
digitlst.cpp:520:26: error: use of undeclared identifier 'LC_ALL_MASK'
gCLocale = newlocale(LC_ALL_MASK, "C", (locale_t)0);
^
clang++ ... sortkey.cpp
clang++ ... bocsu.cpp
clang++ ... ucoleitr.cpp
clang++ ... ucol.cpp
clang++ ... ucol_res.cpp
2 errors generated.
clang++ ... ucol_sit.cpp
clang++ ... collation.cpp
*** Failed compilation command follows:
----------------------------------------------------------
/projects/spack/lib/spack/env/clang/clang++ -D_REENTRANT
-DU_HAVE_ELF_H=1 -DU_HAVE_ATOMIC=1 -DU_HAVE_STRTOD_L=1
-DU_HAVE_XLOCALE_H=1 -I. -I../common -DU_ATTRIBUTE_DEPRECATED=
-DU_I18N_IMPLEMENTATION -std=c++11 -W -Wall -pedantic -Wpointer-arith
-Wwrite-strings -Wno-long-long -c -DPIC -fPIC -o digitlst.o digitlst.cpp
--- ( rebuild with "make VERBOSE=1 all" to show all parameters )
--------
make[1]: *** [digitlst.o] Error 1
make[1]: *** Waiting for unfinished jobs....
clang++ ... collationsettings.cpp
make[1]: Leaving directory
`/build/s3j-spack/spack-stage/spack-stage-k9ba3gqo/spack-src/source/i18n'
make: *** [all-recursive] Error 2
```
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions