MidnightBSD Magus

x11-toolkits/gnustep-gui

GNUstep GUI library

Flavor Version Run OSVersion Arch License Restricted Status
0.28.0 480 2.1 i386 gpl3 lgpl3 0 fail

Events

Machine Type Time Message
m2132b info 2022-05-01 13:43:04.366554 Test Started
m2132b fail 2022-05-01 13:44:24.734991 make build returned non-zero: 1
m2132b fail 2022-05-01 13:44:24.785517 Test complete.

Log

===>  Building for gnustep-gui-0.28.0
(cd /magus/work/usr/mports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_28_0/;. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh;  /usr/bin/env XDG_DATA_HOME=/magus/work/usr/mports/x11-toolkits/gnustep-gui/work  XDG_CONFIG_HOME=/magus/work/usr/mports/x11-toolkits/gnustep-gui/work  HOME=/magus/work/usr/mports/x11-toolkits/gnustep-gui/work TMPDIR="/tmp" ADDITIONAL_CFLAGS=" -O2 -pipe -fno-strict-aliasing" ADDITIONAL_CPPFLAGS=" " ADDITIONAL_CXXFLAGS=" -O2 -pipe -fno-strict-aliasing" ADDITIONAL_OBJCCFLAGS=" " ADDITIONAL_OBJCFLAGS="  -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include" ADDITIONAL_LDFLAGS="  -L/usr/local/lib" ADDITIONAL_FLAGS="" ADDITIONAL_INCLUDE_DIRS="" ADDITIONAL_LIB_DIRS="" PATH="/magus/work/usr/mports/x11-toolkits/gnustep-gui/work/.bin:/usr/local/GNUstep/System/Tools:/usr/local/GNUstep/Local/Tools:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin" GNUSTEP_MAKEFILES="/usr/local/GNUstep/System/Library/Makefiles" GNUSTEP_INSTALLATION_DOMAIN=SYSTEM OBJC="cc" OBJCFLAGS=" -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES TARGETDIR=/usr/local  DESTDIR=  PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -L/usr/local/lib" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444" /usr/local/bin/gmake OPTFLAG="-O2 -pipe -fno-strict-aliasing" GNUmakefile all)
gmake[1]: Entering directory '/magus/work/usr/mports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_28_0'
This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help.
Running in gnustep-make version 2 strict mode.
gmake[1]: Nothing to be done for 'GNUmakefile'.
Making all in Source ...
/usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepGUI/config.h .
touch ./config.h
Making all for library libgnustep-gui...
 Compiling file Functions.m ...
 Compiling file NSAccessibility.m ...
 Compiling file NSActionCell.m ...
 Compiling file NSAffineTransform.m ...
 Compiling file NSAlert.m ...
 Compiling file NSAnimation.m ...
NSAnimation.m:110:1: warning: unused function '_GSRationalBezierDerivEval' [-Wunused-function]
_GSRationalBezierDerivEval(_GSRationalBezierDesc *rb, float t)
^
1 warning generated.
 Compiling file NSAnimationContext.m ...
 Compiling file NSAppearance.m ...
 Compiling file NSApplication.m ...
 Compiling file NSArrayController.m ...
 Compiling file NSAttributedString.m ...
 Compiling file NSBezierPath.m ...
 Compiling file NSBitmapImageRep.m ...
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:44:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  numImages;        /* number of images in tiff */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:45:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  imageNumber;      /* number of current image */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:46:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  subfileType;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:47:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  width;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:48:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  height;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:49:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 bitsPerSample;    /* number of bits per data channel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:50:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 samplesPerPixel;  /* number of channels per pixel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:51:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 planarConfig;     /* meshed or separate */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:52:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 photoInterp;      /* photometric interpretation of bitmap data, */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:53:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 compression;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:54:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 extraSamples;     /* Alpha */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:63:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32 size;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:64:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *red;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:65:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *green;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep.m:54:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:66:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *blue;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
15 warnings generated.
 Compiling file NSBitmapImageRep+GIF.m ...
NSBitmapImageRep+GIF.m:500:12: warning: implicit declaration of function 'GifQuantizeBuffer' is invalid in C99 [-Wimplicit-function-declaration]
  status = GifQuantizeBuffer(width, height, &colorMapSize,
           ^
1 warning generated.
 Compiling file NSBitmapImageRep+ICNS.m ...
 Compiling file NSBitmapImageRep+JPEG.m ...
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:44:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  numImages;        /* number of images in tiff */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:45:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  imageNumber;      /* number of current image */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:46:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  subfileType;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:47:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  width;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:48:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  height;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:49:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 bitsPerSample;    /* number of bits per data channel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:50:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 samplesPerPixel;  /* number of channels per pixel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:51:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 planarConfig;     /* meshed or separate */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:52:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 photoInterp;      /* photometric interpretation of bitmap data, */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:53:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 compression;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:54:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 extraSamples;     /* Alpha */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:63:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32 size;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:64:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *red;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:65:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *green;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+JPEG.m:36:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:66:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *blue;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
15 warnings generated.
 Compiling file NSBitmapImageRep+PNG.m ...
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:44:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  numImages;        /* number of images in tiff */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:45:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  imageNumber;      /* number of current image */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:46:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  subfileType;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:47:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  width;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:48:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  height;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:49:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 bitsPerSample;    /* number of bits per data channel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:50:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 samplesPerPixel;  /* number of channels per pixel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:51:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 planarConfig;     /* meshed or separate */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:52:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 photoInterp;      /* photometric interpretation of bitmap data, */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:53:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 compression;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:54:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 extraSamples;     /* Alpha */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:63:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32 size;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:64:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *red;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:65:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *green;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from NSBitmapImageRep+PNG.m:58:
In file included from ././NSBitmapImageRepPrivate.h:29:
././nsimage-tiff.h:66:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *blue;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
15 warnings generated.
 Compiling file NSBitmapImageRep+PNM.m ...
 Compiling file NSBox.m ...
 Compiling file NSBrowser.m ...
 Compiling file NSBrowserCell.m ...
 Compiling file NSBundleAdditions.m ...
 Compiling file NSButton.m ...
 Compiling file NSButtonTouchBarItem.m ...
 Compiling file NSButtonCell.m ...
 Compiling file NSCachedImageRep.m ...
 Compiling file NSCandidateListTouchBarItem.m ...
 Compiling file NSCell.m ...
 Compiling file NSCIImageRep.m ...
 Compiling file NSClipView.m ...
 Compiling file NSClickGestureRecognizer.m ...
 Compiling file NSCollectionView.m ...
 Compiling file NSCollectionViewItem.m ...
 Compiling file NSColor.m ...
 Compiling file NSColorList.m ...
 Compiling file NSColorPanel.m ...
 Compiling file NSColorPicker.m ...
 Compiling file NSColorPickerTouchBarItem.m ...
 Compiling file NSColorSampler.m ...
 Compiling file NSColorSpace.m ...
 Compiling file NSColorWell.m ...
 Compiling file NSComboBox.m ...
NSComboBox.m:492:14: warning: 'NSTextField' may not respond to 'textView:doCommandBySelector:'
  if ([super textView: textView doCommandBySelector: command])
       ~~~~~ ^
1 warning generated.
 Compiling file NSComboBoxCell.m ...
 Compiling file NSControl.m ...
 Compiling file NSController.m ...
 Compiling file NSCursor.m ...
 Compiling file NSCustomImageRep.m ...
 Compiling file NSCustomTouchBarItem.m ...
 Compiling file NSDataAsset.m ...
 Compiling file NSDataLink.m ...
 Compiling file NSDataLinkManager.m ...
 Compiling file NSDataLinkPanel.m ...
 Compiling file NSDatePicker.m ...
 Compiling file NSDatePickerCell.m ...
 Compiling file NSDockTile.m ...
 Compiling file NSDocument.m ...
 Compiling file NSDocumentController.m ...
NSDocumentController.m:958:12: warning: unused variable 'err' [-Wunused-variable]
  NSError *err = nil;
           ^
1 warning generated.
 Compiling file NSDrawer.m ...
 Compiling file NSEPSImageRep.m ...
 Compiling file NSEvent.m ...
 Compiling file NSFileWrapperExtensions.m ...
 Compiling file NSFont.m ...
 Compiling file NSFontCollection.m ...
 Compiling file NSFontDescriptor.m ...
 Compiling file NSFontManager.m ...
 Compiling file NSFontPanel.m ...
 Compiling file NSForm.m ...
 Compiling file NSFormCell.m ...
 Compiling file NSGroupTouchBarItem.m ...
 Compiling file NSMagnificationGestureRecognizer.m ...
 Compiling file NSPanGestureRecognizer.m ...
 Compiling file NSPickerTouchBarItem.m ...
 Compiling file NSPopoverTouchBarItem.m ...
 Compiling file NSPressGestureRecognizer.m ...
 Compiling file NSRotationGestureRecognizer.m ...
 Compiling file NSSharingServicePickerTouchBarItem.m ...
 Compiling file NSSliderTouchBarItem.m ...
 Compiling file NSStepperTouchBarItem.m ...
 Compiling file NSTouch.m ...
 Compiling file NSTouchBar.m ...
 Compiling file NSTouchBarItem.m ...
 Compiling file NSGestureRecognizer.m ...
 Compiling file NSGradient.m ...
 Compiling file NSGlyphGenerator.m ...
 Compiling file NSGraphicsContext.m ...
NSGraphicsContext.m:348:50: warning: incompatible pointer types sending 'Class' to parameter of type 'id' [-Wincompatible-pointer-types]
      methods = [[classMethodTable objectForKey: [self class]] pointerValue];
                                                 ^~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSDictionary.h:114:26: note: passing argument to parameter 'aKey' here
  (GS_GENERIC_TYPE(KeyT))aKey;                          // Primitive
                         ^
NSGraphicsContext.m:353:37: warning: incompatible pointer types sending 'Class' to parameter of type 'id' [-Wincompatible-pointer-types]
                            forKey: [self class]];
                                    ^~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSDictionary.h:151:44: note: passing argument to parameter 'aKey' here
            forKey: (GS_GENERIC_TYPE(KeyT))aKey; // Primitive
                                           ^
2 warnings generated.
 Compiling file NSHelpPanel.m ...
 Compiling file NSHelpManager.m ...
 Compiling file NSImage.m ...
 Compiling file NSImageCell.m ...
 Compiling file NSImageRep.m ...
 Compiling file NSImageView.m ...
 Compiling file NSInputManager.m ...
 Compiling file NSInputServer.m ...
 Compiling file NSInterfaceStyle.m ...
 Compiling file NSKeyValueBinding.m ...
 Compiling file NSLayoutManager.m ...
 Compiling file NSLevelIndicator.m ...
 Compiling file NSLevelIndicatorCell.m ...
 Compiling file NSMatrix.m ...
NSMatrix.m:133:22: warning: unused function 'MakePoint' [-Wunused-function]
static inline MPoint MakePoint (NSInteger x, NSInteger y)
                     ^
1 warning generated.
 Compiling file NSMenu.m ...
 Compiling file NSMenuView.m ...
 Compiling file NSMenuItem.m ...
 Compiling file NSMenuItemCell.m ...
 Compiling file NSMovie.m ...
 Compiling file NSMovieView.m ...
 Compiling file NSNib.m ...
 Compiling file NSNibConnector.m ...
 Compiling file NSNibControlConnector.m ...
 Compiling file NSNibOutletConnector.m ...
 Compiling file NSNibBindingConnector.m ...
 Compiling file NSNibAXAttributeConnector.m ...
 Compiling file NSNibAXRelationshipConnector.m ...
 Compiling file NSObjectController.m ...
 Compiling file NSOpenGLContext.m ...
 Compiling file NSOpenGLPixelFormat.m ...
 Compiling file NSOpenGLView.m ...
 Compiling file NSOpenPanel.m ...
 Compiling file NSOutlineView.m ...
 Compiling file NSPageLayout.m ...
 Compiling file NSPanel.m ...
 Compiling file NSParagraphStyle.m ...
 Compiling file NSPasteboardItem.m ...
 Compiling file NSPDFInfo.m ...
 Compiling file NSPDFImageRep.m ...
 Compiling file NSPDFPanel.m ...
 Compiling file NSPICTImageRep.m ...
 Compiling file NSPopover.m ...
 Compiling file NSPopUpButton.m ...
 Compiling file NSPopUpButtonCell.m ...
 Compiling file NSPredicateEditor.m ...
 Compiling file NSPredicateEditorRowTemplate.m ...
 Compiling file NSPrinter.m ...
 Compiling file NSPrintInfo.m ...
 Compiling file NSPrintOperation.m ...
 Compiling file NSPrintPanel.m ...
 Compiling file NSProgressIndicator.m ...
 Compiling file NSResponder.m ...
 Compiling file NSRuleEditor.m ...
 Compiling file NSRulerMarker.m ...
 Compiling file NSRulerView.m ...
 Compiling file NSRunningApplication.m ...
 Compiling file NSSavePanel.m ...
 Compiling file NSSearchField.m ...
 Compiling file NSSearchFieldCell.m ...
 Compiling file NSSegmentedCell.m ...
 Compiling file NSSegmentedControl.m ...
 Compiling file NSScreen.m ...
 Compiling file NSScroller.m ...
 Compiling file NSScrollView.m ...
 Compiling file NSSecureTextField.m ...
 Compiling file NSSelection.m ...
 Compiling file NSShadow.m ...
 Compiling file NSSharingService.m ...
 Compiling file NSSlider.m ...
 Compiling file NSSliderCell.m ...
 Compiling file NSSound.m ...
 Compiling file NSSpeechRecognizer.m ...
 Compiling file NSSpeechSynthesizer.m ...
 Compiling file NSSpellChecker.m ...
 Compiling file NSSplitView.m ...
 Compiling file NSStepper.m ...
 Compiling file NSStepperCell.m ...
 Compiling file NSStringDrawing.m ...
 Compiling file NSStatusBar.m ...
 Compiling file NSStatusItem.m ...
 Compiling file NSTabView.m ...
 Compiling file NSTabViewItem.m ...
 Compiling file NSTableColumn.m ...
 Compiling file NSTableHeaderView.m ...
 Compiling file NSTableHeaderCell.m ...
 Compiling file NSTableView.m ...
 Compiling file NSText.m ...
 Compiling file NSTextAlternatives.m ...
 Compiling file NSTextAttachment.m ...
 Compiling file NSTextBlock.m ...
 Compiling file NSTextContainer.m ...
 Compiling file NSTextField.m ...
 Compiling file NSTextFieldCell.m ...
 Compiling file NSTextList.m ...
 Compiling file NSTextStorage.m ...
 Compiling file NSTextTable.m ...
 Compiling file NSTextTableBlock.m ...
 Compiling file NSTextView.m ...
 Compiling file NSTextView_actions.m ...
 Compiling file NSToolbar.m ...
 Compiling file NSToolbarItem.m ...
NSToolbarItem.m:87:18: warning: unused variable 'InsetItemViewY' [-Wunused-const-variable]
static const int InsetItemViewY = 26;
                 ^
1 warning generated.
 Compiling file NSToolbarItemGroup.m ...
 Compiling file NSTokenField.m ...
 Compiling file NSTokenFieldCell.m ...
 Compiling file NSTrackingArea.m ...
 Compiling file NSTreeController.m ...
 Compiling file NSTreeNode.m ...
 Compiling file NSUserDefaultsController.m ...
 Compiling file NSView.m ...
 Compiling file NSViewController.m ...
 Compiling file NSVisualEffectView.m ...
 Compiling file NSWindow.m ...
 Compiling file NSWindowController.m ...
 Compiling file NSWorkspace.m ...
NSWorkspace.m:74:4: warning: "Mounted path file for you OS guessed to /etc/mtab"; [-W#warnings]
#  warning "Mounted path file for you OS guessed to /etc/mtab";
   ^
1 warning generated.
 Compiling file GSAnimator.m ...
 Compiling file GSAutocompleteWindow.m ...
 Compiling file GSDisplayServer.m ...
 Compiling file GSHelpManagerPanel.m ...
 Compiling file GSInfoPanel.m ...
 Compiling file GSMemoryPanel.m ...
 Compiling file GSSlideView.m ...
 Compiling file GSTextStorage.m ...
 Compiling file GSTrackingRect.m ...
 Compiling file GSServicesManager.m ...
 Compiling file tiff.m ...
In file included from tiff.m:61:
././nsimage-tiff.h:44:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  numImages;        /* number of images in tiff */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:45:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16  imageNumber;      /* number of current image */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:46:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  subfileType;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:47:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  width;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:48:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32  height;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:49:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 bitsPerSample;    /* number of bits per data channel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:50:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 samplesPerPixel;  /* number of channels per pixel */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:51:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 planarConfig;     /* meshed or separate */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:52:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 photoInterp;      /* photometric interpretation of bitmap data, */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:53:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 compression;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:54:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 extraSamples;     /* Alpha */
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:63:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
    uint32 size;
    ^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:64:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *red;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:65:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *green;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
In file included from tiff.m:61:
././nsimage-tiff.h:66:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 *blue;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:274:3: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  uint16 *sample_info = NULL;
  ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:331:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
    uint16 resolution_unit;
    ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:372:3: warning: 'uint8' is deprecated [-Wdeprecated-declarations]
  uint8* outP;
  ^
/usr/local/include/tiff.h:78:45: note: 'uint8' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint8_t  uint8  TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:373:3: warning: 'uint8' is deprecated [-Wdeprecated-declarations]
  uint8* buf;
  ^
/usr/local/include/tiff.h:78:45: note: 'uint8' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint8_t  uint8  TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:374:3: warning: 'uint8' is deprecated [-Wdeprecated-declarations]
  uint8* raster;
  ^
/usr/local/include/tiff.h:78:45: note: 'uint8' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint8_t  uint8  TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:392:13: warning: 'uint8' is deprecated [-Wdeprecated-declarations]
  raster = (uint8 *)data;
            ^
/usr/local/include/tiff.h:78:45: note: 'uint8' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint8_t  uint8  TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:422:6: warning: 'uint8' is deprecated [-Wdeprecated-declarations]
            uint8 *inP;
            ^
/usr/local/include/tiff.h:78:45: note: 'uint8' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint8_t  uint8  TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
tiff.m:477:3: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  uint16        sample_info[1];
  ^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
23 warnings generated.
 Compiling file externs.m ...
 Compiling file linking.m ...
 Compiling file GSCharacterPanel.m ...
 Compiling file GSDragView.m ...
 Compiling file GSFontInfo.m ...
 Compiling file GSTable.m ...
 Compiling file GSHbox.m ...
 Compiling file GSVbox.m ...
 Compiling file GSKeyBindingAction.m ...
 Compiling file GSKeyBindingTable.m ...
 Compiling file GSTextFinder.m ...
 Compiling file GSLayoutManager.m ...
 Compiling file GSTypesetter.m ...
 Compiling file GSHorizontalTypesetter.m ...
 Compiling file GSGormLoading.m ...
 Compiling file GSIconManager.m ...
 Compiling file GSImageMagickImageRep.m ...
 Compiling file GSNibLoading.m ...
 Compiling file GSTheme.m ...
 Compiling file GSThemeDrawing.m ...
 Compiling file GSThemeInspector.m ...
 Compiling file GSThemeMenu.m ...
 Compiling file GSThemeOpenSavePanels.m ...
 Compiling file GSThemePanel.m ...
 Compiling file GSThemePrintPanels.m ...
 Compiling file GSThemeTools.m ...
 Compiling file GSThemeWindow.m ...
 Compiling file GSTitleView.m ...
 Compiling file GSToolTips.m ...
 Compiling file GSToolbarView.m ...
 Compiling file GSToolbarCustomizationPalette.m ...
 Compiling file GSStandardWindowDecorationView.m ...
 Compiling file GSWindowDecorationView.m ...
 Compiling file GSPrinting.m ...
 Compiling file GSPrintOperation.m ...
 Compiling file GSEPSPrintOperation.m ...
 Compiling file GSPDFPrintOperation.m ...
 Compiling file GSModelLoaderFactory.m ...
 Compiling file GSGormLoader.m ...
 Compiling file GSGModelLoader.m ...
 Compiling file GSNibLoader.m ...
 Compiling file GSXibElement.m ...
 Compiling file GSXibLoader.m ...
 Compiling file GSXibLoading.m ...
GSXibLoading.m:485:65: warning: cast of type 'SEL' to 'id' is deprecated; use sel_getName instead [-Wcast-of-sel-type]
          [destination performSelector: trigsel withObject: (id)sel];
                                                                ^~~
1 warning generated.
 Compiling file GSXibKeyedUnarchiver.m ...
 Compiling file GSXib5KeyedUnarchiver.m ...
 Compiling file GSXibObjectContainer.m ...
 Compiling file GSHelpAttachment.m ...
 Compiling file NSPasteboard.m ...
 Linking library libgnustep-gui ...
 Creating Info-gnustep.plist...
Making all in Images ...
gmake[2]: Nothing to be done for 'all'.
Making all in Sounds ...
gmake[2]: Nothing to be done for 'all'.
Making all in Model ...
Making all for bundle libgmodel...
 Creating libgmodel.bundle/....
 Compiling file IMCustomObject.m ...
 Compiling file IMConnectors.m ...
 Compiling file IMLoading.m ...
 Compiling file GMAppKit.m ...
 Compiling file GMArchiver.m ...
 Linking bundle libgmodel ...
 Creating libgmodel.bundle/Resources...
 Creating stamp file...
 Creating libgmodel.bundle/Resources/Info-gnustep.plist...
gmake[3]: Nothing to be done for 'internal-master-tool-all'.
gmake[3]: Nothing to be done for 'internal-master-app-all'.
Making all in Tools ...
Making all for tool make_services...
 Compiling file make_services.m ...
 Linking tool make_services ...
Making all for tool set_show_service...
 Compiling file set_show_service.m ...
 Linking tool set_show_service ...
Making all for tool gopen...
 Compiling file gopen.m ...
 Linking tool gopen ...
Making all for tool gclose...
 Compiling file gclose.m ...
 Linking tool gclose ...
Making all for tool gcloseall...
 Compiling file gcloseall.m ...
 Linking tool gcloseall ...
Making all for service GSspell...
 Creating GSspell.service/....
 Compiling file GSspell.m ...
 Linking service GSspell ...
 Creating GSspell.service/Resources...
 Creating GSspell.service/Resources/Info-gnustep.plist...
Bus error
gmake[4]: *** [/usr/local/GNUstep/System/Library/Makefiles/Instance/service.make:141: GSspell.service/Resources/Info-gnustep.plist] Error 1
gmake[3]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:297: GSspell.all.service.variables] Error 2
gmake[2]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/service.make:37: internal-all] Error 2
gmake[1]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2
gmake[1]: Leaving directory '/magus/work/usr/mports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_28_0'
*** Error code 2

Stop.
make: stopped in /usr/mports/x11-toolkits/gnustep-gui