Debian Patches
Status for eta/1.0.1-1.1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| Fix-build-for-gcc-15.2.patch | Fix build for gcc 15.2 Looks like GCC 15 is stricter with type sigs - I've updated the header to fix the following: ``` cc -Wall -Isrc -c src/eta.c -o obj/eta.o src/eta.c: In function ‘main’: src/eta.c:44:30: error: too many arguments to function ‘compute_ratio_completed’; expected 0, have 3 44 | double ratio_completed = compute_ratio_completed( | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/eta.c:9: src/eta_calc.h:6:8: note: declared here 6 | double compute_ratio_completed(); | ^~~~~~~~~~~~~~~~~~~~~~~ ``` |
vemek <mark@vemek.co> | no | 2026-01-04 |
