INFO: not using any hashes in /data/userland-archives/hashes for xkbprint-1.0.7.tar.xz (overridden with --hash) Source /data/userland-archives/xkbprint-1.0.7.tar.xz... not found, skipping file copy Source https://www.x.org/releases/individual/app/xkbprint-1.0.7.tar.xz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok checking for gcc... /usr/gcc/13/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/13/bin/gcc accepts -g... yes checking for /usr/gcc/13/bin/gcc option to enable C11 features... none needed checking whether /usr/gcc/13/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 sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 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 xargs -n works... yes checking dependency style of /usr/gcc/13/bin/gcc... gcc3 checking for /usr/gcc/13/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... x86_64-pc-solaris2.11 checking host system type... x86_64-pc-solaris2.11 checking for a sed that does not truncate output... /usr/gnu/bin/sed checking if /usr/gcc/13/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/gcc/13/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/gcc/13/bin/gcc supports -Wall... yes checking if /usr/gcc/13/bin/gcc supports -Wpointer-arith... yes checking if /usr/gcc/13/bin/gcc supports -Wmissing-declarations... yes checking if /usr/gcc/13/bin/gcc supports -Wformat=2... yes checking if /usr/gcc/13/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/gcc/13/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/gcc/13/bin/gcc supports -Wnested-externs... yes checking if /usr/gcc/13/bin/gcc supports -Wbad-function-cast... yes checking if /usr/gcc/13/bin/gcc supports -Wold-style-definition... yes checking if /usr/gcc/13/bin/gcc supports -Wunused... yes checking if /usr/gcc/13/bin/gcc supports -Wuninitialized... yes checking if /usr/gcc/13/bin/gcc supports -Wshadow... yes checking if /usr/gcc/13/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/gcc/13/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/gcc/13/bin/gcc supports -Wredundant-decls... yes checking if /usr/gcc/13/bin/gcc supports -Wlogical-op... yes checking if /usr/gcc/13/bin/gcc supports -Werror=implicit... yes checking if /usr/gcc/13/bin/gcc supports -Werror=nonnull... yes checking if /usr/gcc/13/bin/gcc supports -Werror=init-self... yes checking if /usr/gcc/13/bin/gcc supports -Werror=main... yes checking if /usr/gcc/13/bin/gcc supports -Werror=missing-braces... yes checking if /usr/gcc/13/bin/gcc supports -Werror=sequence-point... yes checking if /usr/gcc/13/bin/gcc supports -Werror=return-type... yes checking if /usr/gcc/13/bin/gcc supports -Werror=trigraphs... yes checking if /usr/gcc/13/bin/gcc supports -Werror=array-bounds... yes checking if /usr/gcc/13/bin/gcc supports -Werror=write-strings... yes checking if /usr/gcc/13/bin/gcc supports -Werror=address... yes checking if /usr/gcc/13/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/gcc/13/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/gcc/13/bin/gcc supports -pedantic... yes checking if /usr/gcc/13/bin/gcc supports -Werror... yes checking if /usr/gcc/13/bin/gcc supports -Werror=attributes... yes checking for /usr/share/man/man7/attributes.7... yes checking for asprintf... yes checking for /usr/gcc/13/bin/gcc option to enable large file support... none needed checking for XKBPRINT... 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 /usr/gnu/bin/make all-recursive make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' Making all in man make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64/man' GEN xkbprint.1 make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64/man' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' CC psgeom.o /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c: In function 'PSProlog': /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:703:49: warning: passing argument 2 of 'XkbAddGeomColor' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 703 | if (!(color = XkbAddGeomColor(geom, "black", geom->num_colors))) | ^~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:39: /usr/include/X11/extensions/XKBgeom.h:340:5: note: expected 'char *' but argument is of type 'const char *' 340 | char * /* spec */, | ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:710:49: warning: passing argument 2 of 'XkbAddGeomColor' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 710 | if (!(color = XkbAddGeomColor(geom, "white", geom->num_colors))) | ^~~~~~~ /usr/include/X11/extensions/XKBgeom.h:340:5: note: expected 'char *' but argument is of type 'const char *' 340 | char * /* spec */, | ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c: In function 'PSSection': /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:2060:21: warning: 'strncpy' output may be truncated copying 29 bytes from a string of length 29 [-Wstringop-truncation] 2060 | strncpy(top.label[G1L1], name, LABEL_LEN - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:2062:21: warning: 'strncpy' output may be truncated copying 29 bytes from a string of length 29 [-Wstringop-truncation] 2062 | strncpy(top.label[G1L2], name2, LABEL_LEN - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:2067:21: warning: 'strncpy' output may be truncated copying 29 bytes from a string of length 29 [-Wstringop-truncation] 2067 | strncpy(top.label[CENTER], name, LABEL_LEN - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'FindKeysymsByName', inlined from 'PSSection' at /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:2028:22: /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/xkbprint-1.0.7/psgeom.c:1741:13: warning: 'strncpy' output may be truncated copying 29 bytes from a string of length 29 [-Wstringop-truncation] 1741 | strncpy(top->label[(g * 2) + l], (char *) buf, LABEL_LEN - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC utils.o CC xkbprint.o CCLD xkbprint make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' Making install in man make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64/man' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/prototype/i386/usr/share/man/man1' /usr/gnu/bin/install -c -m 644 xkbprint.1 '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/prototype/i386/usr/share/man/man1' make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64/man' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64/man' make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/prototype/i386/usr/bin' /usr/gnu/bin/install -c xkbprint '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/prototype/i386/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/amd64' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/x11/xkbprint/build/manifest-i386-xkbprint.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: x11/xkbprint pkg://openindiana.org/x11/keyboard/xkbprint@1.0.7,5.11-2024.0.0.0:20241013T220258Z PUBLISHED