Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/configure --cache-file=/dev/null CC=clang --without-javac --with-ssl=/usr/local/opt/openssl@1.1 --enable-darwin-64bit
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether clang accepts -g... yes
- checking for clang option to enable C11 features... none needed
- checking for library containing strerror... none required
- checking OTP release... 25
- checking OTP version... 25.2
- checking for gcc... (cached) clang
- checking whether the compiler supports GNU C... (cached) yes
- checking whether clang accepts -g... (cached) yes
- checking for clang option to enable C11 features... (cached) none needed
- checking for g++... g++
- checking whether the compiler supports GNU C++... yes
- checking whether g++ accepts -g... yes
- checking for g++ option to enable C++11 features... none needed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking how to run the C preprocessor... clang -E
- checking for ranlib... ranlib
- checking for bison... bison -y
- checking for perl5... no
- checking for perl... /usr/bin/perl
- checking whether ln -s works... yes
- checking for ar... ar
- checking for xsltproc... xsltproc
- checking for fop... fop
- checking for xmllint... xmllint
- checking for a BSD-compatible install... /usr/local/bin/ginstall -c
- checking how to create a directory including parents... /usr/local/bin/ginstall -c -d
- 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 if we can add -fno-strict-aliasing to CFLAGS (via CFLAGS)... yes
- checking C99 support... yes
- checking whether clang accepts -fprofile-generate -Werror...... yes
- checking whether clang accepts -fprofile-use -Werror...... yes
- checking whether clang accepts -fprofile-use -fprofile-correction -Werror...... yes
- checking whether clang links with -fprofile-generate... yes
- checking whether clang accepts -fprofile-instr-generate -Werror...... yes
- checking for llvm-profdata... /Library/Developer/CommandLineTools/usr/bin/llvm-profdata
- checking for xcrun... xcrun
- checking whether clang accepts -fprofile-instr-use=default.profdata -Werror... yes
- checking whether to do PGO of erts... yes, using -fprofile-generate -fprofile-correction
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for sys/time.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 for extra flags needed to export symbols... none
- checking for sin in -lm... yes
- checking for dlopen in -ldl... yes
- checking for dlvsym in -ldl... no
- checking for main in -linet... no
- checking for openpty in -lutil... yes
- checking size of void *... (cached) 8
- checking for native win32 threads... no
- checking for pthread_create in -lpthread... yes
- checking for pthread.h... yes
- 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_UPTIME_RAW
- 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 for sched.h... yes
- checking for sys/time.h... (cached) 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_UPTIME_RAW 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 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 struct ifreq.ifr_map... no
- checking for struct ifreq.ifr_hwaddr... no
- checking for struct ifreq.ifr_ifindex... no
- checking for struct ifreq.ifr_index... no
- checking for struct sockaddr_dl.sdl_len... 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 sys/wait.h that is POSIX.1 compatible... yes
- checking for fcntl.h... yes
- checking for limits.h... yes
- checking for unistd.h... (cached) yes
- checking for syslog.h... yes
- checking for dlfcn.h... yes
- checking for ieeefp.h... no
- checking for sys/types.h... (cached) yes
- checking for sys/stropts.h... no
- checking for sys/sysctl.h... yes
- checking for sys/ioctl.h... yes
- checking for sys/time.h... (cached) yes
- checking for sys/uio.h... yes
- checking for sys/mman.h... yes
- checking for sys/socket.h... yes
- checking for sys/sockio.h... yes
- checking for sys/socketio.h... no
- checking for net/errno.h... no
- checking for malloc.h... no
- checking for arpa/nameser.h... yes
- checking for libdlpi.h... no
- checking for pty.h... no
- checking for util.h... yes
- checking for libutil.h... no
- checking for utmp.h... yes
- checking for langinfo.h... yes
- checking for poll.h... yes
- checking for sdkddkver.h... no
- checking for elf.h... no
- checking for struct ifreq.ifr_hwaddr... (cached) no
- checking for struct ifreq.ifr_enaddr... no
- checking for struct ip_mreqn... yes
- checking for dlpi_open in -ldlpi... no
- configure: Extending the search to include /lib
- checking for dlpi_open in -ldlpi... no
- checking for clang options needed to detect all undeclared functions... none needed
- 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 for sys/event.h... yes
- checking for sys/epoll.h... no
- checking for sys/devpoll.h... no
- checking for sys/timerfd.h... no
- checking for netpacket/packet.h... no
- checking for netinet/sctp.h... no
- checking for sched.h... (cached) yes
- checking for setns.h... no
- checking for setns... no
- checking for linux/types.h... no
- checking for linux/errqueue.h... 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 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 for windows.h... 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 dlvsym... no
- checking for pread... yes
- checking for pwrite... yes
- checking for memmove... yes
- checking for strerror... yes
- checking for strerror_r... yes
- checking for strncasecmp... yes
- checking for gethrtime... (cached) no
- checking for localtime_r... (cached) yes
- checking for gmtime_r... yes
- checking for mprotect... yes
- checking for madvise... yes
- checking for posix_madvise... yes
- checking for mmap... yes
- checking for mremap... 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 inet_pton... 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 conflicting declaration of fread... yes
- checking for putc_unlocked... yes
- checking for fwrite_unlocked... no
- checking for openpty... yes
- checking for net/if_dl.h... yes
- checking for ifaddrs.h... yes
- checking for netpacket/packet.h... (cached) no
- 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_UPTIME_RAW
- 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_UPTIME_RAW
- 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 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... clang
- checking for kstat_open in -lkstat... (cached) no
- checking for kvm_open in -lkvm... no
- checking for log2... yes
- checking CFLAGS for -O switch... yes
- configure: creating ./config.status
- config.status: creating emulator/x86_64-apple-darwin21.6.0/Makefile
- config.status: creating epmd/src/x86_64-apple-darwin21.6.0/Makefile
- config.status: creating etc/common/x86_64-apple-darwin21.6.0/Makefile
- config.status: creating include/internal/x86_64-apple-darwin21.6.0/ethread.mk
- config.status: creating include/internal/x86_64-apple-darwin21.6.0/erts_internal.mk
- config.status: creating lib_src/x86_64-apple-darwin21.6.0/Makefile
- config.status: creating ../make/x86_64-apple-darwin21.6.0/otp.mk
- config.status: creating ../make/make_emakefile
- config.status: creating ../lib/os_mon/c_src/x86_64-apple-darwin21.6.0/Makefile
- config.status: creating ../lib/runtime_tools/c_src/x86_64-apple-darwin21.6.0/Makefile
- config.status: creating ../make/install_dir_data.sh
- config.status: creating x86_64-apple-darwin21.6.0/config.h
- config.status: creating include/internal/x86_64-apple-darwin21.6.0/ethread_header_config.h
- config.status: creating include/x86_64-apple-darwin21.6.0/erl_int_sizes_config.h
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/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-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether clang accepts -g... yes
- checking for clang option to enable C11 features... none needed
- checking for g++... g++
- checking whether the compiler supports GNU C++... yes
- checking whether g++ accepts -g... yes
- checking for g++ option to enable C++11 features... none needed
- 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... /usr/local/bin/ginstall -c
- checking whether ln -s works... yes
- checking for ranlib... ranlib
- checking for perl5... no
- checking for perl... /usr/bin/perl
- checking ERTS version... 13.1.3
- checking OTP release... 25
- checking OTP version... 25.2
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for native win32 threads... no
- checking for pthread_create in -lpthread... yes
- checking for pthread.h... yes
- 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 if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
- checking size of void *... 8
- checking for ld... clang
- checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
- checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -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-strict-aliasing -fno-common -g -O2 -fPIC -fno-common
- checking for linker for loadable drivers... clang
- checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.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-darwin21.6.0/otp_ded.mk
- config.status: creating emd2exml
- config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- configure: creating ./config.status
- config.status: creating priv/x86_64-apple-darwin21.6.0/Makefile
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether clang accepts -g... yes
- checking for clang option to enable C11 features... 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 stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for native win32 threads... no
- checking for pthread_create in -lpthread... yes
- checking for pthread.h... yes
- 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 if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
- checking size of void *... 8
- checking for ld... clang
- checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
- checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -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-strict-aliasing -fno-common -g -O2 -fPIC -fno-common
- checking for linker for loadable drivers... clang
- checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp
- checking for 'runtime library path' linker flag... not found
- checking for multiarch directory... x86_64-apple-darwin21.6.0
- checking size of void *... (cached) 8
- checking for static zlib... no
- checking how to run the C preprocessor... clang -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for OpenSSL header in /usr/local/opt/openssl@1.1... yes
- checking for OpenSSL in /usr/local/opt/openssl@1.1... dynamic crypto library in /usr/local/opt/openssl@1.1/lib
- checking for runtime library path to use...
- checking for clang options needed to detect all undeclared functions... none needed
- checking whether CRYPTO_memcmp is declared... yes
- checking whether CRYPTO_memcmp can be linked... yes
- configure: creating ./config.status
- config.status: creating c_src/x86_64-apple-darwin21.6.0/Makefile
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether clang accepts -g... yes
- checking for clang option to enable C11 features... none needed
- checking how to run the C preprocessor... clang -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ranlib... ranlib
- checking for ld.sh... no
- checking for ld... ld
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for sys/time.h... yes
- checking size of short... 2
- checking size of int... 4
- checking size of long... 8
- checking size of void *... 8
- checking size of long long... 8
- checking target hardware architecture... amd64
- checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64
- checking for unaligned word access... yes: x86 or amd64
- checking for ar... ar
- checking for a BSD-compatible install... /usr/local/bin/ginstall -c
- checking how to create a directory including parents... /usr/local/bin/ginstall -c -d
- checking for library containing gethostbyname... none required
- checking for library containing getpeername... none required
- checking for sys/wait.h that is POSIX.1 compatible... yes
- checking for arpa/inet.h... yes
- checking for fcntl.h... yes
- checking for limits.h... yes
- checking for malloc.h... no
- checking for netdb.h... yes
- checking for netinet/in.h... yes
- checking for stddef.h... yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking for sys/param.h... yes
- checking for sys/socket.h... yes
- checking for sys/select.h... yes
- checking for sys/time.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for sys/types.h... (cached) 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 for socklen_t usability... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking whether clang 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 for pthread.h... yes
- 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
- 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 if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
- checking size of void *... (cached) 8
- checking for ld... clang
- checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -fno-strict-aliasing -fno-common -fno-common -Werror=return-type -g -O2 -DEI_64BIT -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
- checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -fno-common -fno-common -Werror=return-type -g -O2 -DEI_64BIT -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 -fno-strict-aliasing -fno-common -fno-common -Werror=return-type -g -O2 -DEI_64BIT -fPIC -fno-common
- checking for linker for loadable drivers... clang
- checking for linker flags for loadable drivers... -m64 -bundle -flat_namespace -undefined suppress
- checking for 'runtime library path' linker flag... not found
- configure: creating ./config.status
- config.status: creating src/x86_64-apple-darwin21.6.0/Makefile
- config.status: creating src/x86_64-apple-darwin21.6.0/eidefs.mk
- config.status: creating src/x86_64-apple-darwin21.6.0/config.h
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether clang accepts -g... yes
- checking for clang option to enable C11 features... 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 for lex output file root... lex.yy
- checking for lex library... none needed
- 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 for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for native win32 threads... no
- checking for pthread_create in -lpthread... yes
- checking for pthread.h... yes
- 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 if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
- checking size of void *... 8
- checking for ld... clang
- checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -Werror=return-type -g -O2 -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
- checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -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-strict-aliasing -fno-common -Werror=return-type -g -O2 -fPIC -fno-common
- checking for linker for loadable drivers... clang
- checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.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-darwin21.6.0/Makefile
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether clang accepts -g... yes
- checking for clang option to enable C11 features... none needed
- checking for mixed mingw-gcc and native VC++ environment... no
- checking for mixed cygwin and native MinGW environment... no
- checking if we mix cygwin with any native compiler... no
- checking if we mix msys with another native compiler... no
- checking if we mix WSL with another native compiler... no
- checking whether gmake sets $(MAKE)... yes
- checking for ld.sh... no
- checking for ld... ld
- checking for rm... /bin/rm
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for connect... yes
- checking for gethostbyname... yes
- checking for egrep... /usr/bin/grep -E
- checking for fcntl.h... yes
- checking for netdb.h... yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking for sys/socket.h... yes
- checking for winsock2.h... no
- checking for windows.h... no
- checking for sql.h... yes
- checking for sqlext.h... yes
- checking for an ANSI C-conforming const... yes
- checking for size_t... yes
- checking for struct sockaddr_in6.sin6_addr... yes
- checking for memset... yes
- checking for socket... yes
- checking for native win32 threads... no
- checking for pthread_create in -lpthread... yes
- checking for pthread.h... yes
- checking for pthread/mit/pthread.h... no
- checking size of void *... 8
- checking for odbc in standard locations... -L/usr/local/lib
- checking for SQLAllocHandle in -lodbc... yes
- checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
- configure: creating ./config.status
- config.status: creating c_src/x86_64-apple-darwin21.6.0/Makefile
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for perl... perl
- configure: Default (snmp) empty pdu size set to 21
- configure: creating ./config.status
- config.status: creating mibs/Makefile
- config.status: creating src/agent/Makefile
- === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx ===
- ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx"
- checking build system type... x86_64-apple-darwin21.6.0
- checking host system type... x86_64-apple-darwin21.6.0
- checking target system type... x86_64-apple-darwin21.6.0
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether clang accepts -g... yes
- checking for clang option to enable C11 features... none needed
- checking for g++... g++
- checking whether the compiler supports GNU C++... yes
- checking whether g++ accepts -g... yes
- checking for g++ option to enable C++11 features... none needed
- checking for ranlib... ranlib
- checking how to run the C preprocessor... clang -E
- configure: Building for darwin21.6.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 stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking size of void *... 8
- checking Checking wxWidgets for min version:... -mmacosx-version-min=12
- 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 for GL/gl.h... no
- checking for OpenGL/gl.h... yes
- checking for GL/glu.h... no
- checking for OpenGL/glu.h... yes
- checking for wx-config... /usr/local/bin/wx-config
- checking for wxWidgets version >= 3.0.2 (--unicode)... yes (version 3.2.1)
- checking for wxWidgets static library... no
- checking for wxwidgets webview... yes
- checking for wx-config... (cached) /usr/local/bin/wx-config
- checking for wxWidgets version >= 3.0.2 (--unicode --debug=yes)... yes (version 3.2.1)
- checking for wxWidgets static library... no
- checking for debug build of wxWidgets... yes
- checking for wx-config... (cached) /usr/local/bin/wx-config
- checking for wxWidgets version >= 3.0.2 (--unicode --debug=no)... yes (version 3.2.1)
- checking for wxWidgets static library... no
- checking for standard build of wxWidgets... yes
- checking for wxwidgets 3.0 compatibility ... yes
- checking for wxwidgets opengl support... yes
- checking for GLintptr... yes
- checking for GLintptrARB... yes
- checking for GLchar... yes
- checking for GLcharARB... yes
- checking for GLhalfARB... yes
- checking for GLint64EXT... yes
- checking GLU Callbacks uses Tiger Style... no
- checking if we can link wxwidgets programs... yes
- checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
- checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes
- configure: creating x86_64-apple-darwin21.6.0/config.status
- config.status: creating config.mk
- config.status: creating c_src/Makefile
- *********************************************************************
- ********************** APPLICATIONS DISABLED **********************
- *********************************************************************
- jinterface : Java compiler disabled by user
- *********************************************************************
- MAKE depend
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- MAKE generate
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- GEN x86_64-apple-darwin21.6.0/opt/jit/OPCODES-GENERATED
- GEN x86_64-apple-darwin21.6.0/erl_version.h
- GEN x86_64-apple-darwin21.6.0/opt/jit/erl_alloc_types.h
- GEN x86_64-apple-darwin21.6.0/opt/jit/TABLES-GENERATED
- GEN x86_64-apple-darwin21.6.0/opt/jit/beam_asm_global.hpp
- GEN x86_64-apple-darwin21.6.0/opt/jit/driver_tab.c
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- GEN x86_64-apple-darwin21.6.0/preload.c
- GEN obj/x86_64-apple-darwin21.6.0/opt/depend.mk
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/re.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/simple_c_gc.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_lexer.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_main.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_printers.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_parser.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_node.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_string.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_utils.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_symbol.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_yield_fun.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_aux.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_atomics.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_mutex.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_cbf.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/ethread.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_event.o
- CC obj/x86_64-apple-darwin21.6.0/opt/erl_printf_format.o
- CC obj/x86_64-apple-darwin21.6.0/opt/erl_printf.o
- CC obj/x86_64-apple-darwin21.6.0/opt/erl_misc_utils.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/erl_printf_format.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/erl_printf.o
- CC obj/x86_64-apple-darwin21.6.0/opt/r/erl_misc_utils.o
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/bin/x86_64-apple-darwin21.6.0/yielding_c_fun
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- AR ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal.a
- RANLIB ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal.a
- AR ../lib/internal/x86_64-apple-darwin21.6.0/libethread.a
- RANLIB ../lib/internal/x86_64-apple-darwin21.6.0/libethread.a
- AR ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal_r.a
- RANLIB ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal_r.a
- GEN obj/x86_64-apple-darwin21.6.0/opt/MADE
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- GEN x86_64-apple-darwin21.6.0/utils.ycf.h
- GEN x86_64-apple-darwin21.6.0/erl_map.ycf.h
- GEN x86_64-apple-darwin21.6.0/erl_db_insert_list.ycf.h
- GEN x86_64-apple-darwin21.6.0/opt/jit/GENERATED
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- MAKE depend
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- GEN x86_64-apple-darwin21.6.0/opt/jit/src.depend.mk
- GEN x86_64-apple-darwin21.6.0/opt/jit/drv.depend.mk
- GEN x86_64-apple-darwin21.6.0/opt/jit/jit.depend.mk
- GEN x86_64-apple-darwin21.6.0/opt/jit/nif.depend.mk
- GEN x86_64-apple-darwin21.6.0/opt/jit/sys.depend.mk
- GEN x86_64-apple-darwin21.6.0/opt/jit/target.depend.mk
- GEN x86_64-apple-darwin21.6.0/opt/jit/ryu.depend.mk
- GEN x86_64-apple-darwin21.6.0/opt/jit/zlib.depend.mk
- rm x86_64-apple-darwin21.6.0/opt/jit/depend.mk
- rm: x86_64-apple-darwin21.6.0/opt/jit/depend.mk: No such file or directory
- gmake[2]: [x86_64-apple-darwin21.6.0/Makefile:1437: x86_64-apple-darwin21.6.0/opt/jit/depend.mk] Error 1 (ignored)
- for dep in x86_64-apple-darwin21.6.0/opt/jit/jit.depend.mk x86_64-apple-darwin21.6.0/opt/jit/src.depend.mk x86_64-apple-darwin21.6.0/opt/jit/drv.depend.mk x86_64-apple-darwin21.6.0/opt/jit/nif.depend.mk x86_64-apple-darwin21.6.0/opt/jit/sys.depend.mk x86_64-apple-darwin21.6.0/opt/jit/target.depend.mk x86_64-apple-darwin21.6.0/opt/jit/zlib.depend.mk x86_64-apple-darwin21.6.0/opt/jit/ryu.depend.mk; do cat $dep >> x86_64-apple-darwin21.6.0/opt/jit/depend.mk; done
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- MAKE depend
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[4]: Nothing to be done for 'depend'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[2]: Nothing to be done for 'depend'.
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- MAKE depend
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[2]: Nothing to be done for 'depend'.
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- MAKE erl_interface
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
- === Entering application erl_interface
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- MAKE opt
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- GEN x86_64-apple-darwin21.6.0/depend.mk
- CC x86_64-apple-darwin21.6.0/depend.mk
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_connect.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/send.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/eirecv.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_resolve.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/send_exit.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_atom.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/send_reg.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_bignum.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_big.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_binary.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_boolean.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_char.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_double.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_fun.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_intlist.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_iodata.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_list_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_long.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_pid.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_port.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_ref.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_skip.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_string.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_trace.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_tuple_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_ulong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_version.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_longlong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_atom.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_ulonglong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_big.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_bignum.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_binary.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_boolean.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_char.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_double.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_fun.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_list_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_long.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_pid.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_port.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_trace.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_string.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_ref.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_tuple_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_ulong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_version.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_ulonglong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_longlong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/epmd_port.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/epmd_unpublish.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/epmd_publish.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_decode_term.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_format.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_locking.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_malloc.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_portio.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_printterm.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_pthreads.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_trace.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/eimd5.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_x_encode.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/get_type.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_compat.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/show_msg.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_init.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_cmp_nc.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_names.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_unregister.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_register.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_whereis.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_connect.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_resolve.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/eirecv.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/send.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/send_exit.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/send_reg.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_big.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_atom.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_bignum.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_binary.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_boolean.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_char.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_double.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_fun.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_intlist.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_iodata.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_list_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_long.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_pid.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_port.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_ref.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_skip.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_string.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_trace.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_tuple_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_ulong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_version.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_longlong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_ulonglong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_atom.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_big.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_binary.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_bignum.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_boolean.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_char.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_double.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_fun.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_list_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_long.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_pid.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_port.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_ref.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_string.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_trace.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_tuple_header.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_ulong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_version.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_longlong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_ulonglong.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/epmd_port.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/epmd_publish.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/epmd_unpublish.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_decode_term.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_format.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_locking.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_malloc.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_portio.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_pthreads.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_printterm.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_trace.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_x_encode.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/eimd5.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/get_type.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/show_msg.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_compat.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_init.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_names.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_cmp_nc.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_register.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_unregister.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_whereis.o
- AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_ulong.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_ulong.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(ei_locking.o) has no symbols
- RANLIB /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_ulong.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_ulong.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(ei_locking.o) has no symbols
- AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_ulong.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_ulong.o) has no symbols
- RANLIB /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_ulong.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_bignum.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_long.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_ulong.o) has no symbols
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/bin/x86_64-apple-darwin21.6.0/erl_call
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
- gmake[2]: Nothing to be done for 'opt'.
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
- === Leaving application erl_interface
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
- MAKE emulator
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_main.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/preload.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/asm_load.o
- CXX x86_64-apple-darwin21.6.0/opt/jit/asmjit/asmjit.hpp.gch
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_common.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_bif_load.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_catches.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_bp.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_debug.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_load.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_opcodes.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_ranges.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_transform.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_transform_engine.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_transform_helpers.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/code_ix.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_alloc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_alloc_util.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_goodfit_alloc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bestfit_alloc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_afit_alloc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_init.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_atom_table.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_table.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_ddll.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_guard.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_info.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_op.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_os.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_lists.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_persistent.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_atomics.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_counters.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_trace.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_unique.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_guard_bifs.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_dirty_bif_wrap.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_trace.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/copy.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/utils.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/bif.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/io.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_printf_term.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_debug.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_md5.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_message.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_proc_sig_queue.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process_dict.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process_lock.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_port_task.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_arith.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/time.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_time_sup.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/external.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/dist.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/binary.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_util.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_hash.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_tree.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_thr_progress.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/big.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/hash.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/index.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/atom.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/module.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/export.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/register.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/break.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_async.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_lock_check.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_dyn_lock_check.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_gc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_lock_count.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_posix_str.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bits.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_math.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_fun.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_port.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_term.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_monitor_link.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_node_tables.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process_dump.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_hl_timer.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_cpu_topology.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_drv_thread.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_chksum.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_unicode.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_re.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/packet_parser.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/safe_hash.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_zlib.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_nif.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_binary.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_ao_firstfit_alloc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_thr_queue.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_sched_spec_pre_alloc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_ptab.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_map.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_msacc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_lock_flags.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_io_queue.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_catree.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/socket_dbg.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/socket_tarray.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/socket_util.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_flxctr.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_nfunc_sched.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_global_literals.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_file.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_types.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_drivers.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_env.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_uds.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/driver_tab.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/unix_prim_file.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_float.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_time.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_signal_stack.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_poll.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_check_io.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_mseg.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_mmap.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_osenv.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_unix_sys_ddll.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_sys_common_misc.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_os_monotonic_time_extender.o
- sys/common/erl_check_io.c:1763:34: warning: cast to smaller integer type 'ErtsPollEvents' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
- ErtsPollEvents revents = ERTS_POLL_RES_GET_EVTS(&psi->pollres[i]);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sys/common/erl_poll.h:229:54: note: expanded from macro 'ERTS_POLL_RES_GET_EVTS'
- #define ERTS_POLL_RES_GET_EVTS(evt) ERTS_POLL_EV_N2E((ErtsPollEvents)(evt)->udata)
- ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sys/common/erl_poll.h:271:54: note: expanded from macro 'ERTS_POLL_EV_N2E'
- #define ERTS_POLL_EV_N2E(EV) ERTS_POLL_EV_NKP_N2E((EV))
- ~~~~~~~~~~~~~~~~~~~~~~^~~~
- sys/common/erl_poll.h:257:35: note: expanded from macro 'ERTS_POLL_EV_NKP_N2E'
- #define ERTS_POLL_EV_NKP_N2E(EV) (EV)
- ^~
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erlang_lttng.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/inet_drv.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/ram_file_drv.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/ttsl_drv.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_buffer_nif.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_tracer_nif.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_file_nif.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/zlib_nif.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_socket_nif.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_net_nif.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_latin_1_table.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_compile.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_config.o
- 1 warning generated.
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_dfa_exec.o
- GEN /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/pcre_exec_loop_break_cases.inc
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_fullinfo.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_get.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_globals.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_maketables.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_ord2utf8.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_newline.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_refcount.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_study.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_tables.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_valid_utf8.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_version.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_byte_order.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_jit_compile.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_string_utils.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_ucd.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_xclass.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/ryu/obj/x86_64-apple-darwin21.6.0/opt/d2s.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/beam_asm_global.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/beam_asm_module.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/beam_jit_common.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/beam_jit_main.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/process_main.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/beam_jit_metadata.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_arith.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_bs.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_bif.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_call.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_common.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_float.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_fun.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_guard_bifs.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_map.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_msg.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_select.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/instr_trace.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/archtraits.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/assembler.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/builder.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/codeholder.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/codewriter.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/compiler.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/constpool.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/cpuinfo.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/emithelper.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/emitter.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/emitterutils.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/environment.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/errorhandler.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/formatter.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/func.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/globals.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/funcargscontext.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/inst.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/jitallocator.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/jitruntime.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/logger.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/operand.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/osutils.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/ralocal.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/rapass.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/string.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/rastack.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/support.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/target.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/type.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/virtmem.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zone.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonehash.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonelist.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonestack.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonetree.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonevector.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86assembler.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86builder.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86compiler.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86emithelper.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86formatter.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86func.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86instapi.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86instdb.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86operand.o
- CXX obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86rapass.o
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_poll.flbk.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_exec.o
- AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/ryu/obj/x86_64-apple-darwin21.6.0/opt/libryu.a
- CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_child_setup.o
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erl_child_setup
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/libepcre.a
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/libepcre.a(pcre_string_utils.o) has no symbols
- AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.jit
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(builder.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(compiler.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(operand.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(ralocal.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rapass.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rastack.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(support.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonelist.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonetree.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86builder.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86compiler.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86operand.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86rapass.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_check.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_dyn_lock_check.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_count.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(safe_hash.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erlang_lttng.o) has no symbols
- RANLIB /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(builder.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(compiler.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(operand.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(ralocal.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rapass.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rastack.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(support.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonelist.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonetree.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86builder.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86compiler.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86operand.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86rapass.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_check.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_dyn_lock_check.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_count.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(safe_hash.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erlang_lttng.o) has no symbols
- /usr/local/bin/ginstall -c /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.jit /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
- MAKE opt
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/inet_gethost.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/heart.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/erlexec.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/typer.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/escript.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/dialyzer.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/ct_run.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/safe_string.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/erlc.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/run_erl.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/to_erl.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/dyn_erl.o
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erl_call
- VSN Install
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/jit-reader.o
- VSN erl.src
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/heart
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/typer
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/dialyzer
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/escript
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/ct_run
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/run_erl
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erlc
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/to_erl
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/jit-reader.so
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/dyn_erl
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/inet_gethost
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erlexec
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/unix'
- GEN etp-commands
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/unix'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
- MAKE opt
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/epmd_srv.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/epmd_cli.o
- CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/epmd.o
- LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/epmd
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[4]: Nothing to be done for 'all'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
- (cd preloaded/src && gmake ../ebin/erts.app)
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/preloaded/src'
- VSN ../ebin/erts.app
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/preloaded/src'
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
- if test ! -d /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bootstrap/bin/x86_64-apple-darwin21.6.0 ; then mkdir /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bootstrap/bin/x86_64-apple-darwin21.6.0 ; fi
- MAKE secondary_bootstrap_build
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
- === Entering application parsetools
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
- === Leaving application parsetools
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
- gmake[2]: Nothing to be done for 'opt'.
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
- MAKE secondary_bootstrap_copy
- MAKE tertiary_bootstrap_build
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
- === Entering application snmp
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Nothing to be done for 'behaviour_targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Nothing to be done for 'targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Nothing to be done for 'behaviour_targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Nothing to be done for 'targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
- === Leaving application snmp
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
- === Entering application sasl
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
- === Leaving application sasl
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
- === Entering application erl_interface
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
- === Leaving application erl_interface
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
- === Skipping subdir jinterface, reason:
- Java compiler disabled by user
- ===
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
- === Entering application syntax_tools
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
- === Leaving application syntax_tools
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
- === Entering application wx
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
- === Leaving application wx
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
- === Entering application public_key
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
- === Leaving application public_key
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
- MAKE tertiary_bootstrap_copy
- MAKE libs
- gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib'
- Makefile:48: warning: overriding recipe for target 'test'
- /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/app_targets.mk:26: warning: ignoring old recipe for target 'test'
- === Entering application stdlib
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/examples'
- === Leaving application stdlib
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
- === Entering application sasl
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
- === Leaving application sasl
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel'
- === Entering application kernel
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/examples'
- === Leaving application kernel
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler'
- Makefile:47: warning: overriding recipe for target 'test'
- /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/app_targets.mk:26: warning: ignoring old recipe for target 'test'
- === Entering application compiler
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/doc/src'
- === Leaving application compiler
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools'
- === Entering application tools
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/emacs'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/emacs'
- === Leaving application tools
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test'
- === Entering application common_test
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
- gmake[4]: Nothing to be done for 'debug'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
- === Leaving application common_test
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools'
- === Entering application runtime_tools
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
- CC ../priv/obj/x86_64-apple-darwin21.6.0/dyntrace.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/trace_file_drv.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/trace_ip_drv.o
- LD ../priv/lib/x86_64-apple-darwin21.6.0/dyntrace.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD ../priv/lib/x86_64-apple-darwin21.6.0/trace_file_drv.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD ../priv/lib/x86_64-apple-darwin21.6.0/trace_ip_drv.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- rm ../priv/obj/x86_64-apple-darwin21.6.0/dyntrace.o ../priv/obj/x86_64-apple-darwin21.6.0/trace_file_drv.o ../priv/obj/x86_64-apple-darwin21.6.0/trace_ip_drv.o
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/doc/src'
- === Leaving application runtime_tools
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets'
- === Entering application inets
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/inets_app'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/inets_app'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_lib'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_lib'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_client'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_client'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_server'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_server'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/server_root'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/server_root'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/httpd_load_test'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/httpd_load_test'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/priv'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/priv'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/doc/src'
- === Leaving application inets
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
- === Entering application parsetools
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
- === Leaving application parsetools
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl'
- === Entering application xmerl
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/doc/src'
- === Leaving application xmerl
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc'
- === Entering application edoc
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/bin'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/bin'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/include'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/include'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/priv'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/priv'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/doc/src'
- === Leaving application edoc
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen'
- === Entering application erl_docgen
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/bin'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/bin'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/css'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/css'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_html_entities'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_html_entities'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_man_entities'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_man_entities'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/images'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/images'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/js/flipmenu'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/js/flipmenu'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/xsl'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/xsl'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/doc/src'
- === Leaving application erl_docgen
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
- === Entering application snmp
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Nothing to be done for 'behaviour_targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[5]: Nothing to be done for 'targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Nothing to be done for 'behaviour_targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[5]: Nothing to be done for 'targets'.
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
- === Leaving application snmp
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
- === Entering application erl_interface
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
- === Leaving application erl_interface
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1'
- === Entering application asn1
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/c_src'
- CC ../priv/obj/x86_64-apple-darwin21.6.0/asn1_erl_nif.o
- LD ../priv/lib/x86_64-apple-darwin21.6.0/asn1rt_nif.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/c_src'
- === Leaving application asn1
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1'
- === Skipping subdir jinterface, reason:
- Java compiler disabled by user
- ===
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
- === Entering application wx
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/c_src'
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_1.o
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_2.o
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_4.o
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_5.o
- CXX x86_64-apple-darwin21.6.0/wxe_events.o
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_6.o
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_7.o
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_3.o
- CXX x86_64-apple-darwin21.6.0/wxe_wrapper_8.o
- CXX x86_64-apple-darwin21.6.0/wxe_init.o
- In file included from gen/wxe_wrapper_8.cpp:23:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- In file included from gen/wxe_wrapper_7.cpp wxEventLoop* m_modalEventLoop = NULL;:In file included from In file included from gen/wxe_wrapper_2.cpp:23:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:2423:
- In file included from /usr/local/include/wx-3.2/wx/event.h
- :
- : ^
- In file included from gen/wxe_wrapper_1.cpp22/usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:
- In file included from /usr/local/include/wx-3.2/wx/event.h:75:
- :In file included from 22:
- In file included from /usr/local/include/wx-3.2/wx/utils.h/usr/local/include/wx-3.2/wx/cursor.h:75:
- ::749:35: /usr/local/include/wx-3.2/wx/utils.hgen/wxe_wrapper_5.cpp:warning: 23:23default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]In file included from 749::
- In file included from gen/wxe_wrapper_4.cppIn file included from gen/wxe_wrapper_3.cpp::
- :/usr/local/include/wx-3.2/wx/wx.h2335:
- In file included from :In file included from
- /usr/local/include/wx-3.2/wx/wx.h/usr/local/include/wx-3.2/wx/wx.h: 2423::
- In file included from :
- 24 wxEventLoop* m_modalEventLoop = NULL;warning:
- ^
- In file included from ::
- default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- /usr/local/include/wx-3.2/wx/wx.hIn file included from 24/usr/local/include/wx-3.2/wx/event.h wxEventLoop* m_modalEventLoop = NULL;In file included from gen/wxe_init.cpp:
- : ^
- ::
- 21In file included from /usr/local/include/wx-3.2/wx/event.h/usr/local/include/wx-3.2/wx/event.h:
- :22:24:
- In file included from 22:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22In file included from /usr/local/include/wx-3.2/wx/cursor.h:
- In file included from 22/usr/local/include/wx-3.2/wx/wx.h:
- :24:
- In file included from /usr/local/include/wx-3.2/wx/event.h/usr/local/include/wx-3.2/wx/cursor.h:
- ::75In file included from /usr/local/include/wx-3.2/wx/cursor.h:In file included from 7522:
- :
- In file included from :/usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h::
- /usr/local/include/wx-3.2/wx/cursor.h/usr/local/include/wx-3.2/wx/utils.h:75:
- 75:
- /usr/local/include/wx-3.2/wx/utils.h:/usr/local/include/wx-3.2/wx/utils.h/usr/local/include/wx-3.2/wx/utils.h:749749749:35::35::35::749:35 ::warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- 749 wxEventLoop* m_modalEventLoop = NULL;
- warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- warning: warning: wxEventLoop* m_modalEventLoop = NULL;
- default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- : ^35default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- wxEventLoop* m_modalEventLoop = NULL;
- ^ ^
- :
- ^
- warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- In file included from gen/wxe_wrapper_6.cpp:23:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- In file included from gen/wxe_events.cpp:23:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- gen/wxe_init.cpp:610:57: warning: wxSTC_INDICS_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
- { WXE_ATOM_define, "wxSTC_INDICS_MASK", rt.make_int(wxSTC_INDICS_MASK) },
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2493:27: note: expanded from macro 'wxSTC_INDICS_MASK'
- #define wxSTC_INDICS_MASK wxSTC_DEPRECATED_MACRO_VALUE(0xE0,\
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
- _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
- ^
- <scratch space>:2:6: note: expanded from here
- GCC warning "wxSTC_INDICS_MASK is deprecated. Style byte indicators are no longer used."
- ^
- gen/wxe_init.cpp:611:57: warning: wxSTC_INDIC2_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
- { WXE_ATOM_define, "wxSTC_INDIC2_MASK", rt.make_int(wxSTC_INDIC2_MASK) },
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2491:27: note: expanded from macro 'wxSTC_INDIC2_MASK'
- #define wxSTC_INDIC2_MASK wxSTC_DEPRECATED_MACRO_VALUE(0x80,\
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
- _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
- ^
- <scratch space>:5:6: note: expanded from here
- GCC warning "wxSTC_INDIC2_MASK is deprecated. Style byte indicators are no longer used."
- ^
- gen/wxe_init.cpp:612:57: warning: wxSTC_INDIC1_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
- { WXE_ATOM_define, "wxSTC_INDIC1_MASK", rt.make_int(wxSTC_INDIC1_MASK) },
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2489:27: note: expanded from macro 'wxSTC_INDIC1_MASK'
- #define wxSTC_INDIC1_MASK wxSTC_DEPRECATED_MACRO_VALUE(0x40,\
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
- _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
- ^
- <scratch space>:8:6: note: expanded from here
- GCC warning "wxSTC_INDIC1_MASK is deprecated. Style byte indicators are no longer used."
- ^
- gen/wxe_init.cpp:613:57: warning: wxSTC_INDIC0_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
- { WXE_ATOM_define, "wxSTC_INDIC0_MASK", rt.make_int(wxSTC_INDIC0_MASK) },
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2487:27: note: expanded from macro 'wxSTC_INDIC0_MASK'
- #define wxSTC_INDIC0_MASK wxSTC_DEPRECATED_MACRO_VALUE(0x20,\
- ^
- /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
- _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
- ^
- <scratch space>:11:6: note: expanded from here
- GCC warning "wxSTC_INDIC0_MASK is deprecated. Style byte indicators are no longer used."
- ^
- 1 warning generated.
- CXX x86_64-apple-darwin21.6.0/wxe_func_table.o
- 1 warning generated.
- CC x86_64-apple-darwin21.6.0/wxe_nif.o
- In file included from gen/wxe_func_table.cpp:21:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- CC x86_64-apple-darwin21.6.0/wxe_ps_init.o
- 1 warning generated.
- CXX x86_64-apple-darwin21.6.0/wxe_main.o
- 1 warning generated.
- CXX x86_64-apple-darwin21.6.0/wxe_impl.o
- 1 warning generated.
- CXX x86_64-apple-darwin21.6.0/wxe_helpers.o
- CXX x86_64-apple-darwin21.6.0/wxe_callback_impl.o
- 1 warning generated.
- CXX x86_64-apple-darwin21.6.0/wxe_return.o
- In file included from wxe_main.cpp:25:
- In file included from ./wxe_impl.h:29:
- In file included from /usr/local/include/wx-3.2/wx/glcanvas.h:18:
- In file included from /usr/local/include/wx-3.2/wx/app.h:19:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- 1 warning generated.
- 1 warning generated.
- CXX x86_64-apple-darwin21.6.0/wxe_gl.o
- In file included from wxe_helpers.cpp:21:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- In file included from wxe_impl.cpp:25:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- CXX x86_64-apple-darwin21.6.0/gl_nif.o
- 1 warning generated.
- CXX x86_64-apple-darwin21.6.0/glu_nif.o
- In file included from wxe_return.cpp:21:
- In file included from ./wxe_return.h:31:
- In file included from ./wxe_impl.h:29:
- In file included from /usr/local/include/wx-3.2/wx/glcanvas.h:18:
- In file included from /usr/local/include/wx-3.2/wx/app.h:19:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- In file included from wxe_callback_impl.cpp:21:
- In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- 1 warning generated.
- CC x86_64-apple-darwin21.6.0/egl_impl.o
- 1 warning generated.
- 1 warning generated.
- In file included from wxe_gl.cpp:26:
- In file included from ./wxe_impl.h:29:
- In file included from /usr/local/include/wx-3.2/wx/glcanvas.h:18:
- In file included from /usr/local/include/wx-3.2/wx/app.h:19:
- In file included from /usr/local/include/wx-3.2/wx/event.h:22:
- In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
- /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
- wxEventLoop* m_modalEventLoop = NULL;
- ^
- 1 warning generated.
- 1 warning generated.
- 1 warning generated.
- 1 warning generated.
- 5 warnings generated.
- LD ../priv/x86_64-apple-darwin21.6.0/wxe_driver.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- CC ../priv/x86_64-apple-darwin21.6.0/erl_gl.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/c_src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/demo'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/demo'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/sudoku'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/sudoku'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/simple'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/simple'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/doc/src'
- === Leaving application wx
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger'
- === Entering application debugger
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/priv'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/priv'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/doc/src'
- === Leaving application debugger
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool'
- === Entering application reltool
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/doc/src'
- === Leaving application reltool
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia'
- === Entering application mnesia
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/include'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/include'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/doc/src'
- === Leaving application mnesia
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto'
- === Entering application crypto
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
- CC ../priv/obj/x86_64-apple-darwin21.6.0/aes.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/crypto.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/aead.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/algorithms.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/api_ng.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/atoms.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/cipher.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/bn.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/cmac.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/common.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/dh.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/digest.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/dss.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/ec.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/ecdh.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/eddsa.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/engine.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/evp.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/fips.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/hash.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/hmac.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/info.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/mac.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/math.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/pkey.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/rand.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/rsa.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/srp.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/hash_equals.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/pbkdf2_hmac.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/crypto_callback.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/otp_test_engine.o
- /usr/local/bin/ginstall -c -d ../priv/lib/x86_64-apple-darwin21.6.0
- clang -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp -o ../priv/lib/x86_64-apple-darwin21.6.0/crypto_callback.so ../priv/obj/x86_64-apple-darwin21.6.0/crypto_callback.o
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD ../priv/lib/x86_64-apple-darwin21.6.0/crypto.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD ../priv/lib/x86_64-apple-darwin21.6.0/otp_test_engine.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/doc/src'
- === Leaving application crypto
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon'
- === Entering application os_mon
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
- CC ../priv/obj/x86_64-apple-darwin21.6.0/cpu_sup.o
- CC ../priv/obj/x86_64-apple-darwin21.6.0/memsup.o
- LD ../priv/bin/x86_64-apple-darwin21.6.0/memsup
- LD ../priv/bin/x86_64-apple-darwin21.6.0/cpu_sup
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/doc/src'
- === Leaving application os_mon
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
- === Entering application syntax_tools
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
- === Leaving application syntax_tools
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
- === Entering application public_key
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
- === Leaving application public_key
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl'
- === Entering application ssl
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/certs'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/certs'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/src'
- === Leaving application ssl
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer'
- === Entering application observer
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/doc/src'
- === Leaving application observer
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc'
- === Entering application odbc
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
- MAKE opt
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
- CC ../priv/obj/x86_64-apple-darwin21.6.0/odbcserver.o
- CC ../priv/bin/x86_64-apple-darwin21.6.0/odbcserver
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/doc/src'
- === Leaving application odbc
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter'
- === Entering application diameter
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
- === Leaving application diameter
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et'
- === Entering application et
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/src'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/examples'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/examples'
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/doc/src'
- gmake[3]: Nothing to be done for 'opt'.
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/doc/src'
- === Leaving application et
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et'
- gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco'
- === Entering application megaco
- gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/app'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/app'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/engine'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/engine'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/text'
- gmake[4]: Nothing to be done for 'opt'.
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/text'
- gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
- MAKE opt
- gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
- ERLC ../../ebin/megaco_flex_scanner.beam
- ERLC ../../ebin/megaco_flex_scanner_handler.beam
- GEN megaco_flex_scanner_drv.flex
- GEN megaco_flex_scanner_drv_mt.flex
- LEX megaco_flex_scanner_drv_mt.c
- LEX megaco_flex_scanner_drv.c
- CC ../../priv/obj/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv_mt.o
- CC ../../priv/obj/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv.o
- LD ../../priv/lib/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- LD ../../priv/lib/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv_mt.so
- ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
- /bin/sh: line 1: 91925 Segmentation fault: 11 erlc -W -Werror +debug_info -DENABLE_MEGACO_FLEX_SCANNER=true -DMEGACO_REENTRANT_FLEX_SCANNER=true -Dmegaco_parser_inline -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/ebin -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"megaco-4.4.2"}' -I../../include -o../../ebin megaco_flex_scanner.erl
- gmake[5]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/x86_64-apple-darwin21.6.0/otp.mk:136: ../../ebin/megaco_flex_scanner.beam] Error 139
- gmake[5]: *** Waiting for unfinished jobs....
- /bin/sh: line 1: 91926 Segmentation fault: 11 erlc -W -Werror +debug_info -DENABLE_MEGACO_FLEX_SCANNER=true -DMEGACO_REENTRANT_FLEX_SCANNER=true -Dmegaco_parser_inline -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/ebin -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"megaco-4.4.2"}' -I../../include -o../../ebin megaco_flex_scanner_handler.erl
- gmake[5]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/x86_64-apple-darwin21.6.0/otp.mk:136: ../../ebin/megaco_flex_scanner_handler.beam] Error 139
- gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
- gmake[4]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/run_make.mk:35: opt] Error 2
- gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
- gmake[3]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/otp_subdir.mk:29: opt] Error 2
- gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src'
- gmake[2]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/otp_subdir.mk:29: opt] Error 2
- gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco'
- gmake[1]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/otp_subdir.mk:29: opt] Error 2
- gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
- gmake: *** [Makefile:518: libs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment