+ 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/sslsplit-0.5.5nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sslsplit-0.5.5nb3/work.log ===> Building for sslsplit-0.5.5nb3 ------------------------------------------------------------------------------ SSLsplit 0.5.5 ------------------------------------------------------------------------------ Report bugs at https://github.com/droe/sslsplit/issues/new Please supply this header for diagnostics when reporting build issues Before reporting bugs, make sure to try the latest develop branch first: % git clone -b develop https://github.com/droe/sslsplit.git ------------------------------------------------------------------------------ Via pkg-config: OPENSSL_BASE: /opt/pkg LIBEVENT_BASE: /opt/pkg LIBPCAP_BASE: /opt/pkg LIBNET_BASE: /opt/pkg Build options: -DHAVE_IPFILTER Build info: V:FILE HDIFF:3 N:83c4edf uname -a: SunOS pkgsrc-upstream-trunk 5.11 joyent_20241212T000748Z i86pc i386 i86pc ------------------------------------------------------------------------------ gcc -c -I/opt/pkg/include -I/opt/pkg/include/libnet11 -isystem/opt/pkg/include -isystem/opt/pkg/include -isystem/opt/pkg/include/libnet11 -isystem/opt/pkg/include -D_GNU_SOURCE -D"PKGLABEL=\"SSLsplit\"" -DHAVE_IPFILTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libnet11 -std=c99 -Wall -Wextra -pedantic -pthread -o base64.o base64.c base64.c: In function 'base64_dec': base64.c:89:41: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 89 | return (unsigned char *)strdup(""); | ^~~~~~ | strcmp base64.c:89:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 89 | return (unsigned char *)strdup(""); | ^ base64.c: In function 'base64_enc': base64.c:160:24: error: returning 'int' from a function with return type 'char *' makes pointer from integer without a cast [-Wint-conversion] 160 | return strdup(""); | ^~~~~~~~~~ gmake: *** [GNUmakefile:490: base64.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/sslsplit *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/sslsplit