===> Building for cups-drivers-Magicolor5440DL-1.2.1nb48 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1/src' if clang -DHAVE_CONFIG_H -I. -I. -I.. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/usr/local/include -I/sw/include -pipe -Os -I/opt/pkg/include -MT rastertokmlf.o -MD -MP -MF ".deps/rastertokmlf.Tpo" -c -o rastertokmlf.o rastertokmlf.c; \ then mv -f ".deps/rastertokmlf.Tpo" ".deps/rastertokmlf.Po"; else rm -f ".deps/rastertokmlf.Tpo"; exit 1; fi In file included from rastertokmlf.c:55: In file included from /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/cups.h:27: In file included from /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/file.h:25: /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/versioning.h:110:55: warning: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] # if defined(__APPLE__) && !defined(_CUPS_SOURCE) && TARGET_OS_OSX ^ rastertokmlf.c:988:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (fpTmp = fopen("/etc/fedora-release", "r")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rastertokmlf.c:988:13: note: place parentheses around the assignment to silence this warning if (fpTmp = fopen("/etc/fedora-release", "r")) ^ ( ) rastertokmlf.c:988:13: note: use '==' to turn this assignment into an equality comparison if (fpTmp = fopen("/etc/fedora-release", "r")) ^ == rastertokmlf.c:993:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if(fpTmp = fopen("/etc/SuSE-release", "r")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rastertokmlf.c:993:17: note: place parentheses around the assignment to silence this warning else if(fpTmp = fopen("/etc/SuSE-release", "r")) ^ ( ) rastertokmlf.c:993:17: note: use '==' to turn this assignment into an equality comparison else if(fpTmp = fopen("/etc/SuSE-release", "r")) ^ == rastertokmlf.c:998:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if(fpTmp = fopen("/etc/debian_version", "r")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rastertokmlf.c:998:17: note: place parentheses around the assignment to silence this warning else if(fpTmp = fopen("/etc/debian_version", "r")) ^ ( ) rastertokmlf.c:998:17: note: use '==' to turn this assignment into an equality comparison else if(fpTmp = fopen("/etc/debian_version", "r")) ^ == rastertokmlf.c:1003:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if(fpTmp = fopen("/etc/mandrake-release", "r")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rastertokmlf.c:1003:17: note: place parentheses around the assignment to silence this warning else if(fpTmp = fopen("/etc/mandrake-release", "r")) ^ ( ) rastertokmlf.c:1003:17: note: use '==' to turn this assignment into an equality comparison else if(fpTmp = fopen("/etc/mandrake-release", "r")) ^ == rastertokmlf.c:1008:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if(fpTmp = fopen("/etc/gentoo-release", "r")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rastertokmlf.c:1008:17: note: place parentheses around the assignment to silence this warning else if(fpTmp = fopen("/etc/gentoo-release", "r")) ^ ( ) rastertokmlf.c:1008:17: note: use '==' to turn this assignment into an equality comparison else if(fpTmp = fopen("/etc/gentoo-release", "r")) ^ == rastertokmlf.c:1013:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if(fpTmp = fopen("/etc/slackware-version", "r")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rastertokmlf.c:1013:17: note: place parentheses around the assignment to silence this warning else if(fpTmp = fopen("/etc/slackware-version", "r")) ^ ( ) rastertokmlf.c:1013:17: note: use '==' to turn this assignment into an equality comparison else if(fpTmp = fopen("/etc/slackware-version", "r")) ^ == rastertokmlf.c:1018:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (fpTmp = fopen("/etc/readhat-release", "r")) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rastertokmlf.c:1018:18: note: place parentheses around the assignment to silence this warning else if (fpTmp = fopen("/etc/readhat-release", "r")) ^ ( ) rastertokmlf.c:1018:18: note: use '==' to turn this assignment into an equality comparison else if (fpTmp = fopen("/etc/readhat-release", "r")) ^ == rastertokmlf.c:1114:10: warning: 'ppdOpenFile' is deprecated: first deprecated in macOS 10.8 - Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppd = ppdOpenFile(getenv("PPD")); ^ /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/ppd.h:390:20: note: 'ppdOpenFile' has been explicitly marked deprecated here extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^ rastertokmlf.c:1136:11: warning: 'cupsRasterReadHeader' is deprecated: Use cupsRasterReadHeader2 instead. [-Wdeprecated-declarations] while (cupsRasterReadHeader(ras, &header)) ^ /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/raster.h:378:80: note: 'cupsRasterReadHeader' has been explicitly marked deprecated here extern unsigned cupsRasterReadHeader(cups_raster_t *r, cups_page_header_t *h) _CUPS_DEPRECATED_MSG("Use cupsRasterReadHeader2 instead.") _CUPS_PUBLIC; ^ /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/versioning.h:190:53: note: expanded from macro '_CUPS_DEPRECATED_MSG' # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC ^ rastertokmlf.c:1776:7: warning: 'ppdClose' is deprecated: first deprecated in macOS 10.8 - Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdClose(ppd); ^ /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/ppd.h:365:14: note: 'ppdClose' has been explicitly marked deprecated here extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^ 11 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I.. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/usr/local/include -I/sw/include -pipe -Os -I/opt/pkg/include -MT bmp.o -MD -MP -MF ".deps/bmp.Tpo" -c -o bmp.o bmp.c; \ then mv -f ".deps/bmp.Tpo" ".deps/bmp.Po"; else rm -f ".deps/bmp.Tpo"; exit 1; fi In file included from bmp.c:8: In file included from /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/raster.h:21: In file included from /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/cups.h:27: In file included from /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/file.h:25: /Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/.buildlink/include/cups/versioning.h:110:55: warning: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_] # if defined(__APPLE__) && !defined(_CUPS_SOURCE) && TARGET_OS_OSX ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -L/opt/pkg/lib -L/usr/local/lib -o rastertokm5440dl rastertokmlf.o bmp.o /opt/pkg/lib/liblcms.a /opt/pkg/lib/libjbig.a -lcupsimage -lcups gmake[2]: Leaving directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1/src' Making all in debian gmake[2]: Entering directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1/debian' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1/debian' gmake[2]: Entering directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1' gmake[1]: Leaving directory '/Users/pbulk/build/print/cups-drivers-Magicolor5440DL/work/5440DL_64_v1.2.1/magicolor5440DL-1.2.1'