+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gtkasp2php-0.76.17nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gtkasp2php-0.76.17nb3/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gtkasp2php-0.76.17nb3 cd src && make gcc -c conditionals_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c eval_expression_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c eval_token_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c function_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c gettoken_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c loops_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c request_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c response_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c main_parser_j.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include ld -r -o jscript.o conditionals_j.o eval_expression_j.o eval_token_j.o function_j.o gettoken_j.o loops_j.o request_j.o response_j.o main_parser_j.o gcc -c class.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c conditionals.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c database.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c eval.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c evalelement.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c expression.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c general.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c gettoken.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c filesystem.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c function.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c html.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c loops.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c mail.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c main_parser.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c mysql.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c object.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c odbc.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c oracle.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c postgres.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c request.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c response.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c session.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c server.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -c sybase.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include gcc -o asp2php asp2php.c class.o conditionals.o database.o eval.o evalelement.o expression.o general.o gettoken.o filesystem.o function.o html.o loops.o mail.o main_parser.o mysql.o object.o odbc.o oracle.o postgres.o request.o response.o session.o server.o sybase.o jscript.o -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include cd src && make gui gcc -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs` gtkasp2php.c: In function 'clear_status': gtkasp2php.c:39:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 39 | gtk_statusbar_pop(GTK_STATUSBAR(Status),(guint) &context_id); | ^ gtkasp2php.c: In function 'start': gtkasp2php.c:73:3: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 73 | strcpy(sourcedir,gtk_entry_get_text(GTK_ENTRY(Text_aspdir))); | ^~~~~~ gtkasp2php.c:10:1: note: include '' or provide a declaration of 'strcpy' 9 | #include "asp.xpm" +++ |+#include 10 | gtkasp2php.c:73:3: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] 73 | strcpy(sourcedir,gtk_entry_get_text(GTK_ENTRY(Text_aspdir))); | ^~~~~~ gtkasp2php.c:73:3: note: include '' or provide a declaration of 'strcpy' gtkasp2php.c:79:5: error: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 79 | { strcat(arguments," -pngs"); } | ^~~~~~ gtkasp2php.c:79:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:79:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] gtkasp2php.c:79:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:82:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 82 | { strcat(arguments," -html"); } | ^~~~~~ gtkasp2php.c:82:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:85:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 85 | { strcat(arguments," -global_asa"); } | ^~~~~~ gtkasp2php.c:85:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:87:7: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 87 | if (strcmp("none",gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(Combo_database)->entry)))!=0) | ^~~~~~ gtkasp2php.c:87:7: note: include '' or provide a declaration of 'strcmp' gtkasp2php.c:89:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 89 | strcat(arguments," "); | ^~~~~~ gtkasp2php.c:89:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:95:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 95 | strcat(arguments," "); | ^~~~~~ gtkasp2php.c:95:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:101:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 101 | strcat(arguments," "); | ^~~~~~ gtkasp2php.c:101:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:107:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 107 | strcat(arguments," "); | ^~~~~~ gtkasp2php.c:107:5: note: include '' or provide a declaration of 'strcat' gtkasp2php.c:111:5: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 111 | t=strlen(sourcedir); | ^~~~~~ gtkasp2php.c:111:5: note: include '' or provide a declaration of 'strlen' gtkasp2php.c:111:5: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] gtkasp2php.c:111:5: note: include '' or provide a declaration of 'strlen' gtkasp2php.c:116:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 116 | gtk_statusbar_push(GTK_STATUSBAR(Status),(guint) &context_id, "Checking to see if directories exist"); | ^ gtkasp2php.c:122:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 122 | gtk_statusbar_push(GTK_STATUSBAR(Status),(guint) &context_id, "Error: ASP Source Dir doesn't exist"); | ^ gtkasp2php.c:131:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 131 | gtk_statusbar_push(GTK_STATUSBAR(Status),(guint) &context_id, "Error: Couldn't create PHP target dir"); | ^ gtkasp2php.c:138:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 138 | gtk_statusbar_push(GTK_STATUSBAR(Status),(guint) &context_id, "Working..."); | ^ gtkasp2php.c: In function 'stop': gtkasp2php.c:151:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 151 | gtk_statusbar_push(GTK_STATUSBAR(Status),(guint) &context_id, "asp2php stopped by user"); | ^ gtkasp2php.c: In function 'set_status': gtkasp2php.c:243:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 243 | gtk_statusbar_push(GTK_STATUSBAR(Status),(guint) &context_id, "Copyright 1999-2002 by Michael Kohn License: GPL"); | ^ *** Error code 1 Stop. make[1]: stopped making "gui" in /home/pbulk/build/www/gtkasp2php/work/asp2php-0.76.17/src *** Error code 1 Stop. bmake: stopped making "all gui" in /home/pbulk/build/www/gtkasp2php/work/asp2php-0.76.17 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/gtkasp2php *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/gtkasp2php