>>> Building on exopi-5 under textproc/hyperestraier BDEPENDS = [converters/libiconv;databases/qdbm] DIST = [textproc/hyperestraier:hyperestraier-1.4.13.tar.gz] FULLPKGNAME = hyperestraier-1.4.13p6 RDEPENDS = [converters/libiconv;databases/qdbm] (Junk lock obtained for exopi-5 at 1713770706.25) >>> Running depends in textproc/hyperestraier at 1713770706.31 last junk was in devel/p5-MooseX-Types-DateTime /usr/sbin/pkg_add -aI -Drepair libiconv-1.17 qdbm-1.8.78p2 was: /usr/sbin/pkg_add -aI -Drepair libiconv-1.17 qdbm-1.8.78p2 /usr/sbin/pkg_add -aI -Drepair libiconv-1.17 qdbm-1.8.78p2 >>> Running show-prepare-results in textproc/hyperestraier at 1713770708.94 ===> textproc/hyperestraier ===> Building from scratch hyperestraier-1.4.13p6 ===> hyperestraier-1.4.13p6 depends on: libiconv-* -> libiconv-1.17 ===> hyperestraier-1.4.13p6 depends on: qdbm-* -> qdbm-1.8.78p2 ===> Verifying specs: c iconv m pthread z qdbm>=14.11 ===> found c.100.0 iconv.7.1 m.10.1 pthread.27.1 z.7.0 qdbm.14.14 libiconv-1.17 qdbm-1.8.78p2 (Junk lock released for exopi-5 at 1713770709.99) distfiles size=1014600 >>> Running build in textproc/hyperestraier at 1713770710.06 ===> textproc/hyperestraier ===> Checking files for hyperestraier-1.4.13p6 `/exopi-cvs/ports/distfiles/hyperestraier-1.4.13.tar.gz' is up to date. >> (SHA256) hyperestraier-1.4.13.tar.gz: OK ===> Extracting for hyperestraier-1.4.13p6 ===> Patching for hyperestraier-1.4.13p6 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Wed May 30 06:04:40 2007 |+++ Makefile.in Thu Jan 3 16:14:46 2008 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 47. Hunk #3 succeeded at 111. Hunk #4 succeeded at 628. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Tue Dec 25 02:47:49 2007 |+++ configure Tue Jan 27 10:03:06 2009 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 2395. Hunk #2 succeeded at 3019. 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 hyperestraier-1.4.13p6 ===> Configuring for hyperestraier-1.4.13p6 Using /exopi-obj/pobj/hyperestraier-1.4.13/config.site (generated) configure: loading site script /exopi-obj/pobj/hyperestraier-1.4.13/config.site #================================================================ # Configuring Hyper Estraier version 1.4.13. #================================================================ checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed ./configure[2404]: gcc: not found checking for main in -lc... yes checking for main in -lm... (cached) yes checking for main in -lregex... no checking for main in -liconv... yes checking for main in -lz... (cached) yes checking for main in -lqdbm... yes checking for main in -lpthread... yes checking for main in -lnsl... no checking for main in -lsocket... no checking for main in -lresolv... no checking the version of QDBM ... ok (1.8.78) configure: creating ./config.status config.status: creating Makefile config.status: creating estconfig config.status: creating hyperestraier.pc #================================================================ # Ready to make. #================================================================ ===> Building for hyperestraier-1.4.13p6 cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estraier.c estraier.c:6875:25: warning: variable 'sp' set but not used [-Wunused-but-set-variable] const char *rp, *ep, *sp; ^ estraier.c:7574:10: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPSTROREQ && sign && !sval){ ^ ~~~~~~~~~~~~ estraier.c:7587:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMBT && sign && !sval){ ^ ~~~~~~~~~~ estraier.c:7610:21: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(sign && (cop == ESTOPSTREQ || cop == ESTOPSTRBW) && osiz > 0){ ^ ~~~~~~~~~~ estraier.c:7610:42: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(sign && (cop == ESTOPSTREQ || cop == ESTOPSTRBW) && osiz > 0){ ^ ~~~~~~~~~~ estraier.c:7647:12: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || ^ ~~~~~~~~~~ estraier.c:7647:33: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || ^ ~~~~~~~~~~ estraier.c:7648:12: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop == ESTOPNUMEQ || cop == ESTOPNUMGT || cop == ESTOPNUMGE){ ^ ~~~~~~~~~~ estraier.c:7648:33: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop == ESTOPNUMEQ || cop == ESTOPNUMGT || cop == ESTOPNUMGE){ ^ ~~~~~~~~~~ estraier.c:7648:54: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop == ESTOPNUMEQ || cop == ESTOPNUMGT || cop == ESTOPNUMGE){ ^ ~~~~~~~~~~ estraier.c:7650:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMGT){ ^ ~~~~~~~~~~ estraier.c:7655:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:7655:40: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:7658:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMLT){ ^ ~~~~~~~~~~ estraier.c:7670:21: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || cop == ESTOPNUMEQ){ ^ ~~~~~~~~~~ estraier.c:7670:42: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || cop == ESTOPNUMEQ){ ^ ~~~~~~~~~~ estraier.c:7670:63: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || cop == ESTOPNUMEQ){ ^ ~~~~~~~~~~ estraier.c:7673:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:7673:35: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:9085:11: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop != ESTOPNUMEQ && cop != ESTOPNUMNE && cop != ESTOPNUMGT && cop != ESTOPNUMGE && ^ ~~~~~~~~~~ estraier.c:9085:32: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop != ESTOPNUMEQ && cop != ESTOPNUMNE && cop != ESTOPNUMGT && cop != ESTOPNUMGE && ^ ~~~~~~~~~~ estraier.c:9085:53: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop != ESTOPNUMEQ && cop != ESTOPNUMNE && cop != ESTOPNUMGT && cop != ESTOPNUMGE && ^ ~~~~~~~~~~ estraier.c:9085:74: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop != ESTOPNUMEQ && cop != ESTOPNUMNE && cop != ESTOPNUMGT && cop != ESTOPNUMGE && ^ ~~~~~~~~~~ estraier.c:9086:11: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop != ESTOPNUMLT && cop != ESTOPNUMLE && cop != ESTOPNUMBT)){ ^ ~~~~~~~~~~ estraier.c:9086:32: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop != ESTOPNUMLT && cop != ESTOPNUMLE && cop != ESTOPNUMBT)){ ^ ~~~~~~~~~~ estraier.c:9086:53: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop != ESTOPNUMLT && cop != ESTOPNUMLE && cop != ESTOPNUMBT)){ ^ ~~~~~~~~~~ estraier.c:9107:21: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(sign && (cop == ESTOPSTREQ || cop == ESTOPSTRBW) && vsiz > 0){ ^ ~~~~~~~~~~ estraier.c:9107:42: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(sign && (cop == ESTOPSTREQ || cop == ESTOPSTRBW) && vsiz > 0){ ^ ~~~~~~~~~~ estraier.c:9144:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTROREQ){ ^ ~~~~~~~~~~~~ estraier.c:9156:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMBT){ ^ ~~~~~~~~~~ estraier.c:9175:12: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || ^ ~~~~~~~~~~ estraier.c:9175:33: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || ^ ~~~~~~~~~~ estraier.c:9176:12: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop == ESTOPNUMEQ || cop == ESTOPNUMGT || cop == ESTOPNUMGE){ ^ ~~~~~~~~~~ estraier.c:9176:33: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop == ESTOPNUMEQ || cop == ESTOPNUMGT || cop == ESTOPNUMGE){ ^ ~~~~~~~~~~ estraier.c:9176:54: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] cop == ESTOPNUMEQ || cop == ESTOPNUMGT || cop == ESTOPNUMGE){ ^ ~~~~~~~~~~ estraier.c:9178:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMGT){ ^ ~~~~~~~~~~ estraier.c:9183:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:9183:40: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:9186:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMLT){ ^ ~~~~~~~~~~ estraier.c:9198:21: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || cop == ESTOPNUMEQ){ ^ ~~~~~~~~~~ estraier.c:9198:42: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || cop == ESTOPNUMEQ){ ^ ~~~~~~~~~~ estraier.c:9198:63: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTREQ || cop == ESTOPSTRBW || cop == ESTOPNUMEQ){ ^ ~~~~~~~~~~ estraier.c:9201:14: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:9201:35: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPNUMLT || cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:9238:15: warning: variable 'otype' set but not used [-Wunused-but-set-variable] const char *otype, *lbuf, *vbuf; ^ estraier.c:9424:25: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] list[i].cop != ESTOPNUMEQ && list[i].cop != ESTOPNUMNE && ^ ~~~~~~~~~~ estraier.c:9424:54: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] list[i].cop != ESTOPNUMEQ && list[i].cop != ESTOPNUMNE && ^ ~~~~~~~~~~ estraier.c:9425:25: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] list[i].cop != ESTOPNUMGT && list[i].cop != ESTOPNUMGE && ^ ~~~~~~~~~~ estraier.c:9425:54: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] list[i].cop != ESTOPNUMGT && list[i].cop != ESTOPNUMGE && ^ ~~~~~~~~~~ estraier.c:9426:25: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] list[i].cop != ESTOPNUMLT && list[i].cop != ESTOPNUMLE && ^ ~~~~~~~~~~ estraier.c:9426:54: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] list[i].cop != ESTOPNUMLT && list[i].cop != ESTOPNUMLE && ^ ~~~~~~~~~~ estraier.c:9427:25: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] list[i].cop != ESTOPNUMBT) || ^ ~~~~~~~~~~ estraier.c:10027:10: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cop == ESTOPSTREQ){ ^ ~~~~~~~~~~ estraier.c:10029:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTRNE){ ^ ~~~~~~~~~~ estraier.c:10031:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTRINC){ ^ ~~~~~~~~~~~ estraier.c:10033:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTRBW){ ^ ~~~~~~~~~~ estraier.c:10035:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTREW){ ^ ~~~~~~~~~~ estraier.c:10037:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTRAND){ ^ ~~~~~~~~~~~ estraier.c:10039:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTROR){ ^ ~~~~~~~~~~ estraier.c:10041:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTROREQ){ ^ ~~~~~~~~~~~~ estraier.c:10043:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPSTRRX){ ^ ~~~~~~~~~~ estraier.c:10045:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMEQ){ ^ ~~~~~~~~~~ estraier.c:10047:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMNE){ ^ ~~~~~~~~~~ estraier.c:10049:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMGT){ ^ ~~~~~~~~~~ estraier.c:10051:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMGE){ ^ ~~~~~~~~~~ estraier.c:10053:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMLT){ ^ ~~~~~~~~~~ estraier.c:10055:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMLE){ ^ ~~~~~~~~~~ estraier.c:10057:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPNUMBT){ ^ ~~~~~~~~~~ estraier.c:10059:17: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(cop == ESTOPDUMMY){ ^ ~~~~~~~~~~ 69 warnings generated. cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estmtdb.c cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estnode.c estnode.c:1535:7: warning: variable 'rv' set but not used [-Wunused-but-set-variable] int rv, wb; ^ cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char md5.c 1 warning generated. ar r libestraier.a estraier.o estmtdb.o estnode.o md5.o ar: warning: creating libestraier.a if cc --print-prog-name=ld | egrep -i '(solaris|/ccs/|/ucb/)' > /dev/null ; then cc -shared -Wl,-G,-h,libestraier.so.8 -o libestraier.so.8.38 estraier.o estmtdb.o estnode.o md5.o -L. -L/usr/local/lib -L/usr/local/lib -pthread -lqdbm -lz -liconv -lm -lc ; else cc -shared -Wl,-soname,libestraier.so.8.38 -o libestraier.so.8.38 estraier.o estmtdb.o estnode.o md5.o -L. -L/usr/local/lib -L/usr/local/lib -pthread -lqdbm -lz -liconv -lm -lc ; fi estraier.c(estraier.o:(est_doc_new_from_draft)): warning: sprintf() is often misused, please use snprintf() estnode.c(estnode.o:(est_accept_conn)): warning: strcpy() is almost always misused, please use strlcpy() estraier.c(estraier.o:(est_random)): warning: rand() may return deterministic values, is that what you want? cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estcmd.c estcmd.c:697:10: warning: variable 'del' set but not used [-Wunused-but-set-variable] int i, del, rv; ^ estcmd.c:3283:14: warning: variable 'ary' set but not used [-Wunused-but-set-variable] const int *ary; ^ 2 warnings generated. cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char mymorph.c LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estcmd estcmd.o mymorph.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc mymorph.c(mymorph.o:(est_morph_etch_doc)): warning: sprintf() is often misused, please use snprintf() estcmd.c(estcmd.o:(pathtolreal)): warning: strcpy() is almost always misused, please use strlcpy() estcmd.c(estcmd.o:(est_html_raw_text)): warning: stpcpy() is dangerous; do not use it cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estmttest.c LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estmttest estmttest.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estmttest.c(estmttest.o:(main)): warning: sprintf() is often misused, please use snprintf() estmttest.c(estmttest.o:(main)): warning: rand() may return deterministic values, is that what you want? cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estmaster.c estmaster.c:2408:9: warning: variable 'node' set but not used [-Wunused-but-set-variable] NODE *node; ^ estmaster.c:2414:29: warning: variable 'label' set but not used [-Wunused-but-set-variable] const char *myurl, *url, *label, *vbuf, *pv; ^ 2 warnings generated. cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char mastermod.c mastermod.c:787:7: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err, ecode; ^ 1 warning generated. LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estmaster estmaster.o mastermod.o mymorph.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc mastermod.c(mastermod.o:(log_open)): warning: strcpy() is almost always misused, please use strlcpy() mastermod.c(mastermod.o:(log_open)): warning: sprintf() is often misused, please use snprintf() mastermod.c(mastermod.o:(log_rotate)): warning: stpcpy() is dangerous; do not use it estmaster.c(estmaster.o:(die)): warning: vsprintf() is often misused, please use vsnprintf() cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estbutler.c estbutler.c:93:7: warning: variable 'rv' set but not used [-Wunused-but-set-variable] int rv; ^ 1 warning generated. LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estbutler estbutler.o mastermod.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estbutler.c(estbutler.o:(main)): warning: sprintf() is often misused, please use snprintf() mastermod.c(mastermod.o:(log_open)): warning: strcpy() is almost always misused, please use strlcpy() mastermod.c(mastermod.o:(log_rotate)): warning: stpcpy() is dangerous; do not use it cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estcall.c estcall.c:1437:22: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare] if(rescode < 200 && rescode >= 300) err = TRUE; ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1 warning generated. LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estcall estcall.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estcall.c(estcall.o:(runsearch)): warning: sprintf() is often misused, please use snprintf() cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estwaver.c cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char wavermod.c wavermod.c:1889:12: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(fmt == DRAFTCMD){ ^ ~~~~~~~~ wavermod.c:1891:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(fmt == TEXTCMD){ ^ ~~~~~~~ wavermod.c:1893:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(fmt == HTMLCMD){ ^ ~~~~~~~ wavermod.c:1895:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(fmt == MIMECMD){ ^ ~~~~~~~ 4 warnings generated. LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estwaver estwaver.o wavermod.o mymorph.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc mymorph.c(mymorph.o:(est_morph_etch_doc)): warning: sprintf() is often misused, please use snprintf() wavermod.c(wavermod.o:(log_open)): warning: strcpy() is almost always misused, please use strlcpy() wavermod.c(wavermod.o:(log_rotate)): warning: stpcpy() is dangerous; do not use it cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estload.c LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estload estload.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estload.c(estload.o:(procthread)): warning: sprintf() is often misused, please use snprintf() cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estseek.c LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estseek.cgi estseek.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estseek.c(estseek.o:(realmain)): warning: strcpy() is almost always misused, please use strlcpy() estseek.c(estseek.o:(realmain)): warning: sprintf() is often misused, please use snprintf() cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estfraud.c LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estfraud.cgi estfraud.o mastermod.o mymorph.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc mymorph.c(mymorph.o:(est_morph_etch_doc)): warning: sprintf() is often misused, please use snprintf() mastermod.c(mastermod.o:(log_open)): warning: strcpy() is almost always misused, please use strlcpy() mastermod.c(mastermod.o:(log_rotate)): warning: stpcpy() is dangerous; do not use it cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estproxy.c estproxy.c:1827:12: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(fmt == DRAFTCMD){ ^ ~~~~~~~~ estproxy.c:1829:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(fmt == TEXTCMD){ ^ ~~~~~~~ estproxy.c:1831:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(fmt == HTMLCMD){ ^ ~~~~~~~ estproxy.c:1833:19: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] } else if(fmt == MIMECMD){ ^ ~~~~~~~ 4 warnings generated. LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estproxy.cgi estproxy.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estproxy.c(estproxy.o:(realmain)): warning: strcpy() is almost always misused, please use strlcpy() estproxy.c(estproxy.o:(realmain)): warning: sprintf() is often misused, please use snprintf() estproxy.c(estproxy.o:(htmlrawtext)): warning: stpcpy() is dangerous; do not use it cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estscout.c LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estscout.cgi estscout.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estscout.c(estscout.o:(realmain)): warning: strcpy() is almost always misused, please use strlcpy() estscout.c(estscout.o:(realmain)): warning: sprintf() is often misused, please use snprintf() cc -c -I. -I/usr/local/include -I/usr/include/qdbm -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG -O2 -pipe -Wall -fPIC -fsigned-char estsupt.c estsupt.c:210:23: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] (++rp) != '\0' && !strchr(rp, '/') && !strchr(rp, '\\') && ^~~~ (void *)0 1 warning generated. LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/lib:/usr/local/lib:. cc -O2 -pipe -Wall -fPIC -fsigned-char -o estsupt.cgi estsupt.o -L. -L/usr/local/lib -L/usr/local/lib -lestraier -pthread -lqdbm -lz -liconv -lm -lc estsupt.c(estsupt.o:(realmain)): warning: strcpy() is almost always misused, please use strlcpy() estsupt.c(estsupt.o:(realmain)): warning: sprintf() is often misused, please use snprintf() #================================================================ # Ready to install. #================================================================ >>> Running package in textproc/hyperestraier at 1713770740.07 ===> textproc/hyperestraier ===> Faking installation for hyperestraier-1.4.13p6 /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/include /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -m 644 estraier.h estmtdb.h estnode.h /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/include /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/lib /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -m 644 libestraier.a libestraier.so.8.38 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/lib /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/bin /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -s -m 755 estcmd estmttest estmaster estbutler estcall estwaver estload estconfig estwolefind /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/bin strip: error: '/exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/bin/INS@JdC20ARZuj': The file was not recognized as a valid object file strip: error: '/exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/bin/INS@VXpoTcSeP2': The file was not recognized as a valid object file /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/libexec /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -s -m 755 estseek.cgi estfraud.cgi estproxy.cgi estscout.cgi estsupt.cgi /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/libexec /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/share/doc/hyperestraier /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -m 644 estseek.conf estseek.tmpl estseek.top estseek.help estfraud.conf estproxy.conf estscout.conf estsupt.conf estresult.dtd estraier.idl doc/*.html doc/*.css doc/*.png /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/share/doc/hyperestraier /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/man/man1 cd man && /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -m 644 estconfig.1 estcmd.1 estmaster.1 estwaver.1 estcall.1 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/man/man3 cd man && /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -m 644 estraier.3 estnode.3 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/man/man3 /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -d -m 755 /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/lib/pkgconfig /exopi-obj/pobj/hyperestraier-1.4.13/bin/install -c -m 644 hyperestraier.pc /exopi-obj/pobj/hyperestraier-1.4.13/fake-amd64/usr/local/lib/pkgconfig #================================================================ # Thanks for using Hyper Estraier. #================================================================ ===> Building package for hyperestraier-1.4.13p6 Create /exopi-cvs/ports/packages/amd64/all/hyperestraier-1.4.13p6.tgz Creating package hyperestraier-1.4.13p6 reading plist| checking dependencies| checking dependencies|converters/libiconv checking dependencies|databases/qdbm checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 94% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|** | 3% archiving|***** | 8% archiving|****** | 9% archiving|********** | 16% archiving|*********** | 17% archiving|************* | 20% archiving|********************* | 32% archiving|********************** | 35% archiving|************************ | 37% archiving|************************* | 38% archiving|************************** | 41% archiving|*************************** | 42% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|**************************************************** | 82% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hyperestraier-1.4.13p6.tgz >>> Running clean in textproc/hyperestraier at 1713770745.45 ===> textproc/hyperestraier ===> Cleaning for hyperestraier-1.4.13p6 >>> Ended at 1713770745.84 max_stuck=4.54/depends=2.56/show-prepare-results=1.17/build=30.03/package=5.40/clean=0.42