=> Bootstrap dependency digest>=20010302: found digest-20160304
===> 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-objc-lf2-2.95.3.88nb3
This is gnustep-make 2.6.2. Type 'gmake print-gnustep-make-help' for help.
mkdir obj/thr-backends
Making all for library libobjc_lf2...
 Creating obj/libobjc_lf2.obj/thr-backends/...
 Compiling file globals.c ...
In file included from globals.c:27:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
1 warning generated.
 Compiling file archive.c ...
archive.c:94:45: warning: passing 'unsigned char [2]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:115:45: warning: passing 'unsigned char [2]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:153:45: warning: passing 'unsigned char [3]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:171:45: warning: passing 'unsigned char [3]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:209:45: warning: passing 'unsigned char [5]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:227:45: warning: passing 'unsigned char [5]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:265:45: warning: passing 'unsigned char [9]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:283:45: warning: passing 'unsigned char [9]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return (*stream->write)(stream->physical, buf, len);
                                            ^~~
archive.c:300:42: warning: passing 'unsigned char [5]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((*stream->write)(stream->physical, buf, len) != 0)
                                         ^~~
archive.c:301:47: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return (*stream->write)(stream->physical, string, nbytes);
                                              ^~~~~~
archive.c:333:49: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
      return (*stream->write)(stream->physical, buf, len+1);
                                                ^~~
archive.c:338:49: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
      return (*stream->write)(stream->physical, buf+1, len);
                                                ^~~~~
archive.c:351:49: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
      return (*stream->write)(stream->physical, buf, 2);
                                                ^~~
archive.c:356:49: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
      return (*stream->write)(stream->physical, buf+1, len);
                                                ^~~~~
archive.c:366:49: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
      return (*stream->write)(stream->physical, &buf, 1);
                                                ^~~~
archive.c:386:49: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
      return (*stream->write)(stream->physical, &buf, 1);
                                                ^~~~
archive.c:445:36: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  objc_write_string_atomic(stream, (char*)class->name,
                                   ^~~~~~~~~~~~~~~~~~
archive.c:308:21: note: passing argument to parameter 'string' here
                          unsigned char* string, unsigned int nbytes)
                                         ^
archive.c:476:39: warning: passing 'char [1]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return objc_write_string (stream, "", 0);
                                      ^~
archive.c:289:27: note: passing argument to parameter 'string' here
                   const unsigned char* string, unsigned int nbytes)
                                        ^
archive.c:478:37: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  return objc_write_string (stream, sel_name, strlen ((char*)sel_name));
                                    ^~~~~~~~
archive.c:289:27: note: passing argument to parameter 'string' here
                   const unsigned char* string, unsigned int nbytes)
                                        ^
archive.c:516:43: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  len = (*stream->read)(stream->physical, &buf, 1);
                                          ^~~~
archive.c:543:48: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, &buf, 1)))
                                               ^~~~
archive.c:549:42: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        len = (*stream->read)(stream->physical, val, 1);
                                                ^~~
archive.c:564:48: warning: passing 'unsigned char [3]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:576:44: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf+1, nbytes);
                                                  ^~~~~
archive.c:593:48: warning: passing 'unsigned char [3]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:605:44: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf+1, nbytes);
                                                  ^~~~~
archive.c:620:48: warning: passing 'unsigned char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:631:44: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf+1, nbytes);
                                                  ^~~~~
archive.c:647:48: warning: passing 'unsigned char [9]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:658:44: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf+1, nbytes);
                                                  ^~~~~
archive.c:679:43: warning: passing 'unsigned char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  len = (*stream->read)(stream->physical, buf, nbytes);
                                          ^~~
archive.c:693:48: warning: passing 'unsigned char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:715:43: warning: passing 'unsigned char [9]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  len = (*stream->read)(stream->physical, buf, nbytes);
                                          ^~~
archive.c:729:48: warning: passing 'unsigned char [9]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:747:48: warning: passing 'unsigned char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:754:44: warning: passing 'unsigned char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf, 1);
                                                  ^~~
archive.c:808:48: warning: passing 'unsigned char [4]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:816:44: warning: passing 'unsigned char [4]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf, 1);
                                                  ^~~
archive.c:838:44: warning: passing 'unsigned char [4]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf, 1);
                                                  ^~~
archive.c:883:48: warning: passing 'unsigned char [4]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:890:44: warning: passing 'unsigned char [4]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf, 1);
                                                  ^~~
archive.c:934:48: warning: passing 'unsigned char [4]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if ((len = (*stream->read)(stream->physical, buf, 1)))
                                               ^~~
archive.c:941:44: warning: passing 'unsigned char [4]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          len = (*stream->read)(stream->physical, buf, 1);
                                                  ^~~
archive.c:1039:39: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return objc_write_string (stream, *(char**)data, strlen(*(char**)data));
                                      ^~~~~~~~~~~~~
archive.c:289:27: note: passing argument to parameter 'string' here
                   const unsigned char* string, unsigned int nbytes)
                                        ^
archive.c:1043:46: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return objc_write_string_atomic (stream, *(char**)data, 
                                             ^~~~~~~~~~~~~
archive.c:308:21: note: passing argument to parameter 'string' here
                          unsigned char* string, unsigned int nbytes)
                                         ^
