Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toddholmberg/2d76a40ea17e707426945f0e0932a238 to your computer and use it in GitHub Desktop.
Save toddholmberg/2d76a40ea17e707426945f0e0932a238 to your computer and use it in GitHub Desktop.
Amazon Linux 2 asdf install log for erlang 24.0.5
*** It is not necessary to execute './otp_build autoconf' anymore! ***
All configure scripts have been committed in the repository and are
therefore always available. If you need to update them, execute
'./otp_build update_configure [--no-commit]'. Ensure that you have
autoconf version 2.69 in your PATH before updating the configure
scritps.
The only effect of executing './otp_build autoconf' is printing of this
message.
/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/configure --cache-file=/dev/null
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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... 24
checking OTP version... 24.0.5
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 mingw-gcc 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 if we mix WSL 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 if we can add -fno-common to CFLAGS (via CFLAGS)... yes
checking C99 support... yes
checking CFLAGS for -O switch... yes
checking whether gcc accepts -fprofile-generate -Werror...... yes
checking whether gcc accepts -fprofile-use -Werror...... yes
checking whether gcc accepts -fprofile-use -fprofile-correction -Werror...... yes
checking whether gcc links with -fprofile-generate... yes
checking whether gcc accepts -fprofile-instr-generate -Werror...... no
checking whether to do PGO of erts... yes, using -fprofile-generate -fprofile-correction
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... bison -y
checking for perl5... no
checking for perl... /home/ec2-user/.asdf/shims/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 size of void *... (cached) 8
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... yes
checking whether pthread_yield() returns an int... yes
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 gcc pic cmpxchg16b plain asm support... yes
checking for posix_fadvise... yes
checking for closefrom... no
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 library containing inflateGetDictionary... no
checking for localtime_r... yes
checking for strftime... yes
checking for getprotoent... yes
checking for setprotoent... yes
checking for endprotoent... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for if_nameindex... yes
checking for if_freenameindex... yes
checking for gethostname... yes
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... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
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 elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
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 netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.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 for linux/types.h... yes
checking for linux/errqueue.h... 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... yes
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 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 size of suseconds_t... 8
checking size of _Float16... 0
checking for C compiler 'restrict' support... yes
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... no
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... (cached) yes
checking for gmtime_r... yes
checking for mprotect... yes
checking for madvise... yes
checking for posix_madvise... 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 vsyslog... yes
checking for inet_pton... 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 for netpacket/packet.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for getifaddrs... yes
checking for struct sockaddr_un.sun_path... 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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for C++17 support... yes
checking for safe signal delivery... yes
checking whether to redefine FD_SETSIZE... no
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 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 log2... yes
configure: creating ./config.status
config.status: creating emulator/x86_64-pc-linux-gnu/Makefile
config.status: creating epmd/src/x86_64-pc-linux-gnu/Makefile
config.status: creating etc/common/x86_64-pc-linux-gnu/Makefile
config.status: creating include/internal/x86_64-pc-linux-gnu/ethread.mk
config.status: creating include/internal/x86_64-pc-linux-gnu/erts_internal.mk
config.status: creating lib_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../make/x86_64-pc-linux-gnu/otp.mk
config.status: creating ../make/make_emakefile
config.status: creating ../lib/os_mon/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../lib/runtime_tools/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../lib/tools/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../make/install_dir_data.sh
config.status: creating x86_64-pc-linux-gnu/config.h
config.status: creating include/internal/x86_64-pc-linux-gnu/ethread_header_config.h
config.status: creating include/x86_64-pc-linux-gnu/erl_int_sizes_config.h
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/make ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/make"
Ignoring the --cache-file argument since it can cause the system to be erroneously configured
Disabling caching
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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... /home/ec2-user/.asdf/shims/perl
checking ERTS version... 12.0.3
checking OTP release... 24
checking OTP version... 24.0.5
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 if we can add -fno-common to DED_CFLAGS (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 -fno-common -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -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 -fno-common -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-pc-linux-gnu/otp_ded.mk
config.status: creating emd2exml
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: creating ./config.status
config.status: creating priv/x86_64-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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 if we can add -fno-common to DED_CFLAGS (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 -fno-common -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -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 -fno-common -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 multiarch directory... not found
checking size of void *... 8
checking for static zlib... no
checking for OpenSSL crypto library with version >= 0.9.8c in standard locations... dynamic crypto library in /usr/lib64
checking for runtime library path to use... /usr/lib64:/usr/local/lib64:/usr/sfw/lib64:/opt/local/lib64:/usr/pkg/lib64:/usr/local/openssl/lib64:/usr/local/opt/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/:/usr/lib/:/opt/local/lib/:/usr/pkg/lib/:/usr/local/openssl/lib/:/usr/local/opt/openssl/lib/:/usr/lib/openssl/lib/:/usr/openssl/lib/:/usr/local/ssl/lib/:/usr/lib/ssl/lib/:/usr/ssl/lib/:/lib/:/usr/local/lib:/usr/sfw/lib:/usr/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/local/opt/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-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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
checking if we can add -fno-common to CFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating src/x86_64-pc-linux-gnu/Makefile
config.status: creating src/x86_64-pc-linux-gnu/eidefs.mk
config.status: creating src/x86_64-pc-linux-gnu/config.h
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL with another native compiler... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for reentrant capable flex... yes
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 if we can add -fno-common to DED_CFLAGS (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 -fno-common -Werror=return-type -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -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 -fno-common -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-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for perl... perl
configure: creating ./config.status
config.status: creating mibs/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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 if we can add -fno-move-loop-invariants to CXXNOOPT (via CFLAGS)... yes
checking if we can add -fno-var-tracking-assignments to CXXNOOPT (via CFLAGS)... yes
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 wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 3.0.2 (--unicode)... no (version 2.8.12 is not new enough)
checking for wxwidgets webview... no
checking for wx-config... (cached) /usr/bin/wx-config
checking for wxWidgets version >= 3.0.2 (--unicode --debug=yes)... no
checking for debug build of wxWidgets... no
checking for wx-config... (cached) /usr/bin/wx-config
checking for wxWidgets version >= 3.0.2 (--unicode --debug=no)... no (version 2.8.12 is not new enough)
checking for standard build of wxWidgets... no
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-pc-linux-gnu/config.status
config.status: creating config.mk
config.status: creating c_src/Makefile
configure: WARNING:
The requested wxWidgets build couldn't be found.
The configuration you asked for requires a wxWidgets
build with the following settings:
--unicode
but such build is not available.
To see the wxWidgets builds available on this system, please use
'wx-config --list' command. To use the default build, returned by
'wx-config --selected-config', use the options with their 'auto'
default values.
If you still get this error, then check that 'wx-config' is
in path, the directory where wxWidgets libraries are installed
(returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
or equivalent variable and wxWidgets version is 3.0.2 or above.
configure: WARNING:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 3.0.2 or above.
*********************************************************************
********************** APPLICATIONS INFORMATION *******************
*********************************************************************
wx :
The requested wxWidgets build couldn't be found.
The configuration you asked for requires a wxWidgets
build with the following settings:
--unicode
but such build is not available.
To see the wxWidgets builds available on this system, please use
'wx-config --list' command. To use the default build, returned by
'wx-config --selected-config', use the options with their 'auto'
default values.
If you still get this error, then check that 'wx-config' is
in path, the directory where wxWidgets libraries are installed
(returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
or equivalent variable and wxWidgets version is 3.0.2 or above.
wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 3.0.2 or above.
*********************************************************************
Makefile:1235: warning: overriding recipe for target `dialyzer'
Makefile:510: warning: ignoring old recipe for target `dialyzer'
rm -f *~ *.bak config.log config.status prebuilt.files ibin/*
cd erts && ERL_TOP=/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5 make clean
make[1]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
MAKE clean
Unknown open() mode '>&' at utils/make_compiler_flags line 78.
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
rm -f x86_64-pc-linux-gnu/opt/jit/OPCODES-GENERATED x86_64-pc-linux-gnu/opt/jit/TABLES-GENERATED x86_64-pc-linux-gnu/opt/jit/erl_alloc_types.h x86_64-pc-linux-gnu/erl_version.h x86_64-pc-linux-gnu/opt/jit/driver_tab.c x86_64-pc-linux-gnu/erl_db_insert_list.ycf.h x86_64-pc-linux-gnu/erl_map.ycf.h x86_64-pc-linux-gnu/utils.ycf.h x86_64-pc-linux-gnu/opt/jit/asmjit/asmjit-scope-end.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86.h x86_64-pc-linux-gnu/opt/jit/asmjit/core.h x86_64-pc-linux-gnu/opt/jit/asmjit/asmjit-scope-begin.h x86_64-pc-linux-gnu/opt/jit/asmjit/asmjit.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonetree.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/builder.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/compilerdefs.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/funcargscontext_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/osutils.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/rastack_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/features.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/jitallocator.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/compiler.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/string.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/logger.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/formatter.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/type.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/archtraits.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonestack.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/api-build_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/codeholder.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/virtmem.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/datatypes.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/constpool.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/misc_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonestring.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/osutils_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/rabuilders_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/emitter.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/cpuinfo.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/globals.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonelist.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/errorhandler.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/jitruntime.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/codebuffer.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/rapass_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonevector.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/codewriter_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/api-config.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/assembler.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/operand.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/archcommons.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/zone.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/target.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/emitterutils_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/emithelper_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/func.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/ralocal_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/raassignment_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/environment.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/support.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/inst.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/radefs_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonehash.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86func_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86rapass_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86instdb.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86builder.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86globals.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86formatter_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86features.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86instdb_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86instapi_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86operand.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86archtraits_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86opcode_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86assembler.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86compiler.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86emithelper_p.h x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86emitter.h
rm -f -r x86_64-pc-linux-gnu/*.c x86_64-pc-linux-gnu/*.h x86_64-pc-linux-gnu/*-GENERATED
rm -f -r x86_64-pc-linux-gnu/*/*
rm -f -r obj/x86_64-pc-linux-gnu
rm -f -r pcre/obj/x86_64-pc-linux-gnu /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator/pcre/pcre_exec_loop_break_cases.inc
rm -f -r zlib/obj/x86_64-pc-linux-gnu
rm -f -r bin/x86_64-pc-linux-gnu
cd /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src && make clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
MAKE clean
make[5]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
rm -f -r ../lib/internal/x86_64-pc-linux-gnu/*
rm -f -r ../lib/x86_64-pc-linux-gnu/*
rm -f -r obj/x86_64-pc-linux-gnu/*
rm -f yielding_c_fun/bin/x86_64-pc-linux-gnu/*
rm -f yielding_c_fun/x86_64-pc-linux-gnu/*
make[5]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc/common'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc/common'
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/inet_gethost /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/heart /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/erlexec /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/typer /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/dialyzer /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/erlc /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/escript /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/ct_run /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/run_erl /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/to_erl /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/dyn_erl /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/erl_call
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/win_erlexec.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/init_file.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/start_erl.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/dialyzer.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/erlexec.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/erl_io.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/erlc.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/escript.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/heart.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/heart_config.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/inet_gethost.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/rdate.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/reclaim.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/run_erl.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/to_erl.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/typer.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/dyn_erl.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/safe_string.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/run_erl.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/to_erl.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/ct_run.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/vxcall.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/erl.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/erl_log.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj*/x86_64-pc-linux-gnu/werl.o
rm -f Install erl.src
rm -f *~ core
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc/common'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc/common'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc/unix'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc/unix'
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/etc'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/epmd'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/epmd/src'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/epmd/src'
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/bin/x86_64-pc-linux-gnu/epmd
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj/x86_64-pc-linux-gnu/epmd.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj/x86_64-pc-linux-gnu/epmd_cli.o
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/obj/x86_64-pc-linux-gnu/epmd_srv.o
rm -f *.o
rm -f *~ core
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/epmd/src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/epmd/src'
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/epmd'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
MAKE clean
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
rm -f -r ../lib/internal/x86_64-pc-linux-gnu/*
rm -f -r ../lib/x86_64-pc-linux-gnu/*
rm -f -r obj/x86_64-pc-linux-gnu/*
rm -f yielding_c_fun/bin/x86_64-pc-linux-gnu/*
rm -f yielding_c_fun/x86_64-pc-linux-gnu/*
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/start_scripts'
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/start_scripts'
(cd preloaded/src && make ../ebin/erts.app)
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/preloaded/src'
VSN ../ebin/erts.app
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/preloaded/src'
make[1]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts'
cd lib && ERL_TOP=/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5 make clean BUILD_ALL=true
make[1]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib'
=== Entering application stdlib
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib/src'
rm -f ../ebin/array.beam ../ebin/base64.beam ../ebin/beam_lib.beam ../ebin/binary.beam ../ebin/c.beam ../ebin/calendar.beam ../ebin/dets.beam ../ebin/dets_server.beam ../ebin/dets_sup.beam ../ebin/dets_utils.beam ../ebin/dets_v9.beam ../ebin/dict.beam ../ebin/digraph.beam ../ebin/digraph_utils.beam ../ebin/edlin.beam ../ebin/edlin_expand.beam ../ebin/epp.beam ../ebin/erl_abstract_code.beam ../ebin/erl_anno.beam ../ebin/erl_bits.beam ../ebin/erl_compile.beam ../ebin/erl_error.beam ../ebin/erl_eval.beam ../ebin/erl_expand_records.beam ../ebin/erl_internal.beam ../ebin/erl_lint.beam ../ebin/erl_parse.beam ../ebin/erl_posix_msg.beam ../ebin/erl_pp.beam ../ebin/erl_scan.beam ../ebin/erl_stdlib_errors.beam ../ebin/erl_tar.beam ../ebin/error_logger_file_h.beam ../ebin/error_logger_tty_h.beam ../ebin/escript.beam ../ebin/ets.beam ../ebin/eval_bits.beam ../ebin/file_sorter.beam ../ebin/filelib.beam ../ebin/filename.beam ../ebin/gb_trees.beam ../ebin/gb_sets.beam ../ebin/gen.beam ../ebin/gen_event.beam ../ebin/gen_fsm.beam ../ebin/gen_server.beam ../ebin/gen_statem.beam ../ebin/io.beam ../ebin/io_lib.beam ../ebin/io_lib_format.beam ../ebin/io_lib_format_ryu_table.beam ../ebin/io_lib_fread.beam ../ebin/io_lib_pretty.beam ../ebin/lists.beam ../ebin/log_mf_h.beam ../ebin/maps.beam ../ebin/math.beam ../ebin/ms_transform.beam ../ebin/otp_internal.beam ../ebin/orddict.beam ../ebin/ordsets.beam ../ebin/re.beam ../ebin/pool.beam ../ebin/proc_lib.beam ../ebin/proplists.beam ../ebin/qlc.beam ../ebin/qlc_pt.beam ../ebin/queue.beam ../ebin/rand.beam ../ebin/random.beam ../ebin/sets.beam ../ebin/shell.beam ../ebin/shell_default.beam ../ebin/shell_docs.beam ../ebin/slave.beam ../ebin/sofs.beam ../ebin/string.beam ../ebin/supervisor.beam ../ebin/supervisor_bridge.beam ../ebin/sys.beam ../ebin/timer.beam ../ebin/unicode.beam ../ebin/unicode_util.beam ../ebin/uri_string.beam ../ebin/win32reg.beam ../ebin/zip.beam ../ebin/stdlib.app ../ebin/stdlib.appup
rm -f core
rm -f erl_parse.erl
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib/examples'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib/examples'
=== Leaving application stdlib
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/stdlib'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl'
=== Entering application sasl
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl/src'
rm -f ../ebin/alarm_handler.beam ../ebin/sasl.beam ../ebin/sasl_report.beam ../ebin/sasl_report_file_h.beam ../ebin/sasl_report_tty_h.beam ../ebin/format_lib_supp.beam ../ebin/misc_supp.beam ../ebin/rb.beam ../ebin/rb_format_supp.beam ../ebin/release_handler.beam ../ebin/release_handler_1.beam ../ebin/systools.beam ../ebin/systools_make.beam ../ebin/systools_rc.beam ../ebin/systools_relup.beam ../ebin/systools_lib.beam ../ebin/erlsrv.beam ../ebin/sasl.app ../ebin/sasl.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl/examples/src'
rm -fr ../ebin/target_system.beam *~ *.beam
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl/examples/src'
=== Leaving application sasl
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/sasl'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel'
=== Entering application kernel
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel/src'
rm -f ../ebin/application.beam ../ebin/application_controller.beam ../ebin/application_master.beam ../ebin/application_starter.beam ../ebin/auth.beam ../ebin/code.beam ../ebin/code_server.beam ../ebin/disk_log.beam ../ebin/disk_log_1.beam ../ebin/disk_log_server.beam ../ebin/disk_log_sup.beam ../ebin/dist_ac.beam ../ebin/dist_util.beam ../ebin/erl_boot_server.beam ../ebin/erl_compile_server.beam ../ebin/erl_ddll.beam ../ebin/erl_distribution.beam ../ebin/erl_erts_errors.beam ../ebin/erl_epmd.beam ../ebin/erl_kernel_errors.beam ../ebin/erl_reply.beam ../ebin/erl_signal_handler.beam ../ebin/erpc.beam ../ebin/erts_debug.beam ../ebin/error_handler.beam ../ebin/error_logger.beam ../ebin/file.beam ../ebin/file_io_server.beam ../ebin/file_server.beam ../ebin/gen_tcp.beam ../ebin/gen_tcp_socket.beam ../ebin/gen_udp.beam ../ebin/gen_sctp.beam ../ebin/global.beam ../ebin/global_group.beam ../ebin/global_search.beam ../ebin/group.beam ../ebin/group_history.beam ../ebin/heart.beam ../ebin/inet.beam ../ebin/inet6_tcp.beam ../ebin/inet6_tcp_dist.beam ../ebin/inet6_udp.beam ../ebin/inet6_sctp.beam ../ebin/inet_config.beam ../ebin/inet_db.beam ../ebin/inet_dns.beam ../ebin/inet_gethost_native.beam ../ebin/inet_hosts.beam ../ebin/inet_parse.beam ../ebin/inet_res.beam ../ebin/inet_tcp.beam ../ebin/inet_tcp_dist.beam ../ebin/inet_udp.beam ../ebin/inet_sctp.beam ../ebin/kernel.beam ../ebin/kernel_config.beam ../ebin/kernel_refc.beam ../ebin/local_udp.beam ../ebin/local_tcp.beam ../ebin/logger.beam ../ebin/logger_backend.beam ../ebin/logger_config.beam ../ebin/logger_handler_watcher.beam ../ebin/logger_std_h.beam ../ebin/logger_disk_log_h.beam ../ebin/logger_h_common.beam ../ebin/logger_filters.beam ../ebin/logger_formatter.beam ../ebin/logger_olp.beam ../ebin/logger_proxy.beam ../ebin/logger_server.beam ../ebin/logger_simple_h.beam ../ebin/logger_sup.beam ../ebin/net.beam ../ebin/net_adm.beam ../ebin/net_kernel.beam ../ebin/os.beam ../ebin/pg.beam ../ebin/pg2.beam ../ebin/ram_file.beam ../ebin/rpc.beam ../ebin/seq_trace.beam ../ebin/socket.beam ../ebin/standard_error.beam ../ebin/user.beam ../ebin/user_drv.beam ../ebin/user_sup.beam ../ebin/raw_file_io.beam ../ebin/raw_file_io_compressed.beam ../ebin/raw_file_io_inflate.beam ../ebin/raw_file_io_deflate.beam ../ebin/raw_file_io_delayed.beam ../ebin/raw_file_io_list.beam ../ebin/wrap_log_reader.beam ../ebin/kernel.app ../ebin/kernel.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel/examples'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel/examples'
=== Leaving application kernel
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/kernel'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/compiler'
=== Entering application compiler
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/compiler/src'
rm -f ../ebin/beam_a.beam ../ebin/beam_asm.beam ../ebin/beam_block.beam ../ebin/beam_call_types.beam ../ebin/beam_clean.beam ../ebin/beam_dict.beam ../ebin/beam_digraph.beam ../ebin/beam_disasm.beam ../ebin/beam_flatten.beam ../ebin/beam_jump.beam ../ebin/beam_listing.beam ../ebin/beam_opcodes.beam ../ebin/beam_peep.beam ../ebin/beam_ssa.beam ../ebin/beam_ssa_bc_size.beam ../ebin/beam_ssa_bool.beam ../ebin/beam_ssa_bsm.beam ../ebin/beam_ssa_codegen.beam ../ebin/beam_ssa_dead.beam ../ebin/beam_ssa_funs.beam ../ebin/beam_ssa_lint.beam ../ebin/beam_ssa_opt.beam ../ebin/beam_ssa_pp.beam ../ebin/beam_ssa_pre_codegen.beam ../ebin/beam_ssa_recv.beam ../ebin/beam_ssa_share.beam ../ebin/beam_ssa_throw.beam ../ebin/beam_ssa_type.beam ../ebin/beam_kernel_to_ssa.beam ../ebin/beam_trim.beam ../ebin/beam_types.beam ../ebin/beam_utils.beam ../ebin/beam_validator.beam ../ebin/beam_z.beam ../ebin/cerl.beam ../ebin/cerl_clauses.beam ../ebin/cerl_inline.beam ../ebin/cerl_trees.beam ../ebin/compile.beam ../ebin/core_lib.beam ../ebin/core_lint.beam ../ebin/core_parse.beam ../ebin/core_pp.beam ../ebin/core_scan.beam ../ebin/erl_bifs.beam ../ebin/rec_env.beam ../ebin/sys_core_alias.beam ../ebin/sys_core_bsm.beam ../ebin/sys_core_fold.beam ../ebin/sys_core_fold_lists.beam ../ebin/sys_core_inline.beam ../ebin/sys_core_prepare.beam ../ebin/sys_messages.beam ../ebin/sys_pre_attributes.beam ../ebin/v3_core.beam ../ebin/v3_kernel.beam ../ebin/v3_kernel_pp.beam ../ebin/compiler.app ../ebin/compiler.appup
rm -f ./beam_opcodes.erl ./beam_opcodes.hrl
rm -f ./core_parse.erl
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/compiler/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/compiler/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/compiler/doc/src'
=== Leaving application compiler
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/compiler'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools'
=== Entering application tools
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/c_src'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/c_src'
rm -f -r ../obj/*
rm -f -r ../bin/*
rm -f ./*~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/c_src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/c_src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/src'
rm -f ../ebin/cover.beam ../ebin/eprof.beam ../ebin/fprof.beam ../ebin/cprof.beam ../ebin/lcnt.beam ../ebin/instrument.beam ../ebin/make.beam ../ebin/tags.beam ../ebin/xref.beam ../ebin/xref_base.beam ../ebin/xref_compiler.beam ../ebin/xref_parser.beam ../ebin/xref_reader.beam ../ebin/xref_scanner.beam ../ebin/xref_utils.beam ../ebin/tools.app ../ebin/tools.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/examples'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/emacs'
rm -f erldoc.elc erlang-skels.elc erlang-skels-old.elc erlang_appwiz.elc erlang-start.elc erlang-eunit.elc erlang-edoc.elc erlang-flymake.elc erlang-test.elc erlang.elc
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools/emacs'
=== Leaving application tools
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tools'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test'
=== Entering application common_test
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/src'
rm -f ../ebin/ct.beam ../ebin/ct_logs.beam ../ebin/ct_framework.beam ../ebin/ct_ftp.beam ../ebin/ct_ssh.beam ../ebin/ct_snmp.beam ../ebin/ct_gen_conn.beam ../ebin/ct_rpc.beam ../ebin/ct_run.beam ../ebin/ct_master.beam ../ebin/ct_telnet.beam ../ebin/ct_util.beam ../ebin/ct_cover.beam ../ebin/ct_testspec.beam ../ebin/ct_event.beam ../ebin/ct_master_event.beam ../ebin/ct_master_logs.beam ../ebin/ct_master_status.beam ../ebin/ct_repeat.beam ../ebin/ct_telnet_client.beam ../ebin/ct_make.beam ../ebin/unix_telnet.beam ../ebin/ct_config.beam ../ebin/ct_config_plain.beam ../ebin/ct_config_xml.beam ../ebin/ct_slave.beam ../ebin/ct_hooks.beam ../ebin/ct_hooks_lock.beam ../ebin/cth_log_redirect.beam ../ebin/cth_surefire.beam ../ebin/ct_netconfc.beam ../ebin/ct_conn_log_h.beam ../ebin/cth_conn_log.beam ../ebin/ct_groups.beam ../ebin/ct_property_test.beam ../ebin/ct_release_test.beam ../ebin/ct_default_gl.beam ../ebin/erl2html2.beam ../ebin/test_server_ctrl.beam ../ebin/test_server_gl.beam ../ebin/test_server_io.beam ../ebin/test_server_node.beam ../ebin/test_server.beam ../ebin/test_server_sup.beam ../ebin/ct_suite.beam ../ebin/common_test.app ../ebin/common_test.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/priv'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/priv'
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/priv'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test/priv'
=== Leaving application common_test
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools'
=== Entering application runtime_tools
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/src'
rm -f ../ebin/appmon_info.beam ../ebin/erts_alloc_config.beam ../ebin/runtime_tools.beam ../ebin/runtime_tools_sup.beam ../ebin/dbg.beam ../ebin/dyntrace.beam ../ebin/system_information.beam ../ebin/observer_backend.beam ../ebin/ttb_autostart.beam ../ebin/scheduler.beam ../ebin/msacc.beam ../ebin/runtime_tools.app ../ebin/runtime_tools.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/c_src'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/c_src'
rm -f ../priv/lib/x86_64-pc-linux-gnu/dyntrace.so ../priv/lib/x86_64-pc-linux-gnu/trace_file_drv.so ../priv/lib/x86_64-pc-linux-gnu/trace_ip_drv.so
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/c_src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/c_src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools/doc/src'
=== Leaving application runtime_tools
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/runtime_tools'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets'
=== Entering application inets
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/inets_app'
rm -f ../../ebin/inets.beam ../../ebin/inets_service.beam ../../ebin/inets_app.beam ../../ebin/inets_sup.beam ../../ebin/inets_trace.beam ../../ebin/inets_lib.beam ../../ebin/inets.app ../../ebin/inets.appup
rm -f core
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/inets_app'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/http_lib'
rm -f ../../ebin/http_chunk.beam ../../ebin/http_transport.beam ../../ebin/http_util.beam ../../ebin/http_request.beam ../../ebin/http_response.beam ../../ebin/http_uri.beam
rm -f core
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/http_lib'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/http_client'
rm -f ../../ebin/httpc.beam ../../ebin/httpc_cookie.beam ../../ebin/httpc_handler.beam ../../ebin/httpc_manager.beam ../../ebin/httpc_sup.beam ../../ebin/httpc_handler_sup.beam ../../ebin/httpc_profile_sup.beam ../../ebin/httpc_response.beam ../../ebin/httpc_request.beam
rm -f core
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/http_client'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/http_server'
rm -f ../../ebin/httpd.beam ../../ebin/httpd_acceptor.beam ../../ebin/httpd_acceptor_sup.beam ../../ebin/httpd_connection_sup.beam ../../ebin/httpd_cgi.beam ../../ebin/httpd_conf.beam ../../ebin/httpd_custom.beam ../../ebin/httpd_example.beam ../../ebin/httpd_esi.beam ../../ebin/httpd_file.beam ../../ebin/httpd_instance_sup.beam ../../ebin/httpd_log.beam ../../ebin/httpd_logger.beam ../../ebin/httpd_manager.beam ../../ebin/httpd_misc_sup.beam ../../ebin/httpd_request.beam ../../ebin/httpd_request_handler.beam ../../ebin/httpd_response.beam ../../ebin/httpd_script_env.beam ../../ebin/httpd_socket.beam ../../ebin/httpd_sup.beam ../../ebin/httpd_util.beam ../../ebin/mod_actions.beam ../../ebin/mod_alias.beam ../../ebin/mod_auth.beam ../../ebin/mod_auth_plain.beam ../../ebin/mod_auth_dets.beam ../../ebin/mod_auth_mnesia.beam ../../ebin/mod_auth_server.beam ../../ebin/mod_cgi.beam ../../ebin/mod_dir.beam ../../ebin/mod_disk_log.beam ../../ebin/mod_esi.beam ../../ebin/mod_get.beam ../../ebin/mod_head.beam ../../ebin/mod_log.beam ../../ebin/mod_range.beam ../../ebin/mod_responsecontrol.beam ../../ebin/mod_trace.beam ../../ebin/mod_security.beam ../../ebin/mod_security_server.beam ../../ebin/httpd_custom_api.beam
rm -f core
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src/http_server'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/examples'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/examples/server_root'
make[4]: Nothing to be done for `clean'.
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/examples/server_root'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/examples/httpd_load_test'
rm -f ./hdlt.beam ./hdlt_ctrl.beam ./hdlt_client.beam ./hdlt_logger.beam ./hdlt_random_html.beam ./hdlt_server.beam ./hdlt_slave.beam
rm -f errs core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/examples/httpd_load_test'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/priv'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/priv'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets/doc/src'
=== Leaving application inets
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/inets'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/parsetools'
=== Entering application parsetools
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/parsetools/src'
rm -f ../ebin/leex.beam ../ebin/yecc.beam ../ebin/yeccparser.beam ../ebin/yeccscan.beam ../ebin/parsetools.app ../ebin/parsetools.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/parsetools/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/parsetools/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/parsetools/doc/src'
=== Leaving application parsetools
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/parsetools'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/xmerl'
=== Entering application xmerl
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/xmerl/src'
rm -f ../ebin/xmerl_scan.beam ../ebin/xmerl.beam ../ebin/xmerl_xs.beam ../ebin/xmerl_eventp.beam ../ebin/xmerl_xpath.beam ../ebin/xmerl_xsd.beam ../ebin/xmerl_b64Bin.beam ../ebin/xmerl_b64Bin_scan.beam ../ebin/xmerl_html.beam ../ebin/xmerl_lib.beam ../ebin/xmerl_otpsgml.beam ../ebin/xmerl_regexp.beam ../ebin/xmerl_sgml.beam ../ebin/xmerl_simple.beam ../ebin/xmerl_text.beam ../ebin/xmerl_ucs.beam ../ebin/xmerl_uri.beam ../ebin/xmerl_validate.beam ../ebin/xmerl_xlate.beam ../ebin/xmerl_xml.beam ../ebin/xmerl_xpath_lib.beam ../ebin/xmerl_xpath_parse.beam ../ebin/xmerl_xpath_pred.beam ../ebin/xmerl_xpath_scan.beam ../ebin/xmerl_xsd_type.beam ../ebin/xmerl_sax_parser.beam ../ebin/xmerl_sax_parser_list.beam ../ebin/xmerl_sax_parser_latin1.beam ../ebin/xmerl_sax_parser_utf8.beam ../ebin/xmerl_sax_parser_utf16be.beam ../ebin/xmerl_sax_parser_utf16le.beam ../ebin/xmerl_sax_simple_dom.beam ../ebin/xmerl_sax_old_dom.beam ../ebin/xmerl.app ../ebin/xmerl.appup
rm -f xmerl_xpath_parse.erl
rm -f xmerl_b64Bin.erl
rm -f xmerl_sax_parser_list.erl
rm -f xmerl_sax_parser_latin1.erl
rm -f xmerl_sax_parser_utf8.erl
rm -f xmerl_sax_parser_utf16be.erl
rm -f xmerl_sax_parser_utf16le.erl
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/xmerl/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/xmerl/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/xmerl/doc/src'
=== Leaving application xmerl
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/xmerl'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc'
=== Entering application edoc
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/bin'
rm -f
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/bin'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/src'
rm -f ../ebin/edoc.beam ../ebin/edoc_cli.beam ../ebin/edoc_data.beam ../ebin/edoc_doclet.beam ../ebin/edoc_doclet_chunks.beam ../ebin/edoc_extract.beam ../ebin/edoc_layout.beam ../ebin/edoc_layout_chunks.beam ../ebin/edoc_lib.beam ../ebin/edoc_macros.beam ../ebin/edoc_parser.beam ../ebin/edoc_refs.beam ../ebin/edoc_report.beam ../ebin/edoc_run.beam ../ebin/edoc_scanner.beam ../ebin/edoc_specs.beam ../ebin/edoc_tags.beam ../ebin/edoc_types.beam ../ebin/edoc_wiki.beam ../ebin/edoc.app ../ebin/edoc.appup edoc_parser.erl
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/include'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/include'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/priv'
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/priv'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc/doc/src'
=== Leaving application edoc
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/edoc'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen'
=== Entering application erl_docgen
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/src'
rm -f ../ebin/docgen_otp_specs.beam ../ebin/docgen_edoc_xml_cb.beam ../ebin/docgen_xmerl_xml_cb.beam ../ebin/docgen_xml_to_chunk.beam ../ebin/erl_docgen.app ../ebin/erl_docgen.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/bin'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/bin'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/css'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/css'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/dtd'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/dtd'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/dtd_html_entities'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/dtd_html_entities'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/dtd_man_entities'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/dtd_man_entities'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/images'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/images'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/js/flipmenu'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/js/flipmenu'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/xsl'
rm -f
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv/xsl'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/priv'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen/doc/src'
=== Leaving application erl_docgen
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_docgen'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp'
=== Entering application snmp
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/compile'
rm -f ../../ebin/snmpc_mib_gram.beam ../../ebin/snmpc.beam ../../ebin/snmpc_lib.beam ../../ebin/snmpc_mib_to_hrl.beam ../../ebin/snmpc_misc.beam ../../ebin/snmpc_tok.beam ../../bin/snmpc snmpc_mib_gram.erl
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/compile'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/mibs'
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/bin/snmp-v2tov1 ../priv/mibs/RFC1213-MIB.bin ../priv/mibs/STANDARD-MIB.bin ../priv/mibs/SNMPv2-TM.bin ../priv/mibs/SNMPv2-MIB.bin ../priv/mibs/SNMP-FRAMEWORK-MIB.bin ../priv/mibs/SNMP-MPD-MIB.bin ../priv/mibs/SNMP-TARGET-MIB.bin ../priv/mibs/SNMP-NOTIFICATION-MIB.bin ../priv/mibs/SNMP-COMMUNITY-MIB.bin ../priv/mibs/SNMP-USER-BASED-SM-MIB.bin ../priv/mibs/SNMP-VIEW-BASED-ACM-MIB.bin ../priv/mibs/SNMP-USM-AES-MIB.bin ../priv/mibs/INET-ADDRESS-MIB.bin ../priv/mibs/TRANSPORT-ADDRESS-MIB.bin ../priv/mibs/OTP-REG.bin ../priv/mibs/OTP-TC.bin ../priv/mibs/OTP-SNMPEA-MIB.bin ../include/RFC1213-MIB.hrl ../include/STANDARD-MIB.hrl ../include/SNMPv2-TM.hrl ../include/SNMPv2-MIB.hrl ../include/SNMP-FRAMEWORK-MIB.hrl ../include/SNMP-MPD-MIB.hrl ../include/SNMP-TARGET-MIB.hrl ../include/SNMP-NOTIFICATION-MIB.hrl ../include/SNMP-COMMUNITY-MIB.hrl ../include/SNMP-USER-BASED-SM-MIB.hrl ../include/SNMP-VIEW-BASED-ACM-MIB.hrl ../include/SNMP-USM-AES-MIB.hrl ../include/INET-ADDRESS-MIB.hrl ../include/TRANSPORT-ADDRESS-MIB.hrl ../include/OTP-REG.hrl ../include/OTP-TC.hrl ../include/OTP-SNMPEA-MIB.hrl v1/OTP-SNMPEA-MIB.mib.v1
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/mibs'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/compile'
rm -f ../../ebin/snmpc_mib_gram.beam ../../ebin/snmpc.beam ../../ebin/snmpc_lib.beam ../../ebin/snmpc_mib_to_hrl.beam ../../ebin/snmpc_misc.beam ../../ebin/snmpc_tok.beam ../../bin/snmpc snmpc_mib_gram.erl
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/compile'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/app'
rm -f ../../ebin/snmp.beam ../../ebin/snmp_app.beam ../../ebin/snmp_app_sup.beam ../../ebin/snmp.app ../../ebin/snmp.appup
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/app'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/misc'
rm -f ../../ebin/snmp_conf.beam ../../ebin/snmp_config.beam ../../ebin/snmp_log.beam ../../ebin/snmp_mini_mib.beam ../../ebin/snmp_misc.beam ../../ebin/snmp_note_store.beam ../../ebin/snmp_pdus.beam ../../ebin/snmp_usm.beam ../../ebin/snmp_verbosity.beam
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/misc'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/agent'
rm -f ../../ebin/snmpa_authentication_service.beam ../../ebin/snmpa_discovery_handler.beam ../../ebin/snmpa_error_report.beam ../../ebin/snmpa_get_mechanism.beam ../../ebin/snmpa_mib_storage.beam ../../ebin/snmpa_mib_data.beam ../../ebin/snmpa_network_interface.beam ../../ebin/snmpa_network_interface_filter.beam ../../ebin/snmpa_notification_delivery_info_receiver.beam ../../ebin/snmpa_notification_filter.beam ../../ebin/snmpa_set_mechanism.beam
rm -f ../../ebin/snmpa.beam ../../ebin/snmp_community_mib.beam ../../ebin/snmp_framework_mib.beam ../../ebin/snmp_notification_mib.beam ../../ebin/snmp_standard_mib.beam ../../ebin/snmp_target_mib.beam ../../ebin/snmp_user_based_sm_mib.beam ../../ebin/snmp_view_based_acm_mib.beam ../../ebin/snmpa_acm.beam ../../ebin/snmpa_agent.beam ../../ebin/snmpa_agent_sup.beam ../../ebin/snmpa_app.beam ../../ebin/snmpa_conf.beam ../../ebin/snmpa_discovery_handler_default.beam ../../ebin/snmpa_error.beam ../../ebin/snmpa_error_io.beam ../../ebin/snmpa_error_logger.beam ../../ebin/snmpa_get.beam ../../ebin/snmpa_get_lib.beam ../../ebin/snmpa_local_db.beam ../../ebin/snmpa_mib_storage_ets.beam ../../ebin/snmpa_mib_storage_dets.beam ../../ebin/snmpa_mib_storage_mnesia.beam ../../ebin/snmpa_mib.beam ../../ebin/snmpa_mib_data_tttn.beam ../../ebin/snmpa_mib_lib.beam ../../ebin/snmpa_misc_sup.beam ../../ebin/snmpa_mpd.beam ../../ebin/snmpa_net_if.beam ../../ebin/snmpa_net_if_filter.beam ../../ebin/snmpa_set.beam ../../ebin/snmpa_set_lib.beam ../../ebin/snmpa_supervisor.beam ../../ebin/snmpa_svbl.beam ../../ebin/snmpa_symbolic_store.beam ../../ebin/snmpa_target_cache.beam ../../ebin/snmpa_trap.beam ../../ebin/snmpa_usm.beam ../../ebin/snmpa_vacm.beam ../../ebin/snmp_generic.beam ../../ebin/snmp_generic_mnesia.beam ../../ebin/snmp_index.beam ../../ebin/snmp_shadow_table.beam
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/agent'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/manager'
rm -f ../../ebin/snmpm_user.beam ../../ebin/snmpm_user_old.beam ../../ebin/snmpm_network_interface.beam ../../ebin/snmpm_network_interface_filter.beam
rm -f ../../ebin/snmpm.beam ../../ebin/snmpm_conf.beam ../../ebin/snmpm_config.beam ../../ebin/snmpm_mpd.beam ../../ebin/snmpm_misc_sup.beam ../../ebin/snmpm_net_if.beam ../../ebin/snmpm_net_if_mt.beam ../../ebin/snmpm_net_if_filter.beam ../../ebin/snmpm_server.beam ../../ebin/snmpm_server_sup.beam ../../ebin/snmpm_supervisor.beam ../../ebin/snmpm_user_default.beam ../../ebin/snmpm_usm.beam
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src/manager'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/examples'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/examples/ex1'
rm -f EX1-MIB.bin ex1.beam
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/examples/ex1'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/examples/ex2'
rm -f snmp_ex2_manager.beam snmp_ex2_simple_standard_test.beam
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/examples/ex2'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/priv/conf'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/priv/conf/agent'
make[4]: Nothing to be done for `clean'.
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/priv/conf/agent'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/priv/conf/manager'
make[4]: Nothing to be done for `clean'.
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/priv/conf/manager'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/priv/conf'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp/doc/src'
=== Leaving application snmp
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface'
=== Entering application erl_interface
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
GEN x86_64-pc-linux-gnu/depend.mk
CC x86_64-pc-linux-gnu/depend.mk
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_connect.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_resolve.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/eirecv.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send_exit.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send_reg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_intlist.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_iodata.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_skip.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_publish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_unpublish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_decode_term.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_format.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_locking.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_malloc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_portio.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_printterm.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_pthreads.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_x_encode.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/eimd5.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/get_type.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/show_msg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_compat.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_init.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_cmp_nc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_names.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_register.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_unregister.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_whereis.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei_st.a
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_connect.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_resolve.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/eirecv.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send_exit.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send_reg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_intlist.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_iodata.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_skip.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_publish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_unpublish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_decode_term.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_format.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_locking.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_malloc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_portio.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_printterm.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_pthreads.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_x_encode.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/eimd5.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/get_type.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/show_msg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_compat.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_init.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_cmp_nc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_names.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_register.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_unregister.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_whereis.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei.a
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_connect.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_resolve.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/eirecv.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/send.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/send_exit.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/send_reg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_intlist.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_iodata.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_skip.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/decode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/encode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/epmd_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/epmd_publish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/epmd_unpublish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_decode_term.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_format.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_locking.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_malloc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_portio.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_printterm.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_pthreads.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_x_encode.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/eimd5.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/get_type.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/show_msg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_compat.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_init.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/ei_cmp_nc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/global_names.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/global_register.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/global_unregister.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.md/x86_64-pc-linux-gnu/global_whereis.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei_md.a
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_connect.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_resolve.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/eirecv.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/send.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/send_exit.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/send_reg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_intlist.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_iodata.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_skip.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/decode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_atom.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_big.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_bignum.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_binary.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_boolean.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_char.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_double.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_fun.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_list_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_long.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_pid.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_ref.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_string.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_tuple_header.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_ulong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_version.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_longlong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/encode_ulonglong.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/epmd_port.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/epmd_publish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/epmd_unpublish.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_decode_term.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_format.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_locking.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_malloc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_portio.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_printterm.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_pthreads.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_trace.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_x_encode.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/eimd5.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/get_type.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/show_msg.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_compat.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_init.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/ei_cmp_nc.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/global_names.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/global_register.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/global_unregister.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mdd/x86_64-pc-linux-gnu/global_whereis.o /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei_mdd.a
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/bin/x86_64-pc-linux-gnu/erl_call
rm -f /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/erl_fake_prog_st /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_fake_prog_st /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/erl_fake_prog_cxx_st /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_fake_prog_cxx_st /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/erl_fake_prog_mt /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_fake_prog_mt /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/erl_fake_prog_mt_cxx /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_fake_prog_mt_cxx
rm -f ../ebin/erl_interface.app
rm -f ../ebin/erl_interface.appup
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/doc/src'
=== Leaving application erl_interface
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1'
=== Entering application asn1
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1/src'
rm -f ../ebin/asn1ct.beam ../ebin/asn1ct_check.beam ../ebin/asn1_db.beam ../ebin/asn1ct_pretty_format.beam ../ebin/asn1ct_func.beam ../ebin/asn1ct_gen.beam ../ebin/asn1ct_gen_check.beam ../ebin/asn1ct_gen_per.beam ../ebin/asn1ct_name.beam ../ebin/asn1ct_constructed_per.beam ../ebin/asn1ct_constructed_ber_bin_v2.beam ../ebin/asn1ct_gen_ber_bin_v2.beam ../ebin/asn1ct_gen_jer.beam ../ebin/asn1ct_imm.beam ../ebin/asn1ct_rtt.beam ../ebin/asn1ct_value.beam ../ebin/asn1ct_tok.beam ../ebin/asn1ct_parser2.beam ../ebin/asn1ct_table.beam ../ebin/asn1ct_eval_ext.beam ../ebin/asn1rt_nif.beam ../ebin/asn1.app ../ebin/asn1.appup
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1/c_src'
rm -f core *~
rm -f ../priv/lib/x86_64-pc-linux-gnu/*
rm -f ../priv/obj/x86_64-pc-linux-gnu/*
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1/c_src'
=== Leaving application asn1
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/asn1'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface'
=== Entering application jinterface
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface/java_src'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface/java_src/com/ericsson/otp/erlang'
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface/java_src/com/ericsson/otp/erlang'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface/java_src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface/doc/src'
=== Leaving application jinterface
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/jinterface'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx'
=== Entering application wx
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/src'
rm -f ../ebin/wx.beam ../ebin/wx_object.beam ../ebin/wxe_master.beam ../ebin/wxe_server.beam ../ebin/wxe_util.beam ../ebin/wxGBSizerItem.beam ../ebin/wxScrollWinEvent.beam ../ebin/wxSpinCtrl.beam ../ebin/wxCalendarCtrl.beam ../ebin/wxMirrorDC.beam ../ebin/wxContextMenuEvent.beam ../ebin/wxStaticBox.beam ../ebin/wxPrintData.beam ../ebin/wxGraphicsBrush.beam ../ebin/wxGLCanvas.beam ../ebin/wxAuiManager.beam ../ebin/wxUpdateUIEvent.beam ../ebin/wxControlWithItems.beam ../ebin/wxFileDirPickerEvent.beam ../ebin/wxLayoutAlgorithm.beam ../ebin/wxTextAttr.beam ../ebin/wxBoxSizer.beam ../ebin/wxFontDialog.beam ../ebin/wxGridCellChoiceEditor.beam ../ebin/wxListBox.beam ../ebin/wxDataObject.beam ../ebin/wxPageSetupDialog.beam ../ebin/wxClipboard.beam ../ebin/wxStyledTextCtrl.beam ../ebin/wxChoice.beam ../ebin/wxControl.beam ../ebin/wxListItemAttr.beam ../ebin/wxStaticText.beam ../ebin/wxActivateEvent.beam ../ebin/wxTopLevelWindow.beam ../ebin/wxDirPickerCtrl.beam ../ebin/wxGraphicsFont.beam ../ebin/wxKeyEvent.beam ../ebin/wxBufferedDC.beam ../ebin/wxStdDialogButtonSizer.beam ../ebin/wxSashWindow.beam ../ebin/wxProgressDialog.beam ../ebin/wxCaret.beam ../ebin/wxAuiPaneInfo.beam ../ebin/wxPaintDC.beam ../ebin/wxEvent.beam ../ebin/wxPanel.beam ../ebin/wxJoystickEvent.beam ../ebin/wxAuiNotebookEvent.beam ../ebin/wxAcceleratorEntry.beam ../ebin/wxStaticBitmap.beam ../ebin/wxWebView.beam ../ebin/wxGridCellNumberEditor.beam ../ebin/wx_misc.beam ../ebin/wxMenuEvent.beam ../ebin/wxFontPickerCtrl.beam ../ebin/wxGridBagSizer.beam ../ebin/wxSysColourChangedEvent.beam ../ebin/wxWindowCreateEvent.beam ../ebin/wxPaintEvent.beam ../ebin/wxIcon.beam ../ebin/wxListItem.beam ../ebin/wxStatusBar.beam ../ebin/wxGridSizer.beam ../ebin/wxGridCellNumberRenderer.beam ../ebin/wxPen.beam ../ebin/wxColourPickerEvent.beam ../ebin/wxMenuItem.beam ../ebin/wxChildFocusEvent.beam ../ebin/wxGraphicsGradientStops.beam ../ebin/wxDC.beam ../ebin/wxXmlResource.beam ../ebin/wxGridEvent.beam ../ebin/wxClipboardTextEvent.beam ../ebin/wxPasswordEntryDialog.beam ../ebin/wxGridCellTextEditor.beam ../ebin/wxIconizeEvent.beam ../ebin/wxAcceleratorTable.beam ../ebin/wxStaticBoxSizer.beam ../ebin/wxMenu.beam ../ebin/wxNotebook.beam ../ebin/wxColourPickerCtrl.beam ../ebin/wxEvtHandler.beam ../ebin/wxTreeCtrl.beam ../ebin/wxBitmapDataObject.beam ../ebin/wxListView.beam ../ebin/wxDisplay.beam ../ebin/wxChoicebook.beam ../ebin/wxPrinter.beam ../ebin/wxMDIParentFrame.beam ../ebin/wxGridCellBoolEditor.beam ../ebin/wxFindReplaceDialog.beam ../ebin/wxPopupTransientWindow.beam ../ebin/wxPageSetupDialogData.beam ../ebin/wxNotificationMessage.beam ../ebin/wxMask.beam ../ebin/wxGridCellFloatRenderer.beam ../ebin/wxSizer.beam ../ebin/wxStaticLine.beam ../ebin/wxPrintDialogData.beam ../ebin/wxSystemOptions.beam ../ebin/wxGLContext.beam ../ebin/wxOverlay.beam ../ebin/wxShowEvent.beam ../ebin/wxSlider.beam ../ebin/wxBitmapButton.beam ../ebin/wxAuiDockArt.beam ../ebin/wxDropFilesEvent.beam ../ebin/wxColourDialog.beam ../ebin/wxMouseEvent.beam ../ebin/wxGridCellRenderer.beam ../ebin/wxGenericDirCtrl.beam ../ebin/wxInitDialogEvent.beam ../ebin/wxSizeEvent.beam ../ebin/wxFont.beam ../ebin/wxStyledTextEvent.beam ../ebin/wxMultiChoiceDialog.beam ../ebin/wxScrolledWindow.beam ../ebin/wxMiniFrame.beam ../ebin/wxToolTip.beam ../ebin/wxCommandEvent.beam ../ebin/wxListEvent.beam ../ebin/wxCursor.beam ../ebin/wxCloseEvent.beam ../ebin/wxTreebook.beam ../ebin/wxBookCtrlBase.beam ../ebin/wxGraphicsPath.beam ../ebin/wxDialog.beam ../ebin/wxWebViewEvent.beam ../ebin/wxBrush.beam ../ebin/wxScrollEvent.beam ../ebin/wxEraseEvent.beam ../ebin/wxSetCursorEvent.beam ../ebin/wxMDIChildFrame.beam ../ebin/wxGraphicsObject.beam ../ebin/wxCheckListBox.beam ../ebin/wxPrintout.beam ../ebin/wxWindowDC.beam ../ebin/wxTextDataObject.beam ../ebin/wxMDIClientWindow.beam ../ebin/wxScreenDC.beam ../ebin/wxDatePickerCtrl.beam ../ebin/wxSplitterWindow.beam ../ebin/wxFocusEvent.beam ../ebin/wxListCtrl.beam ../ebin/wxLocale.beam ../ebin/wxPopupWindow.beam ../ebin/wxGraphicsMatrix.beam ../ebin/wxPreviewControlBar.beam ../ebin/wxListbook.beam ../ebin/wxSizerItem.beam ../ebin/wxTextEntryDialog.beam ../ebin/wxAuiTabArt.beam ../ebin/wxGauge.beam ../ebin/wxImageList.beam ../ebin/wxFilePickerCtrl.beam ../ebin/wxFontPickerEvent.beam ../ebin/wxRadioBox.beam ../ebin/wxAuiNotebook.beam ../ebin/wxPostScriptDC.beam ../ebin/wxGrid.beam ../ebin/wxBitmap.beam ../ebin/wxRegion.beam ../ebin/wxAuiSimpleTabArt.beam ../ebin/wxPalette.beam ../ebin/wxSashEvent.beam ../ebin/wxTaskBarIcon.beam ../ebin/wxToggleButton.beam ../ebin/wxSizerFlags.beam ../ebin/wxGridCellBoolRenderer.beam ../ebin/wxHelpEvent.beam ../ebin/wxTreeEvent.beam ../ebin/wxIconBundle.beam ../ebin/wxClientDC.beam ../ebin/wxSplitterEvent.beam ../ebin/wxFrame.beam ../ebin/wxSpinButton.beam ../ebin/wxAuiManagerEvent.beam ../ebin/wxQueryNewPaletteEvent.beam ../ebin/wxBookCtrlEvent.beam ../ebin/wxFontData.beam ../ebin/wxDirDialog.beam ../ebin/wxGraphicsRenderer.beam ../ebin/wxCheckBox.beam ../ebin/wxMouseCaptureLostEvent.beam ../ebin/wxPrintPreview.beam ../ebin/wxIdleEvent.beam ../ebin/wxWindow.beam ../ebin/wxToolbook.beam ../ebin/wxHtmlWindow.beam ../ebin/wxDCOverlay.beam ../ebin/wxPaletteChangedEvent.beam ../ebin/wxPreviewCanvas.beam ../ebin/wxSpinEvent.beam ../ebin/wxGCDC.beam ../ebin/wxComboBox.beam ../ebin/wxTaskBarIconEvent.beam ../ebin/wxMessageDialog.beam ../ebin/wxButton.beam ../ebin/wxSingleChoiceDialog.beam ../ebin/wxMenuBar.beam ../ebin/wxDisplayChangedEvent.beam ../ebin/wxImage.beam ../ebin/wxGraphicsContext.beam ../ebin/wxSashLayoutWindow.beam ../ebin/wxSplashScreen.beam ../ebin/wxGridCellFloatEditor.beam ../ebin/wxHtmlLinkEvent.beam ../ebin/wxGraphicsPen.beam ../ebin/wxMemoryDC.beam ../ebin/wxSystemSettings.beam ../ebin/wxGridCellStringRenderer.beam ../ebin/wxColourData.beam ../ebin/wxToolBar.beam ../ebin/wxArtProvider.beam ../ebin/wxHtmlEasyPrinting.beam ../ebin/wxPrintDialog.beam ../ebin/wxBufferedPaintDC.beam ../ebin/wxScrollBar.beam ../ebin/wxLogNull.beam ../ebin/wxNotifyEvent.beam ../ebin/wxFindReplaceData.beam ../ebin/wxFileDataObject.beam ../ebin/wxGridCellEditor.beam ../ebin/wxFileDialog.beam ../ebin/wxFlexGridSizer.beam ../ebin/wxPickerBase.beam ../ebin/wxRadioButton.beam ../ebin/wxMaximizeEvent.beam ../ebin/wxMouseCaptureChangedEvent.beam ../ebin/wxNavigationKeyEvent.beam ../ebin/wxDateEvent.beam ../ebin/wxMoveEvent.beam ../ebin/wxWindowDestroyEvent.beam ../ebin/wxPreviewFrame.beam ../ebin/wxCalendarDateAttr.beam ../ebin/wxGridCellAttr.beam ../ebin/wxCalendarEvent.beam ../ebin/wxTextCtrl.beam ../ebin/glu.beam ../ebin/gl.beam
rm -f ../ebin/wx.app ../ebin/wx.appup
rm -f *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples/demo'
rm -f demo.beam demo_html_tagger.beam ex_aui.beam ex_button.beam ex_canvas.beam ex_canvas_paint.beam ex_choices.beam ex_cursor.beam ex_dialogs.beam ex_frame_utils.beam ex_gauge.beam ex_gl.beam ex_grid.beam ex_htmlWindow.beam ex_listCtrl.beam ex_notebook.beam ex_notificationMessage.beam ex_pickers.beam ex_popupMenu.beam ex_radioBox.beam ex_sashWindow.beam ex_sizers.beam ex_slider.beam ex_splitterWindow.beam ex_static.beam ex_textCtrl.beam ex_treeCtrl.beam ex_graphicsContext.beam ex_webview.beam
rm -f *~ core erl_crash.dump
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples/demo'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples/sudoku'
rm -f sudoku.beam sudoku_board.beam sudoku_game.beam sudoku_gui.beam
rm -f *~ core erl_crash.dump
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples/sudoku'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples/simple'
rm -f hello.beam hello2.beam minimal.beam menu.beam
rm -f *~ core erl_crash.dump
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples/simple'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../html/*
rm -rf ../xml
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf ref_man.xml specs.xml
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx/doc/src'
=== Leaving application wx
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger'
=== Entering application debugger
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger/src'
rm -f ../ebin/debugger.beam ../ebin/i.beam ../ebin/int.beam ../ebin/dbg_debugged.beam ../ebin/dbg_icmd.beam ../ebin/dbg_idb.beam ../ebin/dbg_ieval.beam ../ebin/dbg_iload.beam ../ebin/dbg_iserver.beam ../ebin/dbg_istk.beam ../ebin/dbg_wx_break.beam ../ebin/dbg_wx_break_win.beam ../ebin/dbg_wx_code.beam ../ebin/dbg_wx_filedialog_win.beam ../ebin/dbg_wx_interpret.beam ../ebin/dbg_wx_mon.beam ../ebin/dbg_wx_mon_win.beam ../ebin/dbg_wx_settings.beam ../ebin/dbg_wx_src_view.beam ../ebin/dbg_wx_trace.beam ../ebin/dbg_wx_trace_win.beam ../ebin/dbg_wx_view.beam ../ebin/dbg_wx_win.beam ../ebin/dbg_wx_winman.beam ../ebin/debugger.app ../ebin/debugger.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger/priv'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger/priv'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger/doc/src'
=== Leaving application debugger
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/debugger'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool'
=== Entering application reltool
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool/src'
rm -f ../ebin/reltool.beam ../ebin/reltool_app_win.beam ../ebin/reltool_fgraph.beam ../ebin/reltool_fgraph_win.beam ../ebin/reltool_mod_win.beam ../ebin/reltool_sys_win.beam ../ebin/reltool_server.beam ../ebin/reltool_target.beam ../ebin/reltool_utils.beam ../ebin/reltool.app ../ebin/reltool.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool/examples'
rm -f *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool/doc/src'
=== Leaving application reltool
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/reltool'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia'
=== Entering application mnesia
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/src'
rm -f ../ebin/mnesia.beam ../ebin/mnesia_app.beam ../ebin/mnesia_backend_type.beam ../ebin/mnesia_backup.beam ../ebin/mnesia_bup.beam ../ebin/mnesia_checkpoint.beam ../ebin/mnesia_checkpoint_sup.beam ../ebin/mnesia_controller.beam ../ebin/mnesia_dumper.beam ../ebin/mnesia_event.beam ../ebin/mnesia_ext_sup.beam ../ebin/mnesia_frag.beam ../ebin/mnesia_frag_hash.beam ../ebin/mnesia_index.beam ../ebin/mnesia_kernel_sup.beam ../ebin/mnesia_late_loader.beam ../ebin/mnesia_lib.beam ../ebin/mnesia_loader.beam ../ebin/mnesia_locker.beam ../ebin/mnesia_log.beam ../ebin/mnesia_monitor.beam ../ebin/mnesia_recover.beam ../ebin/mnesia_registry.beam ../ebin/mnesia_rpc.beam ../ebin/mnesia_schema.beam ../ebin/mnesia_snmp_hook.beam ../ebin/mnesia_subscr.beam ../ebin/mnesia_sup.beam ../ebin/mnesia_sp.beam ../ebin/mnesia_text.beam ../ebin/mnesia_tm.beam ../ebin/mnesia.app ../ebin/mnesia.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/include'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/include'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/examples'
rm -f *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia/doc/src'
=== Leaving application mnesia
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/mnesia'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto'
=== Entering application crypto
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/src'
rm -f ../ebin/crypto.beam ../ebin/crypto_ec_curves.beam ../ebin/crypto.app ../ebin/crypto.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/c_src'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/c_src'
rm -f ../priv/obj/x86_64-pc-linux-gnu/crypto.o ../priv/obj/x86_64-pc-linux-gnu/aead.o ../priv/obj/x86_64-pc-linux-gnu/aes.o ../priv/obj/x86_64-pc-linux-gnu/algorithms.o ../priv/obj/x86_64-pc-linux-gnu/api_ng.o ../priv/obj/x86_64-pc-linux-gnu/atoms.o ../priv/obj/x86_64-pc-linux-gnu/bn.o ../priv/obj/x86_64-pc-linux-gnu/cipher.o ../priv/obj/x86_64-pc-linux-gnu/cmac.o ../priv/obj/x86_64-pc-linux-gnu/dh.o ../priv/obj/x86_64-pc-linux-gnu/digest.o ../priv/obj/x86_64-pc-linux-gnu/dss.o ../priv/obj/x86_64-pc-linux-gnu/ec.o ../priv/obj/x86_64-pc-linux-gnu/ecdh.o ../priv/obj/x86_64-pc-linux-gnu/eddsa.o ../priv/obj/x86_64-pc-linux-gnu/engine.o ../priv/obj/x86_64-pc-linux-gnu/evp.o ../priv/obj/x86_64-pc-linux-gnu/fips.o ../priv/obj/x86_64-pc-linux-gnu/hash.o ../priv/obj/x86_64-pc-linux-gnu/hmac.o ../priv/obj/x86_64-pc-linux-gnu/info.o ../priv/obj/x86_64-pc-linux-gnu/mac.o ../priv/obj/x86_64-pc-linux-gnu/math.o ../priv/obj/x86_64-pc-linux-gnu/pkey.o ../priv/obj/x86_64-pc-linux-gnu/rand.o ../priv/obj/x86_64-pc-linux-gnu/rsa.o ../priv/obj/x86_64-pc-linux-gnu/srp.o ../priv/obj/x86_64-pc-linux-gnu/crypto_callback.o ../priv/obj/x86_64-pc-linux-gnu/crypto_static.o ../priv/obj/x86_64-pc-linux-gnu/aead_static.o ../priv/obj/x86_64-pc-linux-gnu/aes_static.o ../priv/obj/x86_64-pc-linux-gnu/algorithms_static.o ../priv/obj/x86_64-pc-linux-gnu/api_ng_static.o ../priv/obj/x86_64-pc-linux-gnu/atoms_static.o ../priv/obj/x86_64-pc-linux-gnu/bn_static.o ../priv/obj/x86_64-pc-linux-gnu/cipher_static.o ../priv/obj/x86_64-pc-linux-gnu/cmac_static.o ../priv/obj/x86_64-pc-linux-gnu/dh_static.o ../priv/obj/x86_64-pc-linux-gnu/digest_static.o ../priv/obj/x86_64-pc-linux-gnu/dss_static.o ../priv/obj/x86_64-pc-linux-gnu/ec_static.o ../priv/obj/x86_64-pc-linux-gnu/ecdh_static.o ../priv/obj/x86_64-pc-linux-gnu/eddsa_static.o ../priv/obj/x86_64-pc-linux-gnu/engine_static.o ../priv/obj/x86_64-pc-linux-gnu/evp_static.o ../priv/obj/x86_64-pc-linux-gnu/fips_static.o ../priv/obj/x86_64-pc-linux-gnu/hash_static.o ../priv/obj/x86_64-pc-linux-gnu/hmac_static.o ../priv/obj/x86_64-pc-linux-gnu/info_static.o ../priv/obj/x86_64-pc-linux-gnu/mac_static.o ../priv/obj/x86_64-pc-linux-gnu/math_static.o ../priv/obj/x86_64-pc-linux-gnu/pkey_static.o ../priv/obj/x86_64-pc-linux-gnu/rand_static.o ../priv/obj/x86_64-pc-linux-gnu/rsa_static.o ../priv/obj/x86_64-pc-linux-gnu/srp_static.o ../priv/obj/x86_64-pc-linux-gnu/crypto_callback_static.o ../priv/obj/x86_64-pc-linux-gnu/otp_test_engine.o
rm -f ../priv/lib/x86_64-pc-linux-gnu/crypto.so ../priv/lib/x86_64-pc-linux-gnu/crypto_callback.so ../priv/lib/x86_64-pc-linux-gnu/otp_test_engine.so
rm -f ../priv/obj/x86_64-pc-linux-gnu/crypto.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/aead.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/aes.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/algorithms.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/api_ng.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/atoms.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/bn.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/cipher.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/cmac.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/dh.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/digest.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/dss.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/ec.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/ecdh.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/eddsa.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/engine.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/evp.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/fips.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/hash.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/hmac.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/info.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/mac.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/math.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/pkey.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/rand.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/rsa.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/srp.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/crypto_callback.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/crypto_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/aead_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/aes_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/algorithms_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/api_ng_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/atoms_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/bn_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/cipher_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/cmac_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/dh_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/digest_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/dss_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/ec_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/ecdh_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/eddsa_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/engine_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/evp_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/fips_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/hash_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/hmac_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/info_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/mac_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/math_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/pkey_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/rand_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/rsa_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/srp_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/crypto_callback_static.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/otp_test_engine.valgrind.o ../priv/obj/x86_64-pc-linux-gnu/crypto.debug.o ../priv/obj/x86_64-pc-linux-gnu/aead.debug.o ../priv/obj/x86_64-pc-linux-gnu/aes.debug.o ../priv/obj/x86_64-pc-linux-gnu/algorithms.debug.o ../priv/obj/x86_64-pc-linux-gnu/api_ng.debug.o ../priv/obj/x86_64-pc-linux-gnu/atoms.debug.o ../priv/obj/x86_64-pc-linux-gnu/bn.debug.o ../priv/obj/x86_64-pc-linux-gnu/cipher.debug.o ../priv/obj/x86_64-pc-linux-gnu/cmac.debug.o ../priv/obj/x86_64-pc-linux-gnu/dh.debug.o ../priv/obj/x86_64-pc-linux-gnu/digest.debug.o ../priv/obj/x86_64-pc-linux-gnu/dss.debug.o ../priv/obj/x86_64-pc-linux-gnu/ec.debug.o ../priv/obj/x86_64-pc-linux-gnu/ecdh.debug.o ../priv/obj/x86_64-pc-linux-gnu/eddsa.debug.o ../priv/obj/x86_64-pc-linux-gnu/engine.debug.o ../priv/obj/x86_64-pc-linux-gnu/evp.debug.o ../priv/obj/x86_64-pc-linux-gnu/fips.debug.o ../priv/obj/x86_64-pc-linux-gnu/hash.debug.o ../priv/obj/x86_64-pc-linux-gnu/hmac.debug.o ../priv/obj/x86_64-pc-linux-gnu/info.debug.o ../priv/obj/x86_64-pc-linux-gnu/mac.debug.o ../priv/obj/x86_64-pc-linux-gnu/math.debug.o ../priv/obj/x86_64-pc-linux-gnu/pkey.debug.o ../priv/obj/x86_64-pc-linux-gnu/rand.debug.o ../priv/obj/x86_64-pc-linux-gnu/rsa.debug.o ../priv/obj/x86_64-pc-linux-gnu/srp.debug.o ../priv/obj/x86_64-pc-linux-gnu/crypto_callback.debug.o ../priv/obj/x86_64-pc-linux-gnu/crypto_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/aead_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/aes_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/algorithms_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/api_ng_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/atoms_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/bn_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/cipher_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/cmac_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/dh_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/digest_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/dss_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/ec_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/ecdh_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/eddsa_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/engine_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/evp_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/fips_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/hash_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/hmac_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/info_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/mac_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/math_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/pkey_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/rand_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/rsa_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/srp_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/crypto_callback_static.debug.o ../priv/obj/x86_64-pc-linux-gnu/otp_test_engine.debug.o
rm -f ../priv/lib/x86_64-pc-linux-gnu/crypto.valgrind.so ../priv/lib/x86_64-pc-linux-gnu/crypto_callback.valgrind.so ../priv/lib/x86_64-pc-linux-gnu/otp_test_engine.valgrind.so ../priv/lib/x86_64-pc-linux-gnu/crypto.debug.so ../priv/lib/x86_64-pc-linux-gnu/crypto_callback.debug.so ../priv/lib/x86_64-pc-linux-gnu/otp_test_engine.debug.so
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/c_src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/c_src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto/doc/src'
=== Leaving application crypto
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon'
=== Entering application os_mon
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/src'
rm -f ../ebin/disksup.beam ../ebin/memsup.beam ../ebin/cpu_sup.beam ../ebin/os_mon.beam ../ebin/os_mon_mib.beam ../ebin/os_sup.beam ../ebin/os_mon_sysinfo.beam ../ebin/nteventlog.beam ../ebin/os_mon.app ../ebin/os_mon.appup
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/c_src'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/c_src'
rm -f ../priv/bin/x86_64-pc-linux-gnu/memsup ../priv/bin/x86_64-pc-linux-gnu/cpu_sup
rm -rf ../priv/obj/x86_64-pc-linux-gnu
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/c_src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/c_src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon/doc/src'
=== Leaving application os_mon
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/os_mon'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools'
=== Entering application syntax_tools
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools/src'
rm -f ./merl_transform.beam
rm -f ../ebin/erl_syntax.beam ../ebin/erl_prettypr.beam ../ebin/erl_syntax_lib.beam ../ebin/erl_comment_scan.beam ../ebin/erl_recomment.beam ../ebin/epp_dodger.beam ../ebin/prettypr.beam ../ebin/merl.beam ../ebin/merl_transform.beam ../ebin/syntax_tools.app ../ebin/syntax_tools.appup
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools/examples'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools/doc/src'
=== Leaving application syntax_tools
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/syntax_tools'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key'
=== Entering application public_key
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key/asn1'
rm -f OTP-PUB-KEY.erl PKCS-FRAME.erl OTP-PUB-KEY.hrl PKCS-FRAME.hrl ../include/OTP-PUB-KEY.hrl ../include/PKCS-FRAME.hrl PKIX1Explicit88.asn1db PKIX1Implicit88.asn1db PKIX1Algorithms88.asn1db PKIXAttributeCertificate.asn1db PKCS-1.asn1db PKCS-3.asn1db PKCS-7.asn1db PKCS-8.asn1db PKCS-10.asn1db PKCS5v2-0.asn1db OTP-PKIX.asn1db InformationFramework.asn1db RFC5639.asn1db CMSAesRsaesOaep.asn1db OTP-PUB-KEY.asn1db \
PKIX1Explicit88.table PKIX1Implicit88.table PKIX1Algorithms88.table PKIXAttributeCertificate.table PKCS-1.table PKCS-3.table PKCS-7.table PKCS-8.table PKCS-10.table PKCS5v2-0.table OTP-PKIX.table InformationFramework.table RFC5639.table CMSAesRsaesOaep.table ../ebin/OTP-PUB-KEY.beam ../ebin/PKCS-FRAME.beam *.beam *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key/asn1'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key/src'
rm -f ../ebin/public_key.beam ../ebin/pubkey_pem.beam ../ebin/pubkey_ssh.beam ../ebin/pubkey_pbe.beam ../ebin/pubkey_cert.beam ../ebin/pubkey_cert_records.beam ../ebin/pubkey_crl.beam ../ebin/pubkey_ocsp.beam ../ebin/public_key.app ../ebin/public_key.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key/doc/src'
=== Leaving application public_key
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/public_key'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl'
=== Entering application ssl
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/src'
SED x86_64-pc-linux-gnu /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5
GEN /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/src/deps/ssl.d
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/src'
rm -f ../ebin/dtls_connection.beam ../ebin/dtls_connection_sup.beam ../ebin/dtls_handshake.beam ../ebin/dtls_gen_connection.beam ../ebin/dtls_listener_sup.beam ../ebin/dtls_packet_demux.beam ../ebin/dtls_record.beam ../ebin/dtls_server_sup.beam ../ebin/dtls_server_session_cache_sup.beam ../ebin/dtls_sup.beam ../ebin/dtls_socket.beam ../ebin/dtls_v1.beam ../ebin/inet_tls_dist.beam ../ebin/inet6_tls_dist.beam ../ebin/ssl.beam ../ebin/ssl_admin_sup.beam ../ebin/ssl_alert.beam ../ebin/ssl_app.beam ../ebin/ssl_certificate.beam ../ebin/ssl_cipher.beam ../ebin/ssl_cipher_format.beam ../ebin/ssl_client_session_cache_db.beam ../ebin/ssl_config.beam ../ebin/ssl_connection_sup.beam ../ebin/ssl_crl.beam ../ebin/ssl_crl_cache.beam ../ebin/ssl_crl_hash_dir.beam ../ebin/ssl_dh_groups.beam ../ebin/ssl_dist_admin_sup.beam ../ebin/ssl_dist_connection_sup.beam ../ebin/ssl_dist_sup.beam ../ebin/ssl_gen_statem.beam ../ebin/ssl_handshake.beam ../ebin/ssl_listen_tracker_sup.beam ../ebin/ssl_logger.beam ../ebin/ssl_manager.beam ../ebin/ssl_pem_cache.beam ../ebin/ssl_pkix_db.beam ../ebin/ssl_record.beam ../ebin/ssl_server_session_cache.beam ../ebin/ssl_server_session_cache_db.beam ../ebin/ssl_server_session_cache_sup.beam ../ebin/ssl_upgrade_server_session_cache_sup.beam ../ebin/ssl_session.beam ../ebin/ssl_srp_primes.beam ../ebin/ssl_sup.beam ../ebin/tls_bloom_filter.beam ../ebin/tls_dtls_connection.beam ../ebin/tls_connection.beam ../ebin/tls_connection_sup.beam ../ebin/tls_connection_1_3.beam ../ebin/tls_gen_connection.beam ../ebin/tls_handshake.beam ../ebin/tls_handshake_1_3.beam ../ebin/tls_record.beam ../ebin/tls_record_1_3.beam ../ebin/tls_client_ticket_store.beam ../ebin/tls_dist_sup.beam ../ebin/tls_dist_server_sup.beam ../ebin/tls_sender.beam ../ebin/tls_server_session_ticket.beam ../ebin/tls_server_session_ticket_sup.beam ../ebin/tls_server_sup.beam ../ebin/tls_socket.beam ../ebin/tls_sup.beam ../ebin/tls_v1.beam ../ebin/ssl.app ../ebin/ssl.appup ../ebin/ssl_crl_cache_api.beam ../ebin/ssl_session_cache_api.beam
rm -f errs core *~
rm -rf /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/src/deps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/examples/certs'
rm -fr *~ *.beam
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/examples/certs'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/examples/src'
rm -fr ../ebin/client_server.beam *~ *.beam
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl/examples/src'
=== Leaving application ssl
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssl'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/observer'
=== Entering application observer
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/observer/src'
rm -f ../ebin/crashdump_viewer.beam ../ebin/cdv_atom_cb.beam ../ebin/cdv_bin_cb.beam ../ebin/cdv_detail_wx.beam ../ebin/cdv_dist_cb.beam ../ebin/cdv_ets_cb.beam ../ebin/cdv_fun_cb.beam ../ebin/cdv_gen_cb.beam ../ebin/cdv_html_wx.beam ../ebin/cdv_info_wx.beam ../ebin/cdv_int_tab_cb.beam ../ebin/cdv_mem_cb.beam ../ebin/cdv_mod_cb.beam ../ebin/cdv_multi_wx.beam ../ebin/cdv_persistent_cb.beam ../ebin/cdv_port_cb.beam ../ebin/cdv_proc_cb.beam ../ebin/cdv_sched_cb.beam ../ebin/cdv_table_wx.beam ../ebin/cdv_term_cb.beam ../ebin/cdv_timer_cb.beam ../ebin/cdv_virtual_list_wx.beam ../ebin/cdv_wx.beam ../ebin/etop.beam ../ebin/etop_tr.beam ../ebin/etop_txt.beam ../ebin/observer.beam ../ebin/observer_app_wx.beam ../ebin/observer_alloc_wx.beam ../ebin/observer_html_lib.beam ../ebin/observer_lib.beam ../ebin/observer_perf_wx.beam ../ebin/observer_port_wx.beam ../ebin/observer_pro_wx.beam ../ebin/observer_procinfo.beam ../ebin/observer_sys_wx.beam ../ebin/observer_trace_wx.beam ../ebin/observer_traceoptions_wx.beam ../ebin/observer_tv_table.beam ../ebin/observer_tv_wx.beam ../ebin/observer_wx.beam ../ebin/ttb.beam ../ebin/ttb_et.beam ../ebin/observer.app ../ebin/observer.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/observer/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/observer/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/observer/doc/src'
=== Leaving application observer
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/observer'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc'
=== Entering application odbc
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/src'
rm -f ../ebin/odbc.beam ../ebin/odbc_app.beam ../ebin/odbc_sup.beam
rm -f ../ebin/odbc.app
rm -f ../ebin/odbc.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/c_src'
MAKE clean
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/c_src'
rm -f core *~
rm -f ../priv/obj/x86_64-pc-linux-gnu/*
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/c_src'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/c_src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc/doc/src'
=== Leaving application odbc
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter'
=== Entering application diameter
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/src'
(for f in base/diameter base/diameter_app base/diameter_callback base/diameter_capx base/diameter_config base/diameter_config_sup base/diameter_codec base/diameter_dist base/diameter_gen base/diameter_lib base/diameter_misc_sup base/diameter_peer base/diameter_peer_fsm base/diameter_peer_fsm_sup base/diameter_reg base/diameter_service base/diameter_service_sup base/diameter_session base/diameter_stats base/diameter_sup base/diameter_sync base/diameter_traffic base/diameter_types base/diameter_watchdog base/diameter_watchdog_sup transport/diameter_etcp transport/diameter_etcp_sup transport/diameter_tcp transport/diameter_tcp_sup transport/diameter_sctp transport/diameter_sctp_sup transport/diameter_transport transport/diameter_transport_sup compiler/diameter_codegen compiler/diameter_exprecs compiler/diameter_dict_scanner compiler/diameter_dict_util compiler/diameter_make info/diameter_dbg info/diameter_info; do \
(echo $f; cat $f.erl) | sed -f depend.sed; \
done) \
> depend.mk
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/src'
rm -f ../ebin/diameter.beam ../ebin/diameter_app.beam ../ebin/diameter_callback.beam ../ebin/diameter_capx.beam ../ebin/diameter_config.beam ../ebin/diameter_config_sup.beam ../ebin/diameter_codec.beam ../ebin/diameter_dist.beam ../ebin/diameter_gen.beam ../ebin/diameter_lib.beam ../ebin/diameter_misc_sup.beam ../ebin/diameter_peer.beam ../ebin/diameter_peer_fsm.beam ../ebin/diameter_peer_fsm_sup.beam ../ebin/diameter_reg.beam ../ebin/diameter_service.beam ../ebin/diameter_service_sup.beam ../ebin/diameter_session.beam ../ebin/diameter_stats.beam ../ebin/diameter_sup.beam ../ebin/diameter_sync.beam ../ebin/diameter_traffic.beam ../ebin/diameter_types.beam ../ebin/diameter_watchdog.beam ../ebin/diameter_watchdog_sup.beam ../ebin/diameter_etcp.beam ../ebin/diameter_etcp_sup.beam ../ebin/diameter_tcp.beam ../ebin/diameter_tcp_sup.beam ../ebin/diameter_sctp.beam ../ebin/diameter_sctp_sup.beam ../ebin/diameter_transport.beam ../ebin/diameter_transport_sup.beam ../ebin/diameter_gen_base_rfc3588.beam ../ebin/diameter_gen_base_rfc6733.beam ../ebin/diameter_gen_base_accounting.beam ../ebin/diameter_gen_acct_rfc6733.beam ../ebin/diameter_gen_doic_rfc7683.beam ../ebin/diameter_gen_relay.beam ../ebin/diameter_codegen.beam ../ebin/diameter_exprecs.beam ../ebin/diameter_dict_scanner.beam ../ebin/diameter_dict_util.beam ../ebin/diameter_make.beam ../ebin/diameter_dbg.beam ../ebin/diameter_info.beam ../ebin/diameter_dict_parser.beam ../ebin/diameter.app ../ebin/diameter.appup gen/*
rm -f depend.mk
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
GEN ../xml/seehere.ent
GEN ../xml/seealso.ent
GEN depend.mk
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf depend.mk ../xml/seehere.ent
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
GEN ../xml/seehere.ent
GEN ../xml/seealso.ent
GEN depend.mk
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf depend.mk ../xml/seehere.ent
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter/doc/src'
=== Leaving application diameter
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/diameter'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et'
=== Entering application et
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et/src'
rm -f ../ebin/et.beam ../ebin/et_collector.beam ../ebin/et_selector.beam ../ebin/et_viewer.beam ../ebin/et_wx_contents_viewer.beam ../ebin/et_wx_viewer.beam ../ebin/et.app ../ebin/et.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et/examples'
rm -f ./et_demo.beam ./et_display_demo.beam ./et_trace_demo.beam *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et/doc/src'
=== Leaving application et
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/et'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco'
=== Entering application megaco
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/app'
rm -f ../../ebin/megaco.beam ../../ebin/megaco.app ../../ebin/megaco.appup
rm -f errs core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/app'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/engine'
rm -f ../../ebin/megaco_edist_compress.beam ../../ebin/megaco_encoder.beam ../../ebin/megaco_user.beam ../../ebin/megaco_transport.beam ../../ebin/megaco_config_misc.beam ../../ebin/megaco_config.beam ../../ebin/megaco_digit_map.beam ../../ebin/megaco_erl_dist_encoder.beam ../../ebin/megaco_erl_dist_encoder_mc.beam ../../ebin/megaco_filter.beam ../../ebin/megaco_messenger.beam ../../ebin/megaco_messenger_misc.beam ../../ebin/megaco_misc_sup.beam ../../ebin/megaco_monitor.beam ../../ebin/megaco_sdp.beam ../../ebin/megaco_sup.beam ../../ebin/megaco_stats.beam ../../ebin/megaco_timer.beam ../../ebin/megaco_trans_sender.beam ../../ebin/megaco_trans_sup.beam ../../ebin/megaco_user_default.beam
rm -f errs core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/engine'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/text'
rm -f megaco_text_parser_v1.erl megaco_text_parser_v2.erl megaco_text_parser_v3.erl megaco_text_mini_parser.erl ../../ebin/megaco_text_parser_v1.beam ../../ebin/megaco_text_parser_v2.beam ../../ebin/megaco_text_parser_v3.beam ../../ebin/megaco_text_mini_parser.beam ../../ebin/megaco_compact_text_encoder.beam ../../ebin/megaco_compact_text_encoder_v1.beam ../../ebin/megaco_compact_text_encoder_v2.beam ../../ebin/megaco_compact_text_encoder_v3.beam ../../ebin/megaco_pretty_text_encoder.beam ../../ebin/megaco_pretty_text_encoder_v1.beam ../../ebin/megaco_pretty_text_encoder_v2.beam ../../ebin/megaco_pretty_text_encoder_v3.beam ../../ebin/megaco_text_mini_decoder.beam ../../ebin/megaco_text_scanner.beam
rm -f errs core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/text'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/flex'
MAKE clean
make[5]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/flex'
rm -f ../../ebin/megaco_flex_scanner.beam ../../ebin/megaco_flex_scanner_handler.beam
rm -f megaco_flex_scanner_drv.flex megaco_flex_scanner_drv_mt.flex
rm -f megaco_flex_scanner_drv.c megaco_flex_scanner_drv_mt.c
rm -f ../../priv/lib/x86_64-pc-linux-gnu/megaco_flex_scanner_drv.so ../../priv/lib/x86_64-pc-linux-gnu/megaco_flex_scanner_drv_mt.so
rm -f errs core *~
make[5]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/flex'
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/flex'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/binary'
rm -f ../../ebin/megaco_binary_encoder.beam ../../ebin/megaco_binary_encoder_lib.beam ../../ebin/megaco_ber_encoder.beam ../../ebin/megaco_ber_media_gateway_control_v1.beam ../../ebin/megaco_ber_media_gateway_control_v2.beam ../../ebin/megaco_ber_media_gateway_control_v3.beam ../../ebin/megaco_per_encoder.beam ../../ebin/megaco_per_media_gateway_control_v1.beam ../../ebin/megaco_per_media_gateway_control_v2.beam ../../ebin/megaco_per_media_gateway_control_v3.beam ../../ebin/megaco_binary_name_resolver_v1.beam ../../ebin/megaco_binary_name_resolver_v2.beam ../../ebin/megaco_binary_name_resolver_v3.beam ../../ebin/megaco_binary_term_id.beam ../../ebin/megaco_binary_term_id_gen.beam ../../ebin/megaco_binary_transformer_v1.beam ../../ebin/megaco_binary_transformer_v2.beam ../../ebin/megaco_binary_transformer_v3.beam
rm -f megaco_ber_media_gateway_control_v1.erl megaco_per_media_gateway_control_v1.erl megaco_ber_media_gateway_control_v1.hrl megaco_per_media_gateway_control_v1.hrl megaco_ber_media_gateway_control_v2.erl megaco_per_media_gateway_control_v2.erl megaco_ber_media_gateway_control_v2.hrl megaco_per_media_gateway_control_v2.hrl megaco_ber_media_gateway_control_v3.erl megaco_per_media_gateway_control_v3.erl megaco_ber_media_gateway_control_v3.hrl megaco_per_media_gateway_control_v3.hrl
rm -f megaco_ber_media_gateway_control_v1.asn1db megaco_per_media_gateway_control_v1.asn1db megaco_ber_media_gateway_control_v2.asn1db megaco_per_media_gateway_control_v2.asn1db megaco_ber_media_gateway_control_v3.asn1db megaco_per_media_gateway_control_v3.asn1db
rm -f prebuild.skip
rm -f core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/binary'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/tcp'
rm -f ../../ebin/megaco_tcp.beam ../../ebin/megaco_tcp_sup.beam ../../ebin/megaco_tcp_accept.beam ../../ebin/megaco_tcp_accept_sup.beam ../../ebin/megaco_tcp_connection.beam ../../ebin/megaco_tcp_connection_sup.beam
rm -f errs core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/tcp'
make[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/udp'
rm -f ../../ebin/megaco_udp.beam ../../ebin/megaco_udp_sup.beam ../../ebin/megaco_udp_server.beam
rm -f errs core *~
make[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src/udp'
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/examples/simple'
rm -f ./megaco_simple_mg.beam ./megaco_simple_mgc.beam
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/examples/simple'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/examples/meas'
rm -f meas.sh.skel mstone1.sh.skel ./megaco_codec_transform.beam ./megaco_codec_mstone_lib.beam ./megaco_codec_mstone1.beam ./megaco_codec_mstone2.beam ./megaco_codec_meas.beam
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/examples/meas'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco/doc/src'
=== Leaving application megaco
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit'
=== Entering application eunit
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit/src'
rm -f ../ebin/eunit_striptests.beam ../ebin/eunit.beam ../ebin/eunit_tests.beam ../ebin/eunit_server.beam ../ebin/eunit_proc.beam ../ebin/eunit_serial.beam ../ebin/eunit_test.beam ../ebin/eunit_lib.beam ../ebin/eunit_data.beam ../ebin/eunit_tty.beam ../ebin/eunit_surefire.beam ../ebin/eunit_listener.beam ../ebin/eunit.app ../ebin/eunit.appup ../ebin/eunit_autoexport.beam
rm -f core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit/examples'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit/examples'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit/doc/src'
=== Leaving application eunit
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eunit'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh'
=== Entering application ssh
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/src'
SED x86_64-pc-linux-gnu /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5
GEN /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/src/deps/ssh.d
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/src'
rm -f ../ebin/ssh.beam ../ebin/ssh_acceptor.beam ../ebin/ssh_acceptor_sup.beam ../ebin/ssh_agent.beam ../ebin/ssh_app.beam ../ebin/ssh_auth.beam ../ebin/ssh_bits.beam ../ebin/ssh_channel_sup.beam ../ebin/ssh_cli.beam ../ebin/ssh_connection.beam ../ebin/ssh_connection_handler.beam ../ebin/ssh_file.beam ../ebin/ssh_fsm_kexinit.beam ../ebin/ssh_fsm_userauth_client.beam ../ebin/ssh_fsm_userauth_server.beam ../ebin/ssh_info.beam ../ebin/ssh_io.beam ../ebin/ssh_lib.beam ../ebin/ssh_message.beam ../ebin/ssh_no_io.beam ../ebin/ssh_options.beam ../ebin/ssh_sftp.beam ../ebin/ssh_sftpd.beam ../ebin/ssh_sftpd_file.beam ../ebin/ssh_shell.beam ../ebin/ssh_subsystem_sup.beam ../ebin/ssh_system_sup.beam ../ebin/ssh_tcpip_forward_srv.beam ../ebin/ssh_tcpip_forward_client.beam ../ebin/ssh_tcpip_forward_acceptor_sup.beam ../ebin/ssh_tcpip_forward_acceptor.beam ../ebin/ssh_transport.beam ../ebin/ssh_xfer.beam ../ebin/ssh.app ../ebin/ssh.appup ../ebin/ssh_dbg.beam ../ebin/ssh_client_key_api.beam ../ebin/ssh_daemon_channel.beam ../ebin/ssh_server_channel.beam ../ebin/ssh_server_key_api.beam ../ebin/ssh_sftpd_file_api.beam ../ebin/ssh_channel.beam ../ebin/ssh_client_channel.beam
rm -f errs core *~
rm -rf /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/src/deps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh/doc/src'
=== Leaving application ssh
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ssh'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eldap'
=== Entering application eldap
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eldap/src'
rm -f ../ebin/eldap.beam ../ebin/ELDAPv3.beam ../ebin/eldap.app ../ebin/eldap.appup
rm -f ../ebin/ELDAPv3.*
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eldap/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eldap/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eldap/doc/src'
=== Leaving application eldap
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/eldap'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/dialyzer'
=== Entering application dialyzer
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/dialyzer/src'
rm -f ../ebin/cerl_closurean.beam ../ebin/cerl_lib.beam ../ebin/cerl_pmatch.beam ../ebin/cerl_prettypr.beam ../ebin/cerl_typean.beam ../ebin/dialyzer.beam ../ebin/dialyzer_analysis_callgraph.beam ../ebin/dialyzer_behaviours.beam ../ebin/dialyzer_callgraph.beam ../ebin/dialyzer_cl.beam ../ebin/dialyzer_cl_parse.beam ../ebin/dialyzer_clean_core.beam ../ebin/dialyzer_codeserver.beam ../ebin/dialyzer_contracts.beam ../ebin/dialyzer_dataflow.beam ../ebin/dialyzer_dep.beam ../ebin/dialyzer_dot.beam ../ebin/dialyzer_explanation.beam ../ebin/dialyzer_gui_wx.beam ../ebin/dialyzer_options.beam ../ebin/dialyzer_plt.beam ../ebin/dialyzer_race_data_server.beam ../ebin/dialyzer_races.beam ../ebin/dialyzer_succ_typings.beam ../ebin/dialyzer_timing.beam ../ebin/dialyzer_typesig.beam ../ebin/dialyzer_coordinator.beam ../ebin/dialyzer_worker.beam ../ebin/dialyzer_utils.beam ../ebin/erl_bif_types.beam ../ebin/erl_types.beam ../ebin/typer.beam ../ebin/dialyzer.app ../ebin/dialyzer.appup
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/dialyzer/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/dialyzer/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/dialyzer/doc/src'
=== Leaving application dialyzer
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/dialyzer'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ftp'
=== Entering application ftp
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ftp/src'
rm -f ../ebin/ftp.beam ../ebin/ftp_app.beam ../ebin/ftp_progress.beam ../ebin/ftp_response.beam ../ebin/ftp_sup.beam ../ebin/ftp.app ../ebin/ftp.appup
rm -f errs core *~
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ftp/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ftp/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ftp/doc/src'
=== Leaving application ftp
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/ftp'
make[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tftp'
=== Entering application tftp
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tftp/src'
rm -f ../ebin/tftp_app.beam ../ebin/tftp_binary.beam ../ebin/tftp_engine.beam ../ebin/tftp_file.beam ../ebin/tftp_lib.beam ../ebin/tftp_sup.beam ../ebin/tftp.app ../ebin/tftp.appup ../ebin/tftp.beam ../ebin/tftp_logger.beam
rm -f core
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tftp/src'
make[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tftp/doc/src'
rm -f ../specs/*
rm -f ../pdf/*
rm -rf ../xml
rm -rf ../html/*
rm -f ../man1/* ../man3/* ../man4/* ../man6/*
rm -f ../chunks/*
rm -rf
rm -f errs core *~ *.eps
make[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tftp/doc/src'
=== Leaving application tftp
make[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/tftp'
make[1]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib'
/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/configure --cache-file=/dev/null
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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... 24
checking OTP version... 24.0.5
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 mingw-gcc 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 if we mix WSL 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 if we can add -fno-common to CFLAGS (via CFLAGS)... yes
checking C99 support... yes
checking CFLAGS for -O switch... yes
checking whether gcc accepts -fprofile-generate -Werror...... yes
checking whether gcc accepts -fprofile-use -Werror...... yes
checking whether gcc accepts -fprofile-use -fprofile-correction -Werror...... yes
checking whether gcc links with -fprofile-generate... yes
checking whether gcc accepts -fprofile-instr-generate -Werror...... no
checking whether to do PGO of erts... yes, using -fprofile-generate -fprofile-correction
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... bison -y
checking for perl5... no
checking for perl... /home/ec2-user/.asdf/shims/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 size of void *... (cached) 8
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... yes
checking whether pthread_yield() returns an int... yes
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 gcc pic cmpxchg16b plain asm support... yes
checking for posix_fadvise... yes
checking for closefrom... no
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 library containing inflateGetDictionary... no
checking for localtime_r... yes
checking for strftime... yes
checking for getprotoent... yes
checking for setprotoent... yes
checking for endprotoent... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for if_nameindex... yes
checking for if_freenameindex... yes
checking for gethostname... yes
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... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
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 elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
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 netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.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 for linux/types.h... yes
checking for linux/errqueue.h... 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... yes
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 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 size of suseconds_t... 8
checking size of _Float16... 0
checking for C compiler 'restrict' support... yes
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... no
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... (cached) yes
checking for gmtime_r... yes
checking for mprotect... yes
checking for madvise... yes
checking for posix_madvise... 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 vsyslog... yes
checking for inet_pton... 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 for netpacket/packet.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for getifaddrs... yes
checking for struct sockaddr_un.sun_path... 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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for C++17 support... yes
checking for safe signal delivery... yes
checking whether to redefine FD_SETSIZE... no
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 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 log2... yes
configure: creating ./config.status
config.status: creating emulator/x86_64-pc-linux-gnu/Makefile
config.status: creating epmd/src/x86_64-pc-linux-gnu/Makefile
config.status: creating etc/common/x86_64-pc-linux-gnu/Makefile
config.status: creating include/internal/x86_64-pc-linux-gnu/ethread.mk
config.status: creating include/internal/x86_64-pc-linux-gnu/erts_internal.mk
config.status: creating lib_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../make/x86_64-pc-linux-gnu/otp.mk
config.status: creating ../make/make_emakefile
config.status: creating ../lib/os_mon/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../lib/runtime_tools/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../lib/tools/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../make/install_dir_data.sh
config.status: creating x86_64-pc-linux-gnu/config.h
config.status: x86_64-pc-linux-gnu/config.h is unchanged
config.status: creating include/internal/x86_64-pc-linux-gnu/ethread_header_config.h
config.status: include/internal/x86_64-pc-linux-gnu/ethread_header_config.h is unchanged
config.status: creating include/x86_64-pc-linux-gnu/erl_int_sizes_config.h
config.status: include/x86_64-pc-linux-gnu/erl_int_sizes_config.h is unchanged
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/make ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/make"
Ignoring the --cache-file argument since it can cause the system to be erroneously configured
Disabling caching
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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... /home/ec2-user/.asdf/shims/perl
checking ERTS version... 12.0.3
checking OTP release... 24
checking OTP version... 24.0.5
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 if we can add -fno-common to DED_CFLAGS (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 -fno-common -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -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 -fno-common -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-pc-linux-gnu/otp_ded.mk
config.status: creating emd2exml
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/common_test"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: creating ./config.status
config.status: creating priv/x86_64-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/crypto"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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 if we can add -fno-common to DED_CFLAGS (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 -fno-common -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -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 -fno-common -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 multiarch directory... not found
checking size of void *... 8
checking for static zlib... no
checking for OpenSSL crypto library with version >= 0.9.8c in standard locations... dynamic crypto library in /usr/lib64
checking for runtime library path to use... /usr/lib64:/usr/local/lib64:/usr/sfw/lib64:/opt/local/lib64:/usr/pkg/lib64:/usr/local/openssl/lib64:/usr/local/opt/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/:/usr/lib/:/opt/local/lib/:/usr/pkg/lib/:/usr/local/openssl/lib/:/usr/local/opt/openssl/lib/:/usr/lib/openssl/lib/:/usr/openssl/lib/:/usr/local/ssl/lib/:/usr/lib/ssl/lib/:/usr/ssl/lib/:/lib/:/usr/local/lib:/usr/sfw/lib:/usr/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/local/opt/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-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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
checking if we can add -fno-common to CFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating src/x86_64-pc-linux-gnu/Makefile
config.status: creating src/x86_64-pc-linux-gnu/eidefs.mk
config.status: creating src/x86_64-pc-linux-gnu/config.h
config.status: src/x86_64-pc-linux-gnu/config.h is unchanged
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/megaco"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL with another native compiler... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for reentrant capable flex... yes
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 if we can add -fno-common to DED_CFLAGS (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 -fno-common -Werror=return-type -g -O2 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -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 -fno-common -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-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/odbc"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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-pc-linux-gnu/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/snmp"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for perl... perl
configure: creating ./config.status
config.status: creating mibs/Makefile
=== Running configure in /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx ===
./configure --disable-option-checking --cache-file=/dev/null --srcdir="/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/wx"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
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 mingw-gcc 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 if we mix WSL 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 if we can add -fno-move-loop-invariants to CXXNOOPT (via CFLAGS)... yes
checking if we can add -fno-var-tracking-assignments to CXXNOOPT (via CFLAGS)... yes
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 wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 3.0.2 (--unicode)... no (version 2.8.12 is not new enough)
checking for wxwidgets webview... no
checking for wx-config... (cached) /usr/bin/wx-config
checking for wxWidgets version >= 3.0.2 (--unicode --debug=yes)... no
checking for debug build of wxWidgets... no
checking for wx-config... (cached) /usr/bin/wx-config
checking for wxWidgets version >= 3.0.2 (--unicode --debug=no)... no (version 2.8.12 is not new enough)
checking for standard build of wxWidgets... no
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-pc-linux-gnu/config.status
config.status: creating config.mk
config.status: creating c_src/Makefile
configure: WARNING:
The requested wxWidgets build couldn't be found.
The configuration you asked for requires a wxWidgets
build with the following settings:
--unicode
but such build is not available.
To see the wxWidgets builds available on this system, please use
'wx-config --list' command. To use the default build, returned by
'wx-config --selected-config', use the options with their 'auto'
default values.
If you still get this error, then check that 'wx-config' is
in path, the directory where wxWidgets libraries are installed
(returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
or equivalent variable and wxWidgets version is 3.0.2 or above.
configure: WARNING:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 3.0.2 or above.
*********************************************************************
********************** APPLICATIONS INFORMATION *******************
*********************************************************************
wx :
The requested wxWidgets build couldn't be found.
The configuration you asked for requires a wxWidgets
build with the following settings:
--unicode
but such build is not available.
To see the wxWidgets builds available on this system, please use
'wx-config --list' command. To use the default build, returned by
'wx-config --selected-config', use the options with their 'auto'
default values.
If you still get this error, then check that 'wx-config' is
in path, the directory where wxWidgets libraries are installed
(returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
or equivalent variable and wxWidgets version is 3.0.2 or above.
wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 3.0.2 or above.
*********************************************************************
Makefile:1235: warning: overriding recipe for target `dialyzer'
Makefile:510: warning: ignoring old recipe for target `dialyzer'
Makefile:1235: warning: overriding recipe for target `dialyzer'
Makefile:510: warning: ignoring old recipe for target `dialyzer'
MAKE depend
gmake[1]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
MAKE generate
Unknown open() mode '>&' at utils/make_compiler_flags line 78.
gmake[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
GEN x86_64-pc-linux-gnu/opt/jit/OPCODES-GENERATED
GEN x86_64-pc-linux-gnu/opt/jit/TABLES-GENERATED
GEN x86_64-pc-linux-gnu/opt/jit/erl_alloc_types.h
GEN x86_64-pc-linux-gnu/erl_version.h
GEN x86_64-pc-linux-gnu/opt/jit/driver_tab.c
gmake[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
MAKE opt
gmake[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
GEN obj/x86_64-pc-linux-gnu/opt/depend.mk
GEN x86_64-pc-linux-gnu/preload.c
gmake[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
gmake[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/simple_c_gc.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/re.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_lexer.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_main.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_node.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_parser.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_printers.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_string.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_symbol.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_utils.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_yield_fun.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_aux.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_atomics.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_mutex.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_cbf.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethread.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_event.o
CC obj/x86_64-pc-linux-gnu/opt/erl_memory_trace_parser.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_memory_trace_parser.o
CC obj/x86_64-pc-linux-gnu/opt/erl_printf_format.o
CC obj/x86_64-pc-linux-gnu/opt/erl_printf.o
CC obj/x86_64-pc-linux-gnu/opt/erl_misc_utils.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_printf_format.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_printf.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_misc_utils.o
LD /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src/yielding_c_fun/bin/x86_64-pc-linux-gnu/yielding_c_fun
AR ../lib/internal/x86_64-pc-linux-gnu/libethread.a
RANLIB ../lib/internal/x86_64-pc-linux-gnu/libethread.a
AR ../lib/x86_64-pc-linux-gnu/liberts.a
RANLIB ../lib/x86_64-pc-linux-gnu/liberts.a
AR ../lib/x86_64-pc-linux-gnu/liberts_r.a
RANLIB ../lib/x86_64-pc-linux-gnu/liberts_r.a
AR ../lib/internal/x86_64-pc-linux-gnu/liberts_internal.a
RANLIB ../lib/internal/x86_64-pc-linux-gnu/liberts_internal.a
AR ../lib/internal/x86_64-pc-linux-gnu/liberts_internal_r.a
RANLIB ../lib/internal/x86_64-pc-linux-gnu/liberts_internal_r.a
GEN obj/x86_64-pc-linux-gnu/opt/MADE
gmake[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
gmake[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
GEN x86_64-pc-linux-gnu/erl_db_insert_list.ycf.h
GEN x86_64-pc-linux-gnu/erl_map.ycf.h
GEN x86_64-pc-linux-gnu/utils.ycf.h
GEN x86_64-pc-linux-gnu/opt/jit/GENERATED
gmake[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
gmake[1]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
gmake[1]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
MAKE depend
Unknown open() mode '>&' at utils/make_compiler_flags line 78.
gmake[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
GEN x86_64-pc-linux-gnu/opt/jit/depend.mk
gmake[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
MAKE depend
gmake[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
gmake[4]: Nothing to be done for `depend'.
gmake[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
gmake[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
gmake[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
Unknown open() mode '>&' at utils/make_compiler_flags line 78.
gmake[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
gmake[2]: Nothing to be done for `depend'.
gmake[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
gmake[1]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
gmake[1]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
MAKE depend
gmake[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
gmake[2]: Nothing to be done for `depend'.
gmake[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
gmake[1]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/lib_src'
MAKE erl_interface
gmake[1]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface'
=== Entering application erl_interface
gmake[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
MAKE opt
gmake[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_resolve.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_connect.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/eirecv.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send_exit.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send_reg.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_atom.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_big.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_bignum.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_binary.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_boolean.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_char.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_double.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_fun.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_intlist.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_iodata.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_list_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_long.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_pid.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_port.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ref.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_skip.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_string.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_trace.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_tuple_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ulong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_version.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_longlong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ulonglong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_atom.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_big.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_bignum.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_binary.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_boolean.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_char.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_double.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_fun.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_list_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_long.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_pid.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_port.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ref.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_string.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_trace.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_tuple_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ulong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_version.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_longlong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ulonglong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_port.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_publish.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_unpublish.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_decode_term.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_format.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_locking.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_malloc.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_portio.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_printterm.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_pthreads.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_trace.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_x_encode.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/eimd5.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/get_type.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/show_msg.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_compat.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_init.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_cmp_nc.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_names.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_register.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_unregister.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_whereis.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_connect.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_resolve.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/eirecv.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send_exit.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send_reg.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_atom.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_big.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_bignum.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_binary.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_boolean.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_char.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_double.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_fun.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_intlist.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_iodata.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_list_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_long.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_pid.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_port.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ref.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_skip.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_string.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_trace.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_tuple_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ulong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_version.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_longlong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ulonglong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_atom.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_big.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_bignum.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_binary.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_boolean.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_char.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_double.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_fun.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_list_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_long.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_pid.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_port.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ref.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_string.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_trace.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_tuple_header.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ulong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_version.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_longlong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ulonglong.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_port.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_publish.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_unpublish.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_decode_term.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_format.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_locking.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_malloc.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_portio.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_printterm.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_pthreads.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_trace.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_x_encode.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/eimd5.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/get_type.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/show_msg.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_compat.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_init.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_cmp_nc.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_names.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_register.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_unregister.o
CC /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_whereis.o
VSN ../ebin/erl_interface.app
VSN ../ebin/erl_interface.appup
AR /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei_st.a
AR /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei.a
RANLIB /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei_st.a
RANLIB /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei.a
LD /home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/bin/x86_64-pc-linux-gnu/erl_call
gmake[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
gmake[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/src'
gmake[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/doc/src'
gmake[2]: Nothing to be done for `opt'.
gmake[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface/doc/src'
=== Leaving application erl_interface
gmake[1]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/lib/erl_interface'
MAKE emulator
gmake[1]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts'
gmake[2]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts'
gmake[3]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
MAKE opt
Unknown open() mode '>&' at utils/make_compiler_flags line 78.
gmake[4]: Entering directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_main.o
CC obj/x86_64-pc-linux-gnu/opt/jit/preload.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_process.o
CC obj/x86_64-pc-linux-gnu/opt/jit/asm_load.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_jit_common.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_common.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_bif_load.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_bp.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_catches.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_debug.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_load.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_opcodes.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_ranges.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_transform.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_transform_engine.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_transform_helpers.o
CC obj/x86_64-pc-linux-gnu/opt/jit/code_ix.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_mtrace.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_alloc_util.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_goodfit_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bestfit_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_afit_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_init.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_atom_table.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_table.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_ddll.o
gmake[4]: *** No rule to make target `x86_64-pc-linux-gnu/opt/jit/erl_compile_flags.h', needed by `obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_info.o'. Stop.
gmake[4]: *** Waiting for unfinished jobs....
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_guard.o
gmake[4]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
gmake[3]: *** [opt] Error 2
gmake[3]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts/emulator'
gmake[2]: *** [opt] Error 2
gmake[2]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts'
gmake[1]: *** [jit] Error 2
gmake[1]: Leaving directory `/home/ec2-user/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.5/otp_src_24.0.5/erts'
gmake: *** [emulator] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment