=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for ObjectiveLib-1.0.0nb26
This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help.
Running in gnustep-make version 2 strict mode.
mkdir -p obj/ObjectiveLib
cp Config.h obj/ObjectiveLib/Config.h
cp Algorithm.h obj/ObjectiveLib/Algorithm.h
cp Arithmetic.h obj/ObjectiveLib/Arithmetic.h
cp BitSet.h obj/ObjectiveLib/BitSet.h
cp BufferingInStream.h obj/ObjectiveLib/BufferingInStream.h
cp BufferingOutStream.h obj/ObjectiveLib/BufferingOutStream.h
cp BzlibInStream.h obj/ObjectiveLib/BzlibInStream.h
cp BzlibOutStream.h obj/ObjectiveLib/BzlibOutStream.h
cp Character.h obj/ObjectiveLib/Character.h
cp ConnectedInStream.h obj/ObjectiveLib/ConnectedInStream.h
cp ConnectedOutStream.h obj/ObjectiveLib/ConnectedOutStream.h
cp DataInStream.h obj/ObjectiveLib/DataInStream.h
cp DataOutStream.h obj/ObjectiveLib/DataOutStream.h
cp Deque.h obj/ObjectiveLib/Deque.h
cp Exception.h obj/ObjectiveLib/Exception.h
cp FileInStream.h obj/ObjectiveLib/FileInStream.h
cp FileOutStream.h obj/ObjectiveLib/FileOutStream.h
cp Functional.h obj/ObjectiveLib/Functional.h
cp GzipInStream.h obj/ObjectiveLib/GzipInStream.h
cp GzipOutStream.h obj/ObjectiveLib/GzipOutStream.h
cp HashFunction.h obj/ObjectiveLib/HashFunction.h
cp HashMap.h obj/ObjectiveLib/HashMap.h
cp HashSet.h obj/ObjectiveLib/HashSet.h
cp InStream.h obj/ObjectiveLib/InStream.h
cp Iterator.h obj/ObjectiveLib/Iterator.h
cp LayeredInStream.h obj/ObjectiveLib/LayeredInStream.h
cp LayeredOutStream.h obj/ObjectiveLib/LayeredOutStream.h
cp List.h obj/ObjectiveLib/List.h
cp Map.h obj/ObjectiveLib/Map.h
cp ObjectBase.h obj/ObjectiveLib/ObjectBase.h
cp ObjectInStream.h obj/ObjectiveLib/ObjectInStream.h
cp ObjectOutStream.h obj/ObjectiveLib/ObjectOutStream.h
cp OutStream.h obj/ObjectiveLib/OutStream.h
cp Pair.h obj/ObjectiveLib/Pair.h
cp Queue.h obj/ObjectiveLib/Queue.h
cp Set.h obj/ObjectiveLib/Set.h
cp Socket.h obj/ObjectiveLib/Socket.h
cp SocketAddress.h obj/ObjectiveLib/SocketAddress.h
cp Stack.h obj/ObjectiveLib/Stack.h
cp Streamable.h obj/ObjectiveLib/Streamable.h
cp Text.h obj/ObjectiveLib/Text.h
cp Types.h obj/ObjectiveLib/Types.h
cp Vector.h obj/ObjectiveLib/Vector.h
cp ZlibInStream.h obj/ObjectiveLib/ZlibInStream.h
cp ZlibOutStream.h obj/ObjectiveLib/ZlibOutStream.h
echo "#include <ObjectiveLib/Config.h>& #include <ObjectiveLib/Algorithm.h>& #include <ObjectiveLib/Arithmetic.h>& #include <ObjectiveLib/BitSet.h>& #include <ObjectiveLib/BufferingInStream.h>& #include <ObjectiveLib/BufferingOutStream.h>& #include <ObjectiveLib/BzlibInStream.h>& #include <ObjectiveLib/BzlibOutStream.h>& #include <ObjectiveLib/Character.h>& #include <ObjectiveLib/ConnectedInStream.h>& #include <ObjectiveLib/ConnectedOutStream.h>& #include <ObjectiveLib/DataInStream.h>& #include <ObjectiveLib/DataOutStream.h>& #include <ObjectiveLib/Deque.h>& #include <ObjectiveLib/Exception.h>& #include <ObjectiveLib/FileInStream.h>& #include <ObjectiveLib/FileOutStream.h>& #include <ObjectiveLib/Functional.h>& #include <ObjectiveLib/GzipInStream.h>& #include <ObjectiveLib/GzipOutStream.h>& #include <ObjectiveLib/HashFunction.h>& #include <ObjectiveLib/HashMap.h>& #include <ObjectiveLib/HashSet.h>& #include <ObjectiveLib/InStream.h>& #include <ObjectiveLib/Iterator.h>& #include <ObjectiveLib/LayeredInStream.h>& #include <ObjectiveLib/LayeredOutStream.h>& #include <ObjectiveLib/List.h>& #include <ObjectiveLib/Map.h>& #include <ObjectiveLib/ObjectBase.h>& #include <ObjectiveLib/ObjectInStream.h>& #include <ObjectiveLib/ObjectOutStream.h>& #include <ObjectiveLib/OutStream.h>& #include <ObjectiveLib/Pair.h>& #include <ObjectiveLib/Queue.h>& #include <ObjectiveLib/Set.h>& #include <ObjectiveLib/Socket.h>& #include <ObjectiveLib/SocketAddress.h>& #include <ObjectiveLib/Stack.h>& #include <ObjectiveLib/Streamable.h>& #include <ObjectiveLib/Text.h>& #include <ObjectiveLib/Types.h>& #include <ObjectiveLib/Vector.h>& #include <ObjectiveLib/ZlibInStream.h>& #include <ObjectiveLib/ZlibOutStream.h>&" | tr \& \\n | sed -e 's/ #/#/' | cat OLHeaderHeader.txt - OLHeaderFooter.txt > ObjectiveLib.h
cp ObjectiveLib.h obj/ObjectiveLib/ObjectiveLib.h
Making all for library libObjectiveLib...
 Compiling file HashFunction.c ...
 Compiling file Algorithm.m ...
