=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for imlib-1.9.15nb24 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15' Making all in Imlib gmake[2]: Entering directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15/Imlib' if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT cache.lo -MD -MP -MF ".deps/cache.Tpo" \ -c -o cache.lo `test -f 'cache.c' || echo './'`cache.c; \ then mv -f ".deps/cache.Tpo" ".deps/cache.Plo"; \ else rm -f ".deps/cache.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -fno-common -DPIC -o .libs/cache.o libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT colors.lo -MD -MP -MF ".deps/colors.Tpo" \ -c -o colors.lo `test -f 'colors.c' || echo './'`colors.c; \ then mv -f ".deps/colors.Tpo" ".deps/colors.Plo"; \ else rm -f ".deps/colors.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT colors.lo -MD -MP -MF .deps/colors.Tpo -c colors.c -fno-common -DPIC -o .libs/colors.o colors.c:187:14: warning: call to undeclared function 'basename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ctmp = basename(file); ^ colors.c:187:12: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] ctmp = basename(file); ^ ~~~~~~~~~~~~~~ 2 warnings generated. libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT colors.lo -MD -MP -MF .deps/colors.Tpo -c colors.c -o colors.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT load.lo -MD -MP -MF ".deps/load.Tpo" \ -c -o load.lo `test -f 'load.c' || echo './'`load.c; \ then mv -f ".deps/load.Tpo" ".deps/load.Plo"; \ else rm -f ".deps/load.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT load.lo -MD -MP -MF .deps/load.Tpo -c load.c -fno-common -DPIC -o .libs/load.o load.c:13:11: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] char *Err = GifErrorString(ErrorCode); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ load.c:360:3: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 ww, hh, *rast, *tptr; ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ load.c:384:30: warning: 'uint32' is deprecated [-Wdeprecated-declarations] hh >= (G_MAXINT/sizeof(uint32)) / ww) ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ load.c:389:11: warning: 'uint32' is deprecated [-Wdeprecated-declarations] rast = (uint32 *) _TIFFmalloc(npix * sizeof(uint32)); ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ load.c:389:47: warning: 'uint32' is deprecated [-Wdeprecated-declarations] rast = (uint32 *) _TIFFmalloc(npix * sizeof(uint32)); ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/imlib/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ load.c:669:47: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (bpp != 1 && bpp != 4 && bpp != 8 && bpp && 16 && bpp != 24 && bpp != 32) ^ ~~ load.c:669:47: note: use '&' for a bitwise operation if (bpp != 1 && bpp != 4 && bpp != 8 && bpp && 16 && bpp != 24 && bpp != 32) ^~ & load.c:669:47: note: remove constant to silence this warning if (bpp != 1 && bpp != 4 && bpp != 8 && bpp && 16 && bpp != 24 && bpp != 32) ~^~~~~ load.c:1118:17: warning: passing 'unsigned char[6]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] strncpy(cmap[j].str, line, cpp); ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:128:28: note: expanded from macro 'strncpy' __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ load.c:1171:30: warning: if statement has empty body [-Wempty-body] if (slen < sizeof(tok)); ^ load.c:1171:30: note: put the semicolon on a separate line to silence this warning load.c:1286:24: warning: passing 'unsigned char[6]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (!strcmp(col, cmap[j].str)) ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here int strcmp(const char *__s1, const char *__s2); ^ load.c:1317:24: warning: passing 'unsigned char[6]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (!strcmp(col, cmap[j].str)) ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here int strcmp(const char *__s1, const char *__s2); ^ load.c:1127:36: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 256, but the corresponding specifier may require size 257 [-Wfortify-source] sscanf(&line[k], "%256s", s); ^ load.c:1533:15: warning: unsequenced modification and access to 'a' [-Wunsequenced] ptr[a++] = ptr[a - 1]; ^ ~ load.c:1534:15: warning: unsequenced modification and access to 'a' [-Wunsequenced] ptr[a++] = ptr[a - 1]; ^ ~ load.c:1551:15: warning: unsequenced modification and access to 'a' [-Wunsequenced] ptr[a++] = ptr[a - 1]; ^ ~ load.c:1552:15: warning: unsequenced modification and access to 'a' [-Wunsequenced] ptr[a++] = ptr[a - 1]; ^ ~ load.c:1973:22: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(fil, ":", sizeof(fil) - strlen(fil)); ^~~~~~~~~~~~~~~~~~~~~~~~~ load.c:1973:22: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(fil, ":", sizeof(fil) - strlen(fil)); ^~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(fil) - strlen(fil) - 1 load.c:1977:23: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(fil, iden, sizeof(fil) - strlen(fil)); ^~~~~~~~~~~~~~~~~~~~~~~~~ load.c:1977:23: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(fil, iden, sizeof(fil) - strlen(fil)); ^~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(fil) - strlen(fil) - 1 load.c:1930:29: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 256, but the corresponding specifier may require size 257 [-Wfortify-source] sscanf(s, "%256s %i", s1, &num); ^ load.c:1939:23: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 256, but the corresponding specifier may require size 257 [-Wfortify-source] sscanf(s, "%256s", s1); ^ load.c:1942:63: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 256, but the corresponding specifier may require size 257 [-Wfortify-source] sscanf(s, "%256s %i %256s %i %i %i %i %i %i %i %i %i", s1, &size, ^ load.c:1943:8: warning: 'sscanf' may overflow; destination buffer in argument 5 has size 256, but the corresponding specifier may require size 257 [-Wfortify-source] s2, &w, &h, &r, &g, &b, &bl, &br, &bt, &bb); ^ 21 warnings generated. libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT load.lo -MD -MP -MF .deps/load.Tpo -c load.c -o load.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT misc.lo -MD -MP -MF ".deps/misc.Tpo" \ -c -o misc.lo `test -f 'misc.c' || echo './'`misc.c; \ then mv -f ".deps/misc.Tpo" ".deps/misc.Plo"; \ else rm -f ".deps/misc.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fno-common -DPIC -o .libs/misc.o libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT rend.lo -MD -MP -MF ".deps/rend.Tpo" \ -c -o rend.lo `test -f 'rend.c' || echo './'`rend.c; \ then mv -f ".deps/rend.Tpo" ".deps/rend.Plo"; \ else rm -f ".deps/rend.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT rend.lo -MD -MP -MF .deps/rend.Tpo -c rend.c -fno-common -DPIC -o .libs/rend.o libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT rend.lo -MD -MP -MF .deps/rend.Tpo -c rend.c -o rend.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT utils.lo -MD -MP -MF ".deps/utils.Tpo" \ -c -o utils.lo `test -f 'utils.c' || echo './'`utils.c; \ then mv -f ".deps/utils.Tpo" ".deps/utils.Plo"; \ else rm -f ".deps/utils.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -fno-common -DPIC -o .libs/utils.o utils.c:608:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, up); ^~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:61: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:67: note: passing argument to parameter 'r' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:608:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, up); ^~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:65: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:75: note: passing argument to parameter 'g' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:608:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, up); ^~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:69: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:83: note: passing argument to parameter 'b' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:621:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x + (w - bord->right), y, !up); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:61: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:67: note: passing argument to parameter 'r' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:621:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x + (w - bord->right), y, !up); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:65: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:75: note: passing argument to parameter 'g' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:621:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x + (w - bord->right), y, !up); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:69: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:83: note: passing argument to parameter 'b' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:631:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, up); ^~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:61: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:67: note: passing argument to parameter 'r' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:631:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, up); ^~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:65: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:75: note: passing argument to parameter 'g' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:631:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, up); ^~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:69: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:83: note: passing argument to parameter 'b' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:640:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, !up); ^~~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:61: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:67: note: passing argument to parameter 'r' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:640:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, !up); ^~~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:65: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:75: note: passing argument to parameter 'g' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:640:6: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] MOD_PIXEL_LOW(x, y, !up); ^~~~~~~~~~~~~~~~~~~~~~~~ utils.c:542:69: note: expanded from macro 'MOD_PIXEL_LOW' v = Imlib_best_color_match(id, &r, &g, &b); XPutPixel(ximg, (x), (y), v);} while (0) ^~ ./Imlib.h:17:83: note: passing argument to parameter 'b' here int Imlib_best_color_match(ImlibData * id, int *r, int *g, int *b); ^ utils.c:1621:37: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 256, but the corresponding specifier may require size 65537 [-Wfortify-source] sscanf(&line[k], "%65536s", s); ^ 13 warnings generated. libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -o utils.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT save.lo -MD -MP -MF ".deps/save.Tpo" \ -c -o save.lo `test -f 'save.c' || echo './'`save.c; \ then mv -f ".deps/save.Tpo" ".deps/save.Plo"; \ else rm -f ".deps/save.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT save.lo -MD -MP -MF .deps/save.Tpo -c save.c -fno-common -DPIC -o .libs/save.o libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT save.lo -MD -MP -MF .deps/save.Tpo -c save.c -o save.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I. -I.. -I. -I. -I.. -I./.. -I/opt/pkg/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT snprintf.lo -MD -MP -MF ".deps/snprintf.Tpo" \ -c -o snprintf.lo `test -f 'snprintf.c' || echo './'`snprintf.c; \ then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Plo"; \ else rm -f ".deps/snprintf.Tpo"; exit 1; \ fi libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -fno-common -DPIC -o .libs/snprintf.o libtool: compile: clang -DSYSTEM_IMRC=\"/opt/pkg/etc/imlib/imrc\" -DSYSCONFDIR=\"/opt/pkg/etc/imlib\" -I. -I.. -I./.. -I/Users/pbulk/build/graphics/imlib/work/.buildlink/include -DENABLE_NLS -DPNG_NO_ASSEMBLER_CODE -pipe -Os -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -o snprintf.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../libtool --mode=link clang -pipe -Os -I/opt/pkg/include -L/opt/pkg/lib -o libImlib.la -rpath /opt/pkg/lib -version-info 10:15:9 cache.lo colors.lo load.lo misc.lo rend.lo utils.lo save.lo snprintf.lo -ljpeg -ltiff -ljpeg -lz -lgif -lpng16 -lz -lm -lSM -lICE libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libImlib.1.dylib .libs/cache.o .libs/colors.o .libs/load.o .libs/misc.o .libs/rend.o .libs/utils.o .libs/save.o .libs/snprintf.o -L/Users/pbulk/build/graphics/imlib/work/.buildlink/lib /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/libtiff.dylib /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/liblzma.dylib -lpthread /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/libjbig.dylib /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/libjpeg.dylib -lgif /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/libpng16.dylib /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/libz.dylib -lm /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/libSM.dylib /Users/pbulk/build/graphics/imlib/work/.buildlink/lib/libICE.dylib -Os -install_name /opt/pkg/lib/libImlib.1.dylib -compatibility_version 11 -current_version 11.15 libtool: link: (cd ".libs" && rm -f "libImlib.dylib" && ln -s "libImlib.1.dylib" "libImlib.dylib") libtool: link: ar cr .libs/libImlib.a cache.o colors.o load.o misc.o rend.o utils.o save.o snprintf.o libtool: link: ranlib .libs/libImlib.a libtool: link: ( cd ".libs" && rm -f "libImlib.la" && ln -s "../libImlib.la" "libImlib.la" ) gmake[2]: Leaving directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15/Imlib' Making all in config gmake[2]: Entering directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15/config' sed -e 's,\@sysconfdir\@,/opt/pkg/etc/imlib,g' \ < ./imrc.in > imrc.tmp \ && mv imrc.tmp imrc gmake[2]: Leaving directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15/config' Making all in doc gmake[2]: Entering directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15/doc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15/doc' gmake[2]: Entering directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15' gmake[1]: Leaving directory '/Users/pbulk/build/graphics/imlib/work/imlib-1.9.15'