=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for gnustep-gui-0.22.0nb23 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in Source ... /usr/pkg/share/GNUstep/Makefiles/mkinstalldirs . mv ../Headers/Additions/GNUstepGUI/config.h . touch ./config.h Making all for library libgnustep-gui... Compiling file Functions.m ... Compiling file NSAlert.m ... Compiling file NSAffineTransform.m ... Compiling file NSAnimation.m ... Compiling file NSActionCell.m ... Compiling file NSApplication.m ... Compiling file NSArrayController.m ... Compiling file NSAttributedString.m ... NSAnimation.m:332:18: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] (GS_GC_UNHIDE (_currentDelegate), ^ NSAnimation.m:332:18: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Wint-conversion] (GS_GC_UNHIDE (_currentDelegate), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:338:14: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] && [GS_GC_UNHIDE (_delegate) respondsToSelector: ^ NSAnimation.m:338:14: warning: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Wreceiver-expr] && [GS_GC_UNHIDE (_delegate) respondsToSelector: ^~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:343:18: warning: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Wreceiver-expr] value = [GS_GC_UNHIDE (_delegate) animation: self ^~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:372:33: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] d = (_delegate == nil)? nil : GS_GC_UNHIDE (_delegate); ^ NSAnimation.m:372:25: error: incompatible operand types ('id' and 'int') d = (_delegate == nil)? nil : GS_GC_UNHIDE (_delegate); ^ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:551:27: warning: format specifies type 'int' but the argument has type 'NSAnimationProgress' (aka 'float') [-Wformat] index, progress, _nextMark); ^~~~~~~~ /data/scratch/x11/gnustep-gui/work/.buildlink/include/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog' [NSString stringWithFormat: format, ##args]); \ ~~~~~~ ^~~~ NSAnimation.m:551:37: warning: data argument not used by format string [-Wformat-extra-args] index, progress, _nextMark); ^ /data/scratch/x11/gnustep-gui/work/.buildlink/include/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog' [NSString stringWithFormat: format, ##args]); \ ~~~~~~ ^ NSAnimation.m:692:40: warning: implicit declaration of function 'GS_GC_HIDE' is invalid in C99 [-Wimplicit-function-declaration] _delegate = (delegate == nil)? nil : GS_GC_HIDE (delegate); ^ NSAnimation.m:692:32: error: incompatible operand types ('id' and 'int') _delegate = (delegate == nil)? nil : GS_GC_HIDE (delegate); ^ ~~~ ~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:773:18: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] delegate = GS_GC_UNHIDE(_delegate); ^ NSAnimation.m:773:16: warning: incompatible integer to pointer conversion assigning to 'id' from 'int' [-Wint-conversion] delegate = GS_GC_UNHIDE(_delegate); ^ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from NSApplication.m:84NSAnimation.m: :../Headers/Additions/GNUstepGUI/GSDisplayServer.h801::16020::27 :warning : warningformat specifies type 'unsigned int' but the argument has type 'void (*)(id, SEL, NSAnimation *, NSAnimationProgress)' (aka 'void (*)(id, SEL *, NSAnimation *, float)') [-Wformat]: 'alpha' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name] _delegate_animationDidReachProgressMark,- (void) setalpha: (float)alpha: (int)win; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ../Headers/Additions/GNUstepGUI/GSDisplayServer.h:160:27: note/data/scratch/x11/gnustep-gui/work/.buildlink/include/GNUstepBase/NSDebug+GNUstepBase.h: :introduce a parameter name to make 'alpha' part of the selector154 :../Headers/Additions/GNUstepGUI/GSDisplayServer.h45:: 160note:: 32expanded from macro 'NSDebugMLLog': note: or insert whitespace before ':' to use 'alpha' as parameter name and have an empty entry in the selector [NSString stringWithFormat: format, ##args]); \- (void) setalpha: (float)alpha: (int)win; ^ ~~~~~~ ^~~~ NSAnimation.m:802:20: warning: format specifies type 'unsigned int' but the argument has type 'float (*)(id, SEL, NSAnimation *, NSAnimationProgress)' (aka 'float (*)(id, SEL *, NSAnimation *, float)') [-Wformat] _delegate_animationValueForProgress, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/scratch/x11/gnustep-gui/work/.buildlink/include/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog' [NSString stringWithFormat: format, ##args]); \ ~~~~~~ ^~~~ NSAnimation.m:803:20: warning: format specifies type 'unsigned int' but the argument has type 'void (*)(id, SEL, NSAnimation *)' [-Wformat] _delegate_animationDidEnd, ^~~~~~~~~~~~~~~~~~~~~~~~~ /data/scratch/x11/gnustep-gui/work/.buildlink/include/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog' [NSString stringWithFormat: format, ##args]); \ ~~~~~~ ^~~~ NSAnimation.m:804:20: warning: format specifies type 'unsigned int' but the argument has type 'void (*)(id, SEL, NSAnimation *)' [-Wformat] _delegate_animationDidStop, ^~~~~~~~~~~~~~~~~~~~~~~~~~ /data/scratch/x11/gnustep-gui/work/.buildlink/include/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog' [NSString stringWithFormat: format, ##args]); \ ~~~~~~ ^~~~ NSAnimation.m:805:20: warning: format specifies type 'unsigned int' but the argument has type 'BOOL (*)(id, SEL, NSAnimation *)' (aka 'unsigned char (*)(id, SEL *, NSAnimation *)') [-Wformat] _delegate_animationShouldStart); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /data/scratch/x11/gnustep-gui/work/.buildlink/include/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog' [NSString stringWithFormat: format, ##args]); \ ~~~~~~ ^~~~ NSAnimation.m:972:14: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] delegate = GS_GC_UNHIDE (_currentDelegate); ^ NSAnimation.m:972:12: warning: incompatible integer to pointer conversion assigning to 'id' from 'int' [-Wint-conversion] delegate = GS_GC_UNHIDE (_currentDelegate); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:993:14: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] delegate = GS_GC_UNHIDE (_currentDelegate); ^ NSAnimation.m:993:12: warning: incompatible integer to pointer conversion assigning to 'id' from 'int' [-Wint-conversion] delegate = GS_GC_UNHIDE (_currentDelegate); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:1110:48: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] _delegate_animationDidReachProgressMark (GS_GC_UNHIDE(_currentDelegate), ^ NSAnimation.m:1110:48: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Wint-conversion] _delegate_animationDidReachProgressMark (GS_GC_UNHIDE(_currentDelegate), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:1116:14: warning: implicit declaration of function 'GS_GC_UNHIDE' is invalid in C99 [-Wimplicit-function-declaration] && [GS_GC_UNHIDE (_delegate) ^ NSAnimation.m:1116:14: warning: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Wreceiver-expr] && [GS_GC_UNHIDE (_delegate) ^~~~~~~~~~~~~~~~~~~~~~~~ NSAnimation.m:1121:10: warning: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Wreceiver-expr] [GS_GC_UNHIDE (_delegate) animation: self didReachProgressMark: progress]; ^~~~~~~~~~~~~~~~~~~~~~~~ 25 warnings and 2 errors generated. gmake[4]: *** [/usr/pkg/share/GNUstep/Makefiles/rules.make:515: obj/libgnustep-gui.obj/NSAnimation.m.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... 1 warning generated. gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/library.make:278: internal-library-all_] Error 2 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: libgnustep-gui.all.library.variables] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/library.make:37: internal-all] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/x11/gnustep-gui *** Error code 1 Stop. make: stopped in /data/pkgsrc/x11/gnustep-gui