=> Bootstrap dependency digest>=20010302: found digest-20211005 ===> 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.0nb21 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:511:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] series = objc_malloc(count * sizeof(id)); ^ /tmp/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); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Algorithm.m:835:12: warning: multiple methods named 'compare:' found [-Wobjc-multiple-method-names] return [left compare: right] < 0 ? right : left; ^~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using - (NSComparisonResult) compare: (NSDate*)otherDate; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430: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; ^~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using - (NSComparisonResult) compare: (NSDate*)otherDate; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430: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)); ^ /tmp/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); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ 6 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)); ^ /tmp/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)); ^ /tmp/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); ^ /tmp/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)); ^ /tmp/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); ^ /tmp/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)); ^ /tmp/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); ^ /tmp/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) ^ /tmp/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); ^ /tmp/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) ^ /tmp/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)); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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) ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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)); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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) ^ /tmp/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); ^ /tmp/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); ^ /tmp/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) ^ /tmp/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); ^ /tmp/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) ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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]); ^ /tmp/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); ^ /tmp/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*)); ^ /tmp/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)); ^ /tmp/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]); ^ /tmp/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]); ^ /tmp/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)); ^ /tmp/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)); ^ /tmp/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*)); ^ /tmp/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); ^ /tmp/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)); ^ /tmp/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)); ^ /tmp/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); \ ^ /tmp/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); \ ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); \ ^ /tmp/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); \ ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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)); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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); ^ /tmp/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: warning: implicit declaration of function 'class_get_version' is invalid in C99 [-Wimplicit-function-declaration] return (cls == nil) ? NSNotFound : class_get_version(cls); ^ 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); ~~~~~~ ^~~~~~~~~~ 2 warnings generated. Compiling file ObjectReplaceTable.m ... ObjectReplaceTable.m:56:12: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] reps = objc_malloc(repCapacity * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ObjectReplaceTable.m:67:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(reps); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ObjectReplaceTable.m:83:19: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] id* newReps = objc_malloc(newCapacity * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ObjectReplaceTable.m:87:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(reps); ^ /tmp/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 OutStream.m ... OutStream.m:184:51: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] objc_layout_structure_get_info(&slay, (int*)&offset, NULL, &fieldType); ^~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/encoding.h:61:52: note: passing argument to parameter 'offset' here unsigned int *offset, ^ OutStream.m:347:19: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations] selName = sel_get_name(sel); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:62:16: note: 'sel_get_name' has been explicitly marked deprecated here __attribute__((deprecated)) ^ OutStream.m:348:20: warning: 'sel_get_type' is deprecated [-Wdeprecated-declarations] selTypes = sel_get_type(sel); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:70:16: note: 'sel_get_type' has been explicitly marked deprecated here __attribute__((deprecated)) ^ 3 warnings generated. Compiling file Pair.m ... Pair.m:113:18: warning: multiple methods named 'compare:' found [-Wobjc-multiple-method-names] result = [first compare: pair->first]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using - (NSComparisonResult) compare: (NSDate*)otherDate; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found - (NSComparisonResult) compare: (id)anObject; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Pair.h:123:1: note: also found - (int) compare: (id)other; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found - (NSComparisonResult) compare: (NSString*)aString; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pair.m:115:22: warning: multiple methods named 'compare:' found [-Wobjc-multiple-method-names] result = [second compare: pair->second]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using - (NSComparisonResult) compare: (NSDate*)otherDate; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/GNUstepBase/NSObject+GNUstepBase.h:53:1: note: also found - (NSComparisonResult) compare: (id)anObject; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Pair.h:123:1: note: also found - (int) compare: (id)other; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found - (NSComparisonResult) compare: (NSString*)aString; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Compiling file PointerData.m ... Compiling file PointerRefTable.m ... PointerRefTable.m:153:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(cur); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ PointerRefTable.m:180:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] cur = objc_malloc(sizeof(OLPointerRefNode)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ PointerRefTable.m:196:12: warning: cast to smaller integer type 'unsigned int' from 'void *' [-Wvoid-pointer-to-int-cast] return (unsigned)object % size; ^~~~~~~~~~~~~~~~ 3 warnings generated. Compiling file Queue.m ... Compiling file RunTime.m ... Compiling file Set.m ... Compiling file SharedPointerTable.m ... SharedPointerTable.m:64:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] entries = objc_malloc(entryCapacity * sizeof(OLSharedPointerEntry)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SharedPointerTable.m:81:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(entries); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SharedPointerTable.m:127:22: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] newEntries = objc_malloc(entryCapacity * sizeof(OLSharedPointerEntry)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SharedPointerTable.m:129:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(entries); ^ /tmp/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 Socket.m ... Socket.m:791:18: warning: incompatible pointer types assigning to 'OLUnixAddress *' from 'OLSocketAddress *' [-Wincompatible-pointer-types] localAddress = OBJ_RETAIN(address); ^ ~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSObject.h:174:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('OLSocketAddress *') - (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^ 1 warning generated. Compiling file SocketAddress.m ... SocketAddress.m:305:44: warning: 'OLInternet6Address' may not respond to 'initLoopbackImplWithPort:' loop = [[OLInternet6Address alloc] initLoopbackImplWithPort: port]; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ SocketAddress.m:341:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(canonicalName); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:362:25: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] canonicalName = objc_malloc(strlen(nameBuf) + 1); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:425:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_in)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:442:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(hostRep); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:540:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_in6)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:557:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(hostRep); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:672:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_un)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:674:17: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] pathCopy1 = objc_malloc(strlen(pth) + 1); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:676:17: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] pathCopy2 = objc_malloc(strlen(pth) + 1); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:688:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(pathCopy1); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:689:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(pathCopy2); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:708:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(hostRep); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:891:25: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] canonicalName = objc_malloc(strlen(name) + 1); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:914:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_in)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:928:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_in)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:974:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_in6)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:988:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_in6)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ SocketAddress.m:1036:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] hostRep = objc_malloc(sizeof(struct sockaddr_un)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ 19 warnings generated. Compiling file Stack.m ... Compiling file Synchronization.m ... Compiling file Text.m ... Text.m:115:26: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] outbuf = tmpOutBuf = objc_malloc(outBufSize); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:134:25: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] newOutBuf = objc_malloc(outBufSize); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:136:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(outbuf); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:146:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(outbuf); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:151:21: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] newOutBuf = objc_malloc(*outCount + (nullTerm ? 1 : 0)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:155:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(outbuf); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:249:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] array = objc_malloc(arrayCount * sizeof(unsigned)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:261:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(array); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:266:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(array); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:272:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(array); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:368:21: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] reference = objc_malloc(sizeof(OLTextReference)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:387:17: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] reference = objc_malloc(sizeof(OLTextReference)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:390:33: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] reference->characters = objc_malloc(num * sizeof(olchar)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:412:88: warning: incompatible pointer types sending 'unsigned int *' to parameter of type 'NSUInteger *' (aka 'unsigned long *') [-Wincompatible-pointer-types] utf8Data = (uint8_t*)[decoder decodeBytesForKey: UTF8_DATA_KEY returnedLength: &count]; ^~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSCoder.h:261:38: note: passing argument to parameter 'alength' here returnedLength: (NSUInteger*)alength; ^ Text.m:416:70: warning: incompatible pointer types sending 'unsigned int *' to parameter of type 'NSUInteger *' (aka 'unsigned long *') [-Wincompatible-pointer-types] utf8Data = (uint8_t*)[decoder decodeBytesWithReturnedLength: &count]; ^~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSCoder.h:151:55: note: passing argument to parameter 'l' here - (void*) decodeBytesWithReturnedLength: (NSUInteger*)l; ^ Text.m:435:26: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] reference->cString = objc_malloc(len + 1); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:444:17: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] reference = objc_malloc(sizeof(OLTextReference)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:448:33: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] reference->characters = objc_malloc(reference->length * sizeof(olchar)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:464:25: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] uint8_t* utf8Data = objc_malloc(count); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:468:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(utf8Data); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:500:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(reference->characters); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:501:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(reference->cString); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:502:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(reference); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:636:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(utf8Data); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:738:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(bytes); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:768:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] begin = objc_malloc(capacity * sizeof(olchar)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:789:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:1004:20: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] newBegin = objc_malloc(capacity * sizeof(olchar)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Text.m:1006:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ 29 warnings generated. Compiling file Tree.m ... Compiling file Utility.m ... Utility.m:91:22: warning: multiple methods named 'compare:' found [-Wobjc-multiple-method-names] result = [[firstCur dereference] compare: [secondCur dereference]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using - (NSComparisonResult) compare: (NSDate*)otherDate; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found - (NSComparisonResult) compare: (NSString*)aString; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Utility.m:114:17: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] id* array = objc_malloc(5000 * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Utility.m:153:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(array); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Utility.m:176:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(array); ^ /tmp/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 Vector.m ... Vector.m:258:19: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] begin = end = objc_malloc(capacity * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:282:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] begin = objc_malloc(size * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:294:13: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] begin = objc_malloc([vector size] * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:310:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:391:22: warning: multiple methods named 'compare:' found [-Wobjc-multiple-method-names] result = [begin[i] compare: vector->begin[i]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSDate.h:178:1: note: using - (NSComparisonResult) compare: (NSDate*)otherDate; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/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; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Vector.h:311:1: note: also found - (int) compare: (id)other; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Vector.h:878:1: note: also found - (int) compare: (id)other; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/ObjectiveLib/work/.buildlink/include/Foundation/NSString.h:430:1: note: also found - (NSComparisonResult) compare: (NSString*)aString; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vector.m:579:20: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] newBegin = objc_malloc(newCapacity * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:584:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:875:23: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] begin.chunk = objc_malloc(length * sizeof(uint32_t)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:897:35: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] begin.chunk = end.chunk = objc_malloc(length * sizeof(uint32_t)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:924:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin.chunk); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:1213:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin.chunk); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:1272:12: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] return objc_malloc(((bitCount + OL_WORD_BIT - 1) / OL_WORD_BIT) * sizeof(uint32_t)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:1309:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin.chunk); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:1356:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin.chunk); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ Vector.m:1390:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(begin.chunk); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ 15 warnings generated. Compiling file VectorJunior.m ... VectorJunior.m:56:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] buffer = objc_malloc(capacity * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ VectorJunior.m:67:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(buffer); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ VectorJunior.m:103:18: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] newBuf = objc_malloc(capacity * sizeof(id)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ VectorJunior.m:105:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(buffer); ^ /tmp/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 ZlibInStream.m ... ZlibInStream.m:97:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] zstream = objc_malloc(sizeof(struct z_stream_s)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibInStream.m:113:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(zstream); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibInStream.m:120:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] buffer = objc_malloc(size); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibInStream.m:129:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] FREE_MY_RESOURCES; ^ ZlibInStream.m:60:5: note: expanded from macro 'FREE_MY_RESOURCES' objc_free(buffer) ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibInStream.m:151:13: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(zstream); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibInStream.m:156:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(zstream); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ 6 warnings generated. Compiling file ZlibOutStream.m ... ZlibOutStream.m:66:12: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] return objc_malloc(items * size); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibOutStream.m:71:5: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(address); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibOutStream.m:121:15: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] zstream = objc_malloc(sizeof(struct z_stream_s)); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibOutStream.m:139:9: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] objc_free(zstream); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibOutStream.m:145:14: warning: 'objc_malloc' is deprecated [-Wdeprecated-declarations] buffer = objc_malloc(size); ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:15:16: note: 'objc_malloc' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibOutStream.m:154:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] FREE_MY_RESOURCES; ^ ZlibOutStream.m:61:5: note: expanded from macro 'FREE_MY_RESOURCES' objc_free(buffer); \ ^ /tmp/devel/ObjectiveLib/work/.buildlink/include/objc/runtime-deprecated.h:30:16: note: 'objc_free' has been explicitly marked deprecated here __attribute__((deprecated)) ^ ZlibOutStream.m:154:2: warning: 'objc_free' is deprecated [-Wdeprecated-declarations] FREE_MY_RESOURCES; ^ ZlibOutStream.m:62:5: note: expanded from macro 'FREE_MY_RESOURCES' objc_free(zstream) ^ /tmp/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. Linking library libObjectiveLib ...