Dear Maintainer, Your package fails to build with clang instead of gcc. [-Wreturn-type] The attached patch fixes it. Buildlogs and patch are here: https://github.com/nonas/debian-clang/tree/master/buildlogs/dvi2ps Regards, Nicolas
On 03.09.14 Nicolas Sévelin-Radiguet (nicosr@free.fr) wrote: Hello Nicolas, sorry, late response! While working on recovering the dvi2ps package we tried to apply your patch, but noticed that it does not compile using GGC 14 after application. Is the request still valid? Hilmar
Hi, No idea, it has been a while. As long as it builds fine for both GCC and clang, I do not care. Unfortunately, I do not plan to spend time on updating this patch. You can discard it if it helps. Cheers, Nicolas
On 03.09.14 Nicolas Sévelin-Radiguet (nicosr@free.fr) wrote:
Hello,
Unfortunately the patch breaks the build with gcc 14, hence I remove
the tag patch and add tag help. When trying to build the upcoming
version dvi2ps_5.1j-2 using clang 19 it still fails, but one gets a
different message e.g.:
dviconv.c:256:6: error: conflicting types for 'setdir'
256 | void setdir(d)
| ^
gcc spits the same message, but there it is just a warning.
The bug report is still valid.
Hilmar