Hi,
Today I upgraded my archlinux32 box (`# pacman -Syu`) and ran into a
few problems:
1. Compiling `netatalk-3.2.0-5` fails with a linkage error:
`libxml2.so.2` requires `libicuuc.so.74`, which is not found, so there
are undefined references;
2. The `afpd` service of `netatalk-3.2.0-4` stopped working.
For both issues, I am attaching explanatory logs.
Downgrading `icu` from `75.1-1.0` back to `74.2-2.0` resolves both
errors: `netatalk-3.2.0-5` now compiles, and both `netatalk-3.2.0-4`
as well as `netatalk-3.2.0-5` are working fine.
The upgrade of `icu` from `74.2-2.0` to `75.1-1.0` was part of today's
maintenance upgrade.
I speculate that `libxml2` needs an update to reflect the upgrade of `icu`?
Friedrich