gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/xmodmap-1.0.11.tar.gz... not found, skipping file copy Source https://www.x.org/releases/individual/app/xmodmap-1.0.11.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok 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 the compiler supports GNU C... yes checking whether /usr/gcc/7/bin/gcc accepts -g... yes checking for /usr/gcc/7/bin/gcc option to enable C11 features... none needed checking whether /usr/gcc/7/bin/gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a BSD-compatible install... /usr/gnu/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/gnu/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /usr/gcc/7/bin/gcc... gcc3 checking for /usr/gcc/7/bin/gcc options needed to detect all undeclared functions... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for pkg-config... /usr/bin/amd64/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for a sed that does not truncate output... /usr/gnu/bin/sed checking if /usr/gcc/7/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/gcc/7/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/gcc/7/bin/gcc supports -Wall... yes checking if /usr/gcc/7/bin/gcc supports -Wpointer-arith... yes checking if /usr/gcc/7/bin/gcc supports -Wmissing-declarations... yes checking if /usr/gcc/7/bin/gcc supports -Wformat=2... yes checking if /usr/gcc/7/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/gcc/7/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/gcc/7/bin/gcc supports -Wnested-externs... yes checking if /usr/gcc/7/bin/gcc supports -Wbad-function-cast... yes checking if /usr/gcc/7/bin/gcc supports -Wold-style-definition... yes checking if /usr/gcc/7/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/gcc/7/bin/gcc supports -Wunused... yes checking if /usr/gcc/7/bin/gcc supports -Wuninitialized... yes checking if /usr/gcc/7/bin/gcc supports -Wshadow... yes checking if /usr/gcc/7/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/gcc/7/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/gcc/7/bin/gcc supports -Wredundant-decls... yes checking if /usr/gcc/7/bin/gcc supports -Wlogical-op... yes checking if /usr/gcc/7/bin/gcc supports -Werror=implicit... yes checking if /usr/gcc/7/bin/gcc supports -Werror=nonnull... yes checking if /usr/gcc/7/bin/gcc supports -Werror=init-self... yes checking if /usr/gcc/7/bin/gcc supports -Werror=main... yes checking if /usr/gcc/7/bin/gcc supports -Werror=missing-braces... yes checking if /usr/gcc/7/bin/gcc supports -Werror=sequence-point... yes checking if /usr/gcc/7/bin/gcc supports -Werror=return-type... yes checking if /usr/gcc/7/bin/gcc supports -Werror=trigraphs... yes checking if /usr/gcc/7/bin/gcc supports -Werror=array-bounds... yes checking if /usr/gcc/7/bin/gcc supports -Werror=write-strings... yes checking if /usr/gcc/7/bin/gcc supports -Werror=address... yes checking if /usr/gcc/7/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/gcc/7/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/gcc/7/bin/gcc supports -pedantic... yes checking if /usr/gcc/7/bin/gcc supports -Werror... yes checking if /usr/gcc/7/bin/gcc supports -Werror=attributes... yes checking for /usr/share/man/man7/attributes.7... yes checking whether make supports nested variables... (cached) yes checking for strncasecmp... yes checking for asprintf... yes checking for XMODMAP... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands Making all in man GEN xmodmap.1 CC handle.o CC exec.o CC xmodmap.o CC pf.o /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c: In function 'mapping_busy_key': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:86:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym ks = XKeycodeToKeysym (dpy, (KeyCode) i, 0); ^~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:66:0: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c: In function 'GetKeysymsPerKeycode': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:214:9: warning: declaration of 'min_keycode' shadows a global declaration [-Wshadow] int min_keycode, max_keycode, keysyms_per_keycode = 0; ^~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:68:0: /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/xmodmap.h:35:12: note: shadowed declaration is here extern int min_keycode, max_keycode; ^~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:214:22: warning: declaration of 'max_keycode' shadows a global declaration [-Wshadow] int min_keycode, max_keycode, keysyms_per_keycode = 0; ^~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:68:0: /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/xmodmap.h:35:25: note: shadowed declaration is here extern int min_keycode, max_keycode; ^~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c: In function 'PrintModifierMapping': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:245:7: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] ks = XKeycodeToKeysym(dpy, map->modifiermap[k], index); ^~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:66:0: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c: In function 'PrintKeyTable': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:265:9: warning: declaration of 'min_keycode' shadows a global declaration [-Wshadow] int min_keycode, max_keycode, keysyms_per_keycode; ^~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:68:0: /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/xmodmap.h:35:12: note: shadowed declaration is here extern int min_keycode, max_keycode; ^~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:265:22: warning: declaration of 'max_keycode' shadows a global declaration [-Wshadow] int min_keycode, max_keycode, keysyms_per_keycode; ^~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/exec.c:68:0: /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/xmodmap.h:35:25: note: shadowed declaration is here extern int min_keycode, max_keycode; ^~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c: In function 'KeysymToKeycodes': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:84:27: warning: declaration of 'dpy' shadows a global declaration [-Wshadow] KeysymToKeycodes(Display *dpy, KeySym keysym, int *pnum_kcs) ^~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:37:0: /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/xmodmap.h:34:17: note: shadowed declaration is here extern Display *dpy; ^~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:92:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if (XKeycodeToKeysym(dpy, (KeyCode) i, j) == keysym) { ^~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:34:0: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c: In function 'parse_number': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:324:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] return (sscanf (str, fmt, val) == 1); ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c: In function 'do_keycode': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:375:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] if (sscanf (line, fmt, &dummy) != 1 || dummy == 0) { ^~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c: In function 'exec_keycode': /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:1261:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if (XKeycodeToKeysym(dpy, (KeyCode) i, j) != opk->keysyms[j]) ^~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:34:0: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:1269:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] if (XKeycodeToKeysym(dpy, (KeyCode) i, j) != None) ^~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/xmodmap-1.0.11/handle.c:34:0: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ CCLD xmodmap Making install in man /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/build/prototype/i386/usr/share/man/man1' /usr/gnu/bin/install -c -m 644 xmodmap.1 '/jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/build/prototype/i386/usr/share/man/man1' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/build/prototype/i386/usr/bin' /usr/gnu/bin/install -c xmodmap '/jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/build/prototype/i386/usr/bin' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/x11/xmodmap/build/manifest-i386-xmodmap.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: x11/xmodmap pkg://openindiana.org/x11/xmodmap@1.0.11,5.11-2022.0.0.0:20220712T191628Z PUBLISHED