The ppc64le architecture needs the following change to install itself properly. Index: icu/icu-config.sh =================================================================== --- icu.orig/icu-config.sh +++ icu/icu-config.sh @@ -1,7 +1,7 @@ #!/bin/sh OOO_ARCH=$(uname -m) case $OOO_ARCH in - x86_64 | s390x | ppc64 | sparc64 | aarch64) + x86_64 | s390x | ppc64 | sparc64 | aarch64 | ppc64le ) bits=64 ;; * )
Thanks, I'll add this when doing the next upgrade, see bug 1049265.
icu-52.1-1.fc21