=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/print/img2eps", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for img2eps-0.2nb19 --- config.h --- --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in doc Making all in src --- epsf.o --- --- exceptions.o --- --- epsf.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT epsf.o -MD -MP -MF ".deps/epsf.Tpo" -c -o epsf.o epsf.c; then mv -f ".deps/epsf.Tpo" ".deps/epsf.Po"; else rm -f ".deps/epsf.Tpo"; exit 1; fi --- exceptions.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT exceptions.o -MD -MP -MF ".deps/exceptions.Tpo" -c -o exceptions.o exceptions.c; then mv -f ".deps/exceptions.Tpo" ".deps/exceptions.Po"; else rm -f ".deps/exceptions.Tpo"; exit 1; fi --- img2eps.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT img2eps.o -MD -MP -MF ".deps/img2eps.Tpo" -c -o img2eps.o img2eps.c; then mv -f ".deps/img2eps.Tpo" ".deps/img2eps.Po"; else rm -f ".deps/img2eps.Tpo"; exit 1; fi --- image.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT image.o -MD -MP -MF ".deps/image.Tpo" -c -o image.o image.c; then mv -f ".deps/image.Tpo" ".deps/image.Po"; else rm -f ".deps/image.Tpo"; exit 1; fi --- im_convert.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT im_convert.o -MD -MP -MF ".deps/im_convert.Tpo" -c -o im_convert.o im_convert.c; then mv -f ".deps/im_convert.Tpo" ".deps/im_convert.Po"; else rm -f ".deps/im_convert.Tpo"; exit 1; fi --- im_gif.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -MT im_gif.o -MD -MP -MF ".deps/im_gif.Tpo" -c -o im_gif.o im_gif.c; then mv -f ".deps/im_gif.Tpo" ".deps/im_gif.Po"; else rm -f ".deps/im_gif.Tpo"; exit 1; fi --- im_convert.o --- In file included from im_convert.c:42: image.h:215:5: error: initialization of 'void (*)(image *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 215 | (void (*)())name##_close, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:215:5: note: (near initialization for 'conv_functions.close') 215 | (void (*)())name##_close, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:216:5: error: initialization of 'char * (*)(image *)' from incompatible pointer type 'char * (*)(void)' [-Wincompatible-pointer-types] 216 | (char *(*)())name##_get_palette, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:216:5: note: (near initialization for 'conv_functions.get_palette') 216 | (char *(*)())name##_get_palette, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:197:33: error: initialization of 'int (*)(image *, char **)' from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types] 197 | #define IMAGE_METH_RAW(name) (int (*)())name##_raw_read | ^ image.h:218:5: note: in expansion of macro 'IMAGE_METH_RAW' 218 | IMAGE_METH_RAW(name), \ | ^~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:197:33: note: (near initialization for 'conv_functions.raw_read') 197 | #define IMAGE_METH_RAW(name) (int (*)())name##_raw_read | ^ image.h:218:5: note: in expansion of macro 'IMAGE_METH_RAW' 218 | IMAGE_METH_RAW(name), \ | ^~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:198:33: error: initialization of 'void (*)(image *, int)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 198 | #define IMAGE_METH_RAWF(name) (void (*)())name##_raw_read_finish | ^ image.h:219:5: note: in expansion of macro 'IMAGE_METH_RAWF' 219 | IMAGE_METH_RAWF(name), \ | ^~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:198:33: note: (near initialization for 'conv_functions.raw_read_finish') 198 | #define IMAGE_METH_RAWF(name) (void (*)())name##_raw_read_finish | ^ image.h:219:5: note: in expansion of macro 'IMAGE_METH_RAWF' 219 | IMAGE_METH_RAWF(name), \ | ^~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:196:33: error: initialization of 'void (*)(image *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 196 | #define IMAGE_METH_RAWS(name) (void (*)())name##_raw_read_start | ^ image.h:220:5: note: in expansion of macro 'IMAGE_METH_RAWS' 220 | IMAGE_METH_RAWS(name), \ | ^~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:196:33: note: (near initialization for 'conv_functions.raw_read_start') 196 | #define IMAGE_METH_RAWS(name) (void (*)())name##_raw_read_start | ^ image.h:220:5: note: in expansion of macro 'IMAGE_METH_RAWS' 220 | IMAGE_METH_RAWS(name), \ | ^~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:221:5: error: initialization of 'int (*)(image *, char **)' from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types] 221 | (int (*)())name##_read, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:221:5: note: (near initialization for 'conv_functions.read') 221 | (int (*)())name##_read, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:222:5: error: initialization of 'void (*)(image *, int)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 222 | (void (*)())name##_read_finish, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:222:5: note: (near initialization for 'conv_functions.read_finish') 222 | (void (*)())name##_read_finish, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:223:5: error: initialization of 'void (*)(image *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 223 | (void (*)())name##_read_start, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:223:5: note: (near initialization for 'conv_functions.read_start') 223 | (void (*)())name##_read_start, \ | ^ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:172:33: error: initialization of 'int (*)(image *, int, const image_cspace *)' from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types] 172 | #define IMAGE_METH_CSPACE(name) (int (*)())name##_set_cspace | ^ image.h:224:5: note: in expansion of macro 'IMAGE_METH_CSPACE' 224 | IMAGE_METH_CSPACE(name), \ | ^~~~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:172:33: note: (near initialization for 'conv_functions.set_cspace') 172 | #define IMAGE_METH_CSPACE(name) (int (*)())name##_set_cspace | ^ image.h:224:5: note: in expansion of macro 'IMAGE_METH_CSPACE' 224 | IMAGE_METH_CSPACE(name), \ | ^~~~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:180:33: error: initialization of 'int (*)(image *, int, int)' from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types] 180 | #define IMAGE_METH_SCALE(name) (int (*)())name##_set_size | ^ image.h:225:5: note: in expansion of macro 'IMAGE_METH_SCALE' 225 | IMAGE_METH_SCALE(name) \ | ^~~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ image.h:180:33: note: (near initialization for 'conv_functions.set_size') 180 | #define IMAGE_METH_SCALE(name) (int (*)())name##_set_size | ^ image.h:225:5: note: in expansion of macro 'IMAGE_METH_SCALE' 225 | IMAGE_METH_SCALE(name) \ | ^~~~~~~~~~~~~~~~ im_convert.c:69:1: note: in expansion of macro 'IMAGE_DECLARE' 69 | IMAGE_DECLARE(conv); | ^~~~~~~~~~~~~ --- im_gif.o --- In file included from im_gif.c:53: image.h:215:5: error: initialization of 'void (*)(image *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 215 | (void (*)())name##_close, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:215:5: note: (near initialization for 'gif_functions.close') 215 | (void (*)())name##_close, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:216:5: error: initialization of 'char * (*)(image *)' from incompatible pointer type 'char * (*)(void)' [-Wincompatible-pointer-types] 216 | (char *(*)())name##_get_palette, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:216:5: note: (near initialization for 'gif_functions.get_palette') 216 | (char *(*)())name##_get_palette, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:187:33: error: initialization of 'int (*)(image *, char **)' from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types] 187 | #define IMAGE_METH_RAW(name) (int (*)())_image_notsup_raw | ^ image.h:218:5: note: in expansion of macro 'IMAGE_METH_RAW' 218 | IMAGE_METH_RAW(name), \ | ^~~~~~~~~~~~~~ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:187:33: note: (near initialization for 'gif_functions.raw_read') 187 | #define IMAGE_METH_RAW(name) (int (*)())_image_notsup_raw | ^ image.h:218:5: note: in expansion of macro 'IMAGE_METH_RAW' 218 | IMAGE_METH_RAW(name), \ | ^~~~~~~~~~~~~~ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:188:33: error: initialization of 'void (*)(image *, int)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 188 | #define IMAGE_METH_RAWF(name) (void (*)())_image_notsup_raw | ^ image.h:219:5: note: in expansion of macro 'IMAGE_METH_RAWF' 219 | IMAGE_METH_RAWF(name), \ | ^~~~~~~~~~~~~~~ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:188:33: note: (near initialization for 'gif_functions.raw_read_finish') 188 | #define IMAGE_METH_RAWF(name) (void (*)())_image_notsup_raw | ^ image.h:219:5: note: in expansion of macro 'IMAGE_METH_RAWF' 219 | IMAGE_METH_RAWF(name), \ | ^~~~~~~~~~~~~~~ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:186:33: error: initialization of 'void (*)(image *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 186 | #define IMAGE_METH_RAWS(name) (void (*)())_image_notsup_raw | ^ image.h:220:5: note: in expansion of macro 'IMAGE_METH_RAWS' 220 | IMAGE_METH_RAWS(name), \ | ^~~~~~~~~~~~~~~ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:186:33: note: (near initialization for 'gif_functions.raw_read_start') 186 | #define IMAGE_METH_RAWS(name) (void (*)())_image_notsup_raw | ^ image.h:220:5: note: in expansion of macro 'IMAGE_METH_RAWS' 220 | IMAGE_METH_RAWS(name), \ | ^~~~~~~~~~~~~~~ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:221:5: error: initialization of 'int (*)(image *, char **)' from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types] 221 | (int (*)())name##_read, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:221:5: note: (near initialization for 'gif_functions.read') 221 | (int (*)())name##_read, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:222:5: error: initialization of 'void (*)(image *, int)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 222 | (void (*)())name##_read_finish, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:222:5: note: (near initialization for 'gif_functions.read_finish') 222 | (void (*)())name##_read_finish, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:223:5: error: initialization of 'void (*)(image *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 223 | (void (*)())name##_read_start, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ image.h:223:5: note: (near initialization for 'gif_functions.read_start') 223 | (void (*)())name##_read_start, \ | ^ im_gif.c:71:1: note: in expansion of macro 'IMAGE_DECLARE' 71 | IMAGE_DECLARE(gif); | ^~~~~~~~~~~~~ --- im_convert.o --- *** [im_convert.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/print/img2eps/work/img2eps-0.2/src --- im_gif.o --- *** [im_gif.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/print/img2eps/work/img2eps-0.2/src bmake[2]: 2 errors bmake[2]: stopped making "all" in /home/pbulk/work/print/img2eps/work/img2eps-0.2/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/work/print/img2eps/work/img2eps-0.2 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/work/print/img2eps/work/img2eps-0.2 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/work/print/img2eps/work/img2eps-0.2 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/print/img2eps/work/img2eps-0.2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/img2eps *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/img2eps