>>> Building on exopi-6 under www/cgiparse DIST = [www/cgiparse:cgiparse-0.9b.tar.gz] FULLPKGNAME = cgiparse-0.9bp1 distfiles size=24845 >>> Running build in www/cgiparse at 1713856831.88 ===> www/cgiparse ===> Building from scratch cgiparse-0.9bp1 ===> Checking files for cgiparse-0.9bp1 `/exopi-cvs/ports/distfiles/cgiparse-0.9b.tar.gz' is up to date. >> (SHA256) cgiparse-0.9b.tar.gz: OK ===> Extracting for cgiparse-0.9bp1 ===> Patching for cgiparse-0.9bp1 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Sun Sep 24 20:32:11 2000 |+++ Makefile.in Thu Mar 10 22:45:07 2016 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 30. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for cgiparse-0.9bp1 ===> Configuring for cgiparse-0.9bp1 Using /exopi-obj/pobj/cgiparse-0.9b/config.site (generated) loading site script /exopi-obj/pobj/cgiparse-0.9b/config.site creating cache ./config.cache checking how to run the C preprocessor... cc -E checking for library containing mime_parsemultipart... no checking for mime.h... no checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for strcspn... (cached) yes checking for strdup... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for cgiparse-0.9bp1 cc -I/usr/local/include -Wall -I. -I. -I/usr/local/include -g -O2 -pipe -O2 -pipe -c cgi.c -o cgi.o cgi.c:146:3: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(a, sizeof(char) * (b + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:301:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] *d = (mycalloc(e, sizeof(struct cgivalues))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:323:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(d, sizeof(char) * (c + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:352:6: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] d = mymalloc(c, sizeof(char) * ts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:392:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mycalloc(ret, (num+1) * sizeof(char *)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:395:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(buf, sizeof(char) * (buf_size = 4096)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:408:3: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(*c, strlen(buf) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:500:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mycalloc(a[0], sizeof(struct cgivalues)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:510:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(a, sizeof(struct cgivalueslist)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ 9 warnings generated. cc -I/usr/local/include -Wall -I. -I. -I/usr/local/include -g -O2 -pipe -O2 -pipe -c utils.c -o utils.o ar rc libcgiparse.a cgi.o utils.o cc -fpic -Wall -I. -I. -I/usr/local/include -g -O2 -pipe -O2 -pipe -c cgi.c -o cgi.so cgi.c:146:3: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(a, sizeof(char) * (b + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:301:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] *d = (mycalloc(e, sizeof(struct cgivalues))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:323:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(d, sizeof(char) * (c + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:352:6: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] d = mymalloc(c, sizeof(char) * ts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:392:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mycalloc(ret, (num+1) * sizeof(char *)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:395:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(buf, sizeof(char) * (buf_size = 4096)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:408:3: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(*c, strlen(buf) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:500:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mycalloc(a[0], sizeof(struct cgivalues)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:510:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(a, sizeof(struct cgivalueslist)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ 9 warnings generated. cc -fpic -Wall -I. -I. -I/usr/local/include -g -O2 -pipe -O2 -pipe -c utils.c -o utils.so cc -shared -o libcgiparse.so.1.0 cgi.so utils.so -L/usr/local/lib cc -pg -Wall -I. -I. -I/usr/local/include -g -O2 -pipe -O2 -pipe -c cgi.c -o cgi.po cgi.c:146:3: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(a, sizeof(char) * (b + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:301:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] *d = (mycalloc(e, sizeof(struct cgivalues))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:323:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(d, sizeof(char) * (c + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:352:6: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] d = mymalloc(c, sizeof(char) * ts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:392:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mycalloc(ret, (num+1) * sizeof(char *)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:395:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(buf, sizeof(char) * (buf_size = 4096)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:408:3: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(*c, strlen(buf) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:500:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mycalloc(a[0], sizeof(struct cgivalues)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:55:168: note: expanded from macro 'mycalloc' #define mycalloc(var,size) ((var) = calloc(1, (size)), ((var) == NULL )? (fprintf(stderr, "%s:%d: out of memory on callocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ cgi.c:510:2: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mymalloc(a, sizeof(struct cgivalueslist)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgi.c:54:162: note: expanded from macro 'mymalloc' #define mymalloc(var,size) ((var) = malloc(size), ((var) == NULL) ? (fprintf(stderr, "%s:%d: out of memory on allocating %d bytes for %s\n", __FILE__, __LINE__, (size), #var), exit(1), (void *)1) : (var) ) ~~ ^~~~~~ 9 warnings generated. cc -pg -Wall -I. -I. -I/usr/local/include -g -O2 -pipe -O2 -pipe -c utils.c -o utils.po ar rc libcgiparse_p.a cgi.po utils.po >>> Running package in www/cgiparse at 1713856836.93 ===> www/cgiparse ===> Faking installation for cgiparse-0.9bp1 cp cgigetvalue.3 cgiclose.3 cginewquerystr.3 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/man/man3 for i in cgigetvalue.3 cgiclose.3 cginewquerystr.3; do chown 0:0 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/man/man3/$i; chmod 0444 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/man/man3/$i; done mkdir -p -m 755 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/lib for i in libcgiparse.a libcgiparse.so.1.0 libcgiparse_p.a; do cp $i /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/lib; chown 0:0 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/lib/$i; chmod 0444 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/lib/$i; done mkdir -p -m 755 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/include for i in cgi.h; do cp $i /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/include; chown 0:0 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/include/$i; chmod 0444 /exopi-obj/pobj/cgiparse-0.9b/fake-amd64/usr/local/include/$i; done ===> Building package for cgiparse-0.9bp1 Create /exopi-cvs/ports/packages/amd64/all/cgiparse-0.9bp1.tgz Creating package cgiparse-0.9bp1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************** | 36% archiving|*************************************** | 60% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************** | 96% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/cgiparse-0.9bp1.tgz >>> Running clean in www/cgiparse at 1713856839.21 ===> www/cgiparse ===> Cleaning for cgiparse-0.9bp1 >>> Ended at 1713856839.89 max_stuck=0.00/build=5.01/package=2.31/clean=0.75