Algorithm.m:511:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    series = objc_malloc(count * sizeof(id));
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Algorithm.m:527:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(series);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Algorithm.m:550:8: warning: variable 'result' set but not used [-Wunused-but-set-variable]
    id result;
       ^
Algorithm.m:835:12: warning: multiple methods named 'compare:' found [-Wobjc-multiple-method-names]
    return [left compare: right] < 0 ? right : left;
           ^~~~~~~~~~~~~~~~~~~~~
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:179:1: note: using
- (NSComparisonResult) compare: (NSDate*)otherDate;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found
- (NSComparisonResult) compare: (id)anObject;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./obj/ObjectiveLib/Pair.h:123:1: note: also found
- (int) compare: (id)other;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:623:1: note: also found
- (NSComparisonResult) compare: (NSString*)aString;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Algorithm.m:918:12: warning: multiple methods named 'compare:' found [-Wobjc-multiple-method-names]
    return [right compare: left] < 0 ? right : left;
           ^~~~~~~~~~~~~~~~~~~~~
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:179:1: note: using
- (NSComparisonResult) compare: (NSDate*)otherDate;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found
- (NSComparisonResult) compare: (id)anObject;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./obj/ObjectiveLib/Pair.h:123:1: note: also found
- (int) compare: (id)other;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:623:1: note: also found
- (NSComparisonResult) compare: (NSString*)aString;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Algorithm.m:2259:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    buffer = objc_malloc(size * sizeof(id));
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Algorithm.m:2281:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(buffer);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
7 warnings generated.
 Compiling file Arithmetic.m ...
 Compiling file BitSet.m ...
BitSet.m:182:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    words = objc_malloc(numberOfWords * sizeof(uint32_t));
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BitSet.m:196:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    words = objc_malloc(numberOfWords * sizeof(uint32_t));
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BitSet.m:209:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    words = objc_malloc(numberOfBytes);
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BitSet.m:234:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    words = objc_malloc(sizeof(uint32_t));
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BitSet.m:247:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(words);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BitSet.m:503:20: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    char* result = objc_malloc((numberOfBits + 1) * sizeof(char));
                   ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
6 warnings generated.
 Compiling file Boolean.m ...
 Compiling file BufferingInStream.m ...
BufferingInStream.m:72:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    buffer = objc_malloc(size);
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BufferingInStream.m:81:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
BufferingInStream.m:53:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(buffer)
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
2 warnings generated.
 Compiling file BufferingOutStream.m ...
