this post was submitted on 27 Jan 2024
7 points (100.0% liked)

Gentoo Linux

479 readers
10 users here now

The Gentoo Linux community for discussions, tips and tricks, and general kernel compiling

founded 1 year ago
MODERATORS
 

What causes the tremendous amount of rebuilds when a new version of ICU is released?

It always seems to be a problem and takes weeks before it seemingly disappears on its own...

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 7 months ago

ICU is a Unicode support library. As such, it tends to be looped into any program or library that needs to do things like figure out the length of a piece of text in character glyphs. Which is a lot of programs and libraries, including some monsters like boost and qt that are picky about their dep versioning.