gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/shmux-1.0.3.tgz... not found, skipping file copy Source https://github.com/shmux/shmux/archive/v1.0.3.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok patching file configure.ac patching file src/loop.c Hunk #2 succeeded at 801 (offset 3 lines). Hunk #3 succeeded at 852 (offset 3 lines). Hunk #4 succeeded at 889 (offset 3 lines). patching file src/shmux.c symlink cloning /jenkins/jobs/oi-userland/workspace/components/shell/shmux/shmux-1.0.3 to /jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/amd64 checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking target system type... i386-pc-solaris2.11 checking for gcc... /usr/gcc/7/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/gcc/7/bin/gcc accepts -g... yes checking for /usr/gcc/7/bin/gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/gnu/bin/install -c checking for library containing tgetent... -ltermcap checking for library containing basename... none required checking for library containing pcre_compile... -lpcre checking how to run the C preprocessor... /usr/gcc/7/bin/gcc -E checking for grep that handles long lines and -e... /usr/gnu/bin/grep checking for egrep... /usr/gnu/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking term.h usability... no checking term.h presence... yes configure: WARNING: term.h: present but cannot be compiled configure: WARNING: term.h: check for missing prerequisite headers? configure: WARNING: term.h: see the Autoconf documentation configure: WARNING: term.h: section "Present But Cannot Be Compiled" configure: WARNING: term.h: proceeding with the compiler's result checking for term.h... no checking sys/loadavg.h usability... yes checking sys/loadavg.h presence... yes checking for sys/loadavg.h... yes checking pcre.h usability... no checking pcre.h presence... no checking for pcre.h... no checking for pid_t... yes checking whether sys_signame is declared... no checking for basename... yes checking for getloadavg... yes checking for strlcpy... yes configure: creating ./config.status config.status: creating src/Makefile config.status: creating Makefile config.status: creating src/config.h make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/amd64/src' loop.c: In function 'loop': loop.c:931:6: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] bzero(&(addr[idx].sin_zero), 8); ^~~~~ loop.c:931:6: warning: incompatible implicit declaration of built-in function 'bzero' term.c: In function 'sprint': term.c:381:16: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(MD, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:389:16: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(ME, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:397:18: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(CE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:398:18: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(CR, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c: In function 'uprint': term.c:436:15: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(CE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:442:18: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(NL, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c: In function 'uprompt': term.c:459:34: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] if (CE != NULL) tputs(CE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:496:32: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] if (LE != NULL) tputs(LE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:497:32: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] if (CE != NULL) tputs(CE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:506:32: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] if (LE != NULL) tputs(LE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:508:35: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] if (CE != NULL) tputs(CE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:520:32: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] if (CE != NULL) tputs(CE, 0, putchar3); /* Useful after a multiline VKILL */ ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:528:18: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(NL, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c: In function 'gprint': term.c:552:15: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(CE, 0, putchar3); ^~~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:561:19: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(MD, 0, pc); ^~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:568:15: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(ME, 0, pc); ^~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c:569:18: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(NL, 0, pc); ^~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ term.c: In function 'nprint': term.c:649:18: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(NL, 0, putchar); ^~~~~~~ In file included from term.c:13:0: /usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' extern int tputs(char *, int, int (*)(char)); ^~~~~ make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/amd64/src' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/amd64' make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/amd64' Done! make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/amd64' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/shell/shmux/build/manifest-i386-shmux.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/shell/shmux@1.0.3,5.11-2020.0.1.0:20201107T200111Z PUBLISHED generating metadata: shell/shmux gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/shmux'