INFO: not using any hashes in /data/userland-archives/hashes for tk8.6.13-src.tar.gz (overridden with --hash) Source /data/userland-archives/tk8.6.13-src.tar.gz... cached validating signature... checking local signature... not found signature validation failed validating hash... ok patching file unix/installManPage Hunk #1 succeeded at 86 (offset 1 line). patching file unix/Makefile.in autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:197: warning: The macro `AC_HEADER_TIME' is obsolete. configure.in:197: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.in:197: the top level configure.in:575: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:575: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.in:575: the top level configure.in:851: warning: AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS symlink cloning /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13 to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/amd64 checking for Tcl configuration... found /jenkins/jobs/oi-userland/workspace/components/tcl/tcl/build/amd64/tclConfig.sh checking for existence of /jenkins/jobs/oi-userland/workspace/components/tcl/tcl/build/amd64/tclConfig.sh... loading checking for tclsh... /usr/bin/tclsh8.6 checking for tclsh in Tcl build directory... /jenkins/jobs/oi-userland/workspace/components/tcl/tcl/build/amd64/tclsh checking whether to use symlinks for manpages... yes checking whether to compress the manpages... no checking whether to add a package name suffix for the manpages... no checking for gcc... /usr/gcc/10/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/10/bin/gcc accepts -g... yes checking for /usr/gcc/10/bin/gcc option to enable C11 features... unsupported checking for /usr/gcc/10/bin/gcc option to enable C99 features... none needed checking for inline... inline 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 sys/time.h... yes checking for stdlib.h... (cached) yes checking how to run the C preprocessor... /usr/gcc/10/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking if the compiler understands -pipe... yes checking for pthread_mutex_init in -lpthread... yes checking for pthread_attr_setstacksize... yes checking for pthread_atfork... yes checking for building with threads... yes (threaded core) checking how to build libraries... shared checking for ranlib... ranlib checking if 64bit support is requested... yes checking if 64bit Sparc VIS support is requested... no checking if compiler supports visibility "hidden"... yes checking if rpath support is requested... yes checking system version... SunOS-5.11 checking for dlopen in -ldl... yes checking for ar... ar checking for cast to union support... yes checking for working -fno-lto... yes checking for build with symbols... no checking for required early compiler flags... none checking for 64-bit integer type... using long checking whether byte ordering is bigendian... no checking for fd_set in sys/types... yes checking for sys/time.h... (cached) yes checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for intptr_t... yes checking for uintptr_t... yes checking pw_gecos in struct pwd... yes checking for X... libraries , headers checking for main in -lXbsd... no checking whether to use xft... yes checking for X11/Xft/Xft.h... yes checking for XftFontOpen in -lXft... yes checking for FcFontSort in -lfontconfig... yes checking for X11/XKBlib.h... yes checking for XkbKeycodeToKeysym in -lX11... yes checking whether XKeycodeToKeysym is deprecated... yes checking whether to try to use XScreenSaver... yes checking for X11/extensions/scrnsaver.h... yes checking for XScreenSaverQueryInfo... no checking for XScreenSaverQueryInfo in -lXext... yes checking whether char is unsigned... no configure: creating ./config.status config.status: creating Makefile config.status: creating tkConfig.sh config.status: creating tk.pc make[3]: warning: -j8 forced in submake: resetting jobserver mode. /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c: In function 'TkPostscriptImage': /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1196:37: warning: 'cdata.green_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] 1196 | #define GetGValue(rgb) ((rgb & cdata->green_mask) >> cdata->green_shift) | ^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1275:20: note: 'cdata.green_mask' was declared here 1275 | TkColormapData cdata; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1196:51: warning: 'cdata.green_shift' may be used uninitialized in this function [-Wmaybe-uninitialized] 1196 | #define GetGValue(rgb) ((rgb & cdata->green_mask) >> cdata->green_shift) | ^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1275:20: note: 'cdata.green_shift' was declared here 1275 | TkColormapData cdata; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1195:49: warning: 'cdata.red_shift' may be used uninitialized in this function [-Wmaybe-uninitialized] 1195 | #define GetRValue(rgb) ((rgb & cdata->red_mask) >> cdata->red_shift) | ^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1275:20: note: 'cdata.red_shift' was declared here 1275 | TkColormapData cdata; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1197:37: warning: 'cdata.blue_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] 1197 | #define GetBValue(rgb) ((rgb & cdata->blue_mask) >> cdata->blue_shift) | ^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1275:20: note: 'cdata.blue_mask' was declared here 1275 | TkColormapData cdata; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1197:50: warning: 'cdata.blue_shift' may be used uninitialized in this function [-Wmaybe-uninitialized] 1197 | #define GetBValue(rgb) ((rgb & cdata->blue_mask) >> cdata->blue_shift) | ^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1275:20: note: 'cdata.blue_shift' was declared here 1275 | TkColormapData cdata; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1195:37: warning: 'cdata.red_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] 1195 | #define GetRValue(rgb) ((rgb & cdata->red_mask) >> cdata->red_shift) | ^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkCanvPs.c:1275:20: note: 'cdata.red_mask' was declared here 1275 | TkColormapData cdata; | ^~~~~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkTextImage.c: In function 'EmbImageDisplayProc': /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/tkTextImage.c:686:5: warning: 'imageY' may be used uninitialized in this function [-Wmaybe-uninitialized] 686 | Tk_RedrawImage(image, 0, 0, width, height, dst, imageX, imageY); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/ttk/ttkDefaultTheme.c: In function 'TtkFillArrow': /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/ttk/ttkDefaultTheme.c:184:28: warning: 'points.x' may be used uninitialized in this function [-Wmaybe-uninitialized] 184 | points[3].x = points[0].x; | ~~~~~~~~~^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/ttk/ttkDefaultTheme.c:185:28: warning: 'points.y' may be used uninitialized in this function [-Wmaybe-uninitialized] 185 | points[3].y = points[0].y; | ~~~~~~~~~^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/ttk/ttkDefaultTheme.c: In function 'TtkDrawArrow': /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/ttk/ttkDefaultTheme.c:184:28: warning: 'points.x' may be used uninitialized in this function [-Wmaybe-uninitialized] 184 | points[3].x = points[0].x; | ~~~~~~~~~^~ /jenkins/jobs/oi-userland/workspace/components/tcl/tk/tk8.6.13/unix/../generic/ttk/ttkDefaultTheme.c:185:28: warning: 'points.y' may be used uninitialized in this function [-Wmaybe-uninitialized] 185 | points[3].y = points[0].y; | ~~~~~~~~~^~ Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/share/man Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/include Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6 Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64 Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/demos Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/bin Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/demos/images Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/images Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/share/man/man1 Installing header files to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/include/ Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/tk8.6 Installing demo files to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/demos/ Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/msgs Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/share/man/man3tk Creating package index /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/tk8.6/pkgIndex.tcl Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/share/man/man1t Making directory /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/ttk Installing libtk8.6.so to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/ Installing and cross-linking top-level (.1) docs to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/share/man/man1/ Installing wish as /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/bin/wish8.6 Installing Tk library files to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/ Installing tkConfig.sh to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/ Installing and cross-linking C API (.3) docs to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/share/man/man3tk/ Installing libtkstub8.6.a to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/ Installing pkg-config file to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/pkgconfig/ Installing demo image files to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/demos/images/ Installing Ttk library files to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/ttk/ Installing library image files to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/images/ Installing message catalog files to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/tk8.6/msgs/ Installing and cross-linking command (.n) docs to /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/share/man/man1t/ sed: /jenkins/jobs/oi-userland/workspace/components/tcl/tk/files/tksed: No such file or directory Stripping /usr/lib/amd64 from RUNPATH in /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/bin/wish8.6 Stripping /usr/lib/amd64 from RPATH in /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/bin/wish8.6 Stripping /usr/lib/amd64 from RUNPATH in /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/libtk8.6.so Stripping /usr/lib/amd64 from RPATH in /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/prototype/i386/usr/lib/amd64/libtk8.6.so VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/tcl/tk/build/manifest-i386-tk.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: tcl/tk pkg://openindiana.org/runtime/tk-8@8.6.13,5.11-2023.0.0.1:20230313T183850Z PUBLISHED