+ libtoolize --copy --force 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' + aclocal -I m4 + autoconf configure.ac:45: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:45: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:45: the top level configure.ac:48: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/ax_pthread.m4:88: AX_PTHREAD is expanded from... configure.ac:48: the top level + automake --add-missing --copy configure.ac:43: installing './ar-lib' configure.ac:26: installing './compile' configure.ac:23: installing './config.guess' configure.ac:23: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' Makefile.am: installing './depcomp' 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 to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-pc-solaris2.11 checking host system type... x86_64-pc-solaris2.11 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 whether make supports the include directive... yes (GNU style) checking dependency style of /usr/gcc/13/bin/gcc... gcc3 checking for /usr/gcc/13/bin/gcc way to treat warnings as errors... -Werror checking if /usr/gcc/13/bin/gcc supports __attribute__(( visibility("default") ))... yes checking if /usr/gcc/13/bin/gcc supports -fvisibility=hidden... yes checking if /usr/gcc/13/bin/gcc supports -fno-strict-aliasing flag... yes checking if /usr/gcc/13/bin/gcc supports -fno-strict-aliasing flag... yes checking if /usr/gcc/13/bin/gcc supports -g flag... yes checking if /usr/gcc/13/bin/gcc supports -std=gnu89 flag... yes checking if /usr/gcc/13/bin/gcc supports -Wall flag... yes checking if /usr/gcc/13/bin/gcc supports -Wextra flag... yes checking if /usr/gcc/13/bin/gcc supports -Wno-long-long flag... yes checking if /usr/gcc/13/bin/gcc supports -Wno-unused-parameter flag... yes checking if /usr/gcc/13/bin/gcc supports -Wstrict-prototypes flag... yes checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... print -r checking for a sed that does not truncate output... /usr/bin/gsed checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for fgrep... /usr/bin/ggrep -F checking for ld used by /usr/gcc/13/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 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/13/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 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 dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/13/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/13/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/13/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/13/bin/gcc static flag -static works... no checking if /usr/gcc/13/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/13/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/13/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 whether make supports nested variables... (cached) yes checking how to run the C preprocessor... /usr/gcc/13/bin/gcc -E checking whether /usr/gcc/13/bin/gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... -D_POSIX_PTHREAD_SEMANTICS checking for PTHREAD_PRIO_INHERIT... yes checking for library containing dlopen... none required checking for library containing kstat_lookup... -lkstat checking for library containing gethostbyname... -lnsl checking for library containing perfstat_cpu... no checking for library containing clock_gettime... none required checking for library containing sendfile... -lsendfile checking for library containing socket... -lsocket checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for sys/ahafs_evProds.h... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libuv.pc config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/test/fixtures/empty_file to test/fixtures/empty_file config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/test/fixtures/load_error.node to test/fixtures/load_error.node config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/test/fixtures/lorem_ipsum.txt to test/fixtures/lorem_ipsum.txt config.status: linking /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/test/fixtures/one_file/one_file to test/fixtures/one_file/one_file config.status: executing depfiles commands config.status: executing libtool commands libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/fs-poll.c -fPIC -DPIC -o src/.libs/libuv_la-fs-poll.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-idna.lo -MD -MP -MF src/.deps/libuv_la-idna.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/idna.c -fPIC -DPIC -o src/.libs/libuv_la-idna.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/inet.c -fPIC -DPIC -o src/.libs/libuv_la-inet.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-random.lo -MD -MP -MF src/.deps/libuv_la-random.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/random.c -fPIC -DPIC -o src/.libs/libuv_la-random.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-strscpy.lo -MD -MP -MF src/.deps/libuv_la-strscpy.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/strscpy.c -fPIC -DPIC -o src/.libs/libuv_la-strscpy.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-thread-common.lo -MD -MP -MF src/.deps/libuv_la-thread-common.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/thread-common.c -fPIC -DPIC -o src/.libs/libuv_la-thread-common.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/threadpool.c -fPIC -DPIC -o src/.libs/libuv_la-threadpool.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-timer.lo -MD -MP -MF src/.deps/libuv_la-timer.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/timer.c -fPIC -DPIC -o src/.libs/libuv_la-timer.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-uv-data-getter-setters.lo -MD -MP -MF src/.deps/libuv_la-uv-data-getter-setters.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/uv-data-getter-setters.c -fPIC -DPIC -o src/.libs/libuv_la-uv-data-getter-setters.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/uv-common.c -fPIC -DPIC -o src/.libs/libuv_la-uv-common.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/version.c -fPIC -DPIC -o src/.libs/libuv_la-version.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/libuv_la-strtok.lo -MD -MP -MF src/.deps/libuv_la-strtok.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/strtok.c -fPIC -DPIC -o src/.libs/libuv_la-strtok.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-async.lo -MD -MP -MF src/unix/.deps/libuv_la-async.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/async.c -fPIC -DPIC -o src/unix/.libs/libuv_la-async.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-core.lo -MD -MP -MF src/unix/.deps/libuv_la-core.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/core.c -fPIC -DPIC -o src/unix/.libs/libuv_la-core.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-dl.lo -MD -MP -MF src/unix/.deps/libuv_la-dl.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/dl.c -fPIC -DPIC -o src/unix/.libs/libuv_la-dl.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-fs.lo -MD -MP -MF src/unix/.deps/libuv_la-fs.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/fs.c -fPIC -DPIC -o src/unix/.libs/libuv_la-fs.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-getaddrinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getaddrinfo.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/getaddrinfo.c -fPIC -DPIC -o src/unix/.libs/libuv_la-getaddrinfo.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-getnameinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getnameinfo.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/getnameinfo.c -fPIC -DPIC -o src/unix/.libs/libuv_la-getnameinfo.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-loop.lo -MD -MP -MF src/unix/.deps/libuv_la-loop.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/loop.c -fPIC -DPIC -o src/unix/.libs/libuv_la-loop.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-loop-watcher.lo -MD -MP -MF src/unix/.deps/libuv_la-loop-watcher.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/loop-watcher.c -fPIC -DPIC -o src/unix/.libs/libuv_la-loop-watcher.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-pipe.lo -MD -MP -MF src/unix/.deps/libuv_la-pipe.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/pipe.c -fPIC -DPIC -o src/unix/.libs/libuv_la-pipe.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-poll.lo -MD -MP -MF src/unix/.deps/libuv_la-poll.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/poll.c -fPIC -DPIC -o src/unix/.libs/libuv_la-poll.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-process.lo -MD -MP -MF src/unix/.deps/libuv_la-process.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/process.c -fPIC -DPIC -o src/unix/.libs/libuv_la-process.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-random-devurandom.lo -MD -MP -MF src/unix/.deps/libuv_la-random-devurandom.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/random-devurandom.c -fPIC -DPIC -o src/unix/.libs/libuv_la-random-devurandom.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-signal.lo -MD -MP -MF src/unix/.deps/libuv_la-signal.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/signal.c -fPIC -DPIC -o src/unix/.libs/libuv_la-signal.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-stream.lo -MD -MP -MF src/unix/.deps/libuv_la-stream.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/stream.c -fPIC -DPIC -o src/unix/.libs/libuv_la-stream.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-tcp.lo -MD -MP -MF src/unix/.deps/libuv_la-tcp.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/tcp.c -fPIC -DPIC -o src/unix/.libs/libuv_la-tcp.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-thread.lo -MD -MP -MF src/unix/.deps/libuv_la-thread.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/thread.c -fPIC -DPIC -o src/unix/.libs/libuv_la-thread.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-tty.lo -MD -MP -MF src/unix/.deps/libuv_la-tty.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/tty.c -fPIC -DPIC -o src/unix/.libs/libuv_la-tty.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-udp.lo -MD -MP -MF src/unix/.deps/libuv_la-udp.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/udp.c -fPIC -DPIC -o src/unix/.libs/libuv_la-udp.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-no-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-no-proctitle.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/no-proctitle.c -fPIC -DPIC -o src/unix/.libs/libuv_la-no-proctitle.o libtool: compile: /usr/gcc/13/bin/gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.47.0\" "-DPACKAGE_STRING=\"libuv 1.47.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.47.0\" -DSUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT=1 -DSUPPORT_FLAG_VISIBILITY=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -I. -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0 -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src -I/jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix -fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -pthreads -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_REENTRANT -m64 -O3 -fvisibility=hidden -D_POSIX_PTHREAD_SEMANTICS -pthread -MT src/unix/libuv_la-sunos.lo -MD -MP -MF src/unix/.deps/libuv_la-sunos.Tpo -c /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/sunos.c -fPIC -DPIC -o src/unix/.libs/libuv_la-sunos.o /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/sunos.c: In function 'uv__io_poll': /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/sunos.c:266:10: warning: 'user_timeout' may be used uninitialized [-Wmaybe-uninitialized] 266 | if (timeout == 0) | ^ /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/src/unix/sunos.c:165:7: note: 'user_timeout' was declared here 165 | int user_timeout; | ^~~~~~~~~~~~ libtool: link: /usr/gcc/13/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libuv.so.1 -o .libs/libuv.so.1.0.0 src/.libs/libuv_la-fs-poll.o src/.libs/libuv_la-idna.o src/.libs/libuv_la-inet.o src/.libs/libuv_la-random.o src/.libs/libuv_la-strscpy.o src/.libs/libuv_la-thread-common.o src/.libs/libuv_la-threadpool.o src/.libs/libuv_la-timer.o src/.libs/libuv_la-uv-data-getter-setters.o src/.libs/libuv_la-uv-common.o src/.libs/libuv_la-version.o src/.libs/libuv_la-strtok.o src/unix/.libs/libuv_la-async.o src/unix/.libs/libuv_la-core.o src/unix/.libs/libuv_la-dl.o src/unix/.libs/libuv_la-fs.o src/unix/.libs/libuv_la-getaddrinfo.o src/unix/.libs/libuv_la-getnameinfo.o src/unix/.libs/libuv_la-loop-watcher.o src/unix/.libs/libuv_la-loop.o src/unix/.libs/libuv_la-pipe.o src/unix/.libs/libuv_la-poll.o src/unix/.libs/libuv_la-process.o src/unix/.libs/libuv_la-random-devurandom.o src/unix/.libs/libuv_la-signal.o src/unix/.libs/libuv_la-stream.o src/unix/.libs/libuv_la-tcp.o src/unix/.libs/libuv_la-thread.o src/unix/.libs/libuv_la-tty.o src/unix/.libs/libuv_la-udp.o src/unix/.libs/libuv_la-no-proctitle.o src/unix/.libs/libuv_la-sunos.o -lsocket -lsendfile -lnsl -lkstat -g -pthreads -m64 -O3 -m64 -pthreads libtool: link: (cd ".libs" && rm -f "libuv.so.1" && ln -s "libuv.so.1.0.0" "libuv.so.1") libtool: link: (cd ".libs" && rm -f "libuv.so" && ln -s "libuv.so.1.0.0" "libuv.so") libtool: link: ( cd ".libs" && rm -f "libuv.la" && ln -s "../libuv.la" "libuv.la" ) /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64' /bin/bash ./libtool --mode=install /usr/bin/ginstall -c libuv.la '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64' libtool: install: /usr/bin/ginstall -c .libs/libuv.so.1.0.0 /jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64/libuv.so.1.0.0 libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64 && { ln -s -f libuv.so.1.0.0 libuv.so.1 || { rm -f libuv.so.1 && ln -s libuv.so.1.0.0 libuv.so.1; }; }) libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64 && { ln -s -f libuv.so.1.0.0 libuv.so || { rm -f libuv.so && ln -s libuv.so.1.0.0 libuv.so; }; }) libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64/libuv.so.1.0.0 libtool: install: /usr/bin/ginstall -c .libs/libuv.lai /jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64/libuv.la libtool: warning: remember to run 'libtool --finish /usr/lib/amd64' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/include' /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include/uv.h '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/include' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64/pkgconfig' /usr/bin/ginstall -c -m 644 libuv.pc '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/lib/amd64/pkgconfig' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/include/uv' /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include/uv/errno.h /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include/uv/threadpool.h /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include/uv/version.h /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include/uv/unix.h /jenkins/jobs/oi-userland/workspace/components/library/libuv/libuv-v1.47.0/include/uv/sunos.h '/jenkins/jobs/oi-userland/workspace/components/library/libuv/build/prototype/i386/usr/include/uv' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/library/libuv/build/manifest-i386-libuv.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/library/libuv@1.47.0,5.11-2023.0.0.0:20231107T220340Z PUBLISHED generating metadata: library/libuv