Debian Patches
Status for thesias/3.1.1-4
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fixup-implicit-function-declaration.patch | fix FTBFS with implicit-function-declaration | Chirag Sukhala | yes | debian | 2024-07-28 | |
gcc-15.patch | src/*.c: fix initfreq and thesiasRun declarations. Thesias is affected by build failures with gcc-15, revealing issues in the declaration of thesiasRun and initfreq, e.g.: . src/thesiaslib.c:58:24: warning: passing argument 1 of ‘thesiasRun’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 58 | i = thesiasRun(cFileName, | ^~~~~~~~~ src/thesiaslib.c:29:23: note: expected ‘char *’ but argument is of type ‘const char *’ 29 | extern int thesiasRun(char*, int, int, int*, int, int, int, int, int, int, int, int, int, int*, int, int); | ^~~~~ . This change slightly adjusts the missing items in thesiasRun and initfreq functions declarations. |
Étienne Mollier <emollier@debian.org> | yes | debian | 2025-09-23 |