Package Details: icu73 73.2-5

Git Clone URL: https://aur.archlinux.org/icu73.git (read-only, click to copy)
Package Base: icu73
Description: International Components for Unicode library (version 73)
Upstream URL: https://icu.unicode.org/
Licenses: custom:icu
Conflicts: icu73-bin
Provides: libicudata.so, libicui18n.so, libicuio.so, libicutest.so, libicutu.so, libicuuc.so
Submitter: birdspider
Maintainer: None
Last Packager: birdspider
Votes: 0
Popularity: 0.000000
First Submitted: 2024-01-08 17:09 (UTC)
Last Updated: 2024-10-28 19:07 (UTC)

Required by (59)

Sources (2)

Latest Comments

birdspider commented on 2025-01-12 18:05 (UTC)

@dreieck, I took a look, and a) don't know how and b) icu73 not needed by me anymore.

dreieck commented on 2025-01-12 15:50 (UTC)

Can you also add the header files (/usr/include/unicode-73/*) for icu73?

dreieck commented on 2025-01-12 15:38 (UTC) (edited on 2025-01-12 15:39 (UTC) by dreieck)

Can you please add pkg-config .pc files for icu73?

I currently fail to manually feed icu73 instead of the latest version of icu into a cmake project without this.

Regards!

applebloom commented on 2024-10-27 08:30 (UTC) (edited on 2024-10-27 08:31 (UTC) by applebloom)

The package currently fails to build because a buffer overflow is detected (there's a message buffer overflow detected in the log) during tests. Build succeeds, so you could workaround this by disabling check, or you can disable overflow detection in CFLAGS I think. I did neither, I just installed the icu73-bin package for now.

birdspider commented on 2024-01-17 15:28 (UTC)

@joeleg

Hi, i cannot reproduce this with LC_ALL=C or LC_ALL=de_AT.UTF-8, so: what locale are you using, and which test failed because intltest is only the category/group

joeleg commented on 2024-01-17 14:59 (UTC)

Hi,

I'm getting the build to fail with its check. Here is the error message:


| *** FAILING TEST SUMMARY FOR: intltest testLocale icuserv | *** END FAILING TEST SUMMARY FOR: intltest


ALL TESTS SUMMARY: ok: testdata iotest cintltst ===== ERRS: intltest

I'm wondering if you can look into this error. Thanks