+ 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/fehqlibs-27/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fehqlibs-27/work.log ===> Building for fehqlibs-27 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o alloc.lo alloc.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c alloc.c -fPIC -DPIC -o .libs/alloc.o alloc.c: In function 'alloc_free': alloc.c:47:9: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 47 | if (x >= space) | ^~ alloc.c:48:11: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 48 | if (x < space + SPACE) | ^ libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c alloc.c -o alloc.o >/dev/null 2>&1 ../makelib alloc.a alloc.lo libtool: link: ar cr alloc.a alloc.o libtool: link: ranlib alloc.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o buffer.lo buffer.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c buffer.c -fPIC -DPIC -o .libs/buffer.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c buffer.c -o buffer.o >/dev/null 2>&1 ../makelib buffer.a buffer.lo libtool: link: ar cr buffer.a buffer.o libtool: link: ranlib buffer.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o case.lo case.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c case.c -fPIC -DPIC -o .libs/case.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c case.c -o case.o >/dev/null 2>&1 ../makelib case.a case.lo libtool: link: ar cr case.a case.o libtool: link: ranlib case.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o cdbread.lo cdbread.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c cdbread.c -fPIC -DPIC -o .libs/cdbread.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c cdbread.c -o cdbread.o >/dev/null 2>&1 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o cdbmake.lo cdbmake.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c cdbmake.c -fPIC -DPIC -o .libs/cdbmake.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c cdbmake.c -o cdbmake.o >/dev/null 2>&1 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o uint32p.lo uint32p.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c uint32p.c -fPIC -DPIC -o .libs/uint32p.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c uint32p.c -o uint32p.o >/dev/null 2>&1 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o seek.lo seek.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c seek.c -fPIC -DPIC -o .libs/seek.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c seek.c -o seek.o >/dev/null 2>&1 ../makelib cdb.a cdbread.lo cdbmake.lo uint32p.lo seek.lo buffer.lo libtool: link: ar cr cdb.a cdbread.o cdbmake.o uint32p.o seek.o buffer.o libtool: link: ranlib cdb.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o constmap.lo constmap.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c constmap.c -fPIC -DPIC -o .libs/constmap.o constmap.c: In function 'constmap_index': constmap.c:39:12: warning: passing argument 1 of 'hash' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 39 | h = hash(s,len); | ^ constmap.c:14:33: note: expected 'char *' but argument is of type 'const char *' 14 | static constmap_hash hash(char *s,int len) | ~~~~~~^ constmap.c:44:44: warning: passing argument 3 of 'case_diffb' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 44 | if (!case_diffb(cm->input[pos],len,s)) | ^ In file included from constmap.c:3: ../include/case.h:10:43: note: expected 'char *' but argument is of type 'const char *' 10 | extern int case_diffb(char *,unsigned int,char *); | ^~~~~~ constmap.c: In function 'constmap': constmap.c:69:12: warning: passing argument 1 of 'hash' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 69 | h = hash(s,len); | ^ constmap.c:14:33: note: expected 'char *' but argument is of type 'const char *' 14 | static constmap_hash hash(char *s,int len) | ~~~~~~^ constmap.c:74:44: warning: passing argument 3 of 'case_diffb' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 74 | if (!case_diffb(cm->input[pos],len,s)) | ^ ../include/case.h:10:43: note: expected 'char *' but argument is of type 'const char *' 10 | extern int case_diffb(char *,unsigned int,char *); | ^~~~~~ constmap.c: In function 'constmap_init': constmap.c:119:32: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 119 | cm->input[pos] = s + i; | ^ constmap.c:121:28: warning: passing argument 1 of 'hash' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 121 | h = hash(s + i,k); | ~~^~~ constmap.c:14:33: note: expected 'char *' but argument is of type 'const char *' 14 | static constmap_hash hash(char *s,int len) | ~~~~~~^ constmap.c: In function 'constmap_init_char': constmap.c:184:32: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 184 | cm->input[pos] = s + i; | ^ constmap.c:186:28: warning: passing argument 1 of 'hash' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 186 | h = hash(s + i,k); | ~~^~~ constmap.c:14:33: note: expected 'char *' but argument is of type 'const char *' 14 | static constmap_hash hash(char *s,int len) | ~~~~~~^ libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c constmap.c -o constmap.o >/dev/null 2>&1 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o scan.lo scan.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c scan.c -fPIC -DPIC -o .libs/scan.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c scan.c -o scan.o >/dev/null 2>&1 ../makelib constmap.a constmap.lo alloc.lo buffer.lo scan.lo libtool: link: ar cr constmap.a constmap.o alloc.o buffer.o scan.o libtool: link: ranlib constmap.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o env.lo env.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c env.c -fPIC -DPIC -o .libs/env.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c env.c -o env.o >/dev/null 2>&1 ../makelib env.a env.lo libtool: link: ar cr env.a env.o libtool: link: ranlib env.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o errstr.lo errstr.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c errstr.c -fPIC -DPIC -o .libs/errstr.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c errstr.c -o errstr.o >/dev/null 2>&1 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o errtmp.lo errtmp.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c errtmp.c -fPIC -DPIC -o .libs/errtmp.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c errtmp.c -o errtmp.o >/dev/null 2>&1 ../makelib error.a errstr.lo errtmp.lo libtool: link: ar cr error.a errstr.o errtmp.o libtool: link: ranlib error.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o fd.lo fd.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c fd.c -fPIC -DPIC -o .libs/fd.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c fd.c -o fd.o >/dev/null 2>&1 ../makelib fd.a fd.lo libtool: link: ar cr fd.a fd.o libtool: link: ranlib fd.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o fmt.lo fmt.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c fmt.c -fPIC -DPIC -o .libs/fmt.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c fmt.c -o fmt.o >/dev/null 2>&1 ../makelib fs.a fmt.lo scan.lo libtool: link: ar cr fs.a fmt.o scan.o libtool: link: ranlib fs.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o getln.lo getln.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c getln.c -fPIC -DPIC -o .libs/getln.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c getln.c -o getln.o >/dev/null 2>&1 ../makelib getln.a getln.lo libtool: link: ar cr getln.a getln.o libtool: link: ranlib getln.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o getoptb.lo getoptb.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c getoptb.c -fPIC -DPIC -o .libs/getoptb.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c getoptb.c -o getoptb.o >/dev/null 2>&1 ../makelib getopt.a getoptb.lo libtool: link: ar cr getopt.a getoptb.o libtool: link: ranlib getopt.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o lock.lo lock.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c lock.c -fPIC -DPIC -o .libs/lock.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c lock.c -o lock.o >/dev/null 2>&1 ../makelib lock.a lock.lo libtool: link: ar cr lock.a lock.o libtool: link: ranlib lock.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o logmsg.lo logmsg.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c logmsg.c -fPIC -DPIC -o .libs/logmsg.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c logmsg.c -o logmsg.o >/dev/null 2>&1 ../makelib logmsg.a errstr.lo logmsg.lo libtool: link: ar cr logmsg.a errstr.o logmsg.o libtool: link: ranlib logmsg.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o ndelay.lo ndelay.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c ndelay.c -fPIC -DPIC -o .libs/ndelay.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c ndelay.c -o ndelay.o >/dev/null 2>&1 ../makelib ndelay.a ndelay.lo libtool: link: ar cr ndelay.a ndelay.o libtool: link: ranlib ndelay.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o open.lo open.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c open.c -fPIC -DPIC -o .libs/open.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c open.c -o open.o >/dev/null 2>&1 ../makelib open.a open.lo libtool: link: ar cr open.a open.o libtool: link: ranlib open.a ../makelib seek.a seek.lo libtool: link: ar cr seek.a seek.o libtool: link: ranlib seek.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o sig.lo sig.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c sig.c -fPIC -DPIC -o .libs/sig.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c sig.c -o sig.o >/dev/null 2>&1 ../makelib sig.a sig.lo libtool: link: ar cr sig.a sig.o libtool: link: ranlib sig.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o str.lo str.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c str.c -fPIC -DPIC -o .libs/str.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c str.c -o str.o >/dev/null 2>&1 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o byte.lo byte.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c byte.c -fPIC -DPIC -o .libs/byte.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c byte.c -o byte.o >/dev/null 2>&1 /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o stralloc.lo stralloc.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c stralloc.c -fPIC -DPIC -o .libs/stralloc.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c stralloc.c -o stralloc.o >/dev/null 2>&1 ../makelib str.a str.lo byte.lo stralloc.lo alloc.lo libtool: link: ar cr str.a str.o byte.o stralloc.o alloc.o libtool: link: ranlib str.a ../makelib stralloc.a stralloc.lo alloc.lo libtool: link: ar cr stralloc.a stralloc.o alloc.o libtool: link: ranlib stralloc.a /home/pbulk/build/net/fehqlibs/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c -o iopause.lo iopause.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c iopause.c -fPIC -DPIC -o .libs/iopause.o iopause.c: In function 'iopause': iopause.c:36:12: error: passing argument 1 of 'poll' from incompatible pointer type [-Wincompatible-pointer-types] 36 | r = poll(x,len,millisecs); | ^ | | | iopause_fd * In file included from /usr/include/poll.h:38, from iopause.c:1: /usr/include/sys/poll.h:152:10: note: expected 'struct pollfd *' but argument is of type 'iopause_fd *' 152 | int poll(struct pollfd *, nfds_t, int); | ^~~~~~~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "libs shared" in /home/pbulk/build/net/fehqlibs/work/fehQlibs-27/src *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/fehqlibs *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/fehqlibs