+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/host-20070128nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/host-20070128nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for host-20070128nb1 awk: cmd. line:1: {print int();} awk: cmd. line:1: ^ 0 is invalid as number of arguments for int --- main.o --- --- info.o --- --- main.o --- cc -pipe -O2 -W -Wall -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wcast-qual -Wpointer-arith -Wshadow -Wstrict-prototypes -Waggregate-return -Wcast-align -Wchar-subscripts -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wformat-extra-args -Wundef -Wbad-function-cast -DDEBUG -c main.c --- info.o --- cc -pipe -O2 -W -Wall -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wcast-qual -Wpointer-arith -Wshadow -Wstrict-prototypes -Waggregate-return -Wcast-align -Wchar-subscripts -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wformat-extra-args -Wundef -Wbad-function-cast -DDEBUG -c info.c --- main.o --- In file included from host.h:74:0, from main.c:48: defs.h:156:5: error: conflicting types for '__res_send' int res_send __P((const qbuf_t *, int, qbuf_t *, int)); ^ /usr/include/resolv.h:284:6: note: previous declaration of '__res_send' was here int res_send (const unsigned char *, int, unsigned char *, int) ^ --- info.o --- In file included from host.h:74:0, from info.c:26: defs.h:156:5: error: conflicting types for '__res_send' int res_send __P((const qbuf_t *, int, qbuf_t *, int)); ^ /usr/include/resolv.h:284:6: note: previous declaration of '__res_send' was here int res_send (const unsigned char *, int, unsigned char *, int) ^ info.c: In function 'get_info': info.c:312:9: warning: pointer targets in passing argument 5 of '__res_mkquery' differ in signedness [-Wpointer-sign] (rrec_t *) NULL, (qbuf_t *) &query, (int) sizeof(querybuf_t))) < 0) { ^ In file included from host.h:74:0, from info.c:26: /usr/include/resolv.h:275:6: note: expected 'const unsigned char *' but argument is of type 'qbuf_t *' int res_mkquery (int, const char *, int, int, ^ info.c:312:9: warning: passing argument 7 of '__res_mkquery' from incompatible pointer type [enabled by default] (rrec_t *) NULL, (qbuf_t *) &query, (int) sizeof(querybuf_t))) < 0) { ^ --- main.o --- main.c: In function 'main': main.c:354:2: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion] _res.options &= ~RES_DNSRCH; /* dotted names are qualified */ ^ main.c:357:2: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion] _res.options &= ~RES_DEBUG; /* turn off debug printout */ ^ main.c:358:2: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion] _res.options &= ~RES_USEVC; /* do not use virtual circuit */ ^ main.c:367:2: error: 'new_res' has an incomplete type new_res = _res; ^ main.c:415:5: error: invalid use of incomplete typedef 'res_state_t' new_res.options |= RES_DNSRCH; ^ main.c:436:5: error: invalid use of incomplete typedef 'res_state_t' new_res.options |= RES_DEBUG; ^ main.c:576:5: error: invalid use of incomplete typedef 'res_state_t' new_res.options |= RES_DNSRCH; ^ main.c:581:5: error: invalid use of incomplete typedef 'res_state_t' --- info.o --- In file included from host.h:74:0, from info.c:26: /usr/include/resolv.h:275:6: note: expected 'const unsigned char *' but argument is of type 'struct rrec_t *' int res_mkquery (int, const char *, int, int, ^ info.c:312:9: warning: pointer targets in passing argument 8 of '__res_mkquery' differ in signedness [-Wpointer-sign] (rrec_t *) NULL, (qbuf_t *) &query, (int) sizeof(querybuf_t))) < 0) { ^ In file included from host.h:74:0, from info.c:26: /usr/include/resolv.h:275:6: note: expected 'unsigned char *' but argument is of type 'qbuf_t *' int res_mkquery (int, const char *, int, int, ^ info.c: In function 'print_rrec': info.c:660:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] type = ns_get16(cp); ^ info.c:663:18: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] class = ns_get16(cp); ^ --- main.o --- new_res.options &= ~RES_RECURSE; ^ main.c:589:5: error: invalid use of incomplete typedef 'res_state_t' new_res.retrans = getval(argv[2], "timeout value", 1, 0); ^ main.c:607:5: error: invalid use of incomplete typedef 'res_state_t' new_res.options |= RES_USEVC; ^ main.c:757:2: error: invalid use of incomplete typedef 'res_state_t' _res.retry = new_res.retry; ^ main.c:758:2: error: invalid use of incomplete typedef 'res_state_t' _res.retrans = new_res.retrans; ^ main.c:759:2: error: invalid use of incomplete typedef 'res_state_t' _res.options = new_res.options; ^ In file included from main.c:48:0: main.c: In function 'set_defaults': main.c:836:37: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] optargv = newlist(optargv, optargc+2, char *); ^ host.h:188:65: note: in definition of macro 'newlist' --- info.o --- info.c:666:16: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] ttl = ns_get32(cp); ^ info.c:669:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] dlen = ns_get16(cp); ^ info.c:792:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:841:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:846:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:851:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:856:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); --- main.o --- #define newlist(a, n, t) (t *) xalloc((ptr_t *) (a), (size_t) ((n) * sizeof(t))) ^ main.c:845:37: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] optargv = newlist(optargv, optargc+2, char *); ^ host.h:188:65: note: in definition of macro 'newlist' #define newlist(a, n, t) (t *) xalloc((ptr_t *) (a), (size_t) ((n) * sizeof(t))) ^ main.c: In function 'cvtopt': main.c:1012:3: error: invalid use of incomplete typedef 'res_state_t' new_res.retrans = getval(value, "timeout value", 1, 0); ^ main.c:1107:3: error: invalid use of incomplete typedef 'res_state_t' new_res.retry = getval(value, "retry count", 1, 0); ^ main.c: In function 'execute': main.c:1530:3: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion] _res.options &= ~RES_RECURSE; --- info.o --- ^ info.c:861:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:964:16: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:990:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1003:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1052:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1098:15: warning: conversion to 'unsigned int' from 'long unsigned int' may alter its value [-Wconversion] c = ns_get32(cp); ^ --- main.o --- ^ --- info.o --- info.c:1101:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:1105:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:1109:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:1133:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1155:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:1160:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:1165:15: warning: conversion to 'int' from 'long unsigned int' may alter its value [-Wconversion] n = ns_get32(cp); ^ info.c:1170:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1184:12: warning: conversion to 'int' from 'long int' may alter its value [-Wconversion] n = eor - cp; ^ info.c:1200:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1218:12: warning: conversion to 'int' from 'long int' may alter its value [-Wconversion] n = eor - cp; ^ info.c:1256:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1262:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1268:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1281:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1287:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ --- main.o --- *** [main.o] Error code 1 bmake: stopped in /home/pbulk/build/net/host/work/host-20070128 --- info.o --- info.c:1318:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1331:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1337:15: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] n = ns_get16(cp); ^ info.c:1350:12: warning: conversion to 'int' from 'long int' may alter its value [-Wconversion] n = eor - cp; ^ info.c: In function 'dump_rrec': info.c:1691:4: warning: conversion to 'char' from 'u_char' may change the sign of the result [-Wsign-conversion] ascbuf[i] = is_print(*cp) ? *cp : '.'; ^ In file included from info.c:26:0: host.h:174:39: warning: conversion to 'char' from 'int' may alter its value [-Wconversion] #define hexdigit(c) (((c) < 10) ? '0' + (c) : 'A' + (c) - 10); ^ info.c:1693:22: note: in expansion of macro 'hexdigit' hexbuf[(i * 3)] = hexdigit(c); ^ host.h:174:57: warning: conversion to 'char' from 'int' may alter its value [-Wconversion] #define hexdigit(c) (((c) < 10) ? '0' + (c) : 'A' + (c) - 10); ^ info.c:1693:22: note: in expansion of macro 'hexdigit' hexbuf[(i * 3)] = hexdigit(c); ^ host.h:174:39: warning: conversion to 'char' from 'int' may alter its value [-Wconversion] #define hexdigit(c) (((c) < 10) ? '0' + (c) : 'A' + (c) - 10); ^ info.c:1695:26: note: in expansion of macro 'hexdigit' hexbuf[(i * 3) + 1] = hexdigit(c); ^ host.h:174:57: warning: conversion to 'char' from 'int' may alter its value [-Wconversion] #define hexdigit(c) (((c) < 10) ? '0' + (c) : 'A' + (c) - 10); ^ info.c:1695:26: note: in expansion of macro 'hexdigit' hexbuf[(i * 3) + 1] = hexdigit(c); ^ info.c: In function 'skip_qrec': info.c:1747:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] type = ns_get16(cp); ^ info.c:1750:18: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] class = ns_get16(cp); ^ *** [info.o] Error code 1 bmake: stopped in /home/pbulk/build/net/host/work/host-20070128 2 errors bmake: stopped in /home/pbulk/build/net/host/work/host-20070128 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/host *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/host