INFO: not using any hashes in /data/userland-archives/hashes for v1.2304.0.tar.gz (overridden with --hash) Source /data/userland-archives/v1.2304.0.tar.gz... not found, skipping file copy Source https://github.com/rsyslog/libfastjson/archive/refs/tags/v1.2304.0.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal -I m4 autoreconf: running: /usr/bin/autoconf configure.ac:22: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:22: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:22: the top level configure.ac:27: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:27: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:27: the top level configure.ac:90: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:90: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:90: the top level configure.ac:109: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:109: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:109: the top level configure.ac:130: warning: The macro `AM_PROG_LIBTOOL' is obsolete. configure.ac:130: You should run autoupdate. m4/libtool.m4:101: AM_PROG_LIBTOOL is expanded from... configure.ac:130: the top level configure.ac:138: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:138: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... configure.ac:138: the top level autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:27: installing './compile' configure.ac:130: installing './config.guess' configure.ac:130: installing './config.sub' configure.ac:24: installing './install-sh' configure.ac:24: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf: Leaving directory '.' checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/gmkdir -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/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... none needed checking whether /usr/gcc/10/bin/gcc understands -c and -o together... yes checking dependency style of /usr/gcc/10/bin/gcc... gcc3 checking whether make sets $(MAKE)... (cached) 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 sed that does not truncate output... /usr/bin/gsed checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... yes checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... yes checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... no checking whether the linker accepts -Wl,--no-as-needed... no checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no RDRAND Hardware RNG Hash Seed disabled. Use --enable-rdrand to enable checking whether make supports nested variables... (cached) yes checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for fcntl.h... yes checking for limits.h... yes checking for strings.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for sys/cdefs.h... no checking for sys/param.h... yes checking for stdarg.h... yes checking for locale.h... yes checking for endian.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether the compiler provides atomic builtins... yes checking whether the compiler provides atomic builtins for 64 bit data types... yes checking for vprintf... yes checking for working memcmp... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for snprintf... yes checking for vsnprintf... yes checking for vasprintf... yes checking for open... yes checking for vsyslog... yes checking for strncasecmp... yes checking for setlocale... yes checking if .gnu.warning accepts long strings... no checking build system type... x86_64-pc-solaris2.11 checking host system type... x86_64-pc-solaris2.11 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/gsed checking for fgrep... /usr/bin/ggrep -F checking for ld used by /usr/gcc/10/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/amd64/nm -p checking the name lister (/usr/bin/amd64/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert x86_64-pc-solaris2.11 file names to x86_64-pc-solaris2.11 format... func_convert_file_noop checking how to convert x86_64-pc-solaris2.11 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/amd64/nm -p output from /usr/gcc/10/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/10/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/10/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/10/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/10/bin/gcc static flag -static works... no checking if /usr/gcc/10/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/10/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/10/bin/gcc linker (/usr/bin/ld -64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for -Bsymbolic-functions linker flag... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libfastjson.pc config.status: creating libfastjson-uninstalled.pc config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[3]: warning: -j8 forced in submake: resetting jobserver mode. Making all in . CC libfastjson_la-json_tokener.lo CC libfastjson_internal_la-debug.lo CC libfastjson_la-json_print.lo CC libfastjson_la-json_version.lo CC libfastjson_la-json_object_iterator.lo CC libfastjson_la-json_object.lo CC libfastjson_la-json_util.lo CC libfastjson_internal_la-arraylist.lo CC libfastjson_internal_la-printbuf.lo CCLD libfastjson-internal.la CCLD libfastjson.la Making all in tests Making install in . /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64/pkgconfig' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/include/libfastjson' /bin/bash ./libtool --mode=install /usr/bin/ginstall -c libfastjson.la '/jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64' /usr/bin/ginstall -c -m 644 libfastjson.pc '/jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64/pkgconfig' /usr/bin/ginstall -c -m 644 atomic.h json.h json_object.h json_object_iterator.h json_object_private.h json_tokener.h json_util.h '/jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/include/libfastjson' libtool: install: /usr/bin/ginstall -c .libs/libfastjson.so.4.3.0 /jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64/libfastjson.so.4.3.0 libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64 && { ln -s -f libfastjson.so.4.3.0 libfastjson.so.4 || { rm -f libfastjson.so.4 && ln -s libfastjson.so.4.3.0 libfastjson.so.4; }; }) libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64 && { ln -s -f libfastjson.so.4.3.0 libfastjson.so || { rm -f libfastjson.so && ln -s libfastjson.so.4.3.0 libfastjson.so; }; }) libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64/libfastjson.so.4.3.0 libtool: install: /usr/bin/ginstall -c .libs/libfastjson.lai /jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/prototype/i386/usr/lib/amd64/libfastjson.la libtool: warning: remember to run 'libtool --finish /usr/lib/amd64' Making install in tests VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/library/libfastjson/build/manifest-i386-libfastjson.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: library/libfastjson pkg://openindiana.org/library/libfastjson@1.2304.0,5.11-2023.0.0.0:20230526T114203Z PUBLISHED