LinearTapeFileSystem / LinearTapeFileSystem/ltfs
make fails on OpenSUSE Tumbleweed 20260209
@Piloalucard is already working on this.
Since Mar 4, 2026.
- Dominant language
- C
- Stars
- 352
- Forks
- 110
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
The make step in the compilation instructions fails with the following error:
`
xml_writer.c:332:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
332 | int retry_count = 0;
| ^~~
`
**To Reproduce**
Steps to reproduce the behavior:
1. While running OpenSUSE Tumbleweed 20260209 clone the repository
2. Install all dependencies
3. run make after running both autoconf.sh and config
**Expected behavior**
make should successfully build the binaries
**Desktop (please complete the following information):**
- OS: OpenSUSE Tumbleweed 20260209
- Kernel: 6.18.9-1-default
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.