epstool-3.08 (and likely earlier versions) does not compile with gcc-4.3, apparently due to an upstream mistake. I'll be attaching the patch. Reproducible: Always Steps to Reproduce:
Created attachment 182299 [details, diff] patch
This should block bug 198121 instead of 249226. 249226 is reserved for GCC 4.4 issues; 198121 is appropriate for 4.3.
Done, thanks for the patch.
DFORTIY_SOURCE failure. Changing tracker bug. ./src/epstool.c: In function ‘app_log’: ./src/epstool.c:2469: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result In function ‘open’, inlined from ‘exec_program’ at ./src/epstool.c:2827: /usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments In function ‘open’, inlined from ‘exec_program’ at ./src/epstool.c:2835: /usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments make: *** [epsobj/epstool.o] Error 1