BufferingOutStream.m:77:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    buffer = objc_malloc(size);
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BufferingOutStream.m:86:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
BufferingOutStream.m:52:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(buffer)
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
2 warnings generated.
 Compiling file BzlibInStream.m ...
BzlibInStream.m:92:16: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    bzstream = objc_malloc(sizeof(bz_stream));
               ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibInStream.m:98:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(bzstream);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibInStream.m:104:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    buffer = objc_malloc(size);
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibInStream.m:113:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    FREE_MY_RESOURCES;
    ^
BzlibInStream.m:59:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(buffer)
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibInStream.m:123:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(bzstream);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
5 warnings generated.
 Compiling file BzlibOutStream.m ...
BzlibOutStream.m:64:12: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    return objc_malloc(items * size);
           ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibOutStream.m:69:12: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    return objc_free(address);
           ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibOutStream.m:107:16: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    bzstream = objc_malloc(sizeof(bz_stream));
               ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibOutStream.m:116:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(bzstream);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibOutStream.m:120:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    buffer = objc_malloc(size);
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibOutStream.m:128:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
BzlibOutStream.m:60:2: note: expanded from macro 'FREE_MY_RESOURCES'
        objc_free(buffer)
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
BzlibOutStream.m:154:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(bzstream);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
7 warnings generated.
 Compiling file ConnectedInStream.m ...
 Compiling file ConnectedOutStream.m ...
 Compiling file DataInStream.m ...
DataInStream.m:88:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    bytes = objc_malloc(length);
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
DataInStream.m:97:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
DataInStream.m:59:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(bytes)
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
2 warnings generated.
 Compiling file DataOutStream.m ...
DataOutStream.m:67:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    buffer = objc_malloc(50);
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
DataOutStream.m:76:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
DataOutStream.m:53:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(buffer)
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
DataOutStream.m:116:21: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        newBuffer = objc_malloc(newCapacity);
                    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
DataOutStream.m:118:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(buffer);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
4 warnings generated.
 Compiling file Deque.m ...
Deque.m:202:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(map);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:306:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(*node);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:314:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free([finish first]);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:990:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(*cur);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1083:11: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    map = objc_malloc(mapSize * sizeof(id*));
          ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1087:16: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        *cur = objc_malloc(OL_BUFFER_SIZE * sizeof(id));
               ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1102:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free([finish first]);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1120:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free([start first]);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1137:32: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        *([finish node] + 1) = objc_malloc(OL_BUFFER_SIZE * sizeof(id));
                               ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1156:31: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        *([start node] - 1) = objc_malloc(OL_BUFFER_SIZE * sizeof(id));
                              ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1183:18: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        newMap = objc_malloc(newMapSize * sizeof(id*));
                 ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1186:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(map);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1206:36: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
            *([finish node] + i) = objc_malloc(OL_BUFFER_SIZE * sizeof(id));
                                   ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Deque.m:1225:35: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
            *([start node] - i) = objc_malloc(OL_BUFFER_SIZE * sizeof(id));
                                  ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
14 warnings generated.
 Compiling file EndOfContainer.m ...
 Compiling file FileInStream.m ...
 Compiling file FileOutStream.m ...
 Compiling file Functional.m ...
 Compiling file GzipInStream.m ...
GzipInStream.m:151:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
GzipInStream.m:62:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(fileName); \
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:151:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
GzipInStream.m:63:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(comment); \
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:233:24: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    uint8_t* dataBuf = objc_malloc(1024);
                       ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:246:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
            objc_free(dataBuf);
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:247:23: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
            dataBuf = objc_malloc(dataLen);
                      ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:259:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(dataBuf);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:308:20: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    uint8_t* buf = objc_malloc(capacity);
                   ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:319:25: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
            newBuffer = objc_malloc(capacity);
                        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:321:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
            objc_free(buf);
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:328:11: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    str = objc_malloc(size + 1);
          ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:331:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(buf);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:415:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    buffer = objc_malloc(cnt);
             ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipInStream.m:427:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(buffer);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
13 warnings generated.
 Compiling file GzipOutStream.m ...
GzipOutStream.m:115:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
GzipOutStream.m:70:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(commentData); \
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:115:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        FREE_MY_RESOURCES;
        ^
