------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-YAML-Syck-1.32 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-YAML-Syck-1.32 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-YAML-Syck-1.32 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-YAML-Syck-1.32 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-YAML-Syck-1.32 for building => SHA256 Checksum OK for YAML-Syck-1.32.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-YAML-Syck-1.32 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-YAML-Syck-1.32 for building ===> Extracting for p5-YAML-Syck-1.32 => SHA256 Checksum OK for YAML-Syck-1.32.tar.gz. Extracted Memory Use: 0.75M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-YAML-Syck-1.32 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-YAML-Syck-1.32 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-YAML-Syck-1.32 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-YAML-Syck-1.32 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for YAML::Syck Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-YAML-Syck-1.32 --- blib/lib/YAML/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/YAML/Syck/.exists --- --- blib/arch/auto/YAML/Syck/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- Syck.c --- --- Syck.bs --- --- Syck.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' Syck.xs > Syck.xsc --- Syck.bs --- Running Mkbootstrap for Syck () chmod 644 "Syck.bs" --- bytecode.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" bytecode.c --- emitter.o --- --- gram.o --- --- emitter.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" emitter.c --- gram.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" gram.c --- handler.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" handler.c --- implicit.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" implicit.c --- node.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" node.c --- bytecode.o --- bytecode.re: In function 'sycklex_bytecode_utf8': bytecode.re:312:28: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] bytecode.re:312:28: warning: incompatible implicit declaration of built-in function 'strlen' bytecode.re:312:28: note: include '' or provide a declaration of 'strlen' bytecode.re:306:1: bytecode.re:312:28: bytecode.re:315:21: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] bytecode.re:315:21: warning: incompatible implicit declaration of built-in function 'free' bytecode.re:315:21: note: include '' or provide a declaration of 'free' bytecode.re:306:1: bytecode.re:315:21: In file included from bytecode.re:9: syck.h:79:34: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:326:38: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:326:38: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:326:38: note: in expansion of macro 'S_ALLOC_N' bytecode.re:328:21: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] bytecode.re:328:21: warning: incompatible implicit declaration of built-in function 'strcat' bytecode.re:328:21: note: include '' or provide a declaration of 'strcat' bytecode.re:329:21: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] bytecode.re:329:21: warning: incompatible implicit declaration of built-in function 'strncat' bytecode.re:329:21: note: include '' or provide a declaration of 'strncat' bytecode.re:330:21: warning: incompatible implicit declaration of built-in function 'free' bytecode.re:330:21: note: include '' or provide a declaration of 'free' bytecode.re:344:25: warning: incompatible implicit declaration of built-in function 'free' bytecode.re:344:25: note: include '' or provide a declaration of 'free' In file included from bytecode.re:9: syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:346:42: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:346:42: note: in expansion of macro 'S_ALLOC_N' bytecode.re:348:25: warning: incompatible implicit declaration of built-in function 'strcat' bytecode.re:348:25: note: include '' or provide a declaration of 'strcat' bytecode.re:349:25: warning: incompatible implicit declaration of built-in function 'strncat' bytecode.re:349:25: note: include '' or provide a declaration of 'strncat' In file included from bytecode.re:9: syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:354:42: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:354:42: note: in expansion of macro 'S_ALLOC_N' syck.h:87:32: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ bytecode.re:356:25: note: in expansion of macro 'S_MEMCPY' syck.h:87:32: warning: incompatible implicit declaration of built-in function 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ bytecode.re:356:25: note: in expansion of macro 'S_MEMCPY' syck.h:87:32: note: include '' or provide a declaration of 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ bytecode.re:356:25: note: in expansion of macro 'S_MEMCPY' bytecode.re:357:25: warning: incompatible implicit declaration of built-in function 'free' bytecode.re:357:25: note: include '' or provide a declaration of 'free' In file included from bytecode.re:9: syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:425:17: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:425:17: note: in expansion of macro 'S_ALLOC_N' syck.h:81:46: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] --- syck_.o --- --- emitter.o --- In file included from emitter.c:15: emitter.c: In function 'syck_base64enc': syck.h:79:34: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:32:18: note: in expansion of macro 'S_ALLOC_N' char *buff = S_ALLOC_N(char, len * 4 / 3 + 6); ^~~~~~~~~ syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:32:18: note: in expansion of macro 'S_ALLOC_N' char *buff = S_ALLOC_N(char, len * 4 / 3 + 6); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:32:18: note: in expansion of macro 'S_ALLOC_N' char *buff = S_ALLOC_N(char, len * 4 / 3 + 6); --- handler.o --- In file included from handler.c:10: handler.c: In function 'syck_hdlr_get_anchor': syck.h:82:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define S_FREE(n) free(n); n = NULL; ^~~~ handler.c:93:17: note: in expansion of macro 'S_FREE' S_FREE( a ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ handler.c:93:17: note: in expansion of macro 'S_FREE' S_FREE( a ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ handler.c:93:17: note: in expansion of macro 'S_FREE' S_FREE( a ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ --- bytecode.o --- #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:469:6: note: in expansion of macro 'CAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:469:6: note: in expansion of macro 'CAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:469:6: note: in expansion of macro 'CAT' --- emitter.o --- ^~~~~~~~~ emitter.c: In function 'syck_new_emitter': syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ emitter.c:115:9: note: in expansion of macro 'S_ALLOC' e = S_ALLOC( SyckEmitter ); ^~~~~~~ syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ emitter.c:115:9: note: in expansion of macro 'S_ALLOC' e = S_ALLOC( SyckEmitter ); ^~~~~~~ emitter.c: In function 'syck_st_free_anchors': syck.h:82:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:149:5: note: in expansion of macro 'S_FREE' S_FREE( name ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' --- handler.o --- handler.c:118:9: note: in expansion of macro 'S_FREE' S_FREE( a ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ handler.c:118:9: note: in expansion of macro 'S_FREE' S_FREE( a ); ^~~~~~ handler.c: In function 'syck_add_transfer': syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ handler.c:133:9: note: in expansion of macro 'S_FREE' S_FREE( n->type_id ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ handler.c:133:9: note: in expansion of macro 'S_FREE' S_FREE( n->type_id ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ --- implicit.o --- In file included from implicit.re:10: implicit.re: In function 'try_tag_implicit': syck.h:82:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define S_FREE(n) free(n); n = NULL; ^~~~ implicit.re:36:31: note: in expansion of macro 'S_FREE' syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ implicit.re:36:31: note: in expansion of macro 'S_FREE' syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ implicit.re:36:31: note: in expansion of macro 'S_FREE' implicit.re:39:53: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] implicit.re:39:53: warning: incompatible implicit declaration of built-in function 'strlen' implicit.re:39:53: note: include '' or provide a declaration of 'strlen' implicit.re:11:1: implicit.re:39:53: --- bytecode.o --- bytecode.re:442:29: warning: implicit declaration of function 'strtod' [-Wimplicit-function-declaration] In file included from bytecode.re:9: syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:446:21: note: in expansion of macro 'CAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:446:21: note: in expansion of macro 'CAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) --- emitter.o --- #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:149:5: note: in expansion of macro 'S_FREE' S_FREE( name ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:149:5: note: in expansion of macro 'S_FREE' S_FREE( name ); ^~~~~~ emitter.c: In function 'syck_emitter_pop_level': emitter.c:203:5: warning: incompatible implicit declaration of built-in function 'free' free( e->levels[e->lvl_idx].domain ); ^~~~ emitter.c:203:5: note: include '' or provide a declaration of 'free' In file included from emitter.c:15: emitter.c: In function 'syck_emitter_add_level': syck.h:81:46: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ --- handler.o --- handler.c:143:5: note: in expansion of macro 'S_FREE' S_FREE( uri ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ handler.c:143:5: note: in expansion of macro 'S_FREE' S_FREE( uri ); ^~~~~~ handler.c: In function 'syck_xprivate': syck.h:79:34: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ handler.c:149:17: note: in expansion of macro 'S_ALLOC_N' char *uri = S_ALLOC_N( char, type_len + 14 ); ^~~~~~~~~ syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ handler.c:149:17: note: in expansion of macro 'S_ALLOC_N' char *uri = S_ALLOC_N( char, type_len + 14 ); ^~~~~~~~~ --- implicit.o --- implicit.re:41:41: warning: incompatible implicit declaration of built-in function 'strlen' implicit.re:41:41: note: include '' or provide a declaration of 'strlen' implicit.re: In function 'syck_tagcmp': implicit.re:138:49: warning: incompatible implicit declaration of built-in function 'strlen' implicit.re:138:49: note: include '' or provide a declaration of 'strlen' implicit.re:125:1: implicit.re:138:49: implicit.re:140:19: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] implicit.re:140:19: warning: incompatible implicit declaration of built-in function 'strstr' implicit.re:140:19: note: include '' or provide a declaration of 'strstr' implicit.re:148:13: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] In file included from implicit.re:10: syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ --- bytecode.o --- ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:451:17: note: in expansion of macro 'CAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:451:17: note: in expansion of macro 'CAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:457:13: note: in expansion of macro 'CAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) --- emitter.o --- emitter.c:213:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( e->levels, SyckLevel, e->lvl_capa ); ^~~~~~~~~~~ syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ emitter.c:213:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( e->levels, SyckLevel, e->lvl_capa ); ^~~~~~~~~~~ syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ emitter.c:213:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( e->levels, SyckLevel, e->lvl_capa ); ^~~~~~~~~~~ emitter.c: In function 'syck_free_emitter': syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' --- handler.o --- syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ handler.c:149:17: note: in expansion of macro 'S_ALLOC_N' char *uri = S_ALLOC_N( char, type_len + 14 ); ^~~~~~~~~ handler.c:151:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( uri, "x-private:" ); ^~~~~~ handler.c:151:5: warning: incompatible implicit declaration of built-in function 'strcat' handler.c:151:5: note: include '' or provide a declaration of 'strcat' handler.c:11:1: +#include handler.c:151:5: strcat( uri, "x-private:" ); ^~~~~~ handler.c:152:5: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] strncat( uri, type_id, type_len ); ^~~~~~~ handler.c:152:5: warning: incompatible implicit declaration of built-in function 'strncat' --- implicit.o --- implicit.re:149:9: note: in expansion of macro 'S_FREE' syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ implicit.re:149:9: note: in expansion of macro 'S_FREE' implicit.re: In function 'syck_type_id_to_uri': implicit.re:160:23: warning: incompatible implicit declaration of built-in function 'strlen' implicit.re:160:23: note: include '' or provide a declaration of 'strlen' In file included from implicit.re:10: syck.h:79:34: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ implicit.re:178:21: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ implicit.re:178:21: note: in expansion of macro 'S_ALLOC_N' --- bytecode.o --- ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:457:13: note: in expansion of macro 'CAT' bytecode.re: In function 'get_inline': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:497:17: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ bytecode.re:497:17: note: in expansion of macro 'S_ALLOC_N' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' --- syck_st.o --- --- emitter.o --- #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:264:5: note: in expansion of macro 'S_FREE' S_FREE( e->levels[0].domain ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:264:5: note: in expansion of macro 'S_FREE' S_FREE( e->levels[0].domain ); ^~~~~~ emitter.c: In function 'syck_emitter_clear': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:278:21: note: in expansion of macro 'S_ALLOC_N' e->buffer = S_ALLOC_N( char, e->bufsize ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:278:21: note: in expansion of macro 'S_ALLOC_N' --- handler.o --- handler.c:152:5: note: include '' or provide a declaration of 'strncat' In file included from handler.c:10: handler.c: In function 'syck_taguri': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ handler.c:159:17: note: in expansion of macro 'S_ALLOC_N' char *uri = S_ALLOC_N( char, strlen( domain ) + type_len + 14 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ handler.c:159:17: note: in expansion of macro 'S_ALLOC_N' char *uri = S_ALLOC_N( char, strlen( domain ) + type_len + 14 ); ^~~~~~~~~ handler.c:159:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] char *uri = S_ALLOC_N( char, strlen( domain ) + type_len + 14 ); --- node.o --- In file included from node.c:10: node.c: In function 'syck_alloc_node': syck.h:80:30: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:20:9: note: in expansion of macro 'S_ALLOC' s = S_ALLOC( SyckNode ); ^~~~~~~ syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:20:9: note: in expansion of macro 'S_ALLOC' s = S_ALLOC( SyckNode ); ^~~~~~~ syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:20:9: note: in expansion of macro 'S_ALLOC' s = S_ALLOC( SyckNode ); ^~~~~~~ node.c: In function 'syck_free_node': --- implicit.o --- syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ implicit.re:178:21: note: in expansion of macro 'S_ALLOC_N' implicit.re:182:21: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] implicit.re:182:21: warning: incompatible implicit declaration of built-in function 'strncat' implicit.re:182:21: note: include '' or provide a declaration of 'strncat' implicit.re:178:1: implicit.re:182:21: implicit.re:183:21: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] implicit.re:183:21: warning: incompatible implicit declaration of built-in function 'strcat' implicit.re:183:21: note: include '' or provide a declaration of 'strcat' In file included from implicit.re:10: syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; --- bytecode.o --- bytecode.re:515:6: note: in expansion of macro 'CAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ bytecode.re:122:17: note: in expansion of macro 'S_REALLOC_N' bytecode.re:515:6: note: in expansion of macro 'CAT' --- emitter.o --- e->buffer = S_ALLOC_N( char, e->bufsize ); ^~~~~~~~~ emitter.c: In function 'syck_emit': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:377:28: note: in expansion of macro 'S_ALLOC_N' char *header = S_ALLOC_N( char, 64 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:377:28: note: in expansion of macro 'S_ALLOC_N' char *header = S_ALLOC_N( char, 64 ); ^~~~~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:381:13: note: in expansion of macro 'S_FREE' S_FREE( header ); --- handler.o --- ^~~~~~ syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ handler.c:159:34: warning: incompatible implicit declaration of built-in function 'strlen' char *uri = S_ALLOC_N( char, strlen( domain ) + type_len + 14 ); ^~~~~~ syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ handler.c:159:34: note: include '' or provide a declaration of 'strlen' char *uri = S_ALLOC_N( char, strlen( domain ) + type_len + 14 ); ^~~~~~ syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ --- node.o --- syck.h:82:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:36:9: note: in expansion of macro 'S_FREE' S_FREE( n->type_id ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:36:9: note: in expansion of macro 'S_FREE' S_FREE( n->type_id ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:36:9: note: in expansion of macro 'S_FREE' S_FREE( n->type_id ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:41:9: note: in expansion of macro 'S_FREE' S_FREE( n->anchor ); ^~~~~~ --- implicit.o --- ^~~~ implicit.re:187:21: note: in expansion of macro 'S_FREE' syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ implicit.re:187:21: note: in expansion of macro 'S_FREE' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ implicit.re:191:21: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ implicit.re:191:21: note: in expansion of macro 'S_ALLOC_N' implicit.re:195:32: warning: incompatible implicit declaration of built-in function 'strncat' implicit.re:195:32: note: include '' or provide a declaration of 'strncat' implicit.re:191:1: implicit.re:195:32: In file included from implicit.re:10: --- token.o --- --- emitter.o --- ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:381:13: note: in expansion of macro 'S_FREE' S_FREE( header ); ^~~~~~ syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:410:24: note: in expansion of macro 'S_ALLOC_N' char *an = S_ALLOC_N( char, strlen( anchor_name ) + 3 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:410:24: note: in expansion of macro 'S_ALLOC_N' char *an = S_ALLOC_N( char, strlen( anchor_name ) + 3 ); ^~~~~~~~~ --- handler.o --- handler.c:161:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat( uri, "tag:" ); ^~~~~~ handler.c:161:5: note: include '' or provide a declaration of 'strcat' handler.c:164:5: warning: incompatible implicit declaration of built-in function 'strncat' strncat( uri, type_id, type_len ); ^~~~~~~ handler.c:164:5: note: include '' or provide a declaration of 'strncat' --- node.o --- syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:41:9: note: in expansion of macro 'S_FREE' S_FREE( n->anchor ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:44:5: note: in expansion of macro 'S_FREE' S_FREE( n ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:44:5: note: in expansion of macro 'S_FREE' S_FREE( n ); ^~~~~~ node.c: In function 'syck_alloc_map': syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:53:9: note: in expansion of macro 'S_ALLOC' m = S_ALLOC( struct SyckMap ); ^~~~~~~ --- implicit.o --- syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ implicit.re:198:32: note: in expansion of macro 'S_FREE' syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ implicit.re:198:32: note: in expansion of macro 'S_FREE' --- emitter.o --- emitter.c:420:13: warning: incompatible implicit declaration of built-in function 'free' free( an ); ^~~~ emitter.c:420:13: note: include '' or provide a declaration of 'free' In file included from emitter.c:15: syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:427:24: note: in expansion of macro 'S_ALLOC_N' char *an = S_ALLOC_N( char, strlen( anchor_name ) + 2 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:427:24: note: in expansion of macro 'S_ALLOC_N' char *an = S_ALLOC_N( char, strlen( anchor_name ) + 2 ); ^~~~~~~~~ --- node.o --- syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:53:9: note: in expansion of macro 'S_ALLOC' m = S_ALLOC( struct SyckMap ); ^~~~~~~ node.c: In function 'syck_alloc_seq': syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:72:9: note: in expansion of macro 'S_ALLOC' s = S_ALLOC( struct SyckSeq ); ^~~~~~~ syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:72:9: note: in expansion of macro 'S_ALLOC' s = S_ALLOC( struct SyckSeq ); ^~~~~~~ node.c: In function 'syck_alloc_str': syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' --- emitter.o --- emitter.c:430:13: warning: incompatible implicit declaration of built-in function 'free' free( an ); ^~~~ emitter.c:430:13: note: include '' or provide a declaration of 'free' In file included from emitter.c:15: emitter.c: In function 'syck_emit_indent': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:510:22: note: in expansion of macro 'S_ALLOC_N' char *spcs = S_ALLOC_N( char, lvl->spaces + 2 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:510:22: note: in expansion of macro 'S_ALLOC_N' char *spcs = S_ALLOC_N( char, lvl->spaces + 2 ); ^~~~~~~~~ --- node.o --- #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:90:9: note: in expansion of macro 'S_ALLOC' s = S_ALLOC( struct SyckStr ); ^~~~~~~ syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ node.c:90:9: note: in expansion of macro 'S_ALLOC' s = S_ALLOC( struct SyckStr ); ^~~~~~~ node.c: In function 'syck_new_str': node.c:104:32: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] return syck_new_str2( str, strlen( str ), style ); ^~~~~~ node.c:104:32: warning: incompatible implicit declaration of built-in function 'strlen' node.c:104:32: note: include '' or provide a declaration of 'strlen' node.c:11:1: +#include node.c:104:32: return syck_new_str2( str, strlen( str ), style ); ^~~~~~ --- emitter.o --- emitter.c:515:9: warning: incompatible implicit declaration of built-in function 'free' free( spcs ); ^~~~ emitter.c:515:9: note: include '' or provide a declaration of 'free' In file included from emitter.c:15: emitter.c: In function 'syck_emit_item': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:1218:34: note: in expansion of macro 'S_ALLOC_N' char *spcs = S_ALLOC_N( char, lvl->spaces + 1 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:1218:34: note: in expansion of macro 'S_ALLOC_N' char *spcs = S_ALLOC_N( char, lvl->spaces + 1 ); ^~~~~~~~~ --- node.o --- In file included from node.c:10: node.c: In function 'syck_new_str2': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:113:24: note: in expansion of macro 'S_ALLOC_N' n->data.str->ptr = S_ALLOC_N( char, len + 1 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:113:24: note: in expansion of macro 'S_ALLOC_N' n->data.str->ptr = S_ALLOC_N( char, len + 1 ); ^~~~~~~~~ node.c:116:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( n->data.str->ptr, str, len ); ^~~~~~ node.c:116:5: warning: incompatible implicit declaration of built-in function 'memcpy' --- emitter.o --- syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:1223:21: note: in expansion of macro 'S_FREE' S_FREE( spcs ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ emitter.c:1223:21: note: in expansion of macro 'S_FREE' S_FREE( spcs ); ^~~~~~ emitter.c: In function 'syck_emitter_mark_node': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:1341:27: note: in expansion of macro 'S_ALLOC_N' anchor_name = S_ALLOC_N( char, strlen( anc ) + 10 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' --- node.o --- node.c:116:5: note: include '' or provide a declaration of 'memcpy' node.c: In function 'syck_replace_str': node.c:125:32: warning: incompatible implicit declaration of built-in function 'strlen' syck_replace_str2( n, str, strlen( str ), style ); ^~~~~~ node.c:125:32: note: include '' or provide a declaration of 'strlen' In file included from node.c:10: node.c: In function 'syck_replace_str2': syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:133:9: note: in expansion of macro 'S_FREE' S_FREE( n->data.str->ptr ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:133:9: note: in expansion of macro 'S_FREE' S_FREE( n->data.str->ptr ); ^~~~~~ --- token.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" token.c --- emitter.o --- #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ emitter.c:1341:27: note: in expansion of macro 'S_ALLOC_N' anchor_name = S_ALLOC_N( char, strlen( anc ) + 10 ); ^~~~~~~~~ --- node.o --- syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:137:24: note: in expansion of macro 'S_ALLOC_N' n->data.str->ptr = S_ALLOC_N( char, len + 1 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:137:24: note: in expansion of macro 'S_ALLOC_N' n->data.str->ptr = S_ALLOC_N( char, len + 1 ); ^~~~~~~~~ node.c:140:5: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy( n->data.str->ptr, str, len ); ^~~~~~ node.c:140:5: note: include '' or provide a declaration of 'memcpy' node.c: In function 'syck_str_blow_away_commas': node.c:156:13: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration] memmove( go, go + 1, end - go ); ^~~~~~~ node.c:156:13: warning: incompatible implicit declaration of built-in function 'memmove' node.c:156:13: note: include '' or provide a declaration of 'memmove' In file included from node.c:10: node.c: In function 'syck_map_empty': syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:187:5: note: in expansion of macro 'S_FREE' S_FREE( n->data.pairs->keys ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:187:5: note: in expansion of macro 'S_FREE' S_FREE( n->data.pairs->keys ); ^~~~~~ syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:192:15: note: in expansion of macro 'S_ALLOC_N' m->keys = S_ALLOC_N( SYMID, m->capa ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:192:15: note: in expansion of macro 'S_ALLOC_N' m->keys = S_ALLOC_N( SYMID, m->capa ); ^~~~~~~~~ node.c: In function 'syck_map_add': syck.h:81:46: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ node.c:211:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( m->keys, SYMID, m->capa ); ^~~~~~~~~~~ syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ node.c:211:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( m->keys, SYMID, m->capa ); ^~~~~~~~~~~ syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ node.c:211:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( m->keys, SYMID, m->capa ); ^~~~~~~~~~~ node.c: In function 'syck_map_update': syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ node.c:240:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( m1->keys, SYMID, m1->capa ); ^~~~~~~~~~~ syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ node.c:240:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( m1->keys, SYMID, m1->capa ); ^~~~~~~~~~~ node.c: In function 'syck_seq_empty': syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:312:5: note: in expansion of macro 'S_FREE' S_FREE( n->data.list->items ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:312:5: note: in expansion of macro 'S_FREE' S_FREE( n->data.list->items ); ^~~~~~ syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:316:16: note: in expansion of macro 'S_ALLOC_N' s->items = S_ALLOC_N( SYMID, s->capa ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ node.c:316:16: note: in expansion of macro 'S_ALLOC_N' s->items = S_ALLOC_N( SYMID, s->capa ); ^~~~~~~~~ node.c: In function 'syck_seq_add': syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ node.c:334:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( s->items, SYMID, s->capa ); ^~~~~~~~~~~ syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ node.c:334:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( s->items, SYMID, s->capa ); ^~~~~~~~~~~ node.c: In function 'syck_free_members': syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:379:17: note: in expansion of macro 'S_FREE' S_FREE( n->data.str->ptr ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:379:17: note: in expansion of macro 'S_FREE' S_FREE( n->data.str->ptr ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:390:17: note: in expansion of macro 'S_FREE' S_FREE( n->data.list->items ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:390:17: note: in expansion of macro 'S_FREE' S_FREE( n->data.list->items ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:399:17: note: in expansion of macro 'S_FREE' S_FREE( n->data.pairs->keys ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ node.c:399:17: note: in expansion of macro 'S_FREE' S_FREE( n->data.pairs->keys ); ^~~~~~ --- pm_to_blib --- --- syck_.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" syck_.c --- syck_st.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" syck_st.c --- syck_.o --- syck_.c: In function 'syck_assert': syck_.c:26:5: warning: implicit declaration of function 'abort' [-Wimplicit-function-declaration] abort(); ^~~~~ syck_.c:26:5: warning: incompatible implicit declaration of built-in function 'abort' syck_.c:26:5: note: include '' or provide a declaration of 'abort' syck_.c:13:1: +#include syck_.c:26:5: abort(); ^~~~~ In file included from syck_.c:12: syck_.c: In function 'syck_strndup': syck.h:79:34: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ syck_.c:35:17: note: in expansion of macro 'S_ALLOC_N' char *new = S_ALLOC_N( char, len + 1 ); ^~~~~~~~~ syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ syck_.c:35:17: note: in expansion of macro 'S_ALLOC_N' char *new = S_ALLOC_N( char, len + 1 ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ syck_.c:35:17: note: in expansion of macro 'S_ALLOC_N' char *new = S_ALLOC_N( char, len + 1 ); ^~~~~~~~~ syck_.c: In function 'syck_parser_reset_cursor': syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ syck_.c:122:21: note: in expansion of macro 'S_ALLOC_N' p->buffer = S_ALLOC_N( char, p->bufsize ); ^~~~~~~~~ syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ syck_.c:122:21: note: in expansion of macro 'S_ALLOC_N' p->buffer = S_ALLOC_N( char, p->bufsize ); ^~~~~~~~~ syck_.c: In function 'syck_new_parser': syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ syck_.c:159:9: note: in expansion of macro 'S_ALLOC' p = S_ALLOC( SyckParser ); ^~~~~~~ syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ syck_.c:159:9: note: in expansion of macro 'S_ALLOC' p = S_ALLOC( SyckParser ); ^~~~~~~ --- token.o --- In file included from token.re:9: token.re: In function 'sycklex_yaml_utf8': syck.h:79:34: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:528:22: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:528:22: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:528:22: note: in expansion of macro 'S_ALLOC_N' --- syck_.o --- syck_.c: In function 'syck_free_parser': --- token.o --- syck.h:81:46: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:565:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:565:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:565:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:572:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:572:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:630:6: note: in expansion of macro 'QUOTECATS' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:630:6: note: in expansion of macro 'QUOTECATS' syck.h:87:32: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:630:6: note: in expansion of macro 'QUOTECATS' syck.h:87:32: warning: incompatible implicit declaration of built-in function 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:630:6: note: in expansion of macro 'QUOTECATS' syck.h:87:32: note: include '' or provide a declaration of 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:630:6: note: in expansion of macro 'QUOTECATS' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:594:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:594:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:87:32: warning: incompatible implicit declaration of built-in function 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:594:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:87:32: note: include '' or provide a declaration of 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:594:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:605:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:605:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:87:32: warning: incompatible implicit declaration of built-in function 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:605:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:87:32: note: include '' or provide a declaration of 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:605:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:583:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:105:17: note: in expansion of macro 'S_REALLOC_N' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:583:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:87:32: warning: incompatible implicit declaration of built-in function 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:583:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:87:32: note: include '' or provide a declaration of 'memcpy' #define S_MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) ^~~~~~ token.re:107:13: note: in expansion of macro 'S_MEMCPY' token.re:137:5: note: in expansion of macro 'QUOTECATS' token.re:583:29: note: in expansion of macro 'PLAIN_NOT_INL' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:641:22: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:641:22: note: in expansion of macro 'S_ALLOC_N' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:674:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:674:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:681:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:681:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:715:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:715:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:688:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:688:6: note: in expansion of macro 'QUOTECAT' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:729:22: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:729:22: note: in expansion of macro 'S_ALLOC_N' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:765:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:765:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:772:37: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:772:37: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:823:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:823:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:782:25: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:782:25: note: in expansion of macro 'QUOTECAT' token.re:789:30: warning: implicit declaration of function 'strtol' [-Wimplicit-function-declaration] token.re:790:25: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] token.re:790:25: warning: incompatible implicit declaration of built-in function 'free' token.re:790:25: note: include '' or provide a declaration of 'free' token.re:786:1: token.re:790:25: In file included from token.re:9: syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:791:25: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:791:25: note: in expansion of macro 'QUOTECAT' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:834:22: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:834:22: note: in expansion of macro 'S_ALLOC_N' token.re:845:29: warning: incompatible implicit declaration of built-in function 'free' token.re:845:29: note: include '' or provide a declaration of 'free' token.re:841:1: token.re:845:29: In file included from token.re:9: token.re:856:70: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ token.re:856:70: warning: incompatible implicit declaration of built-in function 'strlen' syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ token.re:856:70: note: include '' or provide a declaration of 'strlen' token.re:841:1: token.re:856:70: syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ --- pm_to_blib --- cp lib/YAML/Loader/Syck.pm blib/lib/YAML/Loader/Syck.pm cp lib/JSON/Syck.pm blib/lib/JSON/Syck.pm cp lib/YAML/Dumper/Syck.pm blib/lib/YAML/Dumper/Syck.pm cp lib/YAML/Syck.pm blib/lib/YAML/Syck.pm --- syck_.o --- syck.h:82:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define S_FREE(n) free(n); n = NULL; ^~~~ syck_.c:244:5: note: in expansion of macro 'S_FREE' S_FREE( p->levels[0].domain ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ syck_.c:244:5: note: in expansion of macro 'S_FREE' S_FREE( p->levels[0].domain ); ^~~~~~ --- token.o --- token.re:858:29: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] token.re:858:29: warning: incompatible implicit declaration of built-in function 'strcat' token.re:858:29: note: include '' or provide a declaration of 'strcat' token.re:859:29: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] token.re:859:29: warning: incompatible implicit declaration of built-in function 'strncat' token.re:859:29: note: include '' or provide a declaration of 'strncat' token.re:860:29: warning: incompatible implicit declaration of built-in function 'free' token.re:860:29: note: include '' or provide a declaration of 'free' token.re:874:33: warning: incompatible implicit declaration of built-in function 'free' token.re:874:33: note: include '' or provide a declaration of 'free' In file included from token.re:9: token.re:876:86: warning: incompatible implicit declaration of built-in function 'strlen' syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ token.re:876:86: note: include '' or provide a declaration of 'strlen' syck.h:79:55: note: in definition of macro 'S_ALLOC_N' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^ token.re:878:33: warning: incompatible implicit declaration of built-in function 'strcat' token.re:878:33: note: include '' or provide a declaration of 'strcat' token.re:879:33: warning: incompatible implicit declaration of built-in function 'strncat' token.re:879:33: note: include '' or provide a declaration of 'strncat' In file included from token.re:9: syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) --- blib/arch/auto/YAML/Syck/Syck.bs --- --- syck_.o --- syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ syck_.c:244:5: note: in expansion of macro 'S_FREE' S_FREE( p->levels[0].domain ); ^~~~~~ --- token.o --- ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:908:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:908:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:895:25: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:895:25: note: in expansion of macro 'QUOTECAT' token.re:903:25: warning: incompatible implicit declaration of built-in function 'free' token.re:903:25: note: include '' or provide a declaration of 'free' token.re:899:1: token.re:903:25: In file included from token.re:9: syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:904:25: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' --- blib/arch/auto/YAML/Syck/Syck.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syck.bs blib/arch/auto/YAML/Syck/Syck.bs 644 --- token.o --- token.re:904:25: note: in expansion of macro 'QUOTECAT' syck.h:79:34: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:920:22: note: in expansion of macro 'S_ALLOC_N' syck.h:79:34: note: include '' or provide a declaration of 'malloc' #define S_ALLOC_N(type,n) (type*)malloc(sizeof(type)*(n)) ^~~~~~ token.re:920:22: note: in expansion of macro 'S_ALLOC_N' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1011:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1011:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1018:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1018:33: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1073:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1073:6: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1043:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1043:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1060:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1060:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1067:29: note: in expansion of macro 'QUOTECAT' syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ token.re:94:17: note: in expansion of macro 'S_REALLOC_N' token.re:1067:29: note: in expansion of macro 'QUOTECAT' --- syck_.o --- syck_.c: In function 'syck_parser_file': syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ syck_.c:302:18: note: in expansion of macro 'S_ALLOC' p->io.file = S_ALLOC( SyckIoFile ); ^~~~~~~ syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ syck_.c:302:18: note: in expansion of macro 'S_ALLOC' p->io.file = S_ALLOC( SyckIoFile ); ^~~~~~~ --- blibdirs --- --- syck_.o --- syck_.c: In function 'syck_parser_str': syck.h:80:30: warning: incompatible implicit declaration of built-in function 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ syck_.c:321:17: note: in expansion of macro 'S_ALLOC' p->io.str = S_ALLOC( SyckIoStr ); ^~~~~~~ syck.h:80:30: note: include '' or provide a declaration of 'malloc' #define S_ALLOC(type) (type*)malloc(sizeof(type)) ^~~~~~ syck_.c:321:17: note: in expansion of macro 'S_ALLOC' p->io.str = S_ALLOC( SyckIoStr ); ^~~~~~~ --- config --- --- syck_.o --- syck_.c: In function 'syck_parser_pop_level': syck_.c:356:5: warning: incompatible implicit declaration of built-in function 'free' free( p->levels[p->lvl_idx].domain ); ^~~~ syck_.c:356:5: note: include '' or provide a declaration of 'free' In file included from syck_.c:12: syck_.c: In function 'syck_parser_add_level': syck.h:81:46: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ syck_.c:366:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( p->levels, SyckLevel, p->lvl_capa ); ^~~~~~~~~~~ syck.h:81:46: warning: incompatible implicit declaration of built-in function 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ syck_.c:366:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( p->levels, SyckLevel, p->lvl_capa ); ^~~~~~~~~~~ syck.h:81:46: note: include '' or provide a declaration of 'realloc' #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) ^~~~~~~ syck_.c:366:9: note: in expansion of macro 'S_REALLOC_N' S_REALLOC_N( p->levels, SyckLevel, p->lvl_capa ); ^~~~~~~~~~~ syck_.c: In function 'free_any_io': syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ syck_.c:386:17: note: in expansion of macro 'S_FREE' S_FREE( p->io.str ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ syck_.c:386:17: note: in expansion of macro 'S_FREE' S_FREE( p->io.str ); ^~~~~~ syck.h:82:19: warning: incompatible implicit declaration of built-in function 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ syck_.c:394:17: note: in expansion of macro 'S_FREE' S_FREE( p->io.file ); ^~~~~~ syck.h:82:19: note: include '' or provide a declaration of 'free' #define S_FREE(n) free(n); n = NULL; ^~~~ syck_.c:394:17: note: in expansion of macro 'S_FREE' S_FREE( p->io.file ); ^~~~~~ --- Syck.c --- mv Syck.xsc Syck.c --- Syck.o --- cc -c -I. -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" Syck.c --- blib/arch/auto/YAML/Syck/Syck.so --- rm -f blib/arch/auto/YAML/Syck/Syck.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong bytecode.o emitter.o gram.o handler.o implicit.o node.o syck_.o syck_st.o token.o Syck.o -o blib/arch/auto/YAML/Syck/Syck.so chmod 755 blib/arch/auto/YAML/Syck/Syck.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 2 pod documents --- all --- SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-YAML-Syck-1.32 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-YAML-Syck-1.32 ===> p5-YAML-Syck-1.32 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syck.bs blib/arch/auto/YAML/Syck/Syck.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/textproc/p5-YAML-Syck/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/YAML/Syck/Syck.so Installing /construction/textproc/p5-YAML-Syck/stage/usr/local/lib/perl5/site_perl/mach/5.30/JSON/Syck.pm Installing /construction/textproc/p5-YAML-Syck/stage/usr/local/lib/perl5/site_perl/mach/5.30/YAML/Syck.pm Installing /construction/textproc/p5-YAML-Syck/stage/usr/local/lib/perl5/site_perl/mach/5.30/YAML/Dumper/Syck.pm Installing /construction/textproc/p5-YAML-Syck/stage/usr/local/lib/perl5/site_perl/mach/5.30/YAML/Loader/Syck.pm Installing /construction/textproc/p5-YAML-Syck/stage/usr/local/lib/perl5/site_perl/man/man3/YAML::Syck.3 Installing /construction/textproc/p5-YAML-Syck/stage/usr/local/lib/perl5/site_perl/man/man3/JSON::Syck.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.30/auto/YAML/Syck/Syck.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-YAML-Syck-1.32 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:13