Package Details: mingw-w64-icu 74.2-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-icu.git (read-only, click to copy)
Package Base: mingw-w64-icu
Description: International Components for Unicode library (mingw-w64)
Upstream URL: https://icu.unicode.org/
Keywords: icu mingw mingw-w64
Licenses: custom
Submitter: xantares
Maintainer: pingplug
Last Packager: pingplug
Votes: 16
Popularity: 0.000000
First Submitted: 2013-10-17 08:42 (UTC)
Last Updated: 2024-02-29 06:27 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

hzy199411 commented on 2016-05-01 12:32 (UTC)

@osfans, Try this patch to force build with gcc: --- PKGBUILD.OLD 2016-04-18 04:20:25.000000000 +0800 +++ PKGBUILD 2016-05-01 10:25:37.276995304 +0800 @@ -60,12 +60,12 @@ cd icu/source mkdir -p nativebuild && pushd nativebuild CFLAGS=-fno-stack-protector - ../configure --enable-static --disable-shared + CC=gcc CXX=g++ ../configure --enable-static --disable-shared make popd for _arch in ${_architectures}; do mkdir build-${_arch} && pushd build-${_arch} - ${_arch}-configure \ + CC=${_arch}-gcc CXX=${_arch}-g++ ${_arch}-configure \ --with-cross-build=$PWD/../nativebuild \ --with-data-packaging=library \ --disable-rpath \

Schala commented on 2016-04-27 22:31 (UTC)

I used GCC, not Clang. Try GCC

osfans commented on 2016-04-27 05:57 (UTC)

build break. uresbund.o: In function `ures_getFunctionalEquivalent_57': /tmp/yaourt-tmp-kyle/aur-mingw-w64-icu/src/icu/source/build-i686-w64-mingw32/common/../../common/uresbund.cpp:2530: undefined reference to `_alloca' uresbund.o: In function `ures_getKeywordValues_57': /tmp/yaourt-tmp-kyle/aur-mingw-w64-icu/src/icu/source/build-i686-w64-mingw32/common/../../common/uresbund.cpp:2833: undefined reference to `_alloca' /usr/i686-w64-mingw32/lib/libmingw32.a(lib32_libmingw32_a-pseudo-reloc.o): In function `pei386_runtime_relocator': /build/mingw-w64-crt/src/mingw-w64-v4.0.6/mingw-w64-crt/crt/pseudo-reloc.c:476: undefined reference to `__chkstk_ms' /usr/i686-w64-mingw32/lib/libmingwex.a(lib32_libmingwex_a-mingw_pformat.o): In function `_pformat_emit_radix_point': /build/mingw-w64-crt/src/mingw-w64-v4.0.6/mingw-w64-crt/stdio/mingw_pformat.c:1183: undefined reference to `__chkstk_ms' /usr/i686-w64-mingw32/lib/libmingwex.a(lib32_libmingwex_a-mingw_pformat.o): In function `_pformat_int': /build/mingw-w64-crt/src/mingw-w64-v4.0.6/mingw-w64-crt/stdio/mingw_pformat.c:685: undefined reference to `__chkstk_ms' /usr/i686-w64-mingw32/lib/libmingwex.a(lib32_libmingwex_a-mingw_pformat.o): In function `_pformat_xint': /build/mingw-w64-crt/src/mingw-w64-v4.0.6/mingw-w64-crt/stdio/mingw_pformat.c:860: undefined reference to `__chkstk_ms' clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:208: recipe for target '../lib/libicuuc57.dll' failed make[1]: *** [../lib/libicuuc57.dll] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-kyle/aur-mingw-w64-icu/src/icu/source/build-i686-w64-mingw32/common' Makefile:143: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 2

ant32 commented on 2015-03-01 06:35 (UTC)

Isn't that just nice :( I orphaned it which I had planned to do right away. I'll fix it next week sometime if you or somebody else doesn't.

Schala commented on 2015-02-28 20:35 (UTC)

sbin shouldn't be installed and there's a static library in the ${_arch}/bin folders

ant32 commented on 2015-02-15 03:20 (UTC)

MSYS is updated to 54.1. Take a look at https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-icu if you want to try updating. I'll do it in the coming days if no one does. I am not interested in maintaining this package since I don't use it.

pha-qu commented on 2015-02-13 23:41 (UTC)

@Schala & ant32: Maintainer: None Last Packager: None Guess that's an orphan then

Schala commented on 2015-02-07 08:02 (UTC)

sbin directory isn't needed.

ant32 commented on 2015-01-16 05:40 (UTC)

I did not try updating. I noticed both msys2 and fedora hadn't updated their's yet so I won't hold it against you.