Skip to content

Instantly share code, notes, and snippets.

@sauronnikko
Created July 27, 2022 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sauronnikko/5b85263ec5294b403e27e41012f9a23f to your computer and use it in GitHub Desktop.
Save sauronnikko/5b85263ec5294b403e27e41012f9a23f to your computer and use it in GitHub Desktop.
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/configure --cache-file=/dev/null
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking OTP release... 22
checking OTP version... 22.0
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for getconf... getconf
checking for large file support CFLAGS... none
checking for large file support LDFLAGS... none
checking for large file support LIBS... none
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to WERRORFLAGS (via CFLAGS)... yes
checking CFLAGS for -O switch... yes
checking whether gcc accepts -fprofile-generate -Werror...... yes
checking whether gcc accepts -fprofile-use -Werror...... no
checking whether gcc accepts -fprofile-use -fprofile-correction -Werror...... no
checking whether gcc accepts -fprofile-instr-generate -Werror...... no
checking whether to do PGO of erts... ./configure: line 5758: default: command not found
no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking target hardware architecture... amd64
checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64
checking if VM has to be linked with Carbon framework... no
checking for mkdir... /bin/mkdir
checking for cp... /bin/cp
checking if we are building a sharing-preserving emulator... no
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for bison... no
checking for byacc... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking whether ln -s works... yes
checking for ar... ar
checking for xsltproc... xsltproc
checking for fop... fop
checking for xmllint... xmllint
checking for a BSD-compatible install... /usr/bin/install -c
checking how to create a directory including parents... /usr/bin/install -c -d
checking for extra flags needed to export symbols... -Wl,-export-dynamic
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
checking for main in -linet... no
checking for openpty in -lutil... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... (cached) getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking for kstat_open in -lkstat... no
checking for clock_gettime in -lrt... yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... yes
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... yes
checking for clock_get_attributes... no
checking for gethrtime... no
checking for mach clock_get_time() with monotonic clock type... no
checking if SIGUSR1 and SIGUSR2 can be used... yes
checking if sigaltstack can be used... yes
checking for pthread.h... (cached) yes
checking for pthread/mit/pthread.h... (cached) no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for usable PTHREAD_STACK_MIN... yes
checking for pthread_spin_lock... yes
checking for sched_yield... yes
checking whether sched_yield() returns an int... yes
checking for pthread_yield... no
checking for pthread_rwlock_init... yes
checking for pthread_rwlockattr_setkind_np... yes
checking for PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP... yes
checking for pthread_attr_setguardsize... yes
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... yes
checking for Linux futexes... yes
checking for pthread_setname_np... linux
checking for pthread_getname_np... linux
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int128_t... 16
checking for a working __sync_synchronize()... yes
checking for 32-bit __sync_add_and_fetch()... yes
checking for 64-bit __sync_add_and_fetch()... yes
checking for 128-bit __sync_add_and_fetch()... no
checking for 32-bit __sync_fetch_and_and()... yes
checking for 64-bit __sync_fetch_and_and()... yes
checking for 128-bit __sync_fetch_and_and()... no
checking for 32-bit __sync_fetch_and_or()... yes
checking for 64-bit __sync_fetch_and_or()... yes
checking for 128-bit __sync_fetch_and_or()... no
checking for 32-bit __sync_val_compare_and_swap()... yes
checking for 64-bit __sync_val_compare_and_swap()... yes
checking for 128-bit __sync_val_compare_and_swap()... no
checking for 32-bit __atomic_store_n()... yes
checking for 64-bit __atomic_store_n()... yes
checking for 128-bit __atomic_store_n()... no
checking for 32-bit __atomic_load_n()... yes
checking for 64-bit __atomic_load_n()... yes
checking for 128-bit __atomic_load_n()... no
checking for 32-bit __atomic_add_fetch()... yes
checking for 64-bit __atomic_add_fetch()... yes
checking for 128-bit __atomic_add_fetch()... no
checking for 32-bit __atomic_fetch_and()... yes
checking for 64-bit __atomic_fetch_and()... yes
checking for 128-bit __atomic_fetch_and()... no
checking for 32-bit __atomic_fetch_or()... yes
checking for 64-bit __atomic_fetch_or()... yes
checking for 128-bit __atomic_fetch_or()... no
checking for 32-bit __atomic_compare_exchange_n()... yes
checking for 64-bit __atomic_compare_exchange_n()... yes
checking for 128-bit __atomic_compare_exchange_n()... no
checking for a usable libatomic_ops implementation... no
checking whether default stack size should be modified... no
checking size of void *... (cached) 8
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of __int64... 0
checking size of __int128_t... (cached) 16
checking whether byte ordering is bigendian... no
checking whether double word ordering is middle-endian... no
checking for gcc cmpxchg16b plain asm support... yes
checking for posix_fadvise... yes
checking for closefrom... yes
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking whether fallocate() works... yes
checking whether posix_fallocate() works... yes
checking whether lock checking should be enabled... no
checking whether lock counters should be enabled... no
checking whether dlopen() needs to be called before first call to dlerror()... no
checking for kstat_open in -lkstat... (cached) no
checking for tgetent in -ltinfo... yes
checking for wcwidth... yes
checking for zlib 1.2.5 or higher... yes
checking for zlib inflateGetDictionary presence... checking for library containing inflateGetDictionary... none required
checking for connect... yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for working posix_openpt implementation... yes
checking if netdb.h requires netinet/in.h to be previously included... yes
checking for socklen_t... yes
checking for h_errno declaration in netdb.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for sys/types.h... (cached) yes
checking sys/stropts.h usability... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/socketio.h usability... no
checking sys/socketio.h presence... no
checking for sys/socketio.h... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking libdlpi.h usability... no
checking libdlpi.h presence... no
checking for libdlpi.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sdkddkver.h usability... no
checking sdkddkver.h presence... no
checking for sdkddkver.h... no
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_enaddr... no
checking for dlpi_open in -ldlpi... no
configure: Extending the search to include /lib
checking for dlpi_open in -ldlpi... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether RLIMIT_STACK is declared... yes
checking for getrusage... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking for netinet/sctp.h... no
checking for sched.h... (cached) yes
checking setns.h usability... no
checking setns.h presence... no
checking for setns.h... no
checking for setns... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for SO_BSDCOMPAT declaration... yes
checking for INADDR_LOOPBACK in netinet/in.h... yes
checking for sys_errlist declaration in stdio.h or errno.h... no
checking if windows.h includes winsock2.h... no
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether struct sockaddr has sa_len field... no
checking for struct exception (and matherr function)... no
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of void *... (cached) 8
checking size of long long... (cached) 8
checking size of size_t... 8
checking size of off_t... 8
checking size of time_t... 8
checking for C compiler 'restrict' support... yes
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... yes
checking for broken gcc-4.3.0 compiler... no
checking whether byte ordering is bigendian... (cached) no
checking whether double word ordering is middle-endian... (cached) no
checking for fdatasync... yes
checking for library containing fdatasync... none required
checking for sendfile... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for ws2tcpip.h... no
checking for getaddrinfo... yes
checking whether getaddrinfo accepts enough flags... yes
checking for getnameinfo... yes
checking for getipnodebyname... no
checking for getipnodebyaddr... no
checking for gethostbyname2... yes
checking for ieee_handler... no
checking for fpsetmask... no
checking for finite... yes
checking for isnan... yes
checking for isinf... yes
checking for res_gethostbyname... no
checking for dlopen... yes
checking for pread... yes
checking for pwrite... yes
checking for memmove... yes
checking for strerror... yes
checking for strerror_r... yes
checking for strncasecmp... yes
checking for gethrtime... (cached) no
checking for localtime_r... yes
checking for gmtime_r... yes
checking for inet_pton... yes
checking for mprotect... yes
checking for mmap... yes
checking for mremap... yes
checking for memcpy... yes
checking for mallopt... yes
checking for sbrk... yes
checking for _sbrk... no
checking for __sbrk... yes
checking for brk... yes
checking for _brk... no
checking for __brk... no
checking for flockfile... yes
checking for fstat... yes
checking for strlcpy... no
checking for strlcat... no
checking for setsid... yes
checking for posix2time... no
checking for time2posix... no
checking for setlocale... yes
checking for nl_langinfo... yes
checking for poll... yes
checking for mlockall... yes
checking for ppoll... yes
checking for isfinite... no
checking for posix_memalign... yes
checking for writev... yes
checking whether posix2time is declared... no
checking whether time2posix is declared... no
checking for vprintf... yes
checking for _doprnt... no
checking for conflicting declaration of fread... yes
checking for putc_unlocked... yes
checking for fwrite_unlocked... yes
checking for openpty... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for getifaddrs... yes
checking whether in6addr_any is declared... yes
checking whether in6addr_loopback is declared... yes
checking whether IN6ADDR_ANY_INIT is declared... yes
checking whether IN6ADDR_LOOPBACK_INIT is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking for sched_getaffinity/sched_setaffinity... yes
checking for pset functionality... no
checking for processor_bind functionality... no
checking for cpuset_getaffinity/cpuset_setaffinity... no
checking for 'end' symbol... yes
checking for '_end' symbol... yes
checking if __after_morecore_hook can track malloc()s core memory use... no
checking types of sbrk()s return value and argument... void *,intptr_t
checking types of brk()s return value and argument... int,void *
checking if sbrk()/brk() wrappers can track malloc()s core memory use... no
checking for IP version 6 support... yes
checking for multicast support... yes
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime() with wall clock type... CLOCK_REALTIME
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gettimeofday... yes
checking for mach clock_get_time() with wall clock type... no
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gethrtime... (cached) no
checking for mach clock_get_time() with monotonic clock type... (cached) no
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
checking for clock_gettime() with high resolution monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gethrtime... (cached) no
checking for mach clock_get_time() with monotonic clock type... (cached) no
checking if gethrvtime works and how to use it... not working
checking if clock_gettime can be used to get thread CPU time... yes
checking for m4... m4
checking for unreliable floating point exceptions... unreliable
checking whether to redefine FD_SETSIZE... no
configure: Enable exec_alloc for hipe code allocation
checking for working poll()... yes
checking whether epoll is level triggered... yes
checking whether kernel poll support should be enabled... yes; epoll
checking whether putenv() stores a copy of the key-value pair... no
checking for a compiler that handles jumptables... gcc
checking whether the code model is small... no
checking for kstat_open in -lkstat... (cached) no
checking for kvm_open in -lkvm... no
checking for javac.sh... no
checking for javac... javac
checking for JDK version 1.6... yes
checking for c++... c++
checking for log2... yes
configure: creating ./config.status
config.status: creating emulator/x86_64-unknown-linux-gnu/Makefile
config.status: creating epmd/src/x86_64-unknown-linux-gnu/Makefile
config.status: creating etc/common/x86_64-unknown-linux-gnu/Makefile
config.status: creating include/internal/x86_64-unknown-linux-gnu/ethread.mk
config.status: creating include/internal/x86_64-unknown-linux-gnu/erts_internal.mk
config.status: creating lib_src/x86_64-unknown-linux-gnu/Makefile
config.status: creating ../make/x86_64-unknown-linux-gnu/otp.mk
config.status: creating ../make/make_emakefile
config.status: creating ../lib/os_mon/c_src/x86_64-unknown-linux-gnu/Makefile
config.status: creating ../lib/runtime_tools/c_src/x86_64-unknown-linux-gnu/Makefile
config.status: creating ../lib/tools/c_src/x86_64-unknown-linux-gnu/Makefile
config.status: creating ../make/install_dir_data.sh
config.status: creating x86_64-unknown-linux-gnu/config.h
config.status: creating include/internal/x86_64-unknown-linux-gnu/ethread_header_config.h
config.status: creating include/x86_64-unknown-linux-gnu/erl_int_sizes_config.h
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/make ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/make"
Ignoring the --cache-file argument since it can cause the system to be erroneously configured
Disabling caching
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ld... ld
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for env... /bin/env
checking for GNU make... yes (make)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for perl5... no
checking for perl... /usr/bin/perl
checking ERTS version... 10.4
checking OTP release... 22
checking OTP version... 22.0
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
checking for ld... gcc
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -g -O2 -D_GNU_SOURCE -fPIC
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -g -O2 -D_GNU_SOURCE -fPIC
checking for linker for loadable drivers... gcc
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic
checking for 'runtime library path' linker flag... -Wl,-R
configure: creating ./config.status
config.status: creating ../Makefile
config.status: creating output.mk
config.status: creating ../make/x86_64-unknown-linux-gnu/otp_ded.mk
config.status: creating emd2exml
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: creating ./config.status
config.status: creating priv/x86_64-unknown-linux-gnu/Makefile
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/crypto ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/crypto"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
checking for ld... gcc
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -g -O2 -D_GNU_SOURCE -fPIC
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -g -O2 -D_GNU_SOURCE -fPIC
checking for linker for loadable drivers... gcc
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic
checking for 'runtime library path' linker flag... -Wl,-R
checking size of void *... 8
checking for static ZLib to be used by SSL in standard locations... no
checking for OpenSSL >= 0.9.8c in standard locations... /usr
checking for OpenSSL kerberos 5 support... no
checking for ssl runtime library path to use... /usr/lib:/usr/local/lib64:/usr/sfw/lib64:/usr/lib64:/opt/local/lib64:/usr/pkg/lib64:/usr/local/openssl/lib64:/usr/lib/openssl/lib64:/usr/openssl/lib64:/usr/local/ssl/lib64:/usr/lib/ssl/lib64:/usr/ssl/lib64:/lib64:/usr/local/lib:/usr/sfw/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/lib/openssl/lib:/usr/openssl/lib:/usr/local/ssl/lib:/usr/lib/ssl/lib:/usr/ssl/lib:/lib
configure: creating ./config.status
config.status: creating c_src/x86_64-unknown-linux-gnu/Makefile
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ld.sh... no
checking for ld... ld
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of void *... 8
checking size of long long... 8
checking target hardware architecture... amd64
checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64
checking for unaligned word access... yes: x86 or amd64
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking how to create a directory including parents... /usr/bin/install -c -d
checking for gethostbyname in -lnsl... yes
checking for getpeername in -lsocket... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for socklen_t usability... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for dup2... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostbyaddr_r... yes
checking for gethostbyname_r... yes
checking for gethostname... yes
checking for writev... yes
checking for gethrtime... no
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for uname... yes
checking for sysconf... yes
checking for res_gethostbyname... no
checking for res_gethostbyname in -lresolv... no
checking for clock_gettime... yes
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of __int128_t... 16
checking for a working __sync_synchronize()... yes
checking for 32-bit __sync_add_and_fetch()... yes
checking for 64-bit __sync_add_and_fetch()... yes
checking for 128-bit __sync_add_and_fetch()... no
checking for 32-bit __sync_fetch_and_and()... yes
checking for 64-bit __sync_fetch_and_and()... yes
checking for 128-bit __sync_fetch_and_and()... no
checking for 32-bit __sync_fetch_and_or()... yes
checking for 64-bit __sync_fetch_and_or()... yes
checking for 128-bit __sync_fetch_and_or()... no
checking for 32-bit __sync_val_compare_and_swap()... yes
checking for 64-bit __sync_val_compare_and_swap()... yes
checking for 128-bit __sync_val_compare_and_swap()... no
checking for 32-bit __atomic_store_n()... yes
checking for 64-bit __atomic_store_n()... yes
checking for 128-bit __atomic_store_n()... no
checking for 32-bit __atomic_load_n()... yes
checking for 64-bit __atomic_load_n()... yes
checking for 128-bit __atomic_load_n()... no
checking for 32-bit __atomic_add_fetch()... yes
checking for 64-bit __atomic_add_fetch()... yes
checking for 128-bit __atomic_add_fetch()... no
checking for 32-bit __atomic_fetch_and()... yes
checking for 64-bit __atomic_fetch_and()... yes
checking for 128-bit __atomic_fetch_and()... no
checking for 32-bit __atomic_fetch_or()... yes
checking for 64-bit __atomic_fetch_or()... yes
checking for 128-bit __atomic_fetch_or()... no
checking for 32-bit __atomic_compare_exchange_n()... yes
checking for 64-bit __atomic_compare_exchange_n()... yes
checking for 128-bit __atomic_compare_exchange_n()... no
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating src/x86_64-unknown-linux-gnu/Makefile
config.status: creating src/x86_64-unknown-linux-gnu/eidefs.mk
config.status: creating src/x86_64-unknown-linux-gnu/config.h
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/megaco ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/megaco"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for flex... no
checking for lex... no
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
checking for ld... gcc
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Werror=return-type -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -Werror=return-type -g -O2 -D_GNU_SOURCE -fPIC
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Werror=return-type -g -O2 -D_GNU_SOURCE -fPIC
checking for linker for loadable drivers... gcc
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic
checking for 'runtime library path' linker flag... -Wl,-R
checking for perl... perl
configure: creating ./config.status
config.status: creating examples/meas/Makefile
configure: creating ./config.status
config.status: creating examples/meas/Makefile
config.status: creating src/flex/x86_64-unknown-linux-gnu/Makefile
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/odbc ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/odbc"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking whether gmake sets $(MAKE)... yes
checking for ld.sh... no
checking for ld... ld
checking for rm... /bin/rm
checking for connect... yes
checking for gethostbyname... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for sql.h... yes
checking for sqlext.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for struct sockaddr_in6.sin6_addr... yes
checking for memset... yes
checking for socket... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking size of void *... 8
checking for odbc in standard locations... -L/usr/lib64
checking for SQLAllocHandle in -lodbc... yes
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating c_src/x86_64-unknown-linux-gnu/Makefile
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for perl... perl
configure: creating ./config.status
config.status: creating mibs/Makefile
=== Running configure in /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/wx ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/wx"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
configure: Building for linux-gnu
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for debug build of wxWidgets... checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.4 (--unicode --debug=yes)... yes (version 3.0.5)
checking for wxWidgets static library... no
checking for standard build of wxWidgets... checking for wx-config... (cached) /usr/bin/wx-config
checking for wxWidgets version >= 2.8.4 (--unicode --debug=no)... yes (version 3.0.5)
checking for wxWidgets static library... no
checking if wxwidgets have opengl support... yes
checking for GLintptr... yes
checking for GLintptrARB... yes
checking for GLchar... yes
checking for GLcharARB... yes
checking for GLhalfARB... yes
checking for GLint64EXT... yes
checking GLU Callbacks uses Tiger Style... no
checking for wx/stc/stc.h... yes
checking if we can link wxwidgets programs... yes
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes
configure: creating x86_64-unknown-linux-gnu/config.status
config.status: creating config.mk
config.status: creating c_src/Makefile
MAKE depend
gmake[1]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
MAKE generate
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
GEN x86_64-unknown-linux-gnu/gen_git_version.mk
M4 x86_64-unknown-linux-gnu/opt/smp/hipe_x86_asm.h
M4 x86_64-unknown-linux-gnu/opt/smp/hipe_amd64_asm.h
M4 x86_64-unknown-linux-gnu/opt/smp/hipe_sparc_asm.h
M4 x86_64-unknown-linux-gnu/opt/smp/hipe_ppc_asm.h
M4 x86_64-unknown-linux-gnu/opt/smp/hipe_arm_asm.h
GEN x86_64-unknown-linux-gnu/opt/smp/erl_alloc_types.h
GEN x86_64-unknown-linux-gnu/opt/smp/OPCODES-GENERATED
GEN x86_64-unknown-linux-gnu/opt/smp/TABLES-GENERATED
GEN x86_64-unknown-linux-gnu/erl_version.h
GEN x86_64-unknown-linux-gnu/opt/smp/driver_tab.c
GEN x86_64-unknown-linux-gnu/preload.c
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_mkliterals.o
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/hipe_mkliterals.smp
GEN x86_64-unknown-linux-gnu/opt/smp/hipe_literals.h
GEN x86_64-unknown-linux-gnu/opt/smp/GENERATED
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
gmake[1]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
gmake[1]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
MAKE depend
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
GEN x86_64-unknown-linux-gnu/opt/smp/depend.mk
GEN x86_64-unknown-linux-gnu/gen_git_version.mk
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
MAKE depend
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
GEN obj/x86_64-unknown-linux-gnu/opt/depend.mk
gmake[4]: Nothing to be done for 'depend'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
GEN x86_64-unknown-linux-gnu/gen_git_version.mk
gmake[2]: Nothing to be done for 'depend'.
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
gmake[1]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
gmake[1]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
MAKE depend
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
gmake[2]: Nothing to be done for 'depend'.
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
gmake[1]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
MAKE emulator
gmake[1]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
MAKE opt
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
GEN x86_64-unknown-linux-gnu/gen_git_version.mk
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_main.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/preload.o
EMU_CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_emu.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_process.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_opcodes.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_load.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_bif_load.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_debug.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_bp.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_catches.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/code_ix.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/beam_ranges.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_alloc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_mtrace.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_alloc_util.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_goodfit_alloc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bestfit_alloc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_afit_alloc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_init.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_atom_table.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_table.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_ddll.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_guard.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_info.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_op.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_os.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_lists.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_persistent.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_atomics.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_counters.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_trace.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_unique.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_wrap.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_nfunc_sched.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_guard_bifs.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_dirty_bif_wrap.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_trace.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/copy.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/utils.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/bif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/io.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_printf_term.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_debug.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_md5.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_message.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_proc_sig_queue.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_process_dict.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_process_lock.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_port_task.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_arith.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/time.o
beam/erl_proc_sig_queue.c: In function ‘send_gen_exit_signal’:
beam/erl_proc_sig_queue.c:1124:12: warning: ‘dist_ext_sz’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1124 | hp += dist_ext_sz;
| ^~
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_time_sup.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/external.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/dist.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/binary.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_db.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_db_util.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_db_hash.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_db_tree.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_thr_progress.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/big.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hash.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/index.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/atom.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/module.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/export.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/register.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/break.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_async.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_lock_check.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_gc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_lock_count.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_posix_str.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bits.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_math.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_fun.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_port.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_term.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_node_tables.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_monitor_link.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_process_dump.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_hl_timer.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_cpu_topology.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_drv_thread.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_chksum.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_re.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_unicode.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/packet_parser.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/safe_hash.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_zlib.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_nif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_bif_binary.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_ao_firstfit_alloc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_thr_queue.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_sched_spec_pre_alloc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_ptab.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_map.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_msacc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_lock_flags.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_io_queue.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_db_catree.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/socket_dbg.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/socket_tarray.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/socket_util.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_flxctr.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/sys.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/sys_drivers.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/sys_env.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/sys_uds.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/driver_tab.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/elib_memmove.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/gzio.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/unix_prim_file.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/sys_float.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/sys_time.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_poll.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_check_io.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_mseg.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_mmap.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_osenv.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_unix_sys_ddll.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_mtrace_sys_wrap.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_sys_common_misc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_os_monotonic_time_extender.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_nbif_impl.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_bif0.o
sys/unix/erl_unix_sys_ddll.c: In function ‘erts_sys_ddll_load_driver_init’:
sys/unix/erl_unix_sys_ddll.c:196:19: warning: ‘fn’ may be used uninitialized in this function [-Wmaybe-uninitialized]
196 | *function = fn;
| ~~~~~~~~~~^~~~
sys/unix/erl_unix_sys_ddll.c: In function ‘erts_sys_ddll_load_nif_init’:
sys/unix/erl_unix_sys_ddll.c:209:19: warning: ‘fn’ may be used uninitialized in this function [-Wmaybe-uninitialized]
209 | *function = fn;
| ~~~~~~~~~~^~~~
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_bif1.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_bif2.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_debug.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_gc.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_load.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_mode_switch.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_module.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_native_bif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_stack.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_amd64.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_amd64_glue.o
M4 x86_64-unknown-linux-gnu/opt/smp/hipe_amd64_bifs.S
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_x86_signal.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_x86_stack.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_bif64.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erlang_lttng.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/inet_drv.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/ram_file_drv.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/ttsl_drv.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_tracer_nif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/prim_buffer_nif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/prim_file_nif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/zlib_nif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/socket_nif.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/net_nif.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_latin_1_table.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_compile.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_config.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_dfa_exec.o
GEN /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/pcre_exec_loop_break_cases.inc
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_fullinfo.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_get.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_globals.o
nifs/common/net_nif.c: In function ‘decode_nameinfo_flags_list’:
nifs/common/net_nif.c:1276:13: warning: NI_IDN_ALLOW_UNASSIGNED is deprecated
1276 | tmp |= NI_IDN_ALLOW_UNASSIGNED;
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nifs/common/net_nif.c:1281:13: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated
1281 | tmp |= NI_IDN_USE_STD3_ASCII_RULES;
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_maketables.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_newline.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_ord2utf8.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_refcount.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_study.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_tables.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_valid_utf8.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_version.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_byte_order.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_jit_compile.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_string_utils.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_ucd.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_xclass.o
gmake[5]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_child_setup.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/erl_poll.flbk.o
CC obj/x86_64-unknown-linux-gnu/opt/smp/hipe_amd64_bifs.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/pcre_exec.o
MAKE opt
gmake[6]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
CC obj/x86_64-unknown-linux-gnu/opt/r/ethr_aux.o
CC obj/x86_64-unknown-linux-gnu/opt/r/ethr_atomics.o
CC obj/x86_64-unknown-linux-gnu/opt/r/ethr_mutex.o
CC obj/x86_64-unknown-linux-gnu/opt/r/ethread.o
CC obj/x86_64-unknown-linux-gnu/opt/r/ethr_cbf.o
CC obj/x86_64-unknown-linux-gnu/opt/r/ethr_event.o
CC obj/x86_64-unknown-linux-gnu/opt/erl_memory_trace_parser.o
CC obj/x86_64-unknown-linux-gnu/opt/r/erl_memory_trace_parser.o
CC obj/x86_64-unknown-linux-gnu/opt/erl_printf_format.o
CC obj/x86_64-unknown-linux-gnu/opt/erl_printf.o
CC obj/x86_64-unknown-linux-gnu/opt/erl_misc_utils.o
CC obj/x86_64-unknown-linux-gnu/opt/r/erl_printf_format.o
CC obj/x86_64-unknown-linux-gnu/opt/r/erl_printf.o
common/erl_misc_utils.c: In function ‘read_topology.constprop.isra’:
common/erl_misc_utils.c:871:31: warning: ‘/node’ directive writing 5 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
871 | sprintf(tpath, "%s/node%d", npath, node_id);
| ^~~~~
In file included from /usr/include/stdio.h:894,
from common/erl_misc_utils.c:36:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 7 and 4112 bytes into a destination of size 4096
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
common/erl_misc_utils.c:893:35: warning: ‘/cpu’ directive writing 4 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
893 | sprintf(tpath, "%s/cpu%d/topology/physical_package_id",
| ^~~~
In file included from /usr/include/stdio.h:894,
from common/erl_misc_utils.c:36:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 35 and 4140 bytes into a destination of size 4096
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
common/erl_misc_utils.c:901:35: warning: ‘/cpu’ directive writing 4 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
901 | sprintf(tpath, "%s/cpu%d/topology/core_id",
| ^~~~
In file included from /usr/include/stdio.h:894,
from common/erl_misc_utils.c:36:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 23 and 4128 bytes into a destination of size 4096
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
CC obj/x86_64-unknown-linux-gnu/opt/r/erl_misc_utils.o
common/erl_misc_utils.c: In function ‘read_topology.constprop.isra’:
common/erl_misc_utils.c:871:31: warning: ‘/node’ directive writing 5 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
871 | sprintf(tpath, "%s/node%d", npath, node_id);
| ^~~~~
In file included from /usr/include/stdio.h:894,
from common/erl_misc_utils.c:36:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 7 and 4112 bytes into a destination of size 4096
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
common/erl_misc_utils.c:893:35: warning: ‘/cpu’ directive writing 4 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
893 | sprintf(tpath, "%s/cpu%d/topology/physical_package_id",
| ^~~~
In file included from /usr/include/stdio.h:894,
from common/erl_misc_utils.c:36:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 35 and 4140 bytes into a destination of size 4096
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
common/erl_misc_utils.c:901:35: warning: ‘/cpu’ directive writing 4 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
901 | sprintf(tpath, "%s/cpu%d/topology/core_id",
| ^~~~
In file included from /usr/include/stdio.h:894,
from common/erl_misc_utils.c:36:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 23 and 4128 bytes into a destination of size 4096
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
AR ../lib/internal/x86_64-unknown-linux-gnu/liberts_internal.a
RANLIB ../lib/internal/x86_64-unknown-linux-gnu/liberts_internal.a
AR ../lib/x86_64-unknown-linux-gnu/liberts_r.a
RANLIB ../lib/x86_64-unknown-linux-gnu/liberts_r.a
AR ../lib/internal/x86_64-unknown-linux-gnu/liberts_internal_r.a
RANLIB ../lib/internal/x86_64-unknown-linux-gnu/liberts_internal_r.a
AR ../lib/x86_64-unknown-linux-gnu/liberts.a
RANLIB ../lib/x86_64-unknown-linux-gnu/liberts.a
AR ../lib/internal/x86_64-unknown-linux-gnu/libethread.a
RANLIB ../lib/internal/x86_64-unknown-linux-gnu/libethread.a
GEN obj/x86_64-unknown-linux-gnu/opt/MADE
gmake[6]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
gmake[5]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/erl_child_setup
AR /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator/pcre/obj/x86_64-unknown-linux-gnu/opt/libepcre.a
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/beam.smp
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/emulator'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc/common'
MAKE opt
gmake[5]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc/common'
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/inet_gethost.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/heart.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/erlexec.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/typer.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/dialyzer.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/erlc.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/escript.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/ct_run.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/safe_string.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/run_erl.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/to_erl.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/dyn_erl.o
VSN Install
VSN erl.src
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/ct_run
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/escript
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/erlc
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/typer
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/dialyzer
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/dyn_erl
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/to_erl
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/heart
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/run_erl
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/erlexec
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/inet_gethost
gmake[5]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc/common'
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc/common'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc/unix'
GEN etp-commands
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc/unix'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/etc'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/epmd'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/epmd/src'
MAKE opt
gmake[5]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/epmd/src'
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/epmd.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/epmd_cli.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/obj/x86_64-unknown-linux-gnu/epmd_srv.o
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/bin/x86_64-unknown-linux-gnu/epmd
gmake[5]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/epmd/src'
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/epmd/src'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/epmd'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
MAKE opt
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/lib_src'
(cd preloaded/src && gmake ../ebin/erts.app)
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/preloaded/src'
VSN ../ebin/erts.app
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts/preloaded/src'
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts'
gmake[1]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/erts'
MAKE secondary_bootstrap_build
gmake[1]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe'
Makefile:72: warning: overriding recipe for target 'clean'
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/make/otp_subdir.mk:29: warning: ignoring old recipe for target 'clean'
=== Entering application hipe
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/rtl'
ERLC ../ebin/hipe_rtl_liveness.beam
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/main'
GEN hipe_literals.hrl
ERLC ../ebin/hipe_rtl_cleanup_const.beam
ERLC ../ebin/hipe_rtl_symbolic.beam
ERLC ../ebin/hipe_rtl_binary.beam
ERLC ../ebin/hipe_rtl_arch.beam
ERLC ../ebin/hipe_tagscheme.beam
ERLC ../ebin/hipe_rtl_verify_gcsafe.beam
VSN hipe.hrl
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/main'
ERLC ../ebin/hipe_rtl_cfg.beam
ERLC ../ebin/hipe_rtl.beam
ERLC ../ebin/hipe_icode2rtl.beam
ERLC ../ebin/hipe_rtl_mk_switch.beam
ERLC ../ebin/hipe_rtl_primops.beam
ERLC ../ebin/hipe_rtl_exceptions.beam
ERLC ../ebin/hipe_rtl_varmap.beam
ERLC ../ebin/hipe_rtl_binary_match.beam
ERLC ../ebin/hipe_rtl_binary_construct.beam
ERLC ../ebin/hipe_rtl_arith_32.beam
ERLC ../ebin/hipe_rtl_arith_64.beam
ERLC ../ebin/hipe_rtl_ssa.beam
ERLC ../ebin/hipe_rtl_ssa_const_prop.beam
ERLC ../ebin/hipe_rtl_lcm.beam
ERLC ../ebin/hipe_rtl_ssapre.beam
ERLC ../ebin/hipe_rtl_ssa_avail_expr.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/rtl'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/misc'
ERLC ../ebin/hipe_consttab.beam
ERLC ../ebin/hipe_gensym.beam
ERLC ../ebin/hipe_data_pp.beam
ERLC ../ebin/hipe_pack_constants.beam
ERLC ../ebin/hipe_sdi.beam
ERLC ../ebin/hipe_segment_trees.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/misc'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/main'
ERLC ../ebin/hipe_main.beam
ERLC ../ebin/hipe.beam
VSN ../ebin/hipe.app
VSN ../ebin/hipe.appup
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/main'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/cerl'
ERLC ../ebin/cerl_cconv.beam
ERLC ../ebin/cerl_closurean.beam
ERLC ../ebin/cerl_hipeify.beam
ERLC ../ebin/cerl_lib.beam
ERLC ../ebin/cerl_pmatch.beam
ERLC ../ebin/cerl_prettypr.beam
ERLC ../ebin/cerl_to_icode.beam
ERLC ../ebin/cerl_typean.beam
ERLC ../ebin/erl_bif_types.beam
ERLC ../ebin/erl_types.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/cerl'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/icode'
ERLC ../ebin/hipe_beam_to_icode.beam
ERLC ../ebin/hipe_icode.beam
ERLC ../ebin/hipe_icode_bincomp.beam
ERLC ../ebin/hipe_icode_callgraph.beam
ERLC ../ebin/hipe_icode_cfg.beam
ERLC ../ebin/hipe_icode_coordinator.beam
ERLC ../ebin/hipe_icode_fp.beam
ERLC ../ebin/hipe_icode_exceptions.beam
ERLC ../ebin/hipe_icode_inline_bifs.beam
ERLC ../ebin/hipe_icode_instruction_counter.beam
ERLC ../ebin/hipe_icode_liveness.beam
ERLC ../ebin/hipe_icode_pp.beam
ERLC ../ebin/hipe_icode_primops.beam
ERLC ../ebin/hipe_icode_range.beam
ERLC ../ebin/hipe_icode_split_arith.beam
ERLC ../ebin/hipe_icode_ssa.beam
ERLC ../ebin/hipe_icode_ssa_const_prop.beam
ERLC ../ebin/hipe_icode_call_elim.beam
ERLC ../ebin/hipe_icode_ssa_copy_prop.beam
ERLC ../ebin/hipe_icode_ssa_struct_reuse.beam
ERLC ../ebin/hipe_icode_type.beam
ERLC ../ebin/hipe_icode_heap_test.beam
ERLC ../ebin/hipe_icode_ebb.beam
ERLC ../ebin/hipe_icode_mulret.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/icode'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/flow'
ERLC ../ebin/hipe_bb.beam
ERLC ../ebin/hipe_dominators.beam
ERLC ../ebin/hipe_gen_cfg.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/flow'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/util'
ERLC ../ebin/hipe_timing.beam
ERLC ../ebin/hipe_dot.beam
ERLC ../ebin/hipe_digraph.beam
ERLC ../ebin/hipe_dsets.beam
ERLC ../ebin/hipe_vectors.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/util'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/doc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/regalloc'
ERLC ../ebin/hipe_ig.beam
ERLC ../ebin/hipe_ig_moves.beam
ERLC ../ebin/hipe_moves.beam
ERLC ../ebin/hipe_node_sets.beam
ERLC ../ebin/hipe_spillcost.beam
ERLC ../ebin/hipe_reg_worklists.beam
ERLC ../ebin/hipe_adj_list.beam
ERLC ../ebin/hipe_temp_map.beam
ERLC ../ebin/hipe_optimistic_regalloc.beam
ERLC ../ebin/hipe_coalescing_regalloc.beam
ERLC ../ebin/hipe_graph_coloring_regalloc.beam
ERLC ../ebin/hipe_range_split.beam
ERLC ../ebin/hipe_regalloc_loop.beam
ERLC ../ebin/hipe_regalloc_prepass.beam
ERLC ../ebin/hipe_restore_reuse.beam
ERLC ../ebin/hipe_ls_regalloc.beam
ERLC ../ebin/hipe_ppc_specific.beam
ERLC ../ebin/hipe_ppc_specific_fp.beam
ERLC ../ebin/hipe_sparc_specific.beam
ERLC ../ebin/hipe_sparc_specific_fp.beam
ERLC ../ebin/hipe_arm_specific.beam
ERLC ../ebin/hipe_x86_specific.beam
ERLC ../ebin/hipe_x86_specific_x87.beam
ERLC ../ebin/hipe_amd64_specific.beam
ERLC ../ebin/hipe_amd64_specific_sse2.beam
ERLC ../ebin/hipe_amd64_specific_x87.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/regalloc'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/sparc'
ERLC ../ebin/hipe_rtl_to_sparc.beam
ERLC ../ebin/hipe_sparc.beam
ERLC ../ebin/hipe_sparc_assemble.beam
ERLC ../ebin/hipe_sparc_cfg.beam
ERLC ../ebin/hipe_sparc_defuse.beam
ERLC ../ebin/hipe_sparc_encode.beam
ERLC ../ebin/hipe_sparc_finalise.beam
ERLC ../ebin/hipe_sparc_frame.beam
ERLC ../ebin/hipe_sparc_liveness_all.beam
ERLC ../ebin/hipe_sparc_liveness_fpr.beam
ERLC ../ebin/hipe_sparc_liveness_gpr.beam
ERLC ../ebin/hipe_sparc_main.beam
ERLC ../ebin/hipe_sparc_pp.beam
ERLC ../ebin/hipe_sparc_ra.beam
ERLC ../ebin/hipe_sparc_ra_finalise.beam
ERLC ../ebin/hipe_sparc_ra_ls.beam
ERLC ../ebin/hipe_sparc_ra_naive.beam
ERLC ../ebin/hipe_sparc_ra_postconditions_fp.beam
ERLC ../ebin/hipe_sparc_ra_postconditions.beam
ERLC ../ebin/hipe_sparc_registers.beam
ERLC ../ebin/hipe_sparc_subst.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/sparc'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/ppc'
ERLC ../ebin/hipe_ppc.beam
ERLC ../ebin/hipe_ppc_assemble.beam
ERLC ../ebin/hipe_ppc_cfg.beam
ERLC ../ebin/hipe_ppc_defuse.beam
ERLC ../ebin/hipe_ppc_encode.beam
ERLC ../ebin/hipe_ppc_finalise.beam
ERLC ../ebin/hipe_ppc_frame.beam
ERLC ../ebin/hipe_ppc_liveness_all.beam
ERLC ../ebin/hipe_ppc_liveness_fpr.beam
ERLC ../ebin/hipe_ppc_liveness_gpr.beam
ERLC ../ebin/hipe_ppc_main.beam
ERLC ../ebin/hipe_ppc_pp.beam
ERLC ../ebin/hipe_ppc_ra.beam
ERLC ../ebin/hipe_ppc_ra_finalise.beam
ERLC ../ebin/hipe_ppc_ra_naive.beam
ERLC ../ebin/hipe_ppc_ra_ls.beam
ERLC ../ebin/hipe_ppc_ra_postconditions.beam
ERLC ../ebin/hipe_ppc_ra_postconditions_fp.beam
ERLC ../ebin/hipe_ppc_registers.beam
ERLC ../ebin/hipe_ppc_subst.beam
ERLC ../ebin/hipe_rtl_to_ppc.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/ppc'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/x86'
ERLC ../ebin/hipe_rtl_to_x86.beam
ERLC ../ebin/hipe_x86.beam
ERLC ../ebin/hipe_x86_assemble.beam
ERLC ../ebin/hipe_x86_cfg.beam
ERLC ../ebin/hipe_x86_defuse.beam
ERLC ../ebin/hipe_x86_encode.beam
ERLC ../ebin/hipe_x86_frame.beam
ERLC ../ebin/hipe_x86_liveness.beam
ERLC ../ebin/hipe_x86_main.beam
ERLC ../ebin/hipe_x86_postpass.beam
ERLC ../ebin/hipe_x86_pp.beam
ERLC ../ebin/hipe_x86_ra.beam
ERLC ../ebin/hipe_x86_ra_finalise.beam
ERLC ../ebin/hipe_x86_ra_ls.beam
ERLC ../ebin/hipe_x86_ra_naive.beam
ERLC ../ebin/hipe_x86_ra_postconditions.beam
ERLC ../ebin/hipe_x86_registers.beam
ERLC ../ebin/hipe_x86_spill_restore.beam
ERLC ../ebin/hipe_x86_subst.beam
ERLC ../ebin/hipe_x86_x87.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/x86'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/amd64'
ERLC ../ebin/hipe_amd64_assemble.beam
ERLC ../ebin/hipe_amd64_defuse.beam
ERLC ../ebin/hipe_amd64_encode.beam
ERLC ../ebin/hipe_amd64_frame.beam
ERLC ../ebin/hipe_amd64_liveness.beam
ERLC ../ebin/hipe_amd64_main.beam
ERLC ../ebin/hipe_amd64_pp.beam
ERLC ../ebin/hipe_amd64_ra.beam
ERLC ../ebin/hipe_amd64_ra_finalise.beam
ERLC ../ebin/hipe_amd64_ra_ls.beam
ERLC ../ebin/hipe_amd64_ra_naive.beam
ERLC ../ebin/hipe_amd64_ra_postconditions.beam
ERLC ../ebin/hipe_amd64_ra_sse2_postconditions.beam
ERLC ../ebin/hipe_amd64_registers.beam
ERLC ../ebin/hipe_amd64_spill_restore.beam
ERLC ../ebin/hipe_amd64_subst.beam
ERLC ../ebin/hipe_amd64_x87.beam
ERLC ../ebin/hipe_amd64_sse2.beam
ERLC ../ebin/hipe_rtl_to_amd64.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/amd64'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/arm'
ERLC ../ebin/hipe_arm.beam
ERLC ../ebin/hipe_arm_assemble.beam
ERLC ../ebin/hipe_arm_cfg.beam
ERLC ../ebin/hipe_arm_defuse.beam
ERLC ../ebin/hipe_arm_encode.beam
ERLC ../ebin/hipe_arm_finalise.beam
ERLC ../ebin/hipe_arm_frame.beam
ERLC ../ebin/hipe_arm_liveness_gpr.beam
ERLC ../ebin/hipe_arm_main.beam
ERLC ../ebin/hipe_arm_pp.beam
ERLC ../ebin/hipe_arm_ra.beam
ERLC ../ebin/hipe_arm_ra_finalise.beam
ERLC ../ebin/hipe_arm_ra_ls.beam
ERLC ../ebin/hipe_arm_ra_naive.beam
ERLC ../ebin/hipe_arm_ra_postconditions.beam
ERLC ../ebin/hipe_arm_registers.beam
ERLC ../ebin/hipe_arm_subst.beam
ERLC ../ebin/hipe_rtl_to_arm.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/arm'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/opt'
ERLC ../ebin/hipe_spillmin.beam
ERLC ../ebin/hipe_spillmin_color.beam
ERLC ../ebin/hipe_spillmin_scan.beam
ERLC ../ebin/hipe_bb_weights.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/opt'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/tools'
ERLC ../ebin/hipe_profile.beam
ERLC ../ebin/hipe_jit.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/tools'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/llvm'
ERLC ../ebin/elf_format.beam
ERLC ../ebin/hipe_llvm.beam
ERLC ../ebin/hipe_llvm_liveness.beam
ERLC ../ebin/hipe_llvm_main.beam
ERLC ../ebin/hipe_llvm_merge.beam
ERLC ../ebin/hipe_rtl_to_llvm.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe/llvm'
=== Leaving application hipe
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/hipe'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools'
=== Entering application parsetools
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/doc/src'
=== Leaving application parsetools
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/asn1/src'
gmake[2]: Nothing to be done for 'opt'.
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/asn1/src'
gmake[1]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib'
MAKE secondary_bootstrap_copy
MAKE tertiary_bootstrap_build
gmake[1]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp'
=== Entering application snmp
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/mibs'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/mibs'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/app'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/app'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/misc'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/misc'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/agent'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/agent'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/manager'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/manager'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex1'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex1'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex2'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex2'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/agent'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/agent'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/manager'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/manager'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/doc/src'
=== Leaving application snmp
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl'
=== Entering application sasl
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/doc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/examples/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/examples/src'
=== Leaving application sasl
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface'
=== Entering application erl_interface
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/doc/src'
=== Leaving application erl_interface
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface'
=== Entering application jinterface
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang'
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpAuthException.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangDecodeException.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangException.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangExit.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangRangeException.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpException.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangAtom.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangBinary.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangBitstr.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangBoolean.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangByte.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangChar.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangDouble.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangFloat.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangInt.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangList.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangLong.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangObject.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangPid.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangPort.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangRef.class
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
2 warnings
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangShort.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangUInt.class
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpErlangUShort.class
2 warnings
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/Link.class
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/Links.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpCookedConnection.class
2 warnings
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpNodeStatus.class
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpMbox.class
2 warnings
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpNode.class
2 warnings
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpServer.class
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
JAVAC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/priv/com/ericsson/otp/erlang/OtpSystem.class
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
VSN /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/ebin/jinterface.app
VSN /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/ebin/jinterface.appup
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
OtpMbox.java:661: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
OtpNode.java:258: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java:258: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java:258: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
2 warnings
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java:661: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractConnection.java:805: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java:661: warning: [deprecation] finalize() in Object has been deprecated
protected void finalize() {
^
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
4 warnings
4 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
4 warnings
/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java:126: warning: [deprecation] Double(double) in Double has been deprecated
final Double v = new Double(d);
^
2 warnings
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src/com/ericsson/otp/erlang'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/java_src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface/doc/src'
=== Leaving application jinterface
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/jinterface'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools'
=== Entering application syntax_tools
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools/examples'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools/examples'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools/doc/src'
=== Leaving application syntax_tools
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/syntax_tools'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/wx'
=== Entering application wx
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/wx/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/wx/src'
=== Leaving application wx
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/wx'
gmake[1]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib'
MAKE tertiary_bootstrap_copy
MAKE libs
gmake[1]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib'
=== Entering application stdlib
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib/doc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib/examples'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib/examples'
=== Leaving application stdlib
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/stdlib'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl'
=== Entering application sasl
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/doc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/examples/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl/examples/src'
=== Leaving application sasl
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/sasl'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel'
=== Entering application kernel
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel/src'
ERLC ../ebin/hipe_unified_loader.beam
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel/doc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel/examples'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel/examples'
=== Leaving application kernel
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/kernel'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/compiler'
=== Entering application compiler
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/compiler/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/compiler/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/compiler/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/compiler/doc/src'
=== Leaving application compiler
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/compiler'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools'
=== Entering application tools
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/c_src'
MAKE opt
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/c_src'
CC ../obj/x86_64-unknown-linux-gnu/opt/emem/erl_memory.o
CC ../obj/x86_64-unknown-linux-gnu/opt/emem/erl_memory_trace_block_table.o
LD ../bin/x86_64-unknown-linux-gnu/emem
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/c_src'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/c_src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/doc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/examples'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/examples'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/emacs'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools/emacs'
=== Leaving application tools
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/tools'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test'
=== Entering application common_test
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/doc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/priv'
MAKE opt
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/priv'
gmake[4]: Nothing to be done for 'debug'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/priv'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test/priv'
=== Leaving application common_test
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/common_test'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools'
=== Entering application runtime_tools
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/c_src'
MAKE opt
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/c_src'
CC ../priv/obj/x86_64-unknown-linux-gnu/dyntrace.o
CC ../priv/obj/x86_64-unknown-linux-gnu/trace_file_drv.o
CC ../priv/obj/x86_64-unknown-linux-gnu/trace_ip_drv.o
LD ../priv/lib/x86_64-unknown-linux-gnu/dyntrace.so
LD ../priv/lib/x86_64-unknown-linux-gnu/trace_file_drv.so
LD ../priv/lib/x86_64-unknown-linux-gnu/trace_ip_drv.so
rm ../priv/obj/x86_64-unknown-linux-gnu/trace_file_drv.o ../priv/obj/x86_64-unknown-linux-gnu/dyntrace.o ../priv/obj/x86_64-unknown-linux-gnu/trace_ip_drv.o
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/c_src'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/c_src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools/doc/src'
=== Leaving application runtime_tools
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/runtime_tools'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets'
=== Entering application inets
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/inets_app'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/inets_app'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/http_lib'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/http_lib'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/http_client'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/http_client'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/http_server'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src/http_server'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/examples'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/examples/server_root'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/examples/server_root'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/examples/httpd_load_test'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/examples/httpd_load_test'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/examples'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/priv'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/priv'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets/doc/src'
=== Leaving application inets
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/inets'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools'
=== Entering application parsetools
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools/doc/src'
=== Leaving application parsetools
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/parsetools'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/xmerl'
=== Entering application xmerl
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/xmerl/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/xmerl/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/xmerl/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/xmerl/doc/src'
=== Leaving application xmerl
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/xmerl'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc'
=== Entering application edoc
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/include'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/include'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/priv'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/priv'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc/doc/src'
=== Leaving application edoc
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/edoc'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen'
=== Entering application erl_docgen
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/bin'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/bin'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/css'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/css'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/dtd'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/dtd'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/dtd_html_entities'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/dtd_html_entities'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/dtd_man_entities'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/dtd_man_entities'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/images'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/images'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/js/flipmenu'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/js/flipmenu'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/xsl'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv/xsl'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/priv'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen/doc/src'
=== Leaving application erl_docgen
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_docgen'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp'
=== Entering application snmp
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/mibs'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/mibs'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/compile'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/app'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/app'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/misc'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/misc'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/agent'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/agent'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/manager'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src/manager'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/src'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex1'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex1'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex2'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples/ex2'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/examples'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/agent'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/agent'
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/manager'
gmake[4]: Nothing to be done for 'opt'.
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf/manager'
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/priv/conf'
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/doc/src'
gmake[3]: Nothing to be done for 'opt'.
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp/doc/src'
=== Leaving application snmp
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/snmp'
gmake[2]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface'
=== Entering application erl_interface
gmake[3]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src'
MAKE opt
gmake[4]: Entering directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src'
GEN x86_64-unknown-linux-gnu/depend.mk
CC x86_64-unknown-linux-gnu/depend.mk
CC x86_64-unknown-linux-gnu/depend.mk
CC x86_64-unknown-linux-gnu/depend.mk
CC x86_64-unknown-linux-gnu/depend.mk
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_connect.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_resolve.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/eirecv.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/send.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/send_exit.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/send_reg.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_atom.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_big.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_bignum.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_binary.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_boolean.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_char.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_double.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_fun.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_list_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_intlist.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_long.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_pid.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_port.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_ref.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_string.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_skip.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_trace.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_tuple_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_ulong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_version.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_longlong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_ulonglong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_atom.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_big.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_bignum.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_binary.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_boolean.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_char.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_double.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_fun.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_list_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_long.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_pid.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_port.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_ref.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_string.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_trace.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_tuple_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_ulong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_longlong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_version.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_ulonglong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/epmd_port.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/epmd_publish.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/epmd_unpublish.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_decode_term.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_format.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_locking.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_malloc.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_portio.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_pthreads.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_printterm.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_trace.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_x_encode.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/eimd5.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/get_type.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/show_msg.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_compat.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_dohash.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/ei_init.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_foreach.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_freetab.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_insert.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_isprime.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_lookup.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_newtab.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_resize.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_remove.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/hash_rlookup.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_close.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_delete.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_dirty.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_dump.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_free.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_get.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_getf.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_geti.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_getp.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_gets.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_make.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_open.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_purge.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_resize.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_restore.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_set.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_setf.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_seti.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_setp.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_sets.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_stat.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/reg_tabstat.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/decode_term.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/encode_term.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_connect.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_error.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_eterm.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_fix_alloc.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_format.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_malloc.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_marshal.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_resolve.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/erl_timeout.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/global_names.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/global_register.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/global_unregister.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.st/x86_64-unknown-linux-gnu/global_whereis.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_connect.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_resolve.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/eirecv.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/send.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/send_exit.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/send_reg.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_atom.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_big.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_bignum.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_binary.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_boolean.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_char.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_double.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_fun.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_intlist.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_list_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_long.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_pid.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_port.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_ref.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_skip.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_string.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_trace.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_tuple_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_ulong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_version.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_longlong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_ulonglong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_atom.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_big.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_bignum.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_binary.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_boolean.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_char.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_double.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_fun.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_list_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_long.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_pid.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_port.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_ref.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_string.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_trace.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_tuple_header.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_ulong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_version.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_longlong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_ulonglong.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/epmd_port.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/epmd_publish.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/epmd_unpublish.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_decode_term.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_format.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_locking.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_malloc.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_portio.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_printterm.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_pthreads.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_trace.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_x_encode.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/eimd5.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/get_type.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/show_msg.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_compat.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/ei_init.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_dohash.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_foreach.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_freetab.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_insert.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_isprime.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_lookup.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_newtab.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_remove.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_resize.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/hash_rlookup.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_close.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_delete.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_dirty.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_dump.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_free.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_get.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_getf.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_geti.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_getp.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_make.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_gets.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_open.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_purge.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_resize.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_restore.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_set.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_setf.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_seti.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_setp.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_sets.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_stat.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/reg_tabstat.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/decode_term.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/encode_term.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_connect.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_error.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_eterm.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_fix_alloc.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_format.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_malloc.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_marshal.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_resolve.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/erl_timeout.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/global_names.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/global_register.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/global_unregister.o
CC /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj.mt/x86_64-unknown-linux-gnu/global_whereis.o
AR /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei_st.a
AR /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/liberl_interface_st.a
RANLIB /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei_st.a
RANLIB /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/liberl_interface_st.a
AR /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a
RANLIB /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a
LD /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/bin/x86_64-unknown-linux-gnu/erl_call
/usr/bin/ld: /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(eirecv.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei_default_socket_callbacks'; /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: first defined here
/usr/bin/ld: /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(send.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei_default_socket_callbacks'; /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: first defined here
/usr/bin/ld: /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(send_reg.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei_default_socket_callbacks'; /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: first defined here
/usr/bin/ld: /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(epmd_port.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei_default_socket_callbacks'; /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: first defined here
/usr/bin/ld: /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_portio.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei_default_socket_callbacks'; /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/obj/x86_64-unknown-linux-gnu/libei.a(ei_connect.o):/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src/misc/ei_portio.h:50: first defined here
collect2: error: ld returned 1 exit status
gmake[4]: *** [x86_64-unknown-linux-gnu/Makefile:669: /home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/bin/x86_64-unknown-linux-gnu/erl_call] Error 1
gmake[4]: *** Waiting for unfinished jobs....
gmake[4]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src'
gmake[3]: *** [Makefile:31: opt] Error 2
gmake[3]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface/src'
gmake[2]: *** [/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/make/otp_subdir.mk:29: opt] Error 2
gmake[2]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib/erl_interface'
gmake[1]: *** [/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/make/otp_subdir.mk:29: opt] Error 2
gmake[1]: Leaving directory '/home/sauronnikko/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0/otp_src_22.0/lib'
gmake: *** [Makefile:490: libs] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment