INFO: not using any hashes in /data/userland-archives/hashes for xinit-1.4.3.tar.xz (overridden with --hash) Source /data/userland-archives/xinit-1.4.3.tar.xz... not found, skipping file copy Source https://www.x.org/releases/individual/app/xinit-1.4.3.tar.xz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok patching file xinitrc.cpp Hunk #1 succeeded at 38 with fuzz 1 (offset -1 lines). checking for gcc... /usr/gcc/14/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/14/bin/gcc accepts -g... yes checking for /usr/gcc/14/bin/gcc option to enable C11 features... none needed checking whether /usr/gcc/14/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/14/bin/gcc... gcc3 checking for /usr/gcc/14/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/14/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/gcc/14/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/gcc/14/bin/gcc supports -Wall... yes checking if /usr/gcc/14/bin/gcc supports -Wpointer-arith... yes checking if /usr/gcc/14/bin/gcc supports -Wmissing-declarations... yes checking if /usr/gcc/14/bin/gcc supports -Wformat=2... yes checking if /usr/gcc/14/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/gcc/14/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/gcc/14/bin/gcc supports -Wnested-externs... yes checking if /usr/gcc/14/bin/gcc supports -Wbad-function-cast... yes checking if /usr/gcc/14/bin/gcc supports -Wold-style-definition... yes checking if /usr/gcc/14/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/gcc/14/bin/gcc supports -Wunused... yes checking if /usr/gcc/14/bin/gcc supports -Wuninitialized... yes checking if /usr/gcc/14/bin/gcc supports -Wshadow... yes checking if /usr/gcc/14/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/gcc/14/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/gcc/14/bin/gcc supports -Wredundant-decls... yes checking if /usr/gcc/14/bin/gcc supports -Wlogical-op... yes checking if /usr/gcc/14/bin/gcc supports -Werror=implicit... yes checking if /usr/gcc/14/bin/gcc supports -Werror=nonnull... yes checking if /usr/gcc/14/bin/gcc supports -Werror=init-self... yes checking if /usr/gcc/14/bin/gcc supports -Werror=main... yes checking if /usr/gcc/14/bin/gcc supports -Werror=missing-braces... yes checking if /usr/gcc/14/bin/gcc supports -Werror=sequence-point... yes checking if /usr/gcc/14/bin/gcc supports -Werror=return-type... yes checking if /usr/gcc/14/bin/gcc supports -Werror=trigraphs... yes checking if /usr/gcc/14/bin/gcc supports -Werror=array-bounds... yes checking if /usr/gcc/14/bin/gcc supports -Werror=write-strings... yes checking if /usr/gcc/14/bin/gcc supports -Werror=address... yes checking if /usr/gcc/14/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/gcc/14/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/gcc/14/bin/gcc supports -pedantic... yes checking if /usr/gcc/14/bin/gcc supports -Werror... yes checking if /usr/gcc/14/bin/gcc supports -Werror=attributes... yes checking for /usr/share/man/man7/attributes.7... yes checking whether make supports nested variables... (cached) yes checking how to run the C preprocessor... /usr/gcc/14/bin/gcc -E checking for cpp... /usr/gcc/14/bin/cpp checking if /usr/gcc/14/bin/cpp requires -undef... yes checking if /usr/gcc/14/bin/cpp requires -traditional... yes checking for launchd... no checking for asprintf... yes checking for XINIT... yes checking for mcookie... no checking for openssl... /usr/openssl/3/bin/openssl configure: startx will depend on "/usr/openssl/3/bin/openssl rand -hex 16" to generate xauth cookies 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 launchd/Makefile config.status: creating launchd/privileged_startx/Makefile config.status: creating launchd/user_startx/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/xinit/build/amd64' Making all in man make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64/man' GEN startx.1 GEN xinit.1 make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64/man' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64' CC xinit.o /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:94:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 94 | static char *default_server = "X"; | ^~~ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:95:32: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 95 | static char *default_display = ":0"; /* choose most efficient */ | ^~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:96:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 96 | static char *default_client[] = {"xterm", "-geometry", "+1+1", "-n", "login", NULL}; | ^~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:96:43: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 96 | static char *default_client[] = {"xterm", "-geometry", "+1+1", "-n", "login", NULL}; | ^~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:96:56: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 96 | static char *default_client[] = {"xterm", "-geometry", "+1+1", "-n", "login", NULL}; | ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:96:64: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 96 | static char *default_client[] = {"xterm", "-geometry", "+1+1", "-n", "login", NULL}; | ^~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:96:70: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 96 | static char *default_client[] = {"xterm", "-geometry", "+1+1", "-n", "login", NULL}; | ^~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c: In function 'Execute': /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/xinit.c:141:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 141 | vec[0] = SHELL; | ^ CCLD xinit GEN startx /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/startx.cpp:35:23: warning: missing terminating ' character 35 | XCOMM server there's a pretty good chance you want to bias the Xorg clients | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/startx.cpp:36:30: warning: missing terminating ' character 36 | XCOMM over the old system's clients. | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/startx.cpp:110:18: warning: missing terminating ' character 110 | XCOMM Don't push this into the background because it can cause | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xinit/xinit-1.4.3/startx.cpp:322:18: warning: missing terminating " character 322 | eval $xinit \"$client\" $clientargs -- \"$server\" $display $serverargs | ^ GEN xinitrc make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64' Making install in man make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64/man' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/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/xinit/build/prototype/i386/usr/share/man/man1' /usr/gnu/bin/install -c -m 644 startx.1 xinit.1 '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/prototype/i386/usr/share/man/man1' make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64/man' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64/man' make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/prototype/i386/usr/bin' /usr/gnu/bin/install -c xinit '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/prototype/i386/usr/bin' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/prototype/i386/usr/bin' /usr/gnu/bin/install -c startx '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/prototype/i386/usr/bin' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/prototype/i386/etc/X11/xinit' /usr/gnu/bin/install -c -m 644 xinitrc '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/prototype/i386/etc/X11/xinit' make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/amd64' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/x11/xinit/build/manifest-i386-xinit.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: x11/xinit pkg://openindiana.org/x11/session/xinit@1.4.3,5.11-2025.0.0.0:20250108T221048Z PUBLISHED