GzipOutStream.m:71:5: note: expanded from macro 'FREE_MY_RESOURCES'
    objc_free(fileNameData); \
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:164:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(commentData);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:168:23: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        commentData = objc_malloc(len + 1);
                      ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:175:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(commentData);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:187:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(fileNameData);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:190:16: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    nameCopy = objc_malloc(strlen(name) + 1);
               ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:193:20: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    fileNameData = objc_malloc(strlen(base) + 1);
                   ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:195:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(nameCopy);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
GzipOutStream.m:204:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(bytes);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
10 warnings generated.
 Compiling file HashMap.m ...
 Compiling file HashSet.m ...
 Compiling file HashTable.m ...
HashTable.m:299:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(node);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
HashTable.m:766:47: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    OLHashTableNode* node = (OLHashTableNode*)objc_malloc(sizeof(OLHashTableNode));
                                              ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
2 warnings generated.
 Compiling file InStream.m ...
InStream.m:373:19: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        nameBuf = objc_malloc(nameLen + 1);
                  ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:384:20: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        typesBuf = objc_malloc(typesLen + 1);
                   ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:393:18: warning: 'sel_get_typed_uid' is deprecated [-Wdeprecated-declarations]
        result = sel_get_typed_uid((const char*)nameBuf, (const char*)typesBuf);
                 ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:50:16: note: 'sel_get_typed_uid' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:395:18: warning: 'sel_get_any_typed_uid' is deprecated [-Wdeprecated-declarations]
        result = sel_get_any_typed_uid((const char*)nameBuf);
                 ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:53:16: note: 'sel_get_any_typed_uid' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:399:22: warning: 'sel_register_typed_name' is deprecated [-Wdeprecated-declarations]
            result = sel_register_typed_name((const char*)nameBuf, (const char*)typesBuf);
                     ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:76:16: note: 'sel_register_typed_name' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:401:22: warning: 'sel_register_name' is deprecated [-Wdeprecated-declarations]
            result = sel_register_name((const char*)nameBuf);
                     ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:73:16: note: 'sel_register_name' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:414:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
            objc_free(nameBuf);
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:415:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
            objc_free(typesBuf);
            ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:422:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(nameBuf);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
InStream.m:423:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(typesBuf);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
10 warnings generated.
 Compiling file Iterator.m ...
 Compiling file LayeredInStream.m ...
 Compiling file LayeredOutStream.m ...
 Compiling file List.m ...
 Compiling file Map.m ...
 Compiling file ObjectInStream.m ...
ObjectInStream.m:313:19: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
        nameBuf = objc_malloc(nameBufLen);
                  ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:320:17: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
                objc_free(nameBuf);
                ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:321:27: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
                nameBuf = objc_malloc(nameBufLen);
                          ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:325:19: warning: 'objc_get_class' is deprecated [-Wdeprecated-declarations]
            cls = objc_get_class(nameBuf);
                  ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:33:16: note: 'objc_get_class' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:328:17: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
                objc_free(nameBuf);
                ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:344:17: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
                objc_free(nameBuf);
                ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:350:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
        objc_free(nameBuf);
        ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:472:27: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
    return (num == nil) ? NSNotFound : [num value];
    ~~~~~~                ^~~~~~~~~~
ObjectInStream.m:534:12: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations]
    name = objc_malloc(strlen(nm) + 1);
           ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
ObjectInStream.m:545:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations]
    objc_free(name);
    ^
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
10 warnings generated.
 Compiling file ObjectOutStream.m ...
ObjectOutStream.m:233:40: error: call to undeclared function 'class_get_version'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    return (cls == nil) ? NSNotFound : class_get_version(cls);
                                       ^
ObjectOutStream.m:233:40: note: did you mean 'class_getVersion'?
/pbulk/work/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:402:5: note: 'class_getVersion' declared here
int class_getVersion(Class theClass);
    ^
ObjectOutStream.m:233:27: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
    return (cls == nil) ? NSNotFound : class_get_version(cls);
    ~~~~~~                ^~~~~~~~~~
1 warning and 1 error generated.
gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/rules.make:515: obj/libObjectiveLib.obj/ObjectOutStream.m.o] Error 1
gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/library.make:278: internal-library-all_] Error 2
gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: libObjectiveLib.all.library.variables] Error 2
gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/library.make:37: internal-all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/devel/ObjectiveLib
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/ObjectiveLib