gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/xsm-1.0.5.tar.xz... not found, skipping file copy Source https://www.x.org/releases/individual/app/xsm-1.0.5.tar.xz... downloading... validating signature... skipping (no signature URL) validating hash... ok 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 nested variables... yes checking whether make supports the include directive... yes (GNU style) 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 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 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 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 mkstemp... yes checking for putenv... yes checking for XSM... 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 xsm.1 CC auth.o CC choose.o CC info.o CC mainwin.o CC misc.o CC lock.o CC list.o CC log.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c: In function 'SetAuthentication': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:132:24: warning: declaration of 'authDataEntries' shadows a global declaration [-Wshadow] IceAuthDataEntry **authDataEntries) ^~~~~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:149:26: note: shadowed declaration is here extern IceAuthDataEntry *authDataEntries; ^~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:191:38: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] (*authDataEntries)[i].protocol_name = "ICE"; ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:192:34: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] (*authDataEntries)[i].auth_name = "MIT-MAGIC-COOKIE-1"; ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:200:40: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] (*authDataEntries)[i+1].protocol_name = "XSMP"; ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:201:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] (*authDataEntries)[i+1].auth_name = "MIT-MAGIC-COOKIE-1"; ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c: In function 'FreeAuthenticationData': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:256:53: warning: declaration of 'authDataEntries' shadows a global declaration [-Wshadow] FreeAuthenticationData(int count, IceAuthDataEntry *authDataEntries) ^~~~~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/auth.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:149:26: note: shadowed declaration is here extern IceAuthDataEntry *authDataEntries; ^~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c: In function 'LockSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:51:25: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] LockSession(const char *session_name, Bool write_id) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c: In function 'UnlockSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:92:27: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] UnlockSession(const char *session_name) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c: In function 'GetLockId': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:107:23: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] GetLockId(const char *session_name) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c: In function 'CheckSessionLocked': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:137:32: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] CheckSessionLocked(const char *session_name, Bool get_id, char **id_ret) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c: In function 'UnableToLockSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:151:33: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] UnableToLockSession(const char *session_name) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/lock.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/info.c: In function 'UpdateClientList': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/info.c:507:13: warning: declaration of 'client' shadows a previous local [-Wshadow] ClientRec *client = (ClientRec *) cl->thing; ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/info.c:383:16: note: shadowed declaration is here ClientRec *client; ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/info.c: In function 'RestartHintXtProc': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/info.c:643:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] prop.name = SmRestartStyleHint; ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/info.c:644:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] prop.type = SmCARD8; ^ CC popup.o CC printhex.o CC prop.o CC remote.o CC restart.o CC save.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/remote.c: In function 'remote_start': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/remote.c:41:31: warning: declaration of 'non_local_display_env' shadows a global declaration [-Wshadow] char **env, const char *non_local_display_env, ^~~~~~~~~~~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/remote.c:32:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:134:29: note: shadowed declaration is here extern char *display_env, *non_local_display_env; ^~~~~~~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/remote.c:42:19: warning: declaration of 'non_local_session_env' shadows a global declaration [-Wshadow] const char *non_local_session_env) ^~~~~~~~~~~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/remote.c:32:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:135:29: note: shadowed declaration is here extern char *session_env, *non_local_session_env; ^~~~~~~~~~~~~~~~~~~~~ CC signals.o CC saveutil.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/save.c: In function 'PopupBadSave': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/save.c:1277:13: warning: declaration of 'client' shadows a previous local [-Wshadow] ClientRec *client = (ClientRec *) cl->thing; ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/save.c:1196:16: note: shadowed declaration is here ClientRec *client; ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c: In function 'set_session_save_file_name': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:37:40: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] set_session_save_file_name(const char *session_name) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c: In function 'ReadSave': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:56:22: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] ReadSave(const char *session_name, char **sm_id) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:56:43: warning: declaration of 'sm_id' shadows a global declaration [-Wshadow] ReadSave(const char *session_name, char **sm_id) ^~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:144:15: note: shadowed declaration is here extern char *sm_id; ^~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c: In function 'WriteSave': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:300:23: warning: declaration of 'sm_id' shadows a global declaration [-Wshadow] WriteSave(const char *sm_id) ^~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:144:15: note: shadowed declaration is here extern char *sm_id; ^~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c: In function 'DeleteSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:409:27: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] DeleteSession(const char *session_name) ^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/saveutil.c:28:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:147:15: note: shadowed declaration is here extern char *session_name; ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/signals.c: In function 'register_signals': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/signals.c:188:32: warning: declaration of 'appContext' shadows a global declaration [-Wshadow] register_signals (XtAppContext appContext) ^~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/signals.c:95:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:186:21: note: shadowed declaration is here extern XtAppContext appContext; ^~~~~~~~~~ CC xsm.o CC xtwatch.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xtwatch.c: In function 'InitWatchProcs': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xtwatch.c:40:29: warning: declaration of 'appContext' shadows a global declaration [-Wshadow] InitWatchProcs(XtAppContext appContext) ^~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xtwatch.c:30:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:186:21: note: shadowed declaration is here extern XtAppContext appContext; ^~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xtwatch.c: In function '_XtIceWatchProc': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xtwatch.c:53:15: warning: declaration of 'appContext' shadows a global declaration [-Wshadow] XtAppContext appContext = (XtAppContext) client_data; ^~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xtwatch.c:30:0: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xsm.h:186:21: note: shadowed declaration is here extern XtAppContext appContext; ^~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/xtwatch.c:55:16: warning: cast from function call of type 'XtInputId {aka long unsigned int}' to non-matching type 'void *' [-Wbad-function-cast] *watch_data = (IcePointer) XtAppAddInput ( ^ CCLD xsm Making install in man /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/share/man/man1' /usr/gnu/bin/install -c -m 644 xsm.1 '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/share/man/man1' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/bin' /usr/gnu/bin/install -c xsm '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/bin' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/share/X11/app-defaults' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/app-defaults/XSm '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/share/X11/app-defaults' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/etc/X11/xsm' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.5/system.xsm '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/usr/etc/X11/xsm' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/manifest-i386-xsm.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: x11/xsm pkg://openindiana.org/x11/xsm@1.0.5,5.11-2022.0.0.0:20220406T151026Z PUBLISHED