archive.c:1249:37: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          res = objc_write_string (stream, *str, strlen(*str));
                                           ^~~~
archive.c:289:27: note: passing argument to parameter 'string' here
                   const unsigned char* string, unsigned int nbytes)
                                        ^
archive.c:1256:44: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          res = objc_write_string_atomic (stream, *str, strlen(*str));
                                                  ^~~~
archive.c:308:21: note: passing argument to parameter 'string' here
                          unsigned char* string, unsigned int nbytes)
                                         ^
In file included from archive.c:29:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
48 warnings generated.
 Compiling file class.c ...
In file included from class.c:26:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
1 warning generated.
 Compiling file encoding.c ...
 Compiling file gc.c ...
 Compiling file hash.c ...
In file included from hash.c:29:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
1 warning generated.
 Compiling file init.c ...
init.c:350:1: warning: all paths through this function will call itself [-Winfinite-recursion]
{
^
init.c:349:1: warning: function '__objc_force_linking' is not needed and will not be emitted [-Wunneeded-internal-declaration]
__objc_force_linking (void)
^
2 warnings generated.
 Compiling file misc.c ...
In file included from misc.c:30:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
1 warning generated.
 Compiling file nil_method.c ...
In file included from nil_method.c:30:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
1 warning generated.
 Compiling file objects.c ...
In file included from objects.c:28:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
1 warning generated.
 Compiling file sarray.c ...
In file included from sarray.c:28:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
1 warning generated.
 Compiling file selector.c ...
selector.c:326:17: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
      else if (!strcmp (s->sel_types, types)) {
                ^
selector.c:326:17: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
selector.c:346:56: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration]
      j->sel_types = (char *)OBJC_MALLOC_UNCOLLECTABLE(strlen(types) + 1);
                                                       ^
selector.c:346:56: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
selector.c:347:7: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
      strcpy((char *)j->sel_types, types);
      ^
selector.c:347:7: note: include the header <string.h> or explicitly provide a declaration for 'strcpy'
In file included from selector.c:26:
In file included from ./runtime.h:50:
./objc-list.h:139:13: warning: 'static' function 'list_free' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
static void list_free(struct objc_list *list)
            ^
4 warnings generated.
 Compiling file sendmsg.c ...
sendmsg.c:179:10: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration]
  return __builtin_apply((apply_t)m->method_imp, 
         ^
sendmsg.c:179:10: note: did you mean '__builtin_memcpy'?
/usr/include/sys/endian.h:203:1: note: '__builtin_memcpy' declared here
__GEN_ENDIAN_ENC(16, be)
^
/usr/include/sys/endian.h:200:2: note: expanded from macro '__GEN_ENDIAN_ENC'
        __builtin_memcpy(dst, &u, sizeof(u)); \
        ^
sendmsg.c:179:10: warning: incompatible integer to pointer conversion returning 'int' from a function with result type 'retval_t' (aka 'void *') [-Wint-conversion]
  return __builtin_apply((apply_t)m->method_imp, 
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sendmsg.c:528:10: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration]
  args = __builtin_apply_args ();
         ^
sendmsg.c:528:10: note: did you mean '__builtin_apply'?
sendmsg.c:179:10: note: '__builtin_apply' declared here
  return __builtin_apply((apply_t)m->method_imp, 
         ^
sendmsg.c:528:8: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
  args = __builtin_apply_args ();
       ^ ~~~~~~~~~~~~~~~~~~~~~~~
sendmsg.c:531:5: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration]
    __builtin_return (res);
    ^
sendmsg.c:531:5: note: did you mean '__builtin_memcpy'?
/usr/include/sys/endian.h:203:1: note: '__builtin_memcpy' declared here
__GEN_ENDIAN_ENC(16, be)
^
/usr/include/sys/endian.h:200:2: note: expanded from macro '__GEN_ENDIAN_ENC'
        __builtin_memcpy(dst, &u, sizeof(u)); \
        ^
sendmsg.c:546:8: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
  args = __builtin_apply_args ();
       ^ ~~~~~~~~~~~~~~~~~~~~~~~
sendmsg.c:560:8: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
  args = __builtin_apply_args ();
       ^ ~~~~~~~~~~~~~~~~~~~~~~~
4 warnings and 3 errors generated.
/usr/pkg/share/GNUstep/Makefiles/rules.make:458: recipe for target 'obj/libobjc_lf2.obj/sendmsg.c.o' failed
gmake[3]: *** [obj/libobjc_lf2.obj/sendmsg.c.o] Error 1
/usr/pkg/share/GNUstep/Makefiles/Instance/library.make:275: recipe for target 'internal-library-all_' failed
gmake[2]: *** [internal-library-all_] Error 2
/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target 'libobjc_lf2.all.library.variables' failed
gmake[1]: *** [libobjc_lf2.all.library.variables] Error 2
/usr/pkg/share/GNUstep/Makefiles/Master/library.make:37: recipe for target 'internal-all' failed
gmake: *** [internal-all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/devel/gnustep-objc-lf2
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/devel/gnustep-objc-lf2