MidnightBSD Magus

net/tryst-examples

TBrowser and TChat

Flavor Version Run OSVersion Arch License Restricted Status
1.0.8 330 0.8 i386 lgpl 0 fail

Events

Machine Type Time Message
Constellation info 2018-03-07 20:32:05.158709 Test Started
Constellation fail 2018-03-07 20:34:41.773831 make build returned non-zero: 1
Constellation fail 2018-03-07 20:34:41.993522 Test complete.

Log

===>  Building for tryst-examples-1.0.8
This is gnustep-make 2.6.7. Type 'gmake print-gnustep-make-help' for help.
Making all in Source ...
Making all for library libTryst...
NSNetServices.m:114:3: error: unknown type name 'NSMutableDictionary'
  NSMutableDictionary   *services;
  ^
NSNetServices.m:130:3: error: unknown type name 'NSMutableDictionary'
  NSMutableDictionary   *info;
  ^
NSNetServices.m:561:31: error: use of undeclared identifier 'NSMutableDictionary'
        browser->services = [[NSMutableDictionary alloc] initWithCapacity: 1];
                              ^
NSNetServices.m:1169:27: error: use of undeclared identifier 'NSMutableDictionary'
    browser->services = [[NSMutableDictionary alloc] initWithCapacity: 1];
                          ^
NSNetServices.m:1161:31: error: 'memset' call operates on objects of type 'Browser' (aka 'struct _Browser') while the size is based on a different type 'Browser *' (aka 'struct _Browser *') [-Werror,-Wsizeof-pointer-memaccess]
    memset(browser, 0, sizeof browser);
           ~~~~~~~            ^~~~~~~
NSNetServices.m:1161:31: note: did you mean to provide an explicit length?
    memset(browser, 0, sizeof browser);
                              ^~~~~~~
NSNetServices.m:1974:27: error: instance method '-allKeys' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
    keys = [txtDictionary allKeys];
                          ^~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h:93:8: note: receiver is instance of class declared here
@class  NSDictionary;
        ^
NSNetServices.m:1975:29: error: instance method '-allValues' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
    values = [txtDictionary allValues];
                            ^~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h:93:8: note: receiver is instance of class declared here
@class  NSDictionary;
        ^
NSNetServices.m:2038:53: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare]
                 [[values objectAtIndex: i] length] >= 0 )
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
NSNetServices.m:2103:3: error: use of undeclared identifier 'NSMutableDictionary'
  NSMutableDictionary
  ^
NSNetServices.m:2104:6: error: use of undeclared identifier 'result'
    *result = nil;
     ^
NSNetServices.m:2127:5: error: use of undeclared identifier 'result'
    result = [NSMutableDictionary dictionaryWithCapacity: 1];
    ^
NSNetServices.m:2127:15: error: use of undeclared identifier 'NSMutableDictionary'
    result = [NSMutableDictionary dictionaryWithCapacity: 1];
              ^
NSNetServices.m:2129:9: error: use of undeclared identifier 'result'
    if( result )
        ^
NSNetServices.m:2164:49: error: use of undeclared identifier 'result'
          if( data && str && [str length] && ! [result objectForKey: str] )
                                                ^
NSNetServices.m:2166:14: error: use of undeclared identifier 'result'
            [result setValue: data
             ^
NSNetServices.m:2174:14: error: use of undeclared identifier 'result'
            [result setValue: [NSNull null]
             ^
NSNetServices.m:2202:10: error: use of undeclared identifier 'result'
  return result;
         ^
NSNetServices.m:2261:23: error: use of undeclared identifier 'NSMutableDictionary'
    service->info = [[NSMutableDictionary alloc] initWithCapacity: 1];
                      ^
NSNetServices.m:2252:31: error: 'memset' call operates on objects of type 'Service' (aka 'struct _Service') while the size is based on a different type 'Service *' (aka 'struct _Service *') [-Werror,-Wsizeof-pointer-memaccess]
    memset(service, 0, sizeof service);
           ~~~~~~~            ^~~~~~~
NSNetServices.m:2252:31: note: did you mean to provide an explicit length?
    memset(service, 0, sizeof service);
                              ^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[4]: *** [/usr/local/GNUstep/System/Library/Makefiles/rules.make:479: obj/libTryst.obj/NSNetServices.m.o] Error 1
gmake[3]: *** [/usr/local/GNUstep/System/Library/Makefiles/Instance/library.make:275: internal-library-all_] Error 2
gmake[2]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:311: libTryst.all.library.variables] Error 2
gmake[1]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/library.make:37: internal-all] Error 2
gmake: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53: 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/net/tryst-examples.