=> Bootstrap dependency digest>=20010302: found digest-20111104 ===> Building for gnustep-objc-1.6.1 This is gnustep-make 2.6.2. Type 'gnumake print-gnustep-make-help' for help. Making all for library libobjc... Compiling file abi_version.c ... Compiling file alias_table.c ... alias_table.c:123:21: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' Alias newAlias = { strdup(alias), class }; ^ alias_table.c:123:21: note: please include the header or explicitly provide a declaration for 'strdup' 1 warning generated. Compiling file block_to_imp.c ... block_to_imp.c:43:10: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration] if (0 > asprintf(&tmpPattern, "%s/objc_trampolinesXXXXXXXXXXX", tmp)) ^ block_to_imp.c:139:17: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' char *buffer = strdup(block_getType_np(block)); ^ block_to_imp.c:139:17: note: please include the header or explicitly provide a declaration for 'strdup' 2 warnings generated. Compiling file caps.c ... Compiling file category_loader.c ... Compiling file class_table.c ... Compiling file dtable.c ... Compiling file eh_personality.c ... Compiling file encoding2.c ... Compiling file gc_none.c ... Compiling file hash_table.c ... Compiling file hooks.c ... Compiling file ivar.c ... Compiling file loader.c ... Compiling file protocol.c ... protocol.c:501:12: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' p->name = strdup(name); ^ protocol.c:501:12: note: please include the header or explicitly provide a declaration for 'strdup' 1 warning generated. Compiling file runtime.c ... runtime.c:143:15: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' ivar->name = strdup(name); ^ runtime.c:143:15: note: please include the header or explicitly provide a declaration for 'strdup' 1 warning generated. Compiling file sarray2.c ... Compiling file selector_table.c ... selector_table.c:355:26: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' copy->name = copyArgs ? strdup(aSel->name) : aSel->name; ^ selector_table.c:355:26: note: please include the header or explicitly provide a declaration for 'strdup' 1 warning generated. Compiling file sendmsg2.c ... Compiling file statics_loader.c ... Compiling file toydispatch.c ... Compiling file legacy_malloc.c ... Compiling file NSBlocks.m ... In file included from NSBlocks.m:2: ./class.h:285:14: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] return obj->isa; ^ 1 warning generated. Compiling file Protocol2.m ... In file included from Protocol2.m:3: ./class.h:285:14: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] return obj->isa; ^ 1 warning generated. Compiling file arc.m ... In file included from arc.m:7: ./class.h:285:14: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] return obj->isa; ^ arc.m:169:19: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] Class cls = obj->isa; ^ arc.m:186:19: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] Class cls = obj->isa; ^ 3 warnings generated. Compiling file associate.m ... In file included from associate.m:9: ./class.h:285:14: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] return obj->isa; ^ associate.m:186:19: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] Class cls = obj->isa; ^ associate.m:225:47: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] Class hiddenClass = allocateHiddenClass(obj->isa); ^ associate.m:226:33: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] assert(!class_isMetaClass(obj->isa)); ^ /usr/include/assert.h:93:25: note: expanded from macro 'assert' (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0) ^ associate.m:235:7: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] obj->isa = hiddenClass; ^ associate.m:255:32: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] if (class_isMetaClass(object->isa)) ^ associate.m:314:32: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] if (class_isMetaClass(object->isa)) ^ associate.m:318:22: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] Class cls = object->isa; ^ associate.m:385:32: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] if (class_isMetaClass(object->isa)) ^ associate.m:387:18: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] return object->isa; ^ associate.m:423:40: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] id new = class_createInstance(object->isa, 0); ^ 11 warnings generated. Compiling file blocks_runtime.m ... Compiling file mutation.m ... Compiling file properties.m ... In file included from properties.m:7: ./class.h:285:14: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] return obj->isa; ^ properties.m:427:21: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' p.setter_name = strdup(attributes[i].value); ^ properties.m:427:21: note: please include the header or explicitly provide a declaration for 'strdup' 2 warnings generated. Compiling file objc_msgSend.S ... ./objc_msgSend.x86-32.S:95:Unknown pseudo-op: .type ./objc_msgSend.x86-32.S:95:Rest of line ignored. 1st junk character valued 111 (o). ./objc_msgSend.x86-32.S:97:Unknown pseudo-op: .cfi_startproc ./objc_msgSend.x86-32.S:97:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:97:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:97:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:97:junk `xff0000' after expression ./objc_msgSend.x86-32.S:97:suffix or operands invalid for `shr' ./objc_msgSend.x86-32.S:97:junk `xff00' after expression ./objc_msgSend.x86-32.S:97:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:97:junk `xff' after expression ./objc_msgSend.x86-32.S:97:suffix or operands invalid for `shl' ./objc_msgSend.x86-32.S:97:Rest of line ignored. 1st junk character valued 92 (\). ./objc_msgSend.x86-32.S:97:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:97:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:97:Unknown pseudo-op: .cfi_def_cfa_offset ./objc_msgSend.x86-32.S:97:Rest of line ignored. 1st junk character valued 49 (1). ./objc_msgSend.x86-32.S:97:junk `@PLT' after expression ./objc_msgSend.x86-32.S:97:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:97:junk `@GOT' after expression ./objc_msgSend.x86-32.S:97:Unknown pseudo-op: .cfi_endproc ./objc_msgSend.x86-32.S:99:Unknown pseudo-op: .type ./objc_msgSend.x86-32.S:99:Rest of line ignored. 1st junk character valued 111 (o). ./objc_msgSend.x86-32.S:101:Unknown pseudo-op: .cfi_startproc ./objc_msgSend.x86-32.S:101:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:101:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:101:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:101:junk `xff0000' after expression ./objc_msgSend.x86-32.S:101:suffix or operands invalid for `shr' ./objc_msgSend.x86-32.S:101:junk `xff00' after expression ./objc_msgSend.x86-32.S:101:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:101:junk `xff' after expression ./objc_msgSend.x86-32.S:101:suffix or operands invalid for `shl' ./objc_msgSend.x86-32.S:101:Rest of line ignored. 1st junk character valued 92 (\). ./objc_msgSend.x86-32.S:101:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:101:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:101:Unknown pseudo-op: .cfi_def_cfa_offset ./objc_msgSend.x86-32.S:101:Rest of line ignored. 1st junk character valued 49 (1). ./objc_msgSend.x86-32.S:101:junk `@PLT' after expression ./objc_msgSend.x86-32.S:101:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:101:junk `@GOT' after expression ./objc_msgSend.x86-32.S:101:Unknown pseudo-op: .cfi_endproc ./objc_msgSend.x86-32.S:103:Unknown pseudo-op: .type ./objc_msgSend.x86-32.S:103:Rest of line ignored. 1st junk character valued 111 (o). ./objc_msgSend.x86-32.S:105:Unknown pseudo-op: .cfi_startproc ./objc_msgSend.x86-32.S:105:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:105:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:105:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:105:junk `xff0000' after expression ./objc_msgSend.x86-32.S:105:suffix or operands invalid for `shr' ./objc_msgSend.x86-32.S:105:junk `xff00' after expression ./objc_msgSend.x86-32.S:105:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:105:junk `xff' after expression ./objc_msgSend.x86-32.S:105:suffix or operands invalid for `shl' ./objc_msgSend.x86-32.S:105:Rest of line ignored. 1st junk character valued 92 (\). ./objc_msgSend.x86-32.S:105:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:105:invalid character '\' before operand 1 ./objc_msgSend.x86-32.S:105:Unknown pseudo-op: .cfi_def_cfa_offset ./objc_msgSend.x86-32.S:105:Rest of line ignored. 1st junk character valued 49 (1). ./objc_msgSend.x86-32.S:105:junk `@PLT' after expression ./objc_msgSend.x86-32.S:105:expecting operand before ','; got nothing ./objc_msgSend.x86-32.S:105:junk `@GOT' after expression ./objc_msgSend.x86-32.S:105:Unknown pseudo-op: .cfi_endproc clang: error: assembler command failed with exit code 1 (use -v to see invocation) gnumake[3]: *** [obj/libobjc.obj/objc_msgSend.S.o] Error 1 gnumake[2]: *** [internal-library-all_] Error 2 gnumake[1]: *** [libobjc.all.library.variables] Error 2 gnumake: *** [internal-all] Error 2 *** Error code 2 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/devel/gnustep-objc *** Error code 1 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/devel/gnustep-objc