LinearTapeFileSystem / LinearTapeFileSystem/ltfs
Build Repositories need to remove icu-config dummy after configure.ac fix
Open
@Rolaxgar97 is already working on this.
Since Aug 17, 2026.
- Dominant language
- C
- Stars
- 352
- Forks
- 110
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 2
Description
If the open PR #597 merges with the project, all the build repositories that contain the next line should remove it since the fix makes it obsolete and dead code.
```Dockerfile
COPY icu-config /usr/bin/icu-config
```
The fix implements a fallback for when icu-config is not present and uses the new names "icu-uc" "icu-i18n" to verify them, making the dummy script deprecated.
The dummy file for patching the issue icu-config should also be removed after updating the Build Repositories.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.