Trying optimized ”-O2 -march=native -pipe -g *-Werror -Wformat=2 -pedantic*”
in slackware-current with gcc-12.1.0.
--
You received this message because you are subscribed to the Google Groups
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/libuv/bf80bbb0-7345-4374-8ec8-08b715063950n%40googlegroups.com.
rm -rf libuv-1.44.2/
tar -xf libuv-1.44.2.tar.gz
cd libuv-1.44.2/
running sh autogen.sh ..
+ 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:44: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:44: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:44: the top level
configure.ac:47: 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:47: the top level
+ automake --add-missing --copy
configure.ac:42: installing './ar-lib'
configure.ac:25: installing './compile'
configure.ac:22: installing './config.guess'
configure.ac:22: installing './config.sub'
configure.ac:21: installing './install-sh'
configure.ac:21: installing './missing'
Makefile.am: installing './depcomp'
running configure ..
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/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-slackware-linux-gnu
checking host system type... x86_64-slackware-linux-gnu
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for gcc way to treat warnings as errors... -Werror
checking if gcc supports __attribute__(( visibility("default") ))... yes
checking if gcc supports -fvisibility=hidden... yes
checking if gcc supports -fno-strict-aliasing flag... yes
checking if gcc supports -fno-strict-aliasing flag... yes
checking if gcc supports -g flag... yes
checking if gcc supports -std=gnu89 flag... yes
checking if gcc supports -Wall flag... yes
checking if gcc supports -Wextra flag... yes
checking if gcc supports -Wno-long-long flag... yes
checking if gcc supports -Wno-unused-parameter flag... yes
checking if gcc supports -Wstrict-prototypes flag... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-slackware-linux-gnu file names to
x86_64-slackware-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-slackware-linux-gnu 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... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... failed
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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking how to run the C preprocessor... gcc -E
checking whether 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... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for library containing dlopen... none required
checking for library containing kstat_lookup... no
checking for library containing gethostbyname... none required
checking for library containing perfstat_cpu... no
checking for library containing clock_gettime... none required
checking for library containing sendfile... none required
checking for library containing socket... none required
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: executing depfiles commands
config.status: executing libtool commands
running make V=1 -j 1 ..
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo
-c -o src/libuv_la-fs-poll.lo `test -f 'src/fs-poll.c' || echo
'./'`src/fs-poll.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c
src/fs-poll.c -fPIC -DPIC -o src/.libs/libuv_la-fs-poll.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c
src/fs-poll.c -o src/libuv_la-fs-poll.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-fs-poll.Tpo src/.deps/libuv_la-fs-poll.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-idna.lo -MD -MP -MF src/.deps/libuv_la-idna.Tpo -c -o
src/libuv_la-idna.lo `test -f 'src/idna.c' || echo './'`src/idna.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-idna.lo -MD -MP -MF src/.deps/libuv_la-idna.Tpo -c src/idna.c
-fPIC -DPIC -o src/.libs/libuv_la-idna.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-idna.lo -MD -MP -MF src/.deps/libuv_la-idna.Tpo -c src/idna.c -o
src/libuv_la-idna.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-idna.Tpo src/.deps/libuv_la-idna.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c -o
src/libuv_la-inet.lo `test -f 'src/inet.c' || echo './'`src/inet.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c src/inet.c
-fPIC -DPIC -o src/.libs/libuv_la-inet.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c src/inet.c -o
src/libuv_la-inet.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-inet.Tpo src/.deps/libuv_la-inet.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-random.lo -MD -MP -MF src/.deps/libuv_la-random.Tpo
-c -o src/libuv_la-random.lo `test -f 'src/random.c' || echo './'`src/random.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-random.lo -MD -MP -MF src/.deps/libuv_la-random.Tpo -c
src/random.c -fPIC -DPIC -o src/.libs/libuv_la-random.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-random.lo -MD -MP -MF src/.deps/libuv_la-random.Tpo -c
src/random.c -o src/libuv_la-random.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-random.Tpo src/.deps/libuv_la-random.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-strscpy.lo -MD -MP -MF src/.deps/libuv_la-strscpy.Tpo
-c -o src/libuv_la-strscpy.lo `test -f 'src/strscpy.c' || echo
'./'`src/strscpy.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-strscpy.lo -MD -MP -MF src/.deps/libuv_la-strscpy.Tpo -c
src/strscpy.c -fPIC -DPIC -o src/.libs/libuv_la-strscpy.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-strscpy.lo -MD -MP -MF src/.deps/libuv_la-strscpy.Tpo -c
src/strscpy.c -o src/libuv_la-strscpy.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-strscpy.Tpo src/.deps/libuv_la-strscpy.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-threadpool.lo -MD -MP -MF
src/.deps/libuv_la-threadpool.Tpo -c -o src/libuv_la-threadpool.lo `test -f
'src/threadpool.c' || echo './'`src/threadpool.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c
src/threadpool.c -fPIC -DPIC -o src/.libs/libuv_la-threadpool.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c
src/threadpool.c -o src/libuv_la-threadpool.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-threadpool.Tpo src/.deps/libuv_la-threadpool.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-timer.lo -MD -MP -MF src/.deps/libuv_la-timer.Tpo -c
-o src/libuv_la-timer.lo `test -f 'src/timer.c' || echo './'`src/timer.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-timer.lo -MD -MP -MF src/.deps/libuv_la-timer.Tpo -c src/timer.c
-fPIC -DPIC -o src/.libs/libuv_la-timer.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-timer.lo -MD -MP -MF src/.deps/libuv_la-timer.Tpo -c src/timer.c
-o src/libuv_la-timer.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-timer.Tpo src/.deps/libuv_la-timer.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-uv-data-getter-setters.lo -MD -MP -MF
src/.deps/libuv_la-uv-data-getter-setters.Tpo -c -o
src/libuv_la-uv-data-getter-setters.lo `test -f 'src/uv-data-getter-setters.c'
|| echo './'`src/uv-data-getter-setters.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-uv-data-getter-setters.lo -MD -MP -MF
src/.deps/libuv_la-uv-data-getter-setters.Tpo -c src/uv-data-getter-setters.c
-fPIC -DPIC -o src/.libs/libuv_la-uv-data-getter-setters.o
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-uv-data-getter-setters.lo -MD -MP -MF
src/.deps/libuv_la-uv-data-getter-setters.Tpo -c src/uv-data-getter-setters.c
-o src/libuv_la-uv-data-getter-setters.o >/dev/null 2>&1
mv -f src/.deps/libuv_la-uv-data-getter-setters.Tpo
src/.deps/libuv_la-uv-data-getter-setters.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libuv\"
-DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.44.2\"
-DPACKAGE_STRING=\"libuv\ 1.44.2\"
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2
-march=bonnell -pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden
-pthread -MT src/libuv_la-uv-common.lo -MD -MP -MF
src/.deps/libuv_la-uv-common.Tpo -c -o src/libuv_la-uv-common.lo `test -f
'src/uv-common.c' || echo './'`src/uv-common.c
libtool: compile: gcc -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\"
-DPACKAGE_VERSION=\"1.44.2\" "-DPACKAGE_STRING=\"libuv 1.44.2\""
-DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.44.2\"
-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./include -I./src -I./src/unix
-fno-strict-aliasing -g -std=gnu89 -Wall -Wextra -Wno-long-long
-Wno-unused-parameter -Wstrict-prototypes -D_GNU_SOURCE -O2 -march=bonnell
-pipe -g -Werror -Wformat=2 -pedantic -fvisibility=hidden -pthread -MT
src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c
src/uv-common.c -fPIC -DPIC -o src/.libs/libuv_la-uv-common.o
In file included from src/uv-common.h:42,
from src/uv-common.c:23:
src/uv-common.c: In function 'uv_walk':
src/queue.h:68:19: error: storing the address of local variable 'queue' in
'((void * (**)[2])MEM[(void *[2] * *)loop_13(D) + 16B])[1]'
[-Werror=dangling-pointer=]
68 | QUEUE_PREV(q) = (n);
\
| ^
src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT'
78 | QUEUE_SPLIT(h, q, n);
\
| ^~~~~~~~~~~
src/uv-common.c:507:3: note: in expansion of macro 'QUEUE_MOVE'
507 | QUEUE_MOVE(&loop->handle_queue, &queue);
| ^~~~~~~~~~
src/uv-common.c:503:9: note: 'queue' declared here
503 | QUEUE queue;
| ^~~~~
src/queue.h:40:27: note: '((void * (**)[2])loop)[2]' declared here
40 | ((const QUEUE *) (q) == (const QUEUE *) QUEUE_NEXT(q))
| ^
src/queue.h:74:9: note: in expansion of macro 'QUEUE_EMPTY'
74 | if (QUEUE_EMPTY(h))
\
| ^~~~~~~~~~~
src/uv-common.c:507:3: note: in expansion of macro 'QUEUE_MOVE'
507 | QUEUE_MOVE(&loop->handle_queue, &queue);
| ^~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [Makefile:2503: src/libuv_la-uv-common.lo] Error 1