Created
February 27, 2021 16:57
-
-
Save mhanberg/f2d583fa0b1bfbb0cb5dba13c9d0b4d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== running autoconf in lib/common_test | |
=== running autoconf in lib/crypto | |
=== running autoconf in lib/erl_interface | |
=== running autoheader in lib/erl_interface | |
=== running autoconf in lib/megaco | |
=== running autoconf in lib/odbc | |
=== running autoconf in lib/snmp | |
=== running autoconf in lib/wx | |
=== running autoconf in lib/common_test/test_server | |
=== running autoconf in make | |
=== running autoconf in erts | |
=== running autoheader in erts | |
=== creating ./configure | |
/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/configure --cache-file=/dev/null --enable-darwin-64bit --with-ssl=/opt/homebrew/opt/[email protected] | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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-rc1 | |
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... failed | |
configure: WARNING: Check for large file support flags failed; getconf failed | |
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...... yes | |
checking for llvm-profdata... /Library/Developer/CommandLineTools/usr/bin/llvm-profdata | |
checking for xcrun... xcrun | |
checking whether gcc accepts -fprofile-instr-use=default.profdata -Werror... yes | |
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 | |
configure: Adjusting LDFLAGS to cope with 64bit Darwin | |
checking if VM has to be linked with Carbon framework... yes | |
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... /opt/homebrew/bin/perl | |
checking whether ln -s works... yes | |
checking for ar... ar | |
checking for xsltproc... xsltproc | |
checking for fop... no | |
configure: WARNING: No 'fop' command found: going to generate placeholder PDF files | |
checking for xmllint... xmllint | |
checking for a BSD-compatible install... /opt/homebrew/bin/ginstall -c | |
checking how to create a directory including parents... /opt/homebrew/bin/ginstall -c -d | |
checking for extra flags needed to export symbols... none | |
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 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... no | |
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... yes | |
checking for gethrtime... no | |
checking for mach clock_get_time() with monotonic clock type... 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... no | |
checking for sched_yield... yes | |
checking whether sched_yield() returns an int... yes | |
checking for pthread_yield... no | |
checking for pthread_rwlock_init... yes | |
checking for pthread_rwlockattr_setkind_np... no | |
checking for pthread_attr_setguardsize... yes | |
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... no | |
checking for Linux futexes... no | |
checking for pthread_setname_np... darwin | |
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()... yes | |
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()... yes | |
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()... yes | |
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()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
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()... yes | |
checking for a usable libatomic_ops implementation... no | |
checking whether default stack size should be modified... no | |
checking size of void *... (cached) 8 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 8 | |
checking size of long long... (cached) 8 | |
checking size of __int64... 0 | |
checking size of __int128_t... (cached) 16 | |
checking whether byte ordering is bigendian... no | |
checking whether double word ordering is middle-endian... no | |
checking for gcc cmpxchg16b plain asm support... yes | |
checking for posix_fadvise... no | |
checking for closefrom... no | |
checking linux/falloc.h usability... no | |
checking linux/falloc.h presence... no | |
checking for linux/falloc.h... no | |
checking whether fallocate() works... no | |
checking whether posix_fallocate() works... no | |
checking whether lock checking should be enabled... no | |
checking whether lock counters should be enabled... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for tgetent in -ltinfo... no | |
checking for tgetent in -lncurses... yes | |
checking for wcwidth... yes | |
checking for zlib 1.2.5 or higher... yes | |
checking for library containing inflateGetDictionary... none required | |
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... no | |
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... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
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... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
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... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
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... no | |
checking elf.h presence... no | |
checking for elf.h... no | |
checking for struct ifreq.ifr_hwaddr... no | |
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... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking sys/devpoll.h usability... no | |
checking sys/devpoll.h presence... no | |
checking for sys/devpoll.h... no | |
checking sys/timerfd.h usability... no | |
checking sys/timerfd.h presence... no | |
checking for sys/timerfd.h... no | |
checking netpacket/packet.h usability... no | |
checking netpacket/packet.h presence... no | |
checking for netpacket/packet.h... no | |
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... no | |
checking for linux/types.h... no | |
checking for linux/errqueue.h... no | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking for SO_BSDCOMPAT declaration... no | |
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... yes | |
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... 4 | |
checking size of _Float16... 2 | |
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... yes | |
checking for getipnodebyaddr... yes | |
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 inet_pton... yes | |
checking for mprotect... yes | |
checking for madvise... yes | |
checking for posix_madvise... yes | |
checking for mmap... yes | |
checking for mremap... no | |
checking for memcpy... yes | |
checking for mallopt... no | |
checking for sbrk... yes | |
checking for _sbrk... no | |
checking for __sbrk... no | |
checking for brk... yes | |
checking for _brk... no | |
checking for __brk... no | |
checking for flockfile... yes | |
checking for fstat... yes | |
checking for strlcpy... yes | |
checking for strlcat... yes | |
checking for setsid... yes | |
checking for posix2time... yes | |
checking for time2posix... yes | |
checking for setlocale... yes | |
checking for nl_langinfo... yes | |
checking for poll... yes | |
checking for mlockall... yes | |
checking for ppoll... no | |
checking for vsyslog... yes | |
checking for isfinite... yes | |
checking for posix_memalign... yes | |
checking for writev... yes | |
checking whether posix2time is declared... yes | |
checking whether time2posix is declared... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for conflicting declaration of fread... yes | |
checking for putc_unlocked... yes | |
checking for fwrite_unlocked... no | |
checking for openpty... yes | |
checking net/if_dl.h usability... yes | |
checking net/if_dl.h presence... yes | |
checking for net/if_dl.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for netpacket/packet.h... (cached) no | |
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... no | |
checking for pset functionality... no | |
checking for processor_bind functionality... no | |
checking for cpuset_getaffinity/cpuset_setaffinity... no | |
checking for 'end' symbol... no | |
checking for '_end' symbol... no | |
checking if __after_morecore_hook can track malloc()s core memory use... no | |
checking types of sbrk()s return value and argument... void *,int | |
checking types of brk()s return value and argument... void *,const 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) no | |
checking for clock_gettime() with wall clock type... CLOCK_REALTIME | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gettimeofday... yes | |
checking for mach clock_get_time() with wall clock type... yes | |
checking for clock_gettime in -lrt... (cached) no | |
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) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking for clock_gettime in -lrt... (cached) no | |
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) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking if gethrvtime works and how to use it... not working | |
checking if clock_gettime can be used to get thread CPU time... no | |
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()... no; non-existing, broken, or based on select() | |
checking whether host os has known kqueue bugs... no | |
checking whether kernel poll support should be enabled... yes; kqueue | |
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-apple-darwin20.3.0/Makefile | |
config.status: creating epmd/src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating etc/common/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating include/internal/x86_64-apple-darwin20.3.0/ethread.mk | |
config.status: creating include/internal/x86_64-apple-darwin20.3.0/erts_internal.mk | |
config.status: creating lib_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../make/x86_64-apple-darwin20.3.0/otp.mk | |
config.status: creating ../make/make_emakefile | |
config.status: creating ../lib/os_mon/c_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../lib/runtime_tools/c_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../lib/tools/c_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../make/install_dir_data.sh | |
config.status: creating x86_64-apple-darwin20.3.0/config.h | |
config.status: creating include/internal/x86_64-apple-darwin20.3.0/ethread_header_config.h | |
config.status: creating include/x86_64-apple-darwin20.3.0/erl_int_sizes_config.h | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/make === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/make" | |
Ignoring the --cache-file argument since it can cause the system to be erroneously configured | |
Disabling caching | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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... /usr/bin/env | |
checking for GNU make... yes (make) | |
checking for a BSD-compatible install... /opt/homebrew/bin/ginstall -c | |
checking whether ln -s works... yes | |
checking for ranlib... ranlib | |
checking for perl5... no | |
checking for perl... /opt/homebrew/bin/perl | |
checking ERTS version... 12.0 | |
checking OTP release... 24 | |
checking OTP version... 24.0-rc1 | |
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 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 size of void *... 8 | |
checking for ld... gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-common -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -g -O2 -fPIC -fno-common | |
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 -fno-common -g -O2 -fPIC -fno-common | |
checking for linker for loadable drivers... gcc | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
configure: creating ./config.status | |
config.status: creating ../Makefile | |
config.status: creating output.mk | |
config.status: creating ../make/x86_64-apple-darwin20.3.0/otp_ded.mk | |
config.status: creating emd2exml | |
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/common_test === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/common_test" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
configure: creating ./config.status | |
config.status: creating priv/x86_64-apple-darwin20.3.0/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/crypto === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/crypto" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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 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 size of void *... 8 | |
checking for ld... gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-common -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -g -O2 -fPIC -fno-common | |
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 -fno-common -g -O2 -fPIC -fno-common | |
checking for linker for loadable drivers... gcc | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
checking size of void *... (cached) 8 | |
checking for static ZLib to be used by SSL in standard locations... no | |
checking for OpenSSL kerberos 5 support... no | |
configure: creating ./config.status | |
config.status: creating c_src/x86_64-apple-darwin20.3.0/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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... /opt/homebrew/bin/ginstall -c | |
checking how to create a directory including parents... /opt/homebrew/bin/ginstall -c -d | |
checking for gethostbyname in -lnsl... no | |
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... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
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... no | |
checking for gethostbyname_r... no | |
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 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()... yes | |
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()... yes | |
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()... yes | |
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()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
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()... yes | |
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-apple-darwin20.3.0/Makefile | |
config.status: creating src/x86_64-apple-darwin20.3.0/eidefs.mk | |
config.status: creating src/x86_64-apple-darwin20.3.0/config.h | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/megaco === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/megaco" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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... -ll | |
checking whether yytext is a pointer... yes | |
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 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 size of void *... 8 | |
checking for ld... gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-common -Werror=return-type -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -Werror=return-type -g -O2 -fPIC -fno-common | |
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 -fno-common -Werror=return-type -g -O2 -fPIC -fno-common | |
checking for linker for loadable drivers... gcc | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
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-apple-darwin20.3.0/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/odbc === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/odbc" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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 make 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... no | |
checking for sqlext.h... no | |
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 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... no | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
configure: creating ./config.status | |
config.status: creating c_src/x86_64-apple-darwin20.3.0/Makefile | |
configure: WARNING: No odbc library found skipping odbc | |
configure: WARNING: "ODBC library - header check failed" | |
configure: WARNING: "ODBC library - link check failed" | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/snmp === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/snmp" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
checking for perl... perl | |
configure: creating ./config.status | |
config.status: creating mibs/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/wx === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/wx" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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 darwin20.3.0 | |
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 Checking wxWidgets for min version:... | |
checking if compiler accepts -ObjC... yes | |
checking if we can add -fno-move-loop-invariants to CXXNOOPT (via CFLAGS)... no | |
checking if we can add -fno-var-tracking-assignments to CXXNOOPT (via CFLAGS)... no | |
checking GL/gl.h usability... no | |
checking GL/gl.h presence... no | |
checking for GL/gl.h... no | |
checking OpenGL/gl.h usability... yes | |
checking OpenGL/gl.h presence... yes | |
checking for OpenGL/gl.h... yes | |
checking GL/glu.h usability... no | |
checking GL/glu.h presence... no | |
checking for GL/glu.h... no | |
checking OpenGL/glu.h usability... yes | |
checking OpenGL/glu.h presence... yes | |
checking for OpenGL/glu.h... yes | |
checking for wx-config... no | |
checking for wxwidgets webview... no | |
checking for wx-config... (cached) no | |
checking for debug build of wxWidgets... no | |
checking for wx-config... (cached) no | |
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-apple-darwin20.3.0/config.status | |
config.status: creating config.mk | |
config.status: creating c_src/Makefile | |
./configure: line 4328: wx-config: command not found | |
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 DISABLED ********************** | |
********************************************************************* | |
odbc : ODBC library - link check failed | |
********************************************************************* | |
********************************************************************* | |
********************** APPLICATIONS INFORMATION ******************* | |
********************************************************************* | |
wx : 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. | |
********************************************************************* | |
********************************************************************* | |
********************** DOCUMENTATION INFORMATION ****************** | |
********************************************************************* | |
documentation : | |
fop is missing. | |
Using fakefop to generate placeholder PDF files. | |
********************************************************************* | |
Makefile:1220: warning: overriding commands for target `dialyzer' | |
Makefile:510: warning: ignoring old commands for target `dialyzer' | |
rm -f *~ *.bak config.log config.status prebuilt.files ibin/* | |
cd erts && ERL_TOP=/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1 make clean | |
MAKE clean | |
rm -f x86_64-apple-darwin20.3.0/opt/jit/OPCODES-GENERATED x86_64-apple-darwin20.3.0/opt/jit/TABLES-GENERATED x86_64-apple-darwin20.3.0/opt/jit/erl_alloc_types.h x86_64-apple-darwin20.3.0/erl_version.h x86_64-apple-darwin20.3.0/opt/jit/driver_tab.c x86_64-apple-darwin20.3.0/erl_db_insert_list.ycf.h x86_64-apple-darwin20.3.0/erl_map.ycf.h x86_64-apple-darwin20.3.0/utils.ycf.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/asmjit-scope-begin.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/asmjit-scope-end.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/asmjit.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/api-build_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/api-config.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/archcommons.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/archtraits.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/assembler.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/builder.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/codebuffer.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/codeholder.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/codewriter_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/compiler.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/compilerdefs.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/constpool.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/cpuinfo.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/datatypes.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/emithelper_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/emitter.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/emitterutils_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/environment.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/errorhandler.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/features.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/formatter.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/func.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/funcargscontext_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/globals.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/inst.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/jitallocator.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/jitruntime.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/logger.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/misc_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/operand.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/osutils.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/osutils_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/raassignment_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/rabuilders_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/radefs_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/ralocal_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/rapass_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/rastack_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/string.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/support.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/target.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/type.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/virtmem.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zone.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonehash.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonelist.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonestack.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonestring.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonetree.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonevector.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86archtraits_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86assembler.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86builder.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86compiler.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86emithelper_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86emitter.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86features.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86formatter_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86func_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86globals.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86instapi_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86instdb.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86instdb_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86opcode_p.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86operand.h x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86rapass_p.h | |
rm -f -r x86_64-apple-darwin20.3.0/*.c x86_64-apple-darwin20.3.0/*.h x86_64-apple-darwin20.3.0/*-GENERATED | |
rm -f -r x86_64-apple-darwin20.3.0/*/* | |
rm -f -r obj/x86_64-apple-darwin20.3.0 | |
rm -f -r pcre/obj/x86_64-apple-darwin20.3.0 /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/pcre_exec_loop_break_cases.inc | |
rm -f -r zlib/obj/x86_64-apple-darwin20.3.0 | |
rm -f -r bin/x86_64-apple-darwin20.3.0 | |
cd /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src && /Library/Developer/CommandLineTools/usr/bin/make clean | |
MAKE clean | |
rm -f -r ../lib/internal/x86_64-apple-darwin20.3.0/* | |
rm -f -r ../lib/x86_64-apple-darwin20.3.0/* | |
rm -f -r obj/x86_64-apple-darwin20.3.0/* | |
rm -f yielding_c_fun/bin/x86_64-apple-darwin20.3.0/* | |
rm -f yielding_c_fun/x86_64-apple-darwin20.3.0/* | |
MAKE clean | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/inet_gethost /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/heart /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/erlexec /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/typer /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/dialyzer /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/erlc /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/escript /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/ct_run /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/run_erl /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/to_erl /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/dyn_erl /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/erl_call | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/win_erlexec.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/init_file.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/start_erl.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/dialyzer.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/erlexec.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/erl_io.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/erlc.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/escript.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/heart.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/heart_config.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/inet_gethost.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/rdate.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/reclaim.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/run_erl.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/to_erl.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/typer.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/dyn_erl.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/safe_string.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/run_erl.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/to_erl.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/ct_run.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/vxcall.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/erl.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/erl_log.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj*/x86_64-apple-darwin20.3.0/werl.o | |
rm -f Install erl.src | |
rm -f *~ core | |
make[3]: Nothing to be done for `clean'. | |
MAKE clean | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/epmd | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/epmd.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/epmd_cli.o | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/epmd_srv.o | |
rm -f *.o | |
rm -f *~ core | |
MAKE clean | |
rm -f -r ../lib/internal/x86_64-apple-darwin20.3.0/* | |
rm -f -r ../lib/x86_64-apple-darwin20.3.0/* | |
rm -f -r obj/x86_64-apple-darwin20.3.0/* | |
rm -f yielding_c_fun/bin/x86_64-apple-darwin20.3.0/* | |
rm -f yielding_c_fun/x86_64-apple-darwin20.3.0/* | |
(cd preloaded/src && /Library/Developer/CommandLineTools/usr/bin/make ../ebin/erts.app) | |
VSN ../ebin/erts.app | |
cd lib && ERL_TOP=/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1 make clean BUILD_ALL=true | |
=== Entering application stdlib | |
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 | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
make[3]: Nothing to be done for `clean'. | |
=== Leaving application stdlib | |
=== Entering application sasl | |
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 | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
rm -fr ../ebin/target_system.beam *~ *.beam | |
=== Leaving application sasl | |
=== Entering application kernel | |
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 | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
make[3]: Nothing to be done for `clean'. | |
=== Leaving application kernel | |
=== Entering application compiler | |
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 | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application compiler | |
=== Entering application tools | |
MAKE clean | |
rm -f -r ../obj/* | |
rm -f -r ../bin/* | |
rm -f ./*~ | |
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 *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
make[3]: Nothing to be done for `clean'. | |
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 *~ | |
=== Leaving application tools | |
=== Entering application common_test | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
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 clean | |
=== Leaving application common_test | |
=== Entering application runtime_tools | |
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 clean | |
rm -f ../priv/lib/x86_64-apple-darwin20.3.0/dyntrace.so ../priv/lib/x86_64-apple-darwin20.3.0/trace_file_drv.so ../priv/lib/x86_64-apple-darwin20.3.0/trace_ip_drv.so | |
rm -f core *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application runtime_tools | |
=== Entering application inets | |
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 | |
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 | |
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 | |
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]: Nothing to be done for `clean'. | |
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[3]: Nothing to be done for `clean'. | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application inets | |
=== Entering application parsetools | |
rm -f ../ebin/leex.beam ../ebin/yecc.beam ../ebin/yeccparser.beam ../ebin/yeccscan.beam ../ebin/parsetools.app ../ebin/parsetools.appup | |
rm -f core | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application parsetools | |
=== Entering application xmerl | |
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 *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application xmerl | |
=== Entering application edoc | |
rm -f | |
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]: Nothing to be done for `clean'. | |
rm -f core *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application edoc | |
=== Entering application erl_docgen | |
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 | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application erl_docgen | |
=== Entering application snmp | |
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 *~ | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/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 | |
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 *~ | |
rm -f ../../ebin/snmp.beam ../../ebin/snmp_app.beam ../../ebin/snmp_app_sup.beam ../../ebin/snmp.app ../../ebin/snmp.appup | |
rm -f core *~ | |
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 *~ | |
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 *~ | |
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 *~ | |
rm -f EX1-MIB.bin ex1.beam | |
rm -f core *~ | |
rm -f snmp_ex2_manager.beam snmp_ex2_simple_standard_test.beam | |
rm -f core *~ | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Nothing to be done for `clean'. | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application snmp | |
=== Entering application erl_interface | |
MAKE clean | |
GEN x86_64-apple-darwin20.3.0/depend.mk | |
CC x86_64-apple-darwin20.3.0/depend.mk | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_connect.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_resolve.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/eirecv.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/send.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/send_exit.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/send_reg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_intlist.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_iodata.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_skip.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/epmd_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/epmd_publish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/epmd_unpublish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_decode_term.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_format.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_locking.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_malloc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_portio.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_printterm.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_pthreads.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_x_encode.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/eimd5.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/get_type.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/show_msg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_compat.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_init.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_cmp_nc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_names.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_register.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_unregister.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_whereis.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_connect.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_resolve.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/eirecv.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/send.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/send_exit.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/send_reg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_intlist.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_iodata.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_skip.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/epmd_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/epmd_publish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/epmd_unpublish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_decode_term.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_format.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_locking.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_malloc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_portio.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_printterm.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_pthreads.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_x_encode.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/eimd5.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/get_type.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/show_msg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_compat.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_init.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_cmp_nc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_names.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_register.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_unregister.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_whereis.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_connect.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_resolve.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/eirecv.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/send.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/send_exit.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/send_reg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_intlist.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_iodata.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_skip.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/decode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/encode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/epmd_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/epmd_publish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/epmd_unpublish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_decode_term.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_format.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_locking.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_malloc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_portio.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_printterm.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_pthreads.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_x_encode.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/eimd5.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/get_type.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/show_msg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_compat.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_init.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/ei_cmp_nc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/global_names.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/global_register.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/global_unregister.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.md/x86_64-apple-darwin20.3.0/global_whereis.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_md.a | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_connect.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_resolve.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/eirecv.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/send.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/send_exit.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/send_reg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_intlist.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_iodata.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_skip.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/decode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_atom.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_big.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_bignum.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_binary.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_boolean.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_char.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_double.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_fun.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_list_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_long.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_pid.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_ref.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_string.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_tuple_header.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_ulong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_version.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_longlong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/encode_ulonglong.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/epmd_port.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/epmd_publish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/epmd_unpublish.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_decode_term.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_format.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_locking.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_malloc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_portio.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_printterm.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_pthreads.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_trace.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_x_encode.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/eimd5.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/get_type.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/show_msg.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_compat.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_init.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/ei_cmp_nc.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/global_names.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/global_register.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/global_unregister.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.3.0/global_whereis.o /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_mdd.a | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/bin/x86_64-apple-darwin20.3.0/erl_call | |
rm -f /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/erl_fake_prog_st /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_fake_prog_st /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/erl_fake_prog_cxx_st /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_fake_prog_cxx_st /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/erl_fake_prog_mt /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_fake_prog_mt /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/erl_fake_prog_mt_cxx /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_fake_prog_mt_cxx | |
rm -f ../ebin/erl_interface.app | |
rm -f ../ebin/erl_interface.appup | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application erl_interface | |
=== Entering application asn1 | |
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 *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
rm -f core *~ | |
rm -f ../priv/lib/x86_64-apple-darwin20.3.0/* | |
rm -f ../priv/obj/x86_64-apple-darwin20.3.0/* | |
=== Leaving application asn1 | |
=== Entering application jinterface | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application jinterface | |
=== Entering application wx | |
rm -f ../ebin/wx.beam ../ebin/wx_object.beam ../ebin/wxe_master.beam ../ebin/wxe_server.beam ../ebin/wxe_util.beam ../ebin/wxAcceleratorEntry.beam ../ebin/wxAcceleratorTable.beam ../ebin/wxActivateEvent.beam ../ebin/wxArtProvider.beam ../ebin/wxAuiDockArt.beam ../ebin/wxAuiManager.beam ../ebin/wxAuiManagerEvent.beam ../ebin/wxAuiNotebook.beam ../ebin/wxAuiNotebookEvent.beam ../ebin/wxAuiPaneInfo.beam ../ebin/wxAuiSimpleTabArt.beam ../ebin/wxAuiTabArt.beam ../ebin/wxBitmap.beam ../ebin/wxBitmapButton.beam ../ebin/wxBitmapDataObject.beam ../ebin/wxBookCtrlBase.beam ../ebin/wxBookCtrlEvent.beam ../ebin/wxBoxSizer.beam ../ebin/wxBrush.beam ../ebin/wxBufferedDC.beam ../ebin/wxBufferedPaintDC.beam ../ebin/wxButton.beam ../ebin/wxCalendarCtrl.beam ../ebin/wxCalendarDateAttr.beam ../ebin/wxCalendarEvent.beam ../ebin/wxCaret.beam ../ebin/wxCheckBox.beam ../ebin/wxCheckListBox.beam ../ebin/wxChildFocusEvent.beam ../ebin/wxChoice.beam ../ebin/wxChoicebook.beam ../ebin/wxClientDC.beam ../ebin/wxClipboard.beam ../ebin/wxClipboardTextEvent.beam ../ebin/wxCloseEvent.beam ../ebin/wxColourData.beam ../ebin/wxColourDialog.beam ../ebin/wxColourPickerCtrl.beam ../ebin/wxColourPickerEvent.beam ../ebin/wxComboBox.beam ../ebin/wxCommandEvent.beam ../ebin/wxContextMenuEvent.beam ../ebin/wxControl.beam ../ebin/wxControlWithItems.beam ../ebin/wxCursor.beam ../ebin/wxDC.beam ../ebin/wxDCOverlay.beam ../ebin/wxDataObject.beam ../ebin/wxDateEvent.beam ../ebin/wxDatePickerCtrl.beam ../ebin/wxDialog.beam ../ebin/wxDirDialog.beam ../ebin/wxDirPickerCtrl.beam ../ebin/wxDisplay.beam ../ebin/wxDisplayChangedEvent.beam ../ebin/wxDropFilesEvent.beam ../ebin/wxEraseEvent.beam ../ebin/wxEvent.beam ../ebin/wxEvtHandler.beam ../ebin/wxFileDataObject.beam ../ebin/wxFileDialog.beam ../ebin/wxFileDirPickerEvent.beam ../ebin/wxFilePickerCtrl.beam ../ebin/wxFindReplaceData.beam ../ebin/wxFindReplaceDialog.beam ../ebin/wxFlexGridSizer.beam ../ebin/wxFocusEvent.beam ../ebin/wxFont.beam ../ebin/wxFontData.beam ../ebin/wxFontDialog.beam ../ebin/wxFontPickerCtrl.beam ../ebin/wxFontPickerEvent.beam ../ebin/wxFrame.beam ../ebin/wxGBSizerItem.beam ../ebin/wxGCDC.beam ../ebin/wxGLCanvas.beam ../ebin/wxGLContext.beam ../ebin/wxGauge.beam ../ebin/wxGenericDirCtrl.beam ../ebin/wxGraphicsBrush.beam ../ebin/wxGraphicsContext.beam ../ebin/wxGraphicsFont.beam ../ebin/wxGraphicsGradientStops.beam ../ebin/wxGraphicsMatrix.beam ../ebin/wxGraphicsObject.beam ../ebin/wxGraphicsPath.beam ../ebin/wxGraphicsPen.beam ../ebin/wxGraphicsRenderer.beam ../ebin/wxGrid.beam ../ebin/wxGridBagSizer.beam ../ebin/wxGridCellAttr.beam ../ebin/wxGridCellBoolEditor.beam ../ebin/wxGridCellBoolRenderer.beam ../ebin/wxGridCellChoiceEditor.beam ../ebin/wxGridCellEditor.beam ../ebin/wxGridCellFloatEditor.beam ../ebin/wxGridCellFloatRenderer.beam ../ebin/wxGridCellNumberEditor.beam ../ebin/wxGridCellNumberRenderer.beam ../ebin/wxGridCellRenderer.beam ../ebin/wxGridCellStringRenderer.beam ../ebin/wxGridCellTextEditor.beam ../ebin/wxGridEvent.beam ../ebin/wxGridSizer.beam ../ebin/wxHelpEvent.beam ../ebin/wxHtmlEasyPrinting.beam ../ebin/wxHtmlLinkEvent.beam ../ebin/wxHtmlWindow.beam ../ebin/wxIcon.beam ../ebin/wxIconBundle.beam ../ebin/wxIconizeEvent.beam ../ebin/wxIdleEvent.beam ../ebin/wxImage.beam ../ebin/wxImageList.beam ../ebin/wxInitDialogEvent.beam ../ebin/wxJoystickEvent.beam ../ebin/wxKeyEvent.beam ../ebin/wxLayoutAlgorithm.beam ../ebin/wxListBox.beam ../ebin/wxListCtrl.beam ../ebin/wxListEvent.beam ../ebin/wxListItem.beam ../ebin/wxListItemAttr.beam ../ebin/wxListView.beam ../ebin/wxListbook.beam ../ebin/wxLocale.beam ../ebin/wxLogNull.beam ../ebin/wxMDIChildFrame.beam ../ebin/wxMDIClientWindow.beam ../ebin/wxMDIParentFrame.beam ../ebin/wxMask.beam ../ebin/wxMaximizeEvent.beam ../ebin/wxMemoryDC.beam ../ebin/wxMenu.beam ../ebin/wxMenuBar.beam ../ebin/wxMenuEvent.beam ../ebin/wxMenuItem.beam ../ebin/wxMessageDialog.beam ../ebin/wxMiniFrame.beam ../ebin/wxMirrorDC.beam ../ebin/wxMouseCaptureChangedEvent.beam ../ebin/wxMouseCaptureLostEvent.beam ../ebin/wxMouseEvent.beam ../ebin/wxMoveEvent.beam ../ebin/wxMultiChoiceDialog.beam ../ebin/wxNavigationKeyEvent.beam ../ebin/wxNotebook.beam ../ebin/wxNotificationMessage.beam ../ebin/wxNotifyEvent.beam ../ebin/wxOverlay.beam ../ebin/wxPageSetupDialog.beam ../ebin/wxPageSetupDialogData.beam ../ebin/wxPaintDC.beam ../ebin/wxPaintEvent.beam ../ebin/wxPalette.beam ../ebin/wxPaletteChangedEvent.beam ../ebin/wxPanel.beam ../ebin/wxPasswordEntryDialog.beam ../ebin/wxPen.beam ../ebin/wxPickerBase.beam ../ebin/wxPopupTransientWindow.beam ../ebin/wxPopupWindow.beam ../ebin/wxPostScriptDC.beam ../ebin/wxPreviewCanvas.beam ../ebin/wxPreviewControlBar.beam ../ebin/wxPreviewFrame.beam ../ebin/wxPrintData.beam ../ebin/wxPrintDialog.beam ../ebin/wxPrintDialogData.beam ../ebin/wxPrintPreview.beam ../ebin/wxPrinter.beam ../ebin/wxPrintout.beam ../ebin/wxProgressDialog.beam ../ebin/wxQueryNewPaletteEvent.beam ../ebin/wxRadioBox.beam ../ebin/wxRadioButton.beam ../ebin/wxRegion.beam ../ebin/wxSashEvent.beam ../ebin/wxSashLayoutWindow.beam ../ebin/wxSashWindow.beam ../ebin/wxScreenDC.beam ../ebin/wxScrollBar.beam ../ebin/wxScrollEvent.beam ../ebin/wxScrollWinEvent.beam ../ebin/wxScrolledWindow.beam ../ebin/wxSetCursorEvent.beam ../ebin/wxShowEvent.beam ../ebin/wxSingleChoiceDialog.beam ../ebin/wxSizeEvent.beam ../ebin/wxSizer.beam ../ebin/wxSizerFlags.beam ../ebin/wxSizerItem.beam ../ebin/wxSlider.beam ../ebin/wxSpinButton.beam ../ebin/wxSpinCtrl.beam ../ebin/wxSpinEvent.beam ../ebin/wxSplashScreen.beam ../ebin/wxSplitterEvent.beam ../ebin/wxSplitterWindow.beam ../ebin/wxStaticBitmap.beam ../ebin/wxStaticBox.beam ../ebin/wxStaticBoxSizer.beam ../ebin/wxStaticLine.beam ../ebin/wxStaticText.beam ../ebin/wxStatusBar.beam ../ebin/wxStdDialogButtonSizer.beam ../ebin/wxStyledTextCtrl.beam ../ebin/wxStyledTextEvent.beam ../ebin/wxSysColourChangedEvent.beam ../ebin/wxSystemOptions.beam ../ebin/wxSystemSettings.beam ../ebin/wxTaskBarIcon.beam ../ebin/wxTaskBarIconEvent.beam ../ebin/wxTextAttr.beam ../ebin/wxTextCtrl.beam ../ebin/wxTextDataObject.beam ../ebin/wxTextEntryDialog.beam ../ebin/wxToggleButton.beam ../ebin/wxToolBar.beam ../ebin/wxToolTip.beam ../ebin/wxToolbook.beam ../ebin/wxTopLevelWindow.beam ../ebin/wxTreeCtrl.beam ../ebin/wxTreeEvent.beam ../ebin/wxTreebook.beam ../ebin/wxUpdateUIEvent.beam ../ebin/wxWebView.beam ../ebin/wxWebViewEvent.beam ../ebin/wxWindow.beam ../ebin/wxWindowCreateEvent.beam ../ebin/wxWindowDC.beam ../ebin/wxWindowDestroyEvent.beam ../ebin/wxXmlResource.beam ../ebin/wx_misc.beam ../ebin/glu.beam ../ebin/gl.beam | |
rm -f ../ebin/wx.app ../ebin/wx.appup | |
rm -f *~ | |
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 | |
rm -f sudoku.beam sudoku_board.beam sudoku_game.beam sudoku_gui.beam | |
rm -f *~ core erl_crash.dump | |
rm -f hello.beam hello2.beam minimal.beam menu.beam | |
rm -f *~ core erl_crash.dump | |
rm -f xrc.beam | |
rm -f *~ core erl_crash.dump | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf ref_man.xml specs.xml | |
rm -f errs core *~ *.eps | |
=== Leaving application wx | |
=== Entering application debugger | |
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]: Nothing to be done for `clean'. | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application debugger | |
=== Entering application reltool | |
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 | |
rm -f *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application reltool | |
=== Entering application mnesia | |
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]: Nothing to be done for `clean'. | |
rm -f *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application mnesia | |
=== Entering application crypto | |
rm -f ../ebin/crypto.beam ../ebin/crypto_ec_curves.beam ../ebin/crypto.app ../ebin/crypto.appup | |
rm -f errs core *~ | |
MAKE clean | |
rm -f ../priv/obj/x86_64-apple-darwin20.3.0/crypto.o ../priv/obj/x86_64-apple-darwin20.3.0/aead.o ../priv/obj/x86_64-apple-darwin20.3.0/aes.o ../priv/obj/x86_64-apple-darwin20.3.0/algorithms.o ../priv/obj/x86_64-apple-darwin20.3.0/api_ng.o ../priv/obj/x86_64-apple-darwin20.3.0/atoms.o ../priv/obj/x86_64-apple-darwin20.3.0/bn.o ../priv/obj/x86_64-apple-darwin20.3.0/cipher.o ../priv/obj/x86_64-apple-darwin20.3.0/cmac.o ../priv/obj/x86_64-apple-darwin20.3.0/dh.o ../priv/obj/x86_64-apple-darwin20.3.0/digest.o ../priv/obj/x86_64-apple-darwin20.3.0/dss.o ../priv/obj/x86_64-apple-darwin20.3.0/ec.o ../priv/obj/x86_64-apple-darwin20.3.0/ecdh.o ../priv/obj/x86_64-apple-darwin20.3.0/eddsa.o ../priv/obj/x86_64-apple-darwin20.3.0/engine.o ../priv/obj/x86_64-apple-darwin20.3.0/evp.o ../priv/obj/x86_64-apple-darwin20.3.0/fips.o ../priv/obj/x86_64-apple-darwin20.3.0/hash.o ../priv/obj/x86_64-apple-darwin20.3.0/hmac.o ../priv/obj/x86_64-apple-darwin20.3.0/info.o ../priv/obj/x86_64-apple-darwin20.3.0/mac.o ../priv/obj/x86_64-apple-darwin20.3.0/math.o ../priv/obj/x86_64-apple-darwin20.3.0/pkey.o ../priv/obj/x86_64-apple-darwin20.3.0/rand.o ../priv/obj/x86_64-apple-darwin20.3.0/rsa.o ../priv/obj/x86_64-apple-darwin20.3.0/srp.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_callback.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_static.o ../priv/obj/x86_64-apple-darwin20.3.0/aead_static.o ../priv/obj/x86_64-apple-darwin20.3.0/aes_static.o ../priv/obj/x86_64-apple-darwin20.3.0/algorithms_static.o ../priv/obj/x86_64-apple-darwin20.3.0/api_ng_static.o ../priv/obj/x86_64-apple-darwin20.3.0/atoms_static.o ../priv/obj/x86_64-apple-darwin20.3.0/bn_static.o ../priv/obj/x86_64-apple-darwin20.3.0/cipher_static.o ../priv/obj/x86_64-apple-darwin20.3.0/cmac_static.o ../priv/obj/x86_64-apple-darwin20.3.0/dh_static.o ../priv/obj/x86_64-apple-darwin20.3.0/digest_static.o ../priv/obj/x86_64-apple-darwin20.3.0/dss_static.o ../priv/obj/x86_64-apple-darwin20.3.0/ec_static.o ../priv/obj/x86_64-apple-darwin20.3.0/ecdh_static.o ../priv/obj/x86_64-apple-darwin20.3.0/eddsa_static.o ../priv/obj/x86_64-apple-darwin20.3.0/engine_static.o ../priv/obj/x86_64-apple-darwin20.3.0/evp_static.o ../priv/obj/x86_64-apple-darwin20.3.0/fips_static.o ../priv/obj/x86_64-apple-darwin20.3.0/hash_static.o ../priv/obj/x86_64-apple-darwin20.3.0/hmac_static.o ../priv/obj/x86_64-apple-darwin20.3.0/info_static.o ../priv/obj/x86_64-apple-darwin20.3.0/mac_static.o ../priv/obj/x86_64-apple-darwin20.3.0/math_static.o ../priv/obj/x86_64-apple-darwin20.3.0/pkey_static.o ../priv/obj/x86_64-apple-darwin20.3.0/rand_static.o ../priv/obj/x86_64-apple-darwin20.3.0/rsa_static.o ../priv/obj/x86_64-apple-darwin20.3.0/srp_static.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_callback_static.o ../priv/obj/x86_64-apple-darwin20.3.0/otp_test_engine.o | |
rm -f ../priv/lib/x86_64-apple-darwin20.3.0/crypto.so ../priv/lib/x86_64-apple-darwin20.3.0/crypto_callback.so ../priv/lib/x86_64-apple-darwin20.3.0/otp_test_engine.so | |
rm -f ../priv/obj/x86_64-apple-darwin20.3.0/crypto.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/aead.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/aes.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/algorithms.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/api_ng.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/atoms.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/bn.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/cipher.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/cmac.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/dh.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/digest.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/dss.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/ec.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/ecdh.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/eddsa.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/engine.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/evp.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/fips.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/hash.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/hmac.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/info.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/mac.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/math.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/pkey.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/rand.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/rsa.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/srp.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_callback.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/aead_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/aes_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/algorithms_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/api_ng_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/atoms_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/bn_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/cipher_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/cmac_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/dh_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/digest_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/dss_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/ec_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/ecdh_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/eddsa_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/engine_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/evp_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/fips_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/hash_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/hmac_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/info_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/mac_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/math_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/pkey_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/rand_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/rsa_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/srp_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_callback_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/otp_test_engine.valgrind.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/aead.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/aes.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/algorithms.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/api_ng.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/atoms.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/bn.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/cipher.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/cmac.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/dh.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/digest.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/dss.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/ec.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/ecdh.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/eddsa.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/engine.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/evp.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/fips.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/hash.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/hmac.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/info.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/mac.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/math.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/pkey.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/rand.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/rsa.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/srp.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_callback.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/aead_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/aes_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/algorithms_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/api_ng_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/atoms_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/bn_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/cipher_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/cmac_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/dh_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/digest_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/dss_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/ec_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/ecdh_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/eddsa_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/engine_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/evp_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/fips_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/hash_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/hmac_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/info_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/mac_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/math_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/pkey_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/rand_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/rsa_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/srp_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/crypto_callback_static.debug.o ../priv/obj/x86_64-apple-darwin20.3.0/otp_test_engine.debug.o | |
rm -f ../priv/lib/x86_64-apple-darwin20.3.0/crypto.valgrind.so ../priv/lib/x86_64-apple-darwin20.3.0/crypto_callback.valgrind.so ../priv/lib/x86_64-apple-darwin20.3.0/otp_test_engine.valgrind.so ../priv/lib/x86_64-apple-darwin20.3.0/crypto.debug.so ../priv/lib/x86_64-apple-darwin20.3.0/crypto_callback.debug.so ../priv/lib/x86_64-apple-darwin20.3.0/otp_test_engine.debug.so | |
rm -f core *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application crypto | |
=== Entering application os_mon | |
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 clean | |
rm -f ../priv/bin/x86_64-apple-darwin20.3.0/memsup ../priv/bin/x86_64-apple-darwin20.3.0/cpu_sup | |
rm -rf ../priv/obj/x86_64-apple-darwin20.3.0 | |
rm -f core *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application os_mon | |
=== Entering application syntax_tools | |
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]: Nothing to be done for `clean'. | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application syntax_tools | |
=== Entering application public_key | |
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 *~ | |
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 | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application public_key | |
=== Entering application ssl | |
SED x86_64-apple-darwin20.3.0 /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1 | |
GEN /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/ssl/src/deps/ssl.d | |
/bin/sh: erlc: command not found | |
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_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_session_cache.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 /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/ssl/src/deps | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
rm -fr *~ *.beam | |
rm -fr ../ebin/client_server.beam *~ *.beam | |
=== Leaving application ssl | |
=== Entering application observer | |
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 *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application observer | |
=== Skipping subdir odbc, reason: | |
ODBC library - link check failed | |
=== | |
=== Entering application diameter | |
(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 | |
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 | |
GEN ../xml/seehere.ent | |
GEN ../xml/seealso.ent | |
GEN depend.mk | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf depend.mk ../xml/seehere.ent | |
rm -f errs core *~ *.eps | |
GEN ../xml/seealso.ent | |
GEN ../xml/seehere.ent | |
GEN depend.mk | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf depend.mk ../xml/seehere.ent | |
rm -f errs core *~ *.eps | |
=== Leaving application diameter | |
=== Entering application et | |
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 *~ | |
rm -f ./et_demo.beam ./et_display_demo.beam ./et_trace_demo.beam *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application et | |
=== Entering application megaco | |
rm -f ../../ebin/megaco.beam ../../ebin/megaco.app ../../ebin/megaco.appup | |
rm -f errs core *~ | |
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 *~ | |
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 clean | |
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-apple-darwin20.3.0/megaco_flex_scanner_drv.so ../../priv/lib/x86_64-apple-darwin20.3.0/megaco_flex_scanner_drv_mt.so | |
rm -f errs core *~ | |
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 *~ | |
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 *~ | |
rm -f ../../ebin/megaco_udp.beam ../../ebin/megaco_udp_sup.beam ../../ebin/megaco_udp_server.beam | |
rm -f errs core *~ | |
rm -f ./megaco_simple_mg.beam ./megaco_simple_mgc.beam | |
rm -f errs core *~ | |
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 *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application megaco | |
=== Entering application eunit | |
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]: Nothing to be done for `clean'. | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application eunit | |
=== Entering application ssh | |
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_connection_sup.beam ../ebin/ssh_controller.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_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/sshc_sup.beam ../ebin/sshd_sup.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 -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application ssh | |
=== Entering application eldap | |
rm -f ../ebin/eldap.beam ../ebin/ELDAPv3.beam ../ebin/eldap.app ../ebin/eldap.appup | |
rm -f ../ebin/ELDAPv3.* | |
rm -f errs core *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application eldap | |
=== Entering application dialyzer | |
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 | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application dialyzer | |
=== Entering application ftp | |
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 *~ | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application ftp | |
=== Entering application tftp | |
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 | |
rm -f ../specs/* | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* ../man6/* | |
rm -f ../chunks/* | |
rm -rf ../xml | |
rm -rf | |
rm -f errs core *~ *.eps | |
=== Leaving application tftp | |
/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/configure --cache-file=/dev/null --enable-darwin-64bit --with-ssl=/opt/homebrew/opt/[email protected] | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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-rc1 | |
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... failed | |
configure: WARNING: Check for large file support flags failed; getconf failed | |
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...... yes | |
checking for llvm-profdata... /Library/Developer/CommandLineTools/usr/bin/llvm-profdata | |
checking for xcrun... xcrun | |
checking whether gcc accepts -fprofile-instr-use=default.profdata -Werror... yes | |
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 | |
configure: Adjusting LDFLAGS to cope with 64bit Darwin | |
checking if VM has to be linked with Carbon framework... yes | |
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... /opt/homebrew/bin/perl | |
checking whether ln -s works... yes | |
checking for ar... ar | |
checking for xsltproc... xsltproc | |
checking for fop... no | |
configure: WARNING: No 'fop' command found: going to generate placeholder PDF files | |
checking for xmllint... xmllint | |
checking for a BSD-compatible install... /opt/homebrew/bin/ginstall -c | |
checking how to create a directory including parents... /opt/homebrew/bin/ginstall -c -d | |
checking for extra flags needed to export symbols... none | |
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 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... no | |
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... yes | |
checking for gethrtime... no | |
checking for mach clock_get_time() with monotonic clock type... 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... no | |
checking for sched_yield... yes | |
checking whether sched_yield() returns an int... yes | |
checking for pthread_yield... no | |
checking for pthread_rwlock_init... yes | |
checking for pthread_rwlockattr_setkind_np... no | |
checking for pthread_attr_setguardsize... yes | |
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... no | |
checking for Linux futexes... no | |
checking for pthread_setname_np... darwin | |
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()... yes | |
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()... yes | |
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()... yes | |
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()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
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()... yes | |
checking for a usable libatomic_ops implementation... no | |
checking whether default stack size should be modified... no | |
checking size of void *... (cached) 8 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 8 | |
checking size of long long... (cached) 8 | |
checking size of __int64... 0 | |
checking size of __int128_t... (cached) 16 | |
checking whether byte ordering is bigendian... no | |
checking whether double word ordering is middle-endian... no | |
checking for gcc cmpxchg16b plain asm support... yes | |
checking for posix_fadvise... no | |
checking for closefrom... no | |
checking linux/falloc.h usability... no | |
checking linux/falloc.h presence... no | |
checking for linux/falloc.h... no | |
checking whether fallocate() works... no | |
checking whether posix_fallocate() works... no | |
checking whether lock checking should be enabled... no | |
checking whether lock counters should be enabled... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for tgetent in -ltinfo... no | |
checking for tgetent in -lncurses... yes | |
checking for wcwidth... yes | |
checking for zlib 1.2.5 or higher... yes | |
checking for library containing inflateGetDictionary... none required | |
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... no | |
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... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
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... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
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... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
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... no | |
checking elf.h presence... no | |
checking for elf.h... no | |
checking for struct ifreq.ifr_hwaddr... no | |
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... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking sys/devpoll.h usability... no | |
checking sys/devpoll.h presence... no | |
checking for sys/devpoll.h... no | |
checking sys/timerfd.h usability... no | |
checking sys/timerfd.h presence... no | |
checking for sys/timerfd.h... no | |
checking netpacket/packet.h usability... no | |
checking netpacket/packet.h presence... no | |
checking for netpacket/packet.h... no | |
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... no | |
checking for linux/types.h... no | |
checking for linux/errqueue.h... no | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking for SO_BSDCOMPAT declaration... no | |
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... yes | |
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... 4 | |
checking size of _Float16... 2 | |
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... yes | |
checking for getipnodebyaddr... yes | |
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 inet_pton... yes | |
checking for mprotect... yes | |
checking for madvise... yes | |
checking for posix_madvise... yes | |
checking for mmap... yes | |
checking for mremap... no | |
checking for memcpy... yes | |
checking for mallopt... no | |
checking for sbrk... yes | |
checking for _sbrk... no | |
checking for __sbrk... no | |
checking for brk... yes | |
checking for _brk... no | |
checking for __brk... no | |
checking for flockfile... yes | |
checking for fstat... yes | |
checking for strlcpy... yes | |
checking for strlcat... yes | |
checking for setsid... yes | |
checking for posix2time... yes | |
checking for time2posix... yes | |
checking for setlocale... yes | |
checking for nl_langinfo... yes | |
checking for poll... yes | |
checking for mlockall... yes | |
checking for ppoll... no | |
checking for vsyslog... yes | |
checking for isfinite... yes | |
checking for posix_memalign... yes | |
checking for writev... yes | |
checking whether posix2time is declared... yes | |
checking whether time2posix is declared... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for conflicting declaration of fread... yes | |
checking for putc_unlocked... yes | |
checking for fwrite_unlocked... no | |
checking for openpty... yes | |
checking net/if_dl.h usability... yes | |
checking net/if_dl.h presence... yes | |
checking for net/if_dl.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for netpacket/packet.h... (cached) no | |
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... no | |
checking for pset functionality... no | |
checking for processor_bind functionality... no | |
checking for cpuset_getaffinity/cpuset_setaffinity... no | |
checking for 'end' symbol... no | |
checking for '_end' symbol... no | |
checking if __after_morecore_hook can track malloc()s core memory use... no | |
checking types of sbrk()s return value and argument... void *,int | |
checking types of brk()s return value and argument... void *,const 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) no | |
checking for clock_gettime() with wall clock type... CLOCK_REALTIME | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gettimeofday... yes | |
checking for mach clock_get_time() with wall clock type... yes | |
checking for clock_gettime in -lrt... (cached) no | |
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) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking for clock_gettime in -lrt... (cached) no | |
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) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking if gethrvtime works and how to use it... not working | |
checking if clock_gettime can be used to get thread CPU time... no | |
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()... no; non-existing, broken, or based on select() | |
checking whether host os has known kqueue bugs... no | |
checking whether kernel poll support should be enabled... yes; kqueue | |
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-apple-darwin20.3.0/Makefile | |
config.status: creating epmd/src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating etc/common/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating include/internal/x86_64-apple-darwin20.3.0/ethread.mk | |
config.status: creating include/internal/x86_64-apple-darwin20.3.0/erts_internal.mk | |
config.status: creating lib_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../make/x86_64-apple-darwin20.3.0/otp.mk | |
config.status: creating ../make/make_emakefile | |
config.status: creating ../lib/os_mon/c_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../lib/runtime_tools/c_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../lib/tools/c_src/x86_64-apple-darwin20.3.0/Makefile | |
config.status: creating ../make/install_dir_data.sh | |
config.status: creating x86_64-apple-darwin20.3.0/config.h | |
config.status: x86_64-apple-darwin20.3.0/config.h is unchanged | |
config.status: creating include/internal/x86_64-apple-darwin20.3.0/ethread_header_config.h | |
config.status: include/internal/x86_64-apple-darwin20.3.0/ethread_header_config.h is unchanged | |
config.status: creating include/x86_64-apple-darwin20.3.0/erl_int_sizes_config.h | |
config.status: include/x86_64-apple-darwin20.3.0/erl_int_sizes_config.h is unchanged | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/make === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/make" | |
Ignoring the --cache-file argument since it can cause the system to be erroneously configured | |
Disabling caching | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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... /usr/bin/env | |
checking for GNU make... yes (make) | |
checking for a BSD-compatible install... /opt/homebrew/bin/ginstall -c | |
checking whether ln -s works... yes | |
checking for ranlib... ranlib | |
checking for perl5... no | |
checking for perl... /opt/homebrew/bin/perl | |
checking ERTS version... 12.0 | |
checking OTP release... 24 | |
checking OTP version... 24.0-rc1 | |
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 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 size of void *... 8 | |
checking for ld... gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-common -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -g -O2 -fPIC -fno-common | |
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 -fno-common -g -O2 -fPIC -fno-common | |
checking for linker for loadable drivers... gcc | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
configure: creating ./config.status | |
config.status: creating ../Makefile | |
config.status: creating output.mk | |
config.status: creating ../make/x86_64-apple-darwin20.3.0/otp_ded.mk | |
config.status: creating emd2exml | |
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/common_test === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/common_test" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
configure: creating ./config.status | |
config.status: creating priv/x86_64-apple-darwin20.3.0/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/crypto === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/crypto" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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 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 size of void *... 8 | |
checking for ld... gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-common -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -g -O2 -fPIC -fno-common | |
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 -fno-common -g -O2 -fPIC -fno-common | |
checking for linker for loadable drivers... gcc | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
checking size of void *... (cached) 8 | |
checking for static ZLib to be used by SSL in standard locations... no | |
checking for OpenSSL kerberos 5 support... no | |
configure: creating ./config.status | |
config.status: creating c_src/x86_64-apple-darwin20.3.0/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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... /opt/homebrew/bin/ginstall -c | |
checking how to create a directory including parents... /opt/homebrew/bin/ginstall -c -d | |
checking for gethostbyname in -lnsl... no | |
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... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
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... no | |
checking for gethostbyname_r... no | |
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 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()... yes | |
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()... yes | |
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()... yes | |
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()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
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()... yes | |
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-apple-darwin20.3.0/Makefile | |
config.status: creating src/x86_64-apple-darwin20.3.0/eidefs.mk | |
config.status: creating src/x86_64-apple-darwin20.3.0/config.h | |
config.status: src/x86_64-apple-darwin20.3.0/config.h is unchanged | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/megaco === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/megaco" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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... -ll | |
checking whether yytext is a pointer... yes | |
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 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 size of void *... 8 | |
checking for ld... gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-common -Werror=return-type -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -Werror=return-type -g -O2 -fPIC -fno-common | |
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 -fno-common -Werror=return-type -g -O2 -fPIC -fno-common | |
checking for linker for loadable drivers... gcc | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
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-apple-darwin20.3.0/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/odbc === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/odbc" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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 make 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... no | |
checking for sqlext.h... no | |
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 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... no | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
configure: creating ./config.status | |
config.status: creating c_src/x86_64-apple-darwin20.3.0/Makefile | |
configure: WARNING: No odbc library found skipping odbc | |
configure: WARNING: "ODBC library - header check failed" | |
configure: WARNING: "ODBC library - link check failed" | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/snmp === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/snmp" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
checking for perl... perl | |
configure: creating ./config.status | |
config.status: creating mibs/Makefile | |
=== Running configure in /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/wx === | |
./configure '--enable-darwin-64bit' '--with-ssl=/opt/homebrew/opt/[email protected]' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/wx" | |
checking build system type... x86_64-apple-darwin20.3.0 | |
checking host system type... x86_64-apple-darwin20.3.0 | |
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 darwin20.3.0 | |
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 Checking wxWidgets for min version:... | |
checking if compiler accepts -ObjC... yes | |
checking if we can add -fno-move-loop-invariants to CXXNOOPT (via CFLAGS)... no | |
checking if we can add -fno-var-tracking-assignments to CXXNOOPT (via CFLAGS)... no | |
checking GL/gl.h usability... no | |
checking GL/gl.h presence... no | |
checking for GL/gl.h... no | |
checking OpenGL/gl.h usability... yes | |
checking OpenGL/gl.h presence... yes | |
checking for OpenGL/gl.h... yes | |
checking GL/glu.h usability... no | |
checking GL/glu.h presence... no | |
checking for GL/glu.h... no | |
checking OpenGL/glu.h usability... yes | |
checking OpenGL/glu.h presence... yes | |
checking for OpenGL/glu.h... yes | |
checking for wx-config... no | |
checking for wxwidgets webview... no | |
checking for wx-config... (cached) no | |
checking for debug build of wxWidgets... no | |
checking for wx-config... (cached) no | |
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-apple-darwin20.3.0/config.status | |
config.status: creating config.mk | |
config.status: creating c_src/Makefile | |
./configure: line 4328: wx-config: command not found | |
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 DISABLED ********************** | |
********************************************************************* | |
odbc : ODBC library - link check failed | |
********************************************************************* | |
********************************************************************* | |
********************** APPLICATIONS INFORMATION ******************* | |
********************************************************************* | |
wx : 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. | |
********************************************************************* | |
********************************************************************* | |
********************** DOCUMENTATION INFORMATION ****************** | |
********************************************************************* | |
documentation : | |
fop is missing. | |
Using fakefop to generate placeholder PDF files. | |
********************************************************************* | |
Makefile:1220: warning: overriding commands for target `dialyzer' | |
Makefile:510: warning: ignoring old commands for target `dialyzer' | |
Makefile:1220: warning: overriding commands for target `dialyzer' | |
Makefile:510: warning: ignoring old commands for target `dialyzer' | |
MAKE depend | |
MAKE generate | |
GEN x86_64-apple-darwin20.3.0/opt/jit/OPCODES-GENERATED | |
GEN x86_64-apple-darwin20.3.0/opt/jit/TABLES-GENERATED | |
GEN x86_64-apple-darwin20.3.0/opt/jit/erl_alloc_types.h | |
GEN x86_64-apple-darwin20.3.0/erl_version.h | |
GEN x86_64-apple-darwin20.3.0/opt/jit/driver_tab.c | |
MAKE opt | |
GEN x86_64-apple-darwin20.3.0/preload.c | |
GEN obj/x86_64-apple-darwin20.3.0/opt/depend.mk | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/simple_c_gc.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_lexer.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_main.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_node.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/re.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_parser.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_printers.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_string.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_symbol.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_utils.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/x86_64-apple-darwin20.3.0/ycf_yield_fun.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/ethr_aux.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/ethr_atomics.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/ethr_mutex.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/ethr_cbf.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/ethread.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/ethr_event.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/erl_memory_trace_parser.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/erl_memory_trace_parser.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/erl_printf_format.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/erl_printf.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/erl_misc_utils.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/erl_printf_format.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/erl_printf.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/r/erl_misc_utils.o | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/lib_src/yielding_c_fun/bin/x86_64-apple-darwin20.3.0/yielding_c_fun | |
AR ../lib/internal/x86_64-apple-darwin20.3.0/liberts_internal.a | |
RANLIB ../lib/internal/x86_64-apple-darwin20.3.0/liberts_internal.a | |
AR ../lib/x86_64-apple-darwin20.3.0/liberts.a | |
AR ../lib/x86_64-apple-darwin20.3.0/liberts_r.a | |
RANLIB ../lib/x86_64-apple-darwin20.3.0/liberts.a | |
AR ../lib/internal/x86_64-apple-darwin20.3.0/liberts_internal_r.a | |
RANLIB ../lib/x86_64-apple-darwin20.3.0/liberts_r.a | |
AR ../lib/internal/x86_64-apple-darwin20.3.0/libethread.a | |
RANLIB ../lib/internal/x86_64-apple-darwin20.3.0/liberts_internal_r.a | |
RANLIB ../lib/internal/x86_64-apple-darwin20.3.0/libethread.a | |
GEN obj/x86_64-apple-darwin20.3.0/opt/MADE | |
GEN x86_64-apple-darwin20.3.0/utils.ycf.h | |
GEN x86_64-apple-darwin20.3.0/erl_map.ycf.h | |
GEN x86_64-apple-darwin20.3.0/erl_db_insert_list.ycf.h | |
GEN x86_64-apple-darwin20.3.0/opt/jit/GENERATED | |
MAKE depend | |
GEN x86_64-apple-darwin20.3.0/opt/jit/depend.mk | |
MAKE depend | |
make[4]: Nothing to be done for `depend'. | |
make[2]: Nothing to be done for `depend'. | |
MAKE depend | |
make[2]: Nothing to be done for `depend'. | |
MAKE erl_interface | |
=== Entering application erl_interface | |
MAKE opt | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_resolve.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/eirecv.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_atom.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/send_exit.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/send_reg.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_connect.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/send.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_big.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_bignum.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_binary.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_boolean.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_char.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_double.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_fun.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_intlist.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_iodata.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_list_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_long.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_pid.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_port.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_ref.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_skip.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_string.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_trace.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_tuple_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_ulong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_version.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_longlong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/decode_ulonglong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_atom.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_big.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_bignum.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_boolean.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_binary.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_char.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_double.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_fun.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_list_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_long.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_pid.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_port.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_ref.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_string.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_trace.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_tuple_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_ulong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_version.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_longlong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/epmd_port.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/encode_ulonglong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/epmd_publish.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/epmd_unpublish.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_decode_term.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_format.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_locking.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_malloc.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_portio.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_printterm.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_pthreads.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_x_encode.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_trace.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/eimd5.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/get_type.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/show_msg.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_compat.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_init.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/ei_cmp_nc.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_names.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_register.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_unregister.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.st/x86_64-apple-darwin20.3.0/global_whereis.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_connect.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_resolve.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/eirecv.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/send.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/send_exit.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/send_reg.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_atom.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_big.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_bignum.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_binary.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_boolean.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_char.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_double.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_fun.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_intlist.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_iodata.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_list_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_long.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_pid.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_port.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_ref.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_skip.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_string.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_trace.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_tuple_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_ulong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_version.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_longlong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/decode_ulonglong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_atom.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_big.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_bignum.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_binary.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_boolean.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_char.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_double.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_fun.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_list_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_long.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_pid.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_port.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_ref.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_string.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_trace.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_tuple_header.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_ulong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_version.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_longlong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/encode_ulonglong.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/epmd_port.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/epmd_publish.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/epmd_unpublish.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_decode_term.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_format.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_locking.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_malloc.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_portio.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_printterm.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_pthreads.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/eimd5.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_trace.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_x_encode.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/get_type.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/show_msg.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_compat.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_init.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/ei_cmp_nc.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_names.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_register.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_unregister.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj.mt/x86_64-apple-darwin20.3.0/global_whereis.o | |
VSN ../ebin/erl_interface.app | |
VSN ../ebin/erl_interface.appup | |
AR /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(decode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(decode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(decode_ulong.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(encode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(encode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(encode_ulong.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(ei_locking.o) has no symbols | |
RANLIB /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a | |
AR /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(decode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(decode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(decode_ulong.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(encode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(encode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(encode_ulong.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei_st.a(ei_locking.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(decode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(decode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(decode_ulong.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(encode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(encode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(encode_ulong.o) has no symbols | |
RANLIB /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(decode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(decode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(decode_ulong.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(encode_bignum.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(encode_long.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/obj/x86_64-apple-darwin20.3.0/libei.a(encode_ulong.o) has no symbols | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/erl_interface/bin/x86_64-apple-darwin20.3.0/erl_call | |
make[2]: Nothing to be done for `opt'. | |
=== Leaving application erl_interface | |
MAKE emulator | |
MAKE opt | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_main.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_process.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/preload.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/asm_load.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_bp.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_common.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_bif_load.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_catches.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_debug.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_load.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_opcodes.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_ranges.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_transform.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_transform_engine.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_transform_helpers.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/code_ix.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_alloc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_mtrace.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_alloc_util.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_goodfit_alloc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bestfit_alloc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_afit_alloc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_atom_table.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_init.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_table.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_ddll.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_guard.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_info.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_op.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_os.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_lists.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_persistent.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_atomics.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_counters.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_trace.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_unique.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_guard_bifs.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_dirty_bif_wrap.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_trace.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/copy.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/utils.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/bif.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/io.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_printf_term.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_debug.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_md5.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_message.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_proc_sig_queue.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_process_dict.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_process_lock.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_port_task.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_arith.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/time.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_time_sup.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/external.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/dist.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/binary.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_db.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_db_util.o | |
beam/erl_db.c:2133:30: warning: variable 'freason' is uninitialized when used here [-Wuninitialized] | |
BIF_ERROR(BIF_P, freason); | |
^~~~~~~ | |
beam/bif.h:229:20: note: expanded from macro 'BIF_ERROR' | |
(p)->freason = r; \ | |
^ | |
beam/erl_db.c:2118:17: note: initialize the variable 'freason' to silence this warning | |
Uint freason; | |
^ | |
= 0 | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_db_hash.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_db_tree.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_thr_progress.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/big.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/hash.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/index.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/atom.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/module.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/export.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/register.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/break.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_async.o | |
1 warning generated. | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_lock_check.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_dyn_lock_check.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_gc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_lock_count.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_posix_str.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bits.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_math.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_fun.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_port.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_term.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_node_tables.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_monitor_link.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_process_dump.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_hl_timer.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_cpu_topology.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_drv_thread.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_chksum.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_re.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_unicode.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/packet_parser.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/safe_hash.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_zlib.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_nif.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_bif_binary.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_ao_firstfit_alloc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_thr_queue.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_sched_spec_pre_alloc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_ptab.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_map.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_msacc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_lock_flags.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_io_queue.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_db_catree.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/socket_dbg.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/socket_tarray.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/socket_util.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_flxctr.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_nfunc_sched.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_global_literals.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/beam_file.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/sys.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/sys_drivers.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/sys_env.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/sys_uds.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/driver_tab.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/unix_prim_file.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/sys_float.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/sys_signal_stack.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/sys_time.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_poll.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_check_io.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_mseg.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_mmap.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_osenv.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_unix_sys_ddll.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_mtrace_sys_wrap.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_sys_common_misc.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_os_monotonic_time_extender.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erlang_lttng.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/inet_drv.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/ram_file_drv.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/ttsl_drv.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_tracer_nif.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/prim_buffer_nif.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/prim_file_nif.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/zlib_nif.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/prim_socket_nif.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/prim_net_nif.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_latin_1_table.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_compile.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_config.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_dfa_exec.o | |
GEN /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/pcre_exec_loop_break_cases.inc | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_fullinfo.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_get.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_globals.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_maketables.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_newline.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_ord2utf8.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_refcount.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_study.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_tables.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_valid_utf8.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_version.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_byte_order.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_jit_compile.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_string_utils.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_xclass.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_ucd.o | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_child_setup.o | |
CXX x86_64-apple-darwin20.3.0/opt/jit/asmjit/asmjit.hpp.gch | |
CC obj/x86_64-apple-darwin20.3.0/opt/jit/erl_poll.flbk.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/pcre_exec.o | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/erl_child_setup | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/beam_asm.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/beam_asm_module.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/beam_asm_perf.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_bs.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/beam_asm_global.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_bif.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_arith.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_call.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_common.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_float.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_guard_bifs.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_map.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_msg.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_select.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/instr_trace.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/archtraits.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/builder.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/assembler.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/codeholder.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/codewriter.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/compiler.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/constpool.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/emithelper.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/cpuinfo.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/emitter.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/emitterutils.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/environment.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/errorhandler.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/formatter.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/func.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/funcargscontext.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/globals.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/inst.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/jitallocator.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/jitruntime.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/logger.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/operand.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/osutils.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/ralocal.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/rapass.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/rastack.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/string.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/support.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/target.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/virtmem.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/type.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zone.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonehash.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonelist.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonestack.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonetree.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/core/zonevector.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86builder.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86assembler.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86compiler.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86emithelper.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86features.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86formatter.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86func.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86instapi.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86instdb.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86operand.o | |
CXX obj/x86_64-apple-darwin20.3.0/opt/jit/asmjit/x86/x86rapass.o | |
AR /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/libepcre.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/emulator/pcre/obj/x86_64-apple-darwin20.3.0/opt/libepcre.a(pcre_string_utils.o) has no symbols | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.jit | |
/opt/homebrew/bin/ginstall -c /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.jit /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/beam.smp | |
MAKE opt | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/inet_gethost.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/heart.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/dialyzer.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/ct_run.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/erlexec.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/escript.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/typer.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/erlc.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/safe_string.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/to_erl.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/run_erl.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/dyn_erl.o | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/erl_call | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/jit-reader.o | |
VSN Install | |
VSN erl.src | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/heart | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/typer | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/dialyzer | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/erlc | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/escript | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/ct_run | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/to_erl | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/dyn_erl | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/jit-reader.so | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/inet_gethost | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/erlexec | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/run_erl | |
GEN etp-commands | |
MAKE opt | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/epmd_cli.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/epmd_srv.o | |
CC /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/erts/obj/x86_64-apple-darwin20.3.0/epmd.o | |
LD /Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/bin/x86_64-apple-darwin20.3.0/epmd | |
MAKE opt | |
make[4]: Nothing to be done for `all'. | |
(cd preloaded/src && make ../ebin/erts.app) | |
make[3]: `../ebin/erts.app' is up to date. | |
MAKE secondary_bootstrap_build | |
=== Entering application parsetools | |
ERLC ../ebin/leex.beam | |
ERLC ../ebin/yeccscan.beam | |
ERLC ../ebin/yecc.beam | |
VSN ../ebin/parsetools.appup | |
ERLC ../ebin/yeccparser.beam | |
VSN ../ebin/parsetools.app | |
/bin/sh: line 1: 80426 Segmentation fault: 11 erlc -W -Werror +debug_info -DUSE_ESOCK=true -I/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/stdlib/include -Werror -o../ebin yeccparser.erl | |
make[3]: *** [../ebin/yeccparser.beam] Error 139 | |
make[3]: *** Waiting for unfinished jobs.... | |
/bin/sh: line 1: 80425 Segmentation fault: 11 erlc -W -Werror +debug_info -DUSE_ESOCK=true -I/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/stdlib/include -Werror -o../ebin yecc.erl | |
make[3]: *** [../ebin/yecc.beam] Error 139 | |
/bin/sh: line 1: 80423 Segmentation fault: 11 erlc -W -Werror +debug_info -DUSE_ESOCK=true -I/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/stdlib/include -Werror -o../ebin leex.erl | |
make[3]: *** [../ebin/leex.beam] Error 139 | |
/bin/sh: line 1: 80424 Segmentation fault: 11 erlc -W -Werror +debug_info -DUSE_ESOCK=true -I/Users/mitchell/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0-rc1/otp_src_24.0-rc1/lib/stdlib/include -Werror -o../ebin yeccscan.erl | |
make[3]: *** [../ebin/yeccscan.beam] Error 139 | |
make[2]: *** [opt] Error 2 | |
make[1]: *** [opt] Error 2 | |
make: *** [secondary_bootstrap_build] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment