Skip to content

Instantly share code, notes, and snippets.

@romner-set
Last active June 15, 2024 13:01
Show Gist options
  • Save romner-set/b07aadd358efe57e552d075f4ec521ac to your computer and use it in GitHub Desktop.
Save romner-set/b07aadd358efe57e552d075f4ec521ac to your computer and use it in GitHub Desktop.
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/xiiwmm34hbi46z4vyl71yw76wr8awj0v-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: configurePhase
+ 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:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: 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'
fixing libtool script ./ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/178wbjdj9ygi70asi7lghbchf0qg24p8-bash-5.2p26/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/d9i18n3jsynbjbh4jpbmdj99gqpikg7a-libuv-1.48.0 --bindir=/nix/store>
checking for a BSD-compatible install... /nix/store/193qz1000aih6w5s85p8gq3d45ipgmqm-coreutils-9.5/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /nix/store/193qz1000aih6w5s85p8gq3d45ipgmqm-coreutils-9.5/bin/mkdir -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-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
...skipping...
ok 364 - timer_run_once
ok 365 - timer_start_twice
ok 366 - timer_zero_timeout
ok 367 - tmpdir
ok 368 - tty # SKIP Cannot open /dev/tty as read-only: No such device or address
ok 369 - tty_file
ok 370 - tty_pty
ok 371 - udp_alloc_cb_fail
ok 372 - udp_bind
ok 373 - udp_bind_reuseaddr
ok 374 - udp_connect
ok 375 - udp_connect6
ok 376 - udp_create_early
ok 377 - udp_create_early_bad_bind
ok 378 - udp_create_early_bad_domain
ok 379 - udp_dgram_too_big
ok 380 - udp_dual_stack
ok 381 - udp_ipv6_only
ok 382 - udp_mmsg
ok 383 - udp_multicast_interface
ok 384 - udp_multicast_interface6
ok 385 - udp_multicast_ttl
ok 386 - udp_no_autobind
ok 387 - udp_open
ok 388 - udp_open_bound
ok 389 - udp_open_connect
ok 390 - udp_open_twice
ok 391 - udp_options
ok 392 - udp_options6
ok 393 - udp_recv_in_a_row
ok 394 - udp_ref
ok 395 - udp_ref2
ok 396 - udp_ref3
ok 397 - udp_send_and_recv
ok 398 - udp_send_immediate
ok 399 - udp_send_unix
ok 400 - udp_send_unreachable
ok 401 - udp_sendmmsg_error
ok 402 - udp_try_send
ok 403 - uname
ok 404 - unref_in_prepare_cb
ok 405 - utf8_decode1
ok 406 - utf8_decode1_overrun
ok 407 - walk_handles
ok 408 - watcher_cross_stop
ok 409 - we_get_signal
ok 410 - we_get_signal_one_shot
ok 411 - we_get_signals
ok 412 - we_get_signals_mixed
FAIL: test/run-tests
======================================================
1 of 1 test failed
Please report to https://github.com/libuv/libuv/issues
======================================================
make[1]: *** [Makefile:5647: check-TESTS] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:5912: check-am] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment