INFO: not using any hashes in /data/userland-archives/hashes for xsm-1.0.6.tar.xz (overridden with --hash) Source /data/userland-archives/xsm-1.0.6.tar.xz... not found, skipping file copy Source https://www.x.org/releases/individual/app/xsm-1.0.6.tar.xz... downloading... ok validating signature... checking local signature... not found signature validation failed 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/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 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 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... 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 -Wdeclaration-after-statement... 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 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 /usr/gnu/bin/make all-recursive make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' Making all in man make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64/man' GEN xsm.1 make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64/man' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' CC auth.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c: In function 'SetAuthentication': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c:132:38: warning: declaration of 'authDataEntries' shadows a global declaration [-Wshadow] 132 | IceAuthDataEntry **authDataEntries) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c:28: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:149:26: note: shadowed declaration is here 149 | extern IceAuthDataEntry *authDataEntries; | ^~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c:191:45: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 191 | (*authDataEntries)[i].protocol_name = "ICE"; | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c:192:41: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 192 | (*authDataEntries)[i].auth_name = "MIT-MAGIC-COOKIE-1"; | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c:200:47: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 200 | (*authDataEntries)[i+1].protocol_name = "XSMP"; | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c:201:43: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 201 | (*authDataEntries)[i+1].auth_name = "MIT-MAGIC-COOKIE-1"; | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c: In function 'FreeAuthenticationData': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/auth.c:256:53: warning: declaration of 'authDataEntries' shadows a global declaration [-Wshadow] 256 | FreeAuthenticationData(int count, IceAuthDataEntry *authDataEntries) | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:149:26: note: shadowed declaration is here 149 | extern IceAuthDataEntry *authDataEntries; | ^~~~~~~~~~~~~~~ CC choose.o CC info.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/info.c: In function 'UpdateClientList': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/info.c:507:20: warning: declaration of 'client' shadows a previous local [-Wshadow] 507 | ClientRec *client = (ClientRec *) cl->thing; | ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/info.c:383:16: note: shadowed declaration is here 383 | ClientRec *client; | ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/info.c: In function 'RestartHintXtProc': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/info.c:643:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 643 | prop.name = SmRestartStyleHint; | ^ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/info.c:644:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 644 | prop.type = SmCARD8; | ^ CC list.o CC lock.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c: In function 'LockSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c:51:25: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 51 | LockSession(const char *session_name, Bool write_id) | ~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c:28: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c: In function 'UnlockSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c:92:27: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 92 | UnlockSession(const char *session_name) | ~~~~~~~~~~~~^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c: In function 'GetLockId': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c:107:23: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 107 | GetLockId(const char *session_name) | ~~~~~~~~~~~~^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c: In function 'CheckSessionLocked': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c:137:32: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 137 | CheckSessionLocked(const char *session_name, Bool get_id, char **id_ret) | ~~~~~~~~~~~~^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c: In function 'UnableToLockSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/lock.c:151:33: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 151 | UnableToLockSession(const char *session_name) | ~~~~~~~~~~~~^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ CC log.o CC mainwin.o CC misc.o CC popup.o CC printhex.o CC prop.o CC remote.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/remote.c: In function 'remote_start': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/remote.c:41:38: warning: declaration of 'non_local_display_env' shadows a global declaration [-Wshadow] 41 | char **env, const char *non_local_display_env, | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/remote.c:32: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:134:40: note: shadowed declaration is here 134 | extern char *display_env, *non_local_display_env; | ^~~~~~~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/remote.c:42:26: warning: declaration of 'non_local_session_env' shadows a global declaration [-Wshadow] 42 | const char *non_local_session_env) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:135:40: note: shadowed declaration is here 135 | extern char *session_env, *non_local_session_env; | ^~~~~~~~~~~~~~~~~~~~~ CC restart.o CC save.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/save.c: In function 'PopupBadSave': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/save.c:1277:20: warning: declaration of 'client' shadows a previous local [-Wshadow] 1277 | ClientRec *client = (ClientRec *) cl->thing; | ^~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/save.c:1196:16: note: shadowed declaration is here 1196 | ClientRec *client; | ^~~~~~ CC saveutil.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c: In function 'set_session_save_file_name': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c:37:40: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 37 | set_session_save_file_name(const char *session_name) | ~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c:28: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c: In function 'ReadSave': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c:56:22: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 56 | ReadSave(const char *session_name, char **sm_id) | ~~~~~~~~~~~~^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c:56:43: warning: declaration of 'sm_id' shadows a global declaration [-Wshadow] 56 | ReadSave(const char *session_name, char **sm_id) | ~~~~~~~^~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:144:26: note: shadowed declaration is here 144 | extern char *sm_id; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c: In function 'WriteSave': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c:300:23: warning: declaration of 'sm_id' shadows a global declaration [-Wshadow] 300 | WriteSave(const char *sm_id) | ~~~~~~~~~~~~^~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:144:26: note: shadowed declaration is here 144 | extern char *sm_id; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c: In function 'DeleteSession': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/saveutil.c:409:27: warning: declaration of 'session_name' shadows a global declaration [-Wshadow] 409 | DeleteSession(const char *session_name) | ~~~~~~~~~~~~^~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:147:26: note: shadowed declaration is here 147 | extern char *session_name; | ^~~~~~~~~~~~ CC signals.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/signals.c: In function 'register_signals': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/signals.c:159:32: warning: declaration of 'appContext' shadows a global declaration [-Wshadow] 159 | register_signals (XtAppContext appContext) | ~~~~~~~~~~~~~^~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/signals.c:70: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:186:25: note: shadowed declaration is here 186 | extern XtAppContext appContext; | ^~~~~~~~~~ CC xsm.o CC xtwatch.o /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xtwatch.c: In function 'InitWatchProcs': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xtwatch.c:40:29: warning: declaration of 'appContext' shadows a global declaration [-Wshadow] 40 | InitWatchProcs(XtAppContext appContext) | ~~~~~~~~~~~~~^~~~~~~~~~ In file included from /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xtwatch.c:30: /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:186:25: note: shadowed declaration is here 186 | extern XtAppContext appContext; | ^~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xtwatch.c: In function '_XtIceWatchProc': /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xtwatch.c:53:22: warning: declaration of 'appContext' shadows a global declaration [-Wshadow] 53 | XtAppContext appContext = (XtAppContext) client_data; | ^~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xsm.h:186:25: note: shadowed declaration is here 186 | extern XtAppContext appContext; | ^~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/xtwatch.c:55:23: warning: cast from function call of type 'XtInputId' {aka 'long unsigned int'} to non-matching type 'void *' [-Wbad-function-cast] 55 | *watch_data = (IcePointer) XtAppAddInput ( | ^ CCLD xsm make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' Making install in man make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64/man' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/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/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' make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64/man' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64/man' make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' /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.6/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/etc/X11/xsm' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/x11/xsm/xsm-1.0.6/system.xsm '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/prototype/i386/etc/X11/xsm' make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/x11/xsm/build/amd64' 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.6,5.11-2024.0.0.1:20240925T192752Z PUBLISHED