+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ObjectiveLib-1.0.0nb24/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ObjectiveLib-1.0.0nb24/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for ObjectiveLib-1.0.0nb24 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 & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include & #include &" | 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: In function '+[OLAlgorithm findFirstFrom:to:ofFrom:ofTo:predicate:]': Algorithm.m:511:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 511 | series = objc_malloc(count * sizeof(id)); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/Functional.h:46, from Algorithm.h:46, from Algorithm.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Algorithm.m:527:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 527 | objc_free(series); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Algorithm.m: In function '+[OLAlgorithm forEachFrom:to:function:]': Algorithm.m:550:8: warning: variable 'result' set but not used [-Wunused-but-set-variable] 550 | id result; | ^~~~~~ Algorithm.m: In function '+[OLAlgorithm max:or:]': Algorithm.m:835:5: warning: multiple methods named '-compare:' found 835 | return [left compare: right] < 0 ? right : left; | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:509, from ./obj/ObjectiveLib/ObjectBase.h:80: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using '-(NSComparisonResult)compare:(NSDate *)otherDate' 178 | - (NSComparisonResult) compare: (NSDate*)otherDate; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: also found '-(NSComparisonResult)compare:(NSDate *)otherDate' In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:591: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found '-(NSComparisonResult)compare:(id)anObject' 53 | - (NSComparisonResult) compare: (id)anObject; | ^ In file included from ./obj/ObjectiveLib/Iterator.h:46, from Algorithm.h:47: ./obj/ObjectiveLib/Pair.h:123:1: note: also found '-(int)compare:(id)other' 123 | - (int) compare: (id)other; | ^ In file included from Algorithm.m:49: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found '-(NSComparisonResult)compare:(NSString *)aString' 430 | - (NSComparisonResult) compare: (NSString*)aString; | ^ Algorithm.m: In function '+[OLAlgorithm min:or:]': Algorithm.m:918:5: warning: multiple methods named '-compare:' found 918 | return [right compare: left] < 0 ? right : left; | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using '-(NSComparisonResult)compare:(NSDate *)otherDate' 178 | - (NSComparisonResult) compare: (NSDate*)otherDate; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: also found '-(NSComparisonResult)compare:(NSDate *)otherDate' /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found '-(NSComparisonResult)compare:(id)anObject' 53 | - (NSComparisonResult) compare: (id)anObject; | ^ ./obj/ObjectiveLib/Pair.h:123:1: note: also found '-(int)compare:(id)other' 123 | - (int) compare: (id)other; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found '-(NSComparisonResult)compare:(NSString *)aString' 430 | - (NSComparisonResult) compare: (NSString*)aString; | ^ Algorithm.m: In function '-[OLTempBuf initWithFirst:last:]': Algorithm.m:2259:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 2259 | buffer = objc_malloc(size * sizeof(id)); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Algorithm.m: In function '-[OLTempBuf dealloc]': Algorithm.m:2281:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 2281 | objc_free(buffer); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file Arithmetic.m ... Compiling file BitSet.m ... BitSet.m: In function '-[OLBitSet initWithCoder:]': BitSet.m:182:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 182 | words = objc_malloc(numberOfWords * sizeof(uint32_t)); | ^~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from BitSet.h:46, from BitSet.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BitSet.m: In function '-[OLBitSet initWithObjectInStream:]': BitSet.m:196:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 196 | words = objc_malloc(numberOfWords * sizeof(uint32_t)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BitSet.m: In function '-[OLBitSet initWithSetSize:]': BitSet.m:209:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 209 | words = objc_malloc(numberOfBytes); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BitSet.m: In function '-[OLBitSet initWithValue:]': BitSet.m:234:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 234 | words = objc_malloc(sizeof(uint32_t)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BitSet.m: In function '-[OLBitSet dealloc]': BitSet.m:247:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 247 | objc_free(words); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ BitSet.m: In function '-[OLBitSet toString]': BitSet.m:503:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 503 | char* result = objc_malloc((numberOfBits + 1) * sizeof(char)); | ^~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Compiling file Boolean.m ... Compiling file BufferingInStream.m ... BufferingInStream.m: In function '-[OLBufferingInStream initWithInStream:bufferSize:]': BufferingInStream.m:72:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 72 | buffer = objc_malloc(size); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/InStream.h:55, from ./obj/ObjectiveLib/LayeredInStream.h:46, from BufferingInStream.h:46, from BufferingInStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BufferingInStream.m: In function '-[OLBufferingInStream dealloc]': BufferingInStream.m:81:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 81 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file BufferingOutStream.m ... BufferingOutStream.m: In function '-[OLBufferingOutStream initWithOutStream:bufferSize:]': BufferingOutStream.m:77:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 77 | buffer = objc_malloc(size); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/OutStream.h:55, from ./obj/ObjectiveLib/LayeredOutStream.h:46, from BufferingOutStream.h:46, from BufferingOutStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BufferingOutStream.m: In function '-[OLBufferingOutStream dealloc]': BufferingOutStream.m:86:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 86 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file BzlibInStream.m ... BzlibInStream.m: In function '-[OLBzlibInStream initWithInStream:bufferSize:smallMode:]': BzlibInStream.m:92:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 92 | bzstream = objc_malloc(sizeof(bz_stream)); | ^~~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/InStream.h:55, from ./obj/ObjectiveLib/LayeredInStream.h:46, from BzlibInStream.h:46, from BzlibInStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BzlibInStream.m:98:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 98 | objc_free(bzstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ BzlibInStream.m:104:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 104 | buffer = objc_malloc(size); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BzlibInStream.m: In function '-[OLBzlibInStream dealloc]': BzlibInStream.m:113:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 113 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ BzlibInStream.m: In function '-[OLBzlibInStream close]': BzlibInStream.m:123:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 123 | objc_free(bzstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file BzlibOutStream.m ... BzlibOutStream.m: In function '__ol_bzalloc': BzlibOutStream.m:64:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 64 | return objc_malloc(items * size); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/OutStream.h:55, from ./obj/ObjectiveLib/LayeredOutStream.h:46, from BzlibOutStream.h:46, from BzlibOutStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BzlibOutStream.m: In function '__ol_bzfree': BzlibOutStream.m:69:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 69 | return objc_free(address); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ BzlibOutStream.m: In function '-[OLBzlibOutStream initWithOutStream:blockSize:bufferSize:]': BzlibOutStream.m:107:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 107 | bzstream = objc_malloc(sizeof(bz_stream)); | ^~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BzlibOutStream.m:116:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 116 | objc_free(bzstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ BzlibOutStream.m:120:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 120 | buffer = objc_malloc(size); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ BzlibOutStream.m: In function '-[OLBzlibOutStream dealloc]': BzlibOutStream.m:128:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 128 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ BzlibOutStream.m: In function '-[OLBzlibOutStream close]': BzlibOutStream.m:154:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 154 | objc_free(bzstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file ConnectedInStream.m ... Compiling file ConnectedOutStream.m ... Compiling file DataInStream.m ... DataInStream.m: In function '-[OLDataInStream initWithBytes:count:]': DataInStream.m:88:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 88 | bytes = objc_malloc(length); | ^~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/InStream.h:55, from ./obj/ObjectiveLib/ConnectedInStream.h:46, from DataInStream.h:46, from DataInStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ DataInStream.m: In function '-[OLDataInStream dealloc]': DataInStream.m:97:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 97 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file DataOutStream.m ... DataOutStream.m: In function '-[OLDataOutStream init]': DataOutStream.m:67:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 67 | buffer = objc_malloc(50); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/OutStream.h:55, from ./obj/ObjectiveLib/ConnectedOutStream.h:46, from DataOutStream.h:46, from DataOutStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ DataOutStream.m: In function '-[OLDataOutStream dealloc]': DataOutStream.m:76:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 76 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ DataOutStream.m: In function '-[OLDataOutStream writeBytes:count:]': DataOutStream.m:116:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 116 | newBuffer = objc_malloc(newCapacity); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ DataOutStream.m:118:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 118 | objc_free(buffer); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file Deque.m ... Deque.m: In function '-[OLDeque dealloc]': Deque.m:202:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 202 | objc_free(map); | ^~~~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/Pair.h:46, from ./obj/ObjectiveLib/Iterator.h:46, from Deque.h:46, from Deque.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Deque.m: In function '-[OLDeque clear]': Deque.m:306:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 306 | objc_free(*node); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Deque.m:314:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 314 | objc_free([finish first]); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) destroyNodesFrom:to:]': Deque.m:990:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 990 | objc_free(*cur); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) initializeMap:]': Deque.m:1083:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1083 | map = objc_malloc(mapSize * sizeof(id*)); | ^~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Deque.m:1087:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1087 | *cur = objc_malloc(OL_BUFFER_SIZE * sizeof(id)); | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) popBackImpl:]': Deque.m:1102:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1102 | objc_free([finish first]); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) popFrontImpl:]': Deque.m:1120:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1120 | objc_free([start first]); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) pushBackPrepare]': Deque.m:1137:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1137 | *([finish node] + 1) = objc_malloc(OL_BUFFER_SIZE * sizeof(id)); | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) pushFrontPrepare]': Deque.m:1156:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1156 | *([start node] - 1) = objc_malloc(OL_BUFFER_SIZE * sizeof(id)); | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) reallocateMap:atFront:]': Deque.m:1183:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1183 | newMap = objc_malloc(newMapSize * sizeof(id*)); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Deque.m:1186:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1186 | objc_free(map); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) reserveElementsAtBack:]': Deque.m:1206:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1206 | *([finish node] + i) = objc_malloc(OL_BUFFER_SIZE * sizeof(id)); | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Deque.m: In function '-[OLDeque(PrivateMethods) reserveElementsAtFront:]': Deque.m:1225:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1225 | *([start node] - i) = objc_malloc(OL_BUFFER_SIZE * sizeof(id)); | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Compiling file EndOfContainer.m ... Compiling file FileInStream.m ... Compiling file FileOutStream.m ... Compiling file Functional.m ... Compiling file GzipInStream.m ... GzipInStream.m: In function '-[OLGzipInStream dealloc]': GzipInStream.m:151:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 151 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/InStream.h:55, from ./obj/ObjectiveLib/LayeredInStream.h:46, from ./obj/ObjectiveLib/ZlibInStream.h:46, from GzipInStream.h:46, from GzipInStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipInStream.m:151:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 151 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipInStream.m: In function '-[OLGzipInStream(PrivateMethods) readExtraFieldsWithCRC:]': GzipInStream.m:233:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 233 | uint8_t* dataBuf = objc_malloc(1024); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipInStream.m:246:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 246 | objc_free(dataBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipInStream.m:247:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 247 | dataBuf = objc_malloc(dataLen); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipInStream.m:259:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 259 | objc_free(dataBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipInStream.m: In function '-[OLGzipInStream(PrivateMethods) readHeaderStringWithCRC:]': GzipInStream.m:308:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 308 | uint8_t* buf = objc_malloc(capacity); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipInStream.m:319:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 319 | newBuffer = objc_malloc(capacity); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipInStream.m:321:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 321 | objc_free(buf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipInStream.m:328:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 328 | str = objc_malloc(size + 1); | ^~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipInStream.m:331:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 331 | objc_free(buf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipInStream.m: In function '-[OLExtraFieldBuffer initWithBuffer:count:]': GzipInStream.m:415:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 415 | buffer = objc_malloc(cnt); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipInStream.m: In function '-[OLExtraFieldBuffer dealloc]': GzipInStream.m:427:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 427 | objc_free(buffer); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file GzipOutStream.m ... GzipOutStream.m: In function '-[OLGzipOutStream dealloc]': GzipOutStream.m:115:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 115 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/OutStream.h:55, from ./obj/ObjectiveLib/LayeredOutStream.h:46, from ./obj/ObjectiveLib/ZlibOutStream.h:46, from GzipOutStream.h:46, from GzipOutStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipOutStream.m:115:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 115 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipOutStream.m: In function '-[OLGzipOutStream setComment:]': GzipOutStream.m:164:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 164 | objc_free(commentData); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipOutStream.m:168:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 168 | commentData = objc_malloc(len + 1); | ^~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipOutStream.m: In function '-[OLGzipOutStream setCommentText:]': GzipOutStream.m:175:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 175 | objc_free(commentData); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipOutStream.m: In function '-[OLGzipOutStream setOriginalFileName:includeModificationTime:]': GzipOutStream.m:187:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 187 | objc_free(fileNameData); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipOutStream.m:190:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 190 | nameCopy = objc_malloc(strlen(name) + 1); | ^~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipOutStream.m:193:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 193 | fileNameData = objc_malloc(strlen(base) + 1); | ^~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ GzipOutStream.m:195:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 195 | objc_free(nameCopy); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ GzipOutStream.m: In function '-[OLGzipOutStream setOriginalFileNameText:includeModificationTime:]': GzipOutStream.m:204:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 204 | objc_free(bytes); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file HashMap.m ... Compiling file HashSet.m ... Compiling file HashTable.m ... HashTable.m: In function '-[OLHashTable destroyNode:]': HashTable.m:299:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 299 | objc_free(node); | ^~~~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/Pair.h:46, from Iterator.h:46, from HashTable.h:46, from HashTable.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ HashTable.m: In function '-[OLHashTable newNode:]': HashTable.m:766:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 766 | OLHashTableNode* node = (OLHashTableNode*)objc_malloc(sizeof(OLHashTableNode)); | ^~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Compiling file InStream.m ... InStream.m: In function '-[OLInStream(PrivateMethods) readSelectorImpl]': InStream.m:373:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 373 | nameBuf = objc_malloc(nameLen + 1); | ^~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from InStream.h:55, from InStreamPackage.h:46, from InStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ InStream.m:384:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 384 | typesBuf = objc_malloc(typesLen + 1); | ^~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ InStream.m:393:9: warning: 'sel_get_typed_uid' is deprecated [-Wdeprecated-declarations] 393 | result = sel_get_typed_uid((const char*)nameBuf, (const char*)typesBuf); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:51:5: note: declared here 51 | SEL sel_get_typed_uid (const char *name, const char *types); | ^~~~~~~~~~~~~~~~~ InStream.m:395:9: warning: 'sel_get_any_typed_uid' is deprecated [-Wdeprecated-declarations] 395 | result = sel_get_any_typed_uid((const char*)nameBuf); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:54:5: note: declared here 54 | SEL sel_get_any_typed_uid (const char *name); | ^~~~~~~~~~~~~~~~~~~~~ InStream.m:399:13: warning: 'sel_register_typed_name' is deprecated [-Wdeprecated-declarations] 399 | result = sel_register_typed_name((const char*)nameBuf, (const char*)typesBuf); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:77:5: note: declared here 77 | SEL sel_register_typed_name(const char *name, const char *type); | ^~~~~~~~~~~~~~~~~~~~~~~ InStream.m:401:13: warning: 'sel_register_name' is deprecated [-Wdeprecated-declarations] 401 | result = sel_register_name((const char*)nameBuf); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:74:5: note: declared here 74 | SEL sel_register_name(const char *name); | ^~~~~~~~~~~~~~~~~ InStream.m:414:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 414 | objc_free(nameBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ InStream.m:415:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 415 | objc_free(typesBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ InStream.m:422:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 422 | objc_free(nameBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ InStream.m:423:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 423 | objc_free(typesBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ 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: In function '-[OLObjectInStream readClass]': ObjectInStream.m:313:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 313 | nameBuf = objc_malloc(nameBufLen); | ^~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/InStream.h:55, from ./obj/ObjectiveLib/LayeredInStream.h:46, from ObjectInStream.h:46, from ObjectInStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ObjectInStream.m:320:17: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 320 | objc_free(nameBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ObjectInStream.m:321:17: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 321 | nameBuf = objc_malloc(nameBufLen); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ObjectInStream.m:325:13: warning: 'objc_get_class' is deprecated [-Wdeprecated-declarations] 325 | cls = objc_get_class(nameBuf); | ^~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:34:4: note: declared here 34 | id objc_get_class(const char *name); | ^~~~~~~~~~~~~~ ObjectInStream.m:328:17: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 328 | objc_free(nameBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ObjectInStream.m:344:17: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 344 | objc_free(nameBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ObjectInStream.m:350:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 350 | objc_free(nameBuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ObjectInStream.m: In function '-[OLClassName initWithName:]': ObjectInStream.m:534:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 534 | name = objc_malloc(strlen(nm) + 1); | ^~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ObjectInStream.m: In function '-[OLClassName dealloc]': ObjectInStream.m:545:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 545 | objc_free(name); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file ObjectOutStream.m ... ObjectOutStream.m: In function '-[OLObjectOutStream versionForClassName:]': ObjectOutStream.m:233:40: warning: implicit declaration of function 'class_get_version'; did you mean 'class_getVersion'? [-Wimplicit-function-declaration] 233 | return (cls == nil) ? NSNotFound : class_get_version(cls); | ^~~~~~~~~~~~~~~~~ | class_getVersion Compiling file ObjectReplaceTable.m ... ObjectReplaceTable.m: In function '-[OLObjectReplaceTable init]': ObjectReplaceTable.m:56:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 56 | reps = objc_malloc(repCapacity * sizeof(id)); | ^~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/Pair.h:46, from ./obj/ObjectiveLib/Iterator.h:46, from Vector.h:46, from PointerRefTable.h:46, from ObjectReplaceTable.h:46, from ObjectReplaceTable.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ObjectReplaceTable.m: In function '-[OLObjectReplaceTable dealloc]': ObjectReplaceTable.m:67:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 67 | objc_free(reps); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ObjectReplaceTable.m: In function '-[OLObjectReplaceTable grow]': ObjectReplaceTable.m:83:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 83 | id* newReps = objc_malloc(newCapacity * sizeof(id)); | ^~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ObjectReplaceTable.m:87:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 87 | objc_free(reps); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file OutStream.m ... OutStream.m: In function '-[OLOutStream encodeValueOfObjCType:at:]': OutStream.m:184:51: warning: pointer targets in passing argument 2 of 'objc_layout_structure_get_info' differ in signedness [-Wpointer-sign] 184 | objc_layout_structure_get_info(&slay, (int*)&offset, NULL, &fieldType); | ^~~~~~~~~~~~~ | | | int * In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/GSObjCRuntime.h:63, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObjCRuntime.h:222, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:30, from ./obj/ObjectiveLib/ObjectBase.h:80, from OutStream.h:55, from OutStreamPackage.h:46, from OutStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/encoding.h:61:52: note: expected 'unsigned int *' but argument is of type 'int *' 61 | unsigned int *offset, | ~~~~~~~~~~~~~~^~~~~~ OutStream.m: In function '-[OLOutStream(PrivateMethods) writeSelectorImpl:]': OutStream.m:347:9: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations] 347 | selName = sel_get_name(sel); | ^~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:63:13: note: declared here 63 | const char *sel_get_name(SEL selector); | ^~~~~~~~~~~~ OutStream.m:348:9: warning: 'sel_get_type' is deprecated [-Wdeprecated-declarations] 348 | selTypes = sel_get_type(sel); | ^~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:71:13: note: declared here 71 | const char *sel_get_type(SEL selector); | ^~~~~~~~~~~~ Compiling file Pair.m ... Pair.m: In function '-[OLPair compare:]': Pair.m:113:9: warning: multiple methods named '-compare:' found 113 | result = [first compare: pair->first]; | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:509, from ./obj/ObjectiveLib/ObjectBase.h:80, from Pair.h:46, from Pair.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using '-(NSComparisonResult)compare:(NSDate *)otherDate' 178 | - (NSComparisonResult) compare: (NSDate*)otherDate; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: also found '-(NSComparisonResult)compare:(NSDate *)otherDate' In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:591: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found '-(NSComparisonResult)compare:(id)anObject' 53 | - (NSComparisonResult) compare: (id)anObject; | ^ Pair.h:123:1: note: also found '-(int)compare:(id)other' 123 | - (int) compare: (id)other; | ^ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSGeometry.h:31, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSCoder.h:30, from ./obj/ObjectiveLib/InStream.h:59, from ./obj/ObjectiveLib/LayeredInStream.h:46, from ObjectInStream.h:46, from Pair.m:45: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found '-(NSComparisonResult)compare:(NSString *)aString' 430 | - (NSComparisonResult) compare: (NSString*)aString; | ^ Pair.m:115:13: warning: multiple methods named '-compare:' found 115 | result = [second compare: pair->second]; | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using '-(NSComparisonResult)compare:(NSDate *)otherDate' 178 | - (NSComparisonResult) compare: (NSDate*)otherDate; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: also found '-(NSComparisonResult)compare:(NSDate *)otherDate' /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found '-(NSComparisonResult)compare:(id)anObject' 53 | - (NSComparisonResult) compare: (id)anObject; | ^ Pair.h:123:1: note: also found '-(int)compare:(id)other' 123 | - (int) compare: (id)other; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found '-(NSComparisonResult)compare:(NSString *)aString' 430 | - (NSComparisonResult) compare: (NSString*)aString; | ^ Compiling file PointerData.m ... Compiling file PointerRefTable.m ... PointerRefTable.m: In function '-[OLPointerRefTable dealloc]': PointerRefTable.m:153:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 153 | objc_free(cur); | ^~~~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/Pair.h:46, from ./obj/ObjectiveLib/Iterator.h:46, from Vector.h:46, from PointerRefTable.h:46, from PointerRefTable.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ PointerRefTable.m: In function '-[OLPointerRefTable assign:]': PointerRefTable.m:180:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 180 | cur = objc_malloc(sizeof(OLPointerRefNode)); | ^~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ PointerRefTable.m: In function '-[OLPointerRefTable bucketOfPointer:size:]': PointerRefTable.m:196:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 196 | return (unsigned)object % size; | ^ Compiling file Queue.m ... Compiling file RunTime.m ... Compiling file Set.m ... Compiling file SharedPointerTable.m ... SharedPointerTable.m: In function '-[OLSharedPointerTable init]': SharedPointerTable.m:64:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 64 | entries = objc_malloc(entryCapacity * sizeof(OLSharedPointerEntry)); | ^~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ObjectBase.h:47, from SharedPointerTable.h:46, from SharedPointerTable.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SharedPointerTable.m: In function '-[OLSharedPointerTable dealloc]': SharedPointerTable.m:81:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 81 | objc_free(entries); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ SharedPointerTable.m: In function '-[OLSharedPointerTable makeRoom]': SharedPointerTable.m:127:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 127 | newEntries = objc_malloc(entryCapacity * sizeof(OLSharedPointerEntry)); | ^~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SharedPointerTable.m:129:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 129 | objc_free(entries); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file Socket.m ... Compiling file SocketAddress.m ... SocketAddress.m: In function '-[OLInternetAddress dealloc]': SocketAddress.m:341:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 341 | objc_free(canonicalName); | ^~~~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from SocketAddress.h:46, from SocketAddressPackage.h:46, from SocketAddress.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ SocketAddress.m: In function '-[OLInternetAddress canonicalName]': SocketAddress.m:362:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 362 | canonicalName = objc_malloc(strlen(nameBuf) + 1); | ^~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLInternet4Address initWithPort:]': SocketAddress.m:425:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 425 | hostRep = objc_malloc(sizeof(struct sockaddr_in)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLInternet4Address dealloc]': SocketAddress.m:442:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 442 | objc_free(hostRep); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ SocketAddress.m: In function '-[OLInternet6Address initWithPort:]': SocketAddress.m:540:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 540 | hostRep = objc_malloc(sizeof(struct sockaddr_in6)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLInternet6Address dealloc]': SocketAddress.m:557:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 557 | objc_free(hostRep); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ SocketAddress.m: In function '-[OLUnixAddress initWithPath:]': SocketAddress.m:672:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 672 | hostRep = objc_malloc(sizeof(struct sockaddr_un)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m:674:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 674 | pathCopy1 = objc_malloc(strlen(pth) + 1); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m:676:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 676 | pathCopy2 = objc_malloc(strlen(pth) + 1); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m:688:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 688 | objc_free(pathCopy1); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ SocketAddress.m:689:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 689 | objc_free(pathCopy2); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ SocketAddress.m: In function '-[OLUnixAddress dealloc]': SocketAddress.m:708:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 708 | objc_free(hostRep); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ SocketAddress.m: In function '-[OLInternetAddress(PrivateMethods) initImplWithName:socketType:]': SocketAddress.m:891:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 891 | canonicalName = objc_malloc(strlen(name) + 1); | ^~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLInternet4Address(PackageMethods) initWithSockaddr:socketType:]': SocketAddress.m:914:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 914 | hostRep = objc_malloc(sizeof(struct sockaddr_in)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLInternet4Address(PrivateMethods) initImplWithAddrinfo:port:]': SocketAddress.m:928:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 928 | hostRep = objc_malloc(sizeof(struct sockaddr_in)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLInternet6Address(PackageMethods) initWithSockaddr6:socketType:]': SocketAddress.m:974:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 974 | hostRep = objc_malloc(sizeof(struct sockaddr_in6)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLInternet6Address(PrivateMethods) initImplWithAddrinfo:port:]': SocketAddress.m:988:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 988 | hostRep = objc_malloc(sizeof(struct sockaddr_in6)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ SocketAddress.m: In function '-[OLUnixAddress(PackageMethods) initWithSockaddrUnix:]': SocketAddress.m:1036:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1036 | hostRep = objc_malloc(sizeof(struct sockaddr_un)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Compiling file Stack.m ... Compiling file Synchronization.m ... Compiling file Text.m ... Text.m: In function '__convertBytes': Text.m:115:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 115 | outbuf = tmpOutBuf = objc_malloc(outBufSize); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from Text.h:46, from Text.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:134:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 134 | newOutBuf = objc_malloc(outBufSize); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:136:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 136 | objc_free(outbuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m:146:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 146 | objc_free(outbuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m:151:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 151 | newOutBuf = objc_malloc(*outCount + (nullTerm ? 1 : 0)); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:155:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 155 | objc_free(outbuf); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m: In function '__findText': Text.m:249:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 249 | array = objc_malloc(arrayCount * sizeof(unsigned)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:261:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 261 | objc_free(array); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m:266:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 266 | objc_free(array); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m:272:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 272 | objc_free(array); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m: In function '-[OLText initWithBytes:count:encoding:]': Text.m:368:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 368 | reference = objc_malloc(sizeof(OLTextReference)); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m: In function '-[OLText initWithChars:count:]': Text.m:387:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 387 | reference = objc_malloc(sizeof(OLTextReference)); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:390:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 390 | reference->characters = objc_malloc(num * sizeof(olchar)); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m: In function '-[OLText initWithCoder:]': Text.m:412:9: warning: passing argument 2 of 'decodeBytesForKey:returnedLength:' from incompatible pointer type [-Wincompatible-pointer-types] 412 | utf8Data = (uint8_t*)[decoder decodeBytesForKey: UTF8_DATA_KEY returnedLength: &count]; | ^~~~~~~~ | | | unsigned int * Text.m:412:9: note: expected 'NSUInteger *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' Text.m:416:9: warning: passing argument 1 of 'decodeBytesWithReturnedLength:' from incompatible pointer type [-Wincompatible-pointer-types] 416 | utf8Data = (uint8_t*)[decoder decodeBytesWithReturnedLength: &count]; | ^~~~~~~~ | | | unsigned int * Text.m:416:9: note: expected 'NSUInteger *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' Text.m: In function '-[OLText initWithCString:]': Text.m:435:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 435 | reference->cString = objc_malloc(len + 1); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m: In function '-[OLText initWithNSString:]': Text.m:444:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 444 | reference = objc_malloc(sizeof(OLTextReference)); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:448:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 448 | reference->characters = objc_malloc(reference->length * sizeof(olchar)); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m: In function '-[OLText initWithObjectInStream:]': Text.m:464:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 464 | uint8_t* utf8Data = objc_malloc(count); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:468:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 468 | objc_free(utf8Data); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m: In function '-[OLText dealloc]': Text.m:500:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 500 | objc_free(reference->characters); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m:501:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 501 | objc_free(reference->cString); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m:502:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 502 | objc_free(reference); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m: In function '-[OLText encodeWithCoder:]': Text.m:636:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 636 | objc_free(utf8Data); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m: In function '-[OLText writeSelfToStream:]': Text.m:738:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 738 | objc_free(bytes); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m: In function '-[OLTextBuffer initWithCapacity:]': Text.m:768:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 768 | begin = objc_malloc(capacity * sizeof(olchar)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m: In function '-[OLTextBuffer dealloc]': Text.m:789:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 789 | objc_free(begin); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Text.m: In function '-[OLTextBuffer copyWithZone:]': Text.m:877:5: warning: multiple methods named '-initWithCapacity:' found 877 | OLTextBuffer* buf = [[OLTextBuffer allocWithZone: zone] initWithCapacity: capacity]; | ^~~~~~~~~~~~ Text.h:662:1: note: using '-(id)initWithCapacity:(unsigned int)cap' 662 | - (id) initWithCapacity: (unsigned)cap; | ^ Text.h:662:1: note: also found '-(id)initWithCapacity:(unsigned int)cap' In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSGeometry.h:31, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSCoder.h:30, from InStream.h:59, from InStreamPackage.h:46, from Text.m:47: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:872:1: note: also found '-(id)initWithCapacity:(NSUInteger)capacity' 872 | - (id) initWithCapacity: (NSUInteger)capacity; | ^ Text.m: In function '-[OLTextBuffer reserve:]': Text.m:1004:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1004 | newBegin = objc_malloc(capacity * sizeof(olchar)); | ^~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Text.m:1006:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1006 | objc_free(begin); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file Tree.m ... Compiling file Utility.m ... Utility.m: In function 'compareContainers': Utility.m:91:13: warning: multiple methods named '-compare:' found 91 | result = [[firstCur dereference] compare: [secondCur dereference]]; | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:509, from ObjectBase.h:80, from EndOfContainer.h:46, from Utility.m:44: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using '-(NSComparisonResult)compare:(NSDate *)otherDate' 178 | - (NSComparisonResult) compare: (NSDate*)otherDate; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: also found '-(NSComparisonResult)compare:(NSDate *)otherDate' In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:591: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found '-(NSComparisonResult)compare:(id)anObject' 53 | - (NSComparisonResult) compare: (id)anObject; | ^ In file included from Iterator.h:46, from Utility.m:45: ./obj/ObjectiveLib/Pair.h:123:1: note: also found '-(int)compare:(id)other' 123 | - (int) compare: (id)other; | ^ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSException.h:52, from Utility.m:52: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found '-(NSComparisonResult)compare:(NSString *)aString' 430 | - (NSComparisonResult) compare: (NSString*)aString; | ^ Utility.m: In function 'readContainerWithInsertRange': Utility.m:114:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 114 | id* array = objc_malloc(5000 * sizeof(id)); | ^~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ObjectBase.h:47: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Utility.m:153:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 153 | objc_free(array); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Utility.m:176:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 176 | objc_free(array); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file Vector.m ... Vector.m: In function '+[OLVector vectorWithCapacity:]': Vector.m:224:5: warning: multiple methods named '-initWithCapacity:' found 224 | OL_END_AUTO_CTOR; | ^~~~~~~~~~~~~~~~ In file included from VectorPackage.h:46, from Vector.m:43: Vector.h:178:1: note: using '-(id)initWithCapacity:(unsigned int)capacity' 178 | - (id) initWithCapacity: (unsigned)capacity; | ^ Vector.h:178:1: note: also found '-(id)initWithCapacity:(unsigned int)capacity' In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSGeometry.h:31, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSCoder.h:30, from ./obj/ObjectiveLib/InStream.h:59, from ./obj/ObjectiveLib/LayeredInStream.h:46, from ObjectInStream.h:46, from Vector.m:47: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:872:1: note: also found '-(id)initWithCapacity:(NSUInteger)capacity' 872 | - (id) initWithCapacity: (NSUInteger)capacity; | ^ Vector.m: In function '-[OLVector initWithCapacity:]': Vector.m:258:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 258 | begin = end = objc_malloc(capacity * sizeof(id)); | ^~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/Pair.h:46, from ./obj/ObjectiveLib/Iterator.h:46, from Vector.h:46: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Vector.m: In function '-[OLVector initWithSize:filledWith:]': Vector.m:282:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 282 | begin = objc_malloc(size * sizeof(id)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Vector.m: In function '-[OLVector initWithVector:]': Vector.m:294:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 294 | begin = objc_malloc([vector size] * sizeof(id)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Vector.m: In function '-[OLVector dealloc]': Vector.m:310:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 310 | objc_free(begin); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Vector.m: In function '-[OLVector compare:]': Vector.m:391:13: warning: multiple methods named '-compare:' found 391 | result = [begin[i] compare: vector->begin[i]]; | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:509, from ./obj/ObjectiveLib/ObjectBase.h:80: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using '-(NSComparisonResult)compare:(NSDate *)otherDate' 178 | - (NSComparisonResult) compare: (NSDate*)otherDate; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: also found '-(NSComparisonResult)compare:(NSDate *)otherDate' In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:591: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found '-(NSComparisonResult)compare:(id)anObject' 53 | - (NSComparisonResult) compare: (id)anObject; | ^ ./obj/ObjectiveLib/Pair.h:123:1: note: also found '-(int)compare:(id)other' 123 | - (int) compare: (id)other; | ^ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found '-(NSComparisonResult)compare:(NSString *)aString' 430 | - (NSComparisonResult) compare: (NSString*)aString; | ^ Vector.m: In function '-[OLVector reserve:]': Vector.m:579:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 579 | newBegin = objc_malloc(newCapacity * sizeof(id)); | ^~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Vector.m:584:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 584 | objc_free(begin); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Vector.m: In function '+[OLBoolVector boolVectorWithCapacity:]': Vector.m:798:5: warning: multiple methods named '-initWithCapacity:' found 798 | OL_END_AUTO_CTOR; | ^~~~~~~~~~~~~~~~ Vector.h:178:1: note: using '-(id)initWithCapacity:(unsigned int)capacity' 178 | - (id) initWithCapacity: (unsigned)capacity; | ^ Vector.h:178:1: note: also found '-(id)initWithCapacity:(unsigned int)capacity' /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:872:1: note: also found '-(id)initWithCapacity:(NSUInteger)capacity' 872 | - (id) initWithCapacity: (NSUInteger)capacity; | ^ Vector.m: In function '-[OLBoolVector initWithCoder:]': Vector.m:875:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 875 | begin.chunk = objc_malloc(length * sizeof(uint32_t)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Vector.m: In function '-[OLBoolVector initWithObjectInStream:]': Vector.m:897:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 897 | begin.chunk = end.chunk = objc_malloc(length * sizeof(uint32_t)); | ^~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Vector.m: In function '-[OLBoolVector dealloc]': Vector.m:924:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 924 | objc_free(begin.chunk); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Vector.m: In function '-[OLBoolVector reserve:]': Vector.m:1213:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1213 | objc_free(begin.chunk); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Vector.m: In function '-[OLBoolVector(PrivateMethods) bitAlloc:]': Vector.m:1272:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 1272 | return objc_malloc(((bitCount + OL_WORD_BIT - 1) / OL_WORD_BIT) * sizeof(uint32_t)); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ Vector.m: In function '-[OLBoolVector(PrivateMethods) insertImplAt:count:filledWith:]': Vector.m:1309:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1309 | objc_free(begin.chunk); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Vector.m: In function '-[OLBoolVector(PrivateMethods) insertImplAt:from:to:]': Vector.m:1356:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1356 | objc_free(begin.chunk); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Vector.m:1323:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] 1323 | unsigned n; | ^ Vector.m: In function '-[OLBoolVector(PrivateMethods) insertImplAt:value:]': Vector.m:1390:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 1390 | objc_free(begin.chunk); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file VectorJunior.m ... VectorJunior.m: In function '-[OLVectorJunior init]': VectorJunior.m:56:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 56 | buffer = objc_malloc(capacity * sizeof(id)); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ObjectBase.h:47, from VectorJunior.h:46, from VectorJunior.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ VectorJunior.m: In function '-[OLVectorJunior dealloc]': VectorJunior.m:67:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 67 | objc_free(buffer); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ VectorJunior.m: In function '-[OLVectorJunior pushBack:]': VectorJunior.m:103:9: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 103 | newBuf = objc_malloc(capacity * sizeof(id)); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ VectorJunior.m:105:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 105 | objc_free(buffer); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file ZlibInStream.m ... ZlibInStream.m: In function '-[OLZlibInStream initWithInStream:bufferSize:readZlibHeader:]': ZlibInStream.m:97:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 97 | zstream = objc_malloc(sizeof(struct z_stream_s)); | ^~~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/InStream.h:55, from ./obj/ObjectiveLib/LayeredInStream.h:46, from ZlibInStream.h:46, from ZlibInStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ZlibInStream.m:113:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 113 | objc_free(zstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ZlibInStream.m:120:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 120 | buffer = objc_malloc(size); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ZlibInStream.m: In function '-[OLZlibInStream dealloc]': ZlibInStream.m:129:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 129 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ZlibInStream.m: In function '-[OLZlibInStream close]': ZlibInStream.m:151:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 151 | objc_free(zstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ZlibInStream.m:156:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 156 | objc_free(zstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Compiling file ZlibOutStream.m ... ZlibOutStream.m: In function '__ol_zalloc': ZlibOutStream.m:66:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 66 | return objc_malloc(items * size); | ^~~~~~ In file included from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime.h:1043, from /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/objc.h:1, from ./obj/ObjectiveLib/Streamable.h:46, from ./obj/ObjectiveLib/ObjectBase.h:47, from ./obj/ObjectiveLib/OutStream.h:55, from ./obj/ObjectiveLib/LayeredOutStream.h:46, from ZlibOutStream.h:46, from ZlibOutStreamPackage.h:46, from ZlibOutStream.m:43: /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ZlibOutStream.m: In function '__ol_zfree': ZlibOutStream.m:71:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 71 | objc_free(address); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ZlibOutStream.m: In function '-[OLZlibOutStream initWithOutStream:compressionLevel:bufferSize:writeZlibHeader:]': ZlibOutStream.m:121:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 121 | zstream = objc_malloc(sizeof(struct z_stream_s)); | ^~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ZlibOutStream.m:139:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 139 | objc_free(zstream); | ^~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ZlibOutStream.m:145:5: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] 145 | buffer = objc_malloc(size); | ^~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:16:7: note: declared here 16 | void *objc_malloc(size_t size); | ^~~~~~~~~~~ ZlibOutStream.m: In function '-[OLZlibOutStream dealloc]': ZlibOutStream.m:154:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 154 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ ZlibOutStream.m:154:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] 154 | FREE_MY_RESOURCES; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:31:6: note: declared here 31 | void objc_free(void *mem); | ^~~~~~~~~ Linking library libObjectiveLib ...