MidnightBSD Magus

www/webservices

Classes for building web services

Flavor Version Run OSVersion Arch License Restricted Status
0.5.5_1 318 0.7 i386 lgpl 0 fail

Events

Machine Type Time Message
defianti386 info 2016-03-09 17:56:48.489074 Test Started
defianti386 fail 2016-03-09 18:06:19.441965 make build returned non-zero: 1
defianti386 fail 2016-03-09 18:06:19.523937 Test complete.

Log

===>  Building for webservices-0.5.5_1
This is gnustep-make 2.6.7. Type 'gmake print-gnustep-make-help' for help.
Making all for library WebServices...
 Compiling file WebServices.m ...
 Compiling file GWSCoder.m ...
 Compiling file GWSBinding.m ...
 Compiling file GWSElement.m ...
 Compiling file GWSDocument.m ...
 Compiling file GWSMessage.m ...
 Compiling file GWSPort.m ...
 Compiling file GWSExtensibility.m ...
GWSDocument.m:529:15: warning: incompatible pointer types assigning to 'GWSMessage *' from 'GWSType *' [-Wincompatible-pointer-types]
      message = [[GWSType alloc] _initWithName: name document: self];
              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./GWSPrivate.h:89:1: note: instance method '_initWithName:document:' is assumed to return an instance of its receiver type ('GWSType *')
- (id) _initWithName: (NSString*)name document: (GWSDocument*)document;
^
GWSDocument.m:576:16: warning: incompatible pointer types assigning to 'GWSPortType *' from 'GWSType *' [-Wincompatible-pointer-types]
      portType = [[GWSType alloc] _initWithName: name document: self];
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./GWSPrivate.h:89:1: note: instance method '_initWithName:document:' is assumed to return an instance of its receiver type ('GWSType *')
- (id) _initWithName: (NSString*)name document: (GWSDocument*)document;
^
GWSDocument.m:671:15: warning: incompatible pointer types assigning to 'GWSService *' from 'GWSType *' [-Wincompatible-pointer-types]
      service = [[GWSType alloc] _initWithName: name document: self];
              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./GWSPrivate.h:89:1: note: instance method '_initWithName:document:' is assumed to return an instance of its receiver type ('GWSType *')
- (id) _initWithName: (NSString*)name document: (GWSDocument*)document;
^
GWSExtensibility.m:566:51: warning: more '%' conversions than data arguments [-Wformat]
                    @"bad location '%@' in SOAP port address: '%@'", location];
                                                               ~^
 Compiling file GWSPortType.m ...
 Compiling file GWSService.m ...
 Compiling file GWSSOAPCoder.m ...
 Compiling file GWSXMLRPCCoder.m ...
1 warning generated.
 Compiling file GWSJSONCoder.m ...
GWSService.m:28:9: fatal error: 'Performance/GSThreadPool.h' file not found
#import 
        ^
1 error generated.
/usr/local/GNUstep/System/Library/Makefiles/rules.make:479: recipe for target 'obj/WebServices.obj/GWSService.m.o' failed
gmake[3]: *** [obj/WebServices.obj/GWSService.m.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
 Compiling file WSSUsernameToken.m ...
3 warnings generated.
GWSSOAPCoder.m:1004:54: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
              c = [NSString stringWithFormat: @"%d", i];
                                                ~~   ^
                                                %ld
1 warning generated.
/usr/local/GNUstep/System/Library/Makefiles/Instance/library.make:275: recipe for target 'internal-library-all_' failed
gmake[2]: *** [internal-library-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:311: recipe for target 'WebServices.all.library.variables' failed
gmake[1]: *** [WebServices.all.library.variables] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/library.make:37: recipe for target 'internal-all' failed
gmake: *** [internal-all] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/mports/www/webservices.