Add support for more libicu versions#115374
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR expands support for additional libicu versions in the Debian installer by updating the dependency definition to include versions 78, 77, 76, and 72.
- Expanded libicu version support beyond version 72.
- Updates the dependency list to include multiple semicolon-delimited version numbers.
Comments suppressed due to low confidence (1)
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-debian.proj:10
- Confirm that the semicolon-delimited list of versions and their ordering is correctly processed by the dependency resolution logic, ensuring that the intended priority is maintained.
<KnownLibIcuVersion Include="78;77;76;72" />
Hello, as per this bug I filed on the SDK repo, this problem is still outstanding on 9.0 (and I assume 8.0). This means that all versions of dotnet which there are public installation instructions for, are non-installable on Trixie— which is the current Is there a timeline for the 8.0/9.0 fixes? Thanks |
|
just found this bug report.. seems still not fixed. when i run sidekicks appimage, i get the error that i have to install .net on linux. but that fails because of this. |
Fixes: #115274
Debian Trixie package repository was updated to include just
libicu76. We requirelibicu72.Besides version 76, this PR also adds versions 77 and 78, to limit the need to change this file often.
Will also prepare fixes for 9.0 and 8.0.