-
-
Save lamboap/30ee65dccc95e7e1097187c69ba4a4a3 to your computer and use it in GitHub Desktop.
using autoconf 2.69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patching file erts/configure.in | |
Hunk #1 succeeded at 2137 (offset -54 lines). | |
Hunk #2 succeeded at 2161 (offset -54 lines). | |
Bypassing version check in make/configure.in for Big Sur | |
=== running autoconf in lib/common_test | |
=== running autoconf in lib/crypto | |
=== running autoconf in lib/erl_interface | |
=== running autoheader in lib/erl_interface | |
=== running autoconf in lib/megaco | |
=== running autoconf in lib/odbc | |
=== running autoconf in lib/snmp | |
=== running autoconf in lib/wx | |
=== running autoconf in lib/common_test/test_server | |
=== running autoconf in make | |
=== running autoconf in erts | |
=== running autoheader in erts | |
=== creating ./configure | |
/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/configure --cache-file=/dev/null CC=clang CFLAGS=-O2\ -g\ -fno-stack-check --disable-hipe --with-ssl=/usr/local/opt/[email protected] --enable-darwin-64bit | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for library containing strerror... none required | |
checking OTP release... 22 | |
checking OTP version... 22.0.7 | |
checking for gcc... (cached) clang | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether clang accepts -g... (cached) yes | |
checking for clang option to accept ISO C89... (cached) none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for getconf... getconf | |
checking for large file support CFLAGS... 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 CFLAGS for -O switch... yes | |
checking whether clang accepts -fprofile-generate -Werror...... yes | |
checking whether clang accepts -fprofile-use -Werror...... no | |
checking whether clang accepts -fprofile-use -fprofile-correction -Werror...... no | |
checking whether clang accepts -fprofile-instr-generate -Werror...... yes | |
checking for llvm-profdata... no | |
checking for xcrun... xcrun | |
checking for xcrun llvm-profdata... yes | |
checking whether clang accepts -fprofile-instr-use=default.profdata -Werror... no | |
checking whether to do PGO of erts... ./configure: line 5758: default: command not found | |
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 ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void *... 8 | |
checking target hardware architecture... amd64 | |
checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64 | |
configure: Adjusting LDFLAGS to cope with 64bit Darwin | |
checking if VM has to be linked with Carbon framework... yes | |
checking for mkdir... /bin/mkdir | |
checking for cp... /bin/cp | |
checking if we are building a sharing-preserving emulator... no | |
checking how to run the C preprocessor... 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 extra flags needed to export symbols... none | |
none | |
checking for sin in -lm... yes | |
checking for dlopen in -ldl... yes | |
checking for main in -linet... no | |
checking for openpty in -lutil... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking for kstat_open in -lkstat... no | |
checking for clock_gettime in -lrt... no | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... yes | |
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... yes | |
checking for clock_get_attributes... yes | |
checking for gethrtime... no | |
checking for mach clock_get_time() with monotonic clock type... yes | |
checking for pthread.h... (cached) yes | |
checking for pthread/mit/pthread.h... (cached) no | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for usable PTHREAD_STACK_MIN... yes | |
checking for pthread_spin_lock... no | |
checking for sched_yield... yes | |
checking whether sched_yield() returns an int... yes | |
checking for pthread_yield... no | |
checking for pthread_rwlock_init... yes | |
checking for pthread_rwlockattr_setkind_np... no | |
checking for pthread_attr_setguardsize... yes | |
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... no | |
checking for Linux futexes... no | |
checking for pthread_setname_np... darwin | |
checking for pthread_getname_np... linux | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of __int128_t... 16 | |
checking for a working __sync_synchronize()... yes | |
checking for 32-bit __sync_add_and_fetch()... yes | |
checking for 64-bit __sync_add_and_fetch()... yes | |
checking for 128-bit __sync_add_and_fetch()... yes | |
checking for 32-bit __sync_fetch_and_and()... yes | |
checking for 64-bit __sync_fetch_and_and()... yes | |
checking for 128-bit __sync_fetch_and_and()... yes | |
checking for 32-bit __sync_fetch_and_or()... yes | |
checking for 64-bit __sync_fetch_and_or()... yes | |
checking for 128-bit __sync_fetch_and_or()... yes | |
checking for 32-bit __sync_val_compare_and_swap()... yes | |
checking for 64-bit __sync_val_compare_and_swap()... yes | |
checking for 128-bit __sync_val_compare_and_swap()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
checking for 32-bit __atomic_compare_exchange_n()... yes | |
checking for 64-bit __atomic_compare_exchange_n()... yes | |
checking for 128-bit __atomic_compare_exchange_n()... yes | |
checking for a usable libatomic_ops implementation... no | |
checking whether default stack size should be modified... no | |
checking size of void *... (cached) 8 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 8 | |
checking size of long long... (cached) 8 | |
checking size of __int64... 0 | |
checking size of __int128_t... (cached) 16 | |
checking whether byte ordering is bigendian... no | |
checking whether double word ordering is middle-endian... no | |
checking for gcc cmpxchg16b plain asm support... yes | |
checking for posix_fadvise... no | |
checking for closefrom... no | |
checking linux/falloc.h usability... no | |
checking linux/falloc.h presence... no | |
checking for linux/falloc.h... no | |
checking whether fallocate() works... no | |
checking whether posix_fallocate() works... no | |
checking whether lock checking should be enabled... no | |
checking whether lock counters should be enabled... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for tgetent in -ltinfo... no | |
checking for tgetent in -lncurses... yes | |
checking for wcwidth... yes | |
checking for zlib 1.2.5 or higher... yes | |
checking for zlib inflateGetDictionary presence... checking for library containing inflateGetDictionary... none required | |
checking for connect... yes | |
checking for gethostbyname... yes | |
checking for gethostbyname_r... no | |
checking for working posix_openpt implementation... yes | |
checking if netdb.h requires netinet/in.h to be previously included... yes | |
checking for socklen_t... yes | |
checking for h_errno declaration in netdb.h... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/stropts.h usability... no | |
checking sys/stropts.h presence... no | |
checking for sys/stropts.h... no | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking for sys/time.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
checking sys/socketio.h usability... no | |
checking sys/socketio.h presence... no | |
checking for sys/socketio.h... no | |
checking net/errno.h usability... no | |
checking net/errno.h presence... no | |
checking for net/errno.h... no | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking libdlpi.h usability... no | |
checking libdlpi.h presence... no | |
checking for libdlpi.h... no | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sdkddkver.h usability... no | |
checking sdkddkver.h presence... no | |
checking for sdkddkver.h... no | |
checking for struct ifreq.ifr_hwaddr... no | |
checking for struct ifreq.ifr_enaddr... no | |
checking for dlpi_open in -ldlpi... no | |
configure: Extending the search to include /lib | |
checking for dlpi_open in -ldlpi... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking whether getrlimit is declared... yes | |
checking whether setrlimit is declared... yes | |
checking whether RLIMIT_STACK is declared... yes | |
checking for getrusage... yes | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking sys/devpoll.h usability... no | |
checking sys/devpoll.h presence... no | |
checking for sys/devpoll.h... no | |
checking sys/timerfd.h usability... no | |
checking sys/timerfd.h presence... no | |
checking for sys/timerfd.h... no | |
checking for netinet/sctp.h... no | |
checking for sched.h... (cached) yes | |
checking setns.h usability... no | |
checking setns.h presence... no | |
checking for setns.h... no | |
checking for setns... no | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking for SO_BSDCOMPAT declaration... no | |
checking for INADDR_LOOPBACK in netinet/in.h... yes | |
checking for sys_errlist declaration in stdio.h or errno.h... yes | |
checking if windows.h includes winsock2.h... no | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for off_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking whether struct sockaddr has sa_len field... yes | |
checking for struct exception (and matherr function)... 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 for C compiler 'restrict' support... yes | |
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... no | |
checking for broken gcc-4.3.0 compiler... no | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether double word ordering is middle-endian... (cached) no | |
checking for fdatasync... yes | |
checking for library containing fdatasync... none required | |
checking for sendfile... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking for ws2tcpip.h... no | |
checking for getaddrinfo... yes | |
checking whether getaddrinfo accepts enough flags... yes | |
checking for getnameinfo... yes | |
checking for getipnodebyname... yes | |
checking for getipnodebyaddr... yes | |
checking for gethostbyname2... yes | |
checking for ieee_handler... no | |
checking for fpsetmask... no | |
checking for finite... yes | |
checking for isnan... yes | |
checking for isinf... yes | |
checking for res_gethostbyname... no | |
checking for dlopen... yes | |
checking for pread... yes | |
checking for pwrite... yes | |
checking for memmove... yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for strncasecmp... yes | |
checking for gethrtime... (cached) no | |
checking for localtime_r... yes | |
checking for gmtime_r... yes | |
checking for inet_pton... yes | |
checking for mprotect... 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 isfinite... yes | |
checking for posix_memalign... yes | |
checking for writev... yes | |
checking whether posix2time is declared... yes | |
checking whether time2posix is declared... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for conflicting declaration of fread... yes | |
checking for putc_unlocked... yes | |
checking for fwrite_unlocked... no | |
checking for openpty... yes | |
checking net/if_dl.h usability... yes | |
checking net/if_dl.h presence... yes | |
checking for net/if_dl.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking netpacket/packet.h usability... no | |
checking netpacket/packet.h presence... no | |
checking for netpacket/packet.h... no | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking for getifaddrs... yes | |
checking whether in6addr_any is declared... yes | |
checking whether in6addr_loopback is declared... yes | |
checking whether IN6ADDR_ANY_INIT is declared... yes | |
checking whether IN6ADDR_LOOPBACK_INIT is declared... yes | |
checking whether IPV6_V6ONLY is declared... yes | |
checking for sched_getaffinity/sched_setaffinity... no | |
checking for pset functionality... no | |
checking for processor_bind functionality... no | |
checking for cpuset_getaffinity/cpuset_setaffinity... no | |
checking for 'end' symbol... no | |
checking for '_end' symbol... no | |
checking if __after_morecore_hook can track malloc()s core memory use... no | |
checking types of sbrk()s return value and argument... void *,int | |
checking types of brk()s return value and argument... void *,const void * | |
checking if sbrk()/brk() wrappers can track malloc()s core memory use... no | |
checking for IP version 6 support... yes | |
checking for multicast support... yes | |
checking for clock_gettime in -lrt... (cached) no | |
checking for clock_gettime() with wall clock type... CLOCK_REALTIME | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gettimeofday... yes | |
checking for mach clock_get_time() with wall clock type... yes | |
checking for clock_gettime in -lrt... (cached) no | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes | |
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking for clock_gettime in -lrt... (cached) no | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes | |
checking for clock_gettime() with high resolution monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking if gethrvtime works and how to use it... not working | |
checking if clock_gettime can be used to get thread CPU time... no | |
checking for m4... m4 | |
checking for unreliable floating point exceptions... unreliable | |
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... no | |
checking whether the code model is small... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for kvm_open in -lkvm... no | |
checking for javac.sh... no | |
checking for javac... javac | |
checking for JDK version 1.6... yes | |
checking for c++... c++ | |
checking for log2... yes | |
configure: creating ./config.status | |
config.status: creating emulator/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating epmd/src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating etc/common/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating include/internal/x86_64-apple-darwin20.5.0/ethread.mk | |
config.status: creating include/internal/x86_64-apple-darwin20.5.0/erts_internal.mk | |
config.status: creating lib_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../make/x86_64-apple-darwin20.5.0/otp.mk | |
config.status: creating ../make/make_emakefile | |
config.status: creating ../lib/os_mon/c_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../lib/runtime_tools/c_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../lib/tools/c_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../make/install_dir_data.sh | |
config.status: creating x86_64-apple-darwin20.5.0/config.h | |
config.status: creating include/internal/x86_64-apple-darwin20.5.0/ethread_header_config.h | |
config.status: creating include/x86_64-apple-darwin20.5.0/erl_int_sizes_config.h | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/make === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/make" | |
Ignoring the --cache-file argument since it can cause the system to be erroneously configured | |
Disabling caching | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for ld... ld | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for env... /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... 10.4.4 | |
checking OTP release... 22 | |
checking OTP version... 22.0.7 | |
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 ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking 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 -O2 -g -fno-stack-check -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -O2 -g -fno-stack-check -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 -O2 -g -fno-stack-check -fPIC -fno-common | |
checking for linker for loadable drivers... clang | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
configure: creating ./config.status | |
config.status: creating ../Makefile | |
config.status: creating output.mk | |
config.status: creating ../make/x86_64-apple-darwin20.5.0/otp_ded.mk | |
config.status: creating emd2exml | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/common_test === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/common_test" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.0 | |
configure: creating ./config.status | |
config.status: creating priv/x86_64-apple-darwin20.5.0/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/crypto === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/crypto" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking 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 -O2 -g -fno-stack-check -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -O2 -g -fno-stack-check -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 -O2 -g -fno-stack-check -fPIC -fno-common | |
checking for linker for loadable drivers... clang | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
checking size of void *... (cached) 8 | |
checking for static ZLib to be used by SSL in standard locations... no | |
checking for OpenSSL kerberos 5 support... no | |
configure: creating ./config.status | |
config.status: creating c_src/x86_64-apple-darwin20.5.0/Makefile | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... clang -E | |
checking for ranlib... ranlib | |
checking for ld.sh... no | |
checking for ld... ld | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of void *... 8 | |
checking size of long long... 8 | |
checking target hardware architecture... amd64 | |
checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64 | |
checking for unaligned word access... yes: x86 or amd64 | |
checking for ar... ar | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking how to create a directory including parents... /usr/local/bin/ginstall -c -d | |
checking for gethostbyname in -lnsl... no | |
checking for getpeername in -lsocket... no | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for socklen_t usability... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether 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 cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking size of short... (cached) 2 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 8 | |
checking size of long long... (cached) 8 | |
checking size of __int128_t... 16 | |
checking for a working __sync_synchronize()... yes | |
checking for 32-bit __sync_add_and_fetch()... yes | |
checking for 64-bit __sync_add_and_fetch()... yes | |
checking for 128-bit __sync_add_and_fetch()... yes | |
checking for 32-bit __sync_fetch_and_and()... yes | |
checking for 64-bit __sync_fetch_and_and()... yes | |
checking for 128-bit __sync_fetch_and_and()... yes | |
checking for 32-bit __sync_fetch_and_or()... yes | |
checking for 64-bit __sync_fetch_and_or()... yes | |
checking for 128-bit __sync_fetch_and_or()... yes | |
checking for 32-bit __sync_val_compare_and_swap()... yes | |
checking for 64-bit __sync_val_compare_and_swap()... yes | |
checking for 128-bit __sync_val_compare_and_swap()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
checking for 32-bit __atomic_compare_exchange_n()... yes | |
checking for 64-bit __atomic_compare_exchange_n()... yes | |
checking for 128-bit __atomic_compare_exchange_n()... yes | |
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes | |
configure: creating ./config.status | |
config.status: creating src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating src/x86_64-apple-darwin20.5.0/eidefs.mk | |
config.status: creating src/x86_64-apple-darwin20.5.0/config.h | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/megaco === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/megaco" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -ll | |
checking whether yytext is a pointer... yes | |
checking for reentrant capable flex... yes | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking 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 -Werror=return-type -O2 -g -fno-stack-check -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -Werror=return-type -O2 -g -fno-stack-check -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 -Werror=return-type -O2 -g -fno-stack-check -fPIC -fno-common | |
checking for linker for loadable drivers... clang | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
checking for perl... perl | |
configure: creating ./config.status | |
config.status: creating examples/meas/Makefile | |
configure: creating ./config.status | |
config.status: creating examples/meas/Makefile | |
config.status: creating src/flex/x86_64-apple-darwin20.5.0/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/odbc === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/odbc" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking whether make sets $(MAKE)... yes | |
checking for ld.sh... no | |
checking for ld... ld | |
checking for rm... /bin/rm | |
checking for connect... yes | |
checking for gethostbyname... yes | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for sql.h... yes | |
checking for sqlext.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for struct sockaddr_in6.sin6_addr... yes | |
checking for memset... yes | |
checking for socket... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking size of void *... 8 | |
checking for odbc in standard locations... -L/usr/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-darwin20.5.0/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/snmp === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/snmp" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.0 | |
checking for perl... perl | |
configure: creating ./config.status | |
config.status: creating mibs/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/wx === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/wx" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... clang -E | |
configure: Building for darwin20.5.0 | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void *... 8 | |
checking Checking wxWidgets for min version:... -mmacosx-version-min=11 | |
checking if compiler accepts -ObjC... yes | |
checking GL/gl.h usability... no | |
checking GL/gl.h presence... no | |
checking for GL/gl.h... no | |
checking OpenGL/gl.h usability... yes | |
checking OpenGL/gl.h presence... yes | |
checking for OpenGL/gl.h... yes | |
checking GL/glu.h usability... no | |
checking GL/glu.h presence... no | |
checking for GL/glu.h... no | |
checking OpenGL/glu.h usability... yes | |
checking OpenGL/glu.h presence... yes | |
checking for OpenGL/glu.h... yes | |
checking for debug build of wxWidgets... checking for wx-config... /usr/local/bin/wx-config | |
checking for wxWidgets version >= 2.8.4 (--unicode --debug=yes)... yes (version 3.0.5) | |
checking for wxWidgets static library... no | |
checking for standard build of wxWidgets... checking for wx-config... (cached) /usr/local/bin/wx-config | |
checking for wxWidgets version >= 2.8.4 (--unicode --debug=no)... yes (version 3.0.5) | |
checking for wxWidgets static library... no | |
checking if wxwidgets have opengl support... yes | |
checking for GLintptr... yes | |
checking for GLintptrARB... yes | |
checking for GLchar... yes | |
checking for GLcharARB... yes | |
checking for GLhalfARB... yes | |
checking for GLint64EXT... yes | |
checking GLU Callbacks uses Tiger Style... no | |
checking for wx/stc/stc.h... yes | |
checking if we can link wxwidgets programs... yes | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes | |
configure: creating x86_64-apple-darwin20.5.0/config.status | |
config.status: creating config.mk | |
config.status: creating c_src/Makefile | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm -f *~ *.bak config.log config.status prebuilt.files ibin/* | |
cd erts && ERL_TOP=/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7 make clean | |
MAKE clean | |
GEN x86_64-apple-darwin20.5.0/gen_git_version.mk | |
rm -f x86_64-apple-darwin20.5.0/opt/smp/OPCODES-GENERATED x86_64-apple-darwin20.5.0/opt/smp/TABLES-GENERATED x86_64-apple-darwin20.5.0/opt/smp/erl_alloc_types.h x86_64-apple-darwin20.5.0/erl_version.h x86_64-apple-darwin20.5.0/opt/smp/driver_tab.c | |
rm -f -r x86_64-apple-darwin20.5.0/*.c x86_64-apple-darwin20.5.0/*.h x86_64-apple-darwin20.5.0/*-GENERATED | |
rm -f -r x86_64-apple-darwin20.5.0/*/* | |
rm -f -r obj/x86_64-apple-darwin20.5.0 | |
rm -f -r pcre/obj/x86_64-apple-darwin20.5.0 /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/pcre_exec_loop_break_cases.inc | |
rm -f -r zlib/obj/x86_64-apple-darwin20.5.0 | |
rm -f -r bin/x86_64-apple-darwin20.5.0 | |
cd /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/lib_src && /Applications/Xcode.app/Contents/Developer/usr/bin/make clean | |
MAKE clean | |
rm -f -r ../lib/internal/x86_64-apple-darwin20.5.0/* | |
rm -f -r ../lib/x86_64-apple-darwin20.5.0/* | |
rm -f -r obj/x86_64-apple-darwin20.5.0/* | |
MAKE clean | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/inet_gethost /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/heart /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/erlexec /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/typer /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/dialyzer /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/erlc /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/escript /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/ct_run /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/run_erl /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/to_erl /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/dyn_erl | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/win_erlexec.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/init_file.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/start_erl.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/dialyzer.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/erlexec.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/erl_io.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/erlc.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/escript.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/heart.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/heart_config.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/inet_gethost.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/rdate.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/reclaim.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/run_erl.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/to_erl.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/typer.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/dyn_erl.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/safe_string.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/run_erl.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/to_erl.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/ct_run.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/vxcall.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/erl.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/erl_log.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj*/x86_64-apple-darwin20.5.0/werl.o | |
rm -f Install erl.src | |
rm -f *~ core | |
make[3]: Nothing to be done for `clean'. | |
MAKE clean | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/epmd | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/epmd.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/epmd_cli.o | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/epmd_srv.o | |
rm -f *.o | |
rm -f *~ core | |
MAKE clean | |
rm -f -r ../lib/internal/x86_64-apple-darwin20.5.0/* | |
rm -f -r ../lib/x86_64-apple-darwin20.5.0/* | |
rm -f -r obj/x86_64-apple-darwin20.5.0/* | |
(cd preloaded/src && /Applications/Xcode.app/Contents/Developer/usr/bin/make ../ebin/erts.app) | |
VSN ../ebin/erts.app | |
cd lib && ERL_TOP=/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7 make clean BUILD_ALL=true | |
=== Entering application stdlib | |
rm -f ../ebin/array.beam ../ebin/base64.beam ../ebin/beam_lib.beam ../ebin/binary.beam ../ebin/c.beam ../ebin/calendar.beam ../ebin/dets.beam ../ebin/dets_server.beam ../ebin/dets_sup.beam ../ebin/dets_utils.beam ../ebin/dets_v9.beam ../ebin/dict.beam ../ebin/digraph.beam ../ebin/digraph_utils.beam ../ebin/edlin.beam ../ebin/edlin_expand.beam ../ebin/epp.beam ../ebin/erl_abstract_code.beam ../ebin/erl_anno.beam ../ebin/erl_bits.beam ../ebin/erl_compile.beam ../ebin/erl_error.beam ../ebin/erl_eval.beam ../ebin/erl_expand_records.beam ../ebin/erl_internal.beam ../ebin/erl_lint.beam ../ebin/erl_parse.beam ../ebin/erl_posix_msg.beam ../ebin/erl_pp.beam ../ebin/erl_scan.beam ../ebin/erl_tar.beam ../ebin/error_logger_file_h.beam ../ebin/error_logger_tty_h.beam ../ebin/escript.beam ../ebin/ets.beam ../ebin/eval_bits.beam ../ebin/file_sorter.beam ../ebin/filelib.beam ../ebin/filename.beam ../ebin/gb_trees.beam ../ebin/gb_sets.beam ../ebin/gen.beam ../ebin/gen_event.beam ../ebin/gen_fsm.beam ../ebin/gen_server.beam ../ebin/gen_statem.beam ../ebin/io.beam ../ebin/io_lib.beam ../ebin/io_lib_format.beam ../ebin/io_lib_fread.beam ../ebin/io_lib_pretty.beam ../ebin/lists.beam ../ebin/log_mf_h.beam ../ebin/maps.beam ../ebin/math.beam ../ebin/ms_transform.beam ../ebin/otp_internal.beam ../ebin/orddict.beam ../ebin/ordsets.beam ../ebin/re.beam ../ebin/pool.beam ../ebin/proc_lib.beam ../ebin/proplists.beam ../ebin/qlc.beam ../ebin/qlc_pt.beam ../ebin/queue.beam ../ebin/rand.beam ../ebin/random.beam ../ebin/sets.beam ../ebin/shell.beam ../ebin/shell_default.beam ../ebin/slave.beam ../ebin/sofs.beam ../ebin/string.beam ../ebin/supervisor.beam ../ebin/supervisor_bridge.beam ../ebin/sys.beam ../ebin/timer.beam ../ebin/unicode.beam ../ebin/unicode_util.beam ../ebin/uri_string.beam ../ebin/win32reg.beam ../ebin/zip.beam ../ebin/stdlib.app ../ebin/stdlib.appup | |
rm -f core | |
rm -f erl_parse.erl | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../pdf/stdlib-3.9.2.pdf ../pdf/stdlib-3.9.2.fo | |
rm -f ../specs/* | |
rm -f errs core *~ | |
make[3]: Nothing to be done for `clean'. | |
=== Leaving application stdlib | |
=== Entering application sasl | |
rm -f ../ebin/alarm_handler.beam ../ebin/sasl.beam ../ebin/sasl_report.beam ../ebin/sasl_report_file_h.beam ../ebin/sasl_report_tty_h.beam ../ebin/format_lib_supp.beam ../ebin/misc_supp.beam ../ebin/rb.beam ../ebin/rb_format_supp.beam ../ebin/release_handler.beam ../ebin/release_handler_1.beam ../ebin/systools.beam ../ebin/systools_make.beam ../ebin/systools_rc.beam ../ebin/systools_relup.beam ../ebin/systools_lib.beam ../ebin/erlsrv.beam ../ebin/sasl.app ../ebin/sasl.appup | |
rm -f core | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man4/* | |
rm -f ../man6/* | |
rm -f ../pdf/sasl-3.4.pdf ../pdf/sasl-3.4.fo | |
rm -f errs core *~ | |
rm -fr ../ebin/target_system.beam *~ *.beam | |
=== Leaving application sasl | |
=== Entering application kernel | |
rm -f ../ebin/application.beam ../ebin/application_controller.beam ../ebin/application_master.beam ../ebin/application_starter.beam ../ebin/auth.beam ../ebin/code.beam ../ebin/code_server.beam ../ebin/disk_log.beam ../ebin/disk_log_1.beam ../ebin/disk_log_server.beam ../ebin/disk_log_sup.beam ../ebin/dist_ac.beam ../ebin/dist_util.beam ../ebin/erl_boot_server.beam ../ebin/erl_ddll.beam ../ebin/erl_distribution.beam ../ebin/erl_epmd.beam ../ebin/erl_reply.beam ../ebin/erl_signal_handler.beam ../ebin/erts_debug.beam ../ebin/error_handler.beam ../ebin/error_logger.beam ../ebin/file.beam ../ebin/file_io_server.beam ../ebin/file_server.beam ../ebin/gen_tcp.beam ../ebin/gen_udp.beam ../ebin/gen_sctp.beam ../ebin/global.beam ../ebin/global_group.beam ../ebin/global_search.beam ../ebin/group.beam ../ebin/group_history.beam ../ebin/heart.beam ../ebin/hipe_unified_loader.beam ../ebin/inet.beam ../ebin/inet6_tcp.beam ../ebin/inet6_tcp_dist.beam ../ebin/inet6_udp.beam ../ebin/inet6_sctp.beam ../ebin/inet_config.beam ../ebin/inet_db.beam ../ebin/inet_dns.beam ../ebin/inet_gethost_native.beam ../ebin/inet_hosts.beam ../ebin/inet_parse.beam ../ebin/inet_res.beam ../ebin/inet_tcp.beam ../ebin/inet_tcp_dist.beam ../ebin/inet_udp.beam ../ebin/inet_sctp.beam ../ebin/kernel.beam ../ebin/kernel_config.beam ../ebin/kernel_refc.beam ../ebin/local_udp.beam ../ebin/local_tcp.beam ../ebin/logger.beam ../ebin/logger_backend.beam ../ebin/logger_config.beam ../ebin/logger_handler_watcher.beam ../ebin/logger_std_h.beam ../ebin/logger_disk_log_h.beam ../ebin/logger_h_common.beam ../ebin/logger_filters.beam ../ebin/logger_formatter.beam ../ebin/logger_olp.beam ../ebin/logger_proxy.beam ../ebin/logger_server.beam ../ebin/logger_simple_h.beam ../ebin/logger_sup.beam ../ebin/net_adm.beam ../ebin/net_kernel.beam ../ebin/os.beam ../ebin/pg2.beam ../ebin/ram_file.beam ../ebin/rpc.beam ../ebin/seq_trace.beam ../ebin/standard_error.beam ../ebin/user.beam ../ebin/user_drv.beam ../ebin/user_sup.beam ../ebin/raw_file_io.beam ../ebin/raw_file_io_compressed.beam ../ebin/raw_file_io_inflate.beam ../ebin/raw_file_io_deflate.beam ../ebin/raw_file_io_delayed.beam ../ebin/raw_file_io_list.beam ../ebin/raw_file_io_raw.beam ../ebin/wrap_log_reader.beam ../ebin/kernel.app ../ebin/kernel.appup | |
rm -f core | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man4/* | |
rm -f ../man6/* | |
rm -f ../pdf/kernel-6.4.1.pdf ../pdf/kernel-6.4.1.fo | |
rm -f ../specs/* | |
rm -f errs core *~ *.eps | |
make[3]: Nothing to be done for `clean'. | |
=== Leaving application kernel | |
=== Entering application compiler | |
rm -f ../ebin/beam_a.beam ../ebin/beam_asm.beam ../ebin/beam_block.beam ../ebin/beam_clean.beam ../ebin/beam_dict.beam ../ebin/beam_disasm.beam ../ebin/beam_except.beam ../ebin/beam_flatten.beam ../ebin/beam_jump.beam ../ebin/beam_listing.beam ../ebin/beam_opcodes.beam ../ebin/beam_peep.beam ../ebin/beam_ssa.beam ../ebin/beam_ssa_bsm.beam ../ebin/beam_ssa_codegen.beam ../ebin/beam_ssa_dead.beam ../ebin/beam_ssa_funs.beam ../ebin/beam_ssa_lint.beam ../ebin/beam_ssa_opt.beam ../ebin/beam_ssa_pp.beam ../ebin/beam_ssa_pre_codegen.beam ../ebin/beam_ssa_recv.beam ../ebin/beam_ssa_share.beam ../ebin/beam_ssa_type.beam ../ebin/beam_kernel_to_ssa.beam ../ebin/beam_trim.beam ../ebin/beam_utils.beam ../ebin/beam_validator.beam ../ebin/beam_z.beam ../ebin/cerl.beam ../ebin/cerl_clauses.beam ../ebin/cerl_inline.beam ../ebin/cerl_sets.beam ../ebin/cerl_trees.beam ../ebin/compile.beam ../ebin/core_lib.beam ../ebin/core_lint.beam ../ebin/core_parse.beam ../ebin/core_pp.beam ../ebin/core_scan.beam ../ebin/erl_bifs.beam ../ebin/rec_env.beam ../ebin/sys_core_alias.beam ../ebin/sys_core_bsm.beam ../ebin/sys_core_fold.beam ../ebin/sys_core_fold_lists.beam ../ebin/sys_core_inline.beam ../ebin/sys_pre_attributes.beam ../ebin/v3_core.beam ../ebin/v3_kernel.beam ../ebin/v3_kernel_pp.beam ../ebin/compiler.app ../ebin/compiler.appup | |
rm -f ./beam_opcodes.erl ./beam_opcodes.hrl | |
rm -f ./core_parse.erl | |
rm -f core | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/compiler-7.4.4.pdf ../pdf/compiler-7.4.4.fo | |
rm -f errs core *~ | |
=== Leaving application compiler | |
=== Entering application tools | |
MAKE clean | |
rm -f -r ../obj/* | |
rm -f -r ../bin/* | |
rm -f ./*~ | |
rm -f ../ebin/cover.beam ../ebin/eprof.beam ../ebin/fprof.beam ../ebin/cprof.beam ../ebin/lcnt.beam ../ebin/instrument.beam ../ebin/make.beam ../ebin/tags.beam ../ebin/xref.beam ../ebin/xref_base.beam ../ebin/xref_compiler.beam ../ebin/xref_parser.beam ../ebin/xref_reader.beam ../ebin/xref_scanner.beam ../ebin/xref_utils.beam ../ebin/tools.app ../ebin/tools.appup | |
rm -f errs core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/tools-3.2.pdf ../pdf/tools-3.2.fo | |
rm -f ../specs/* | |
rm -f errs core *~ | |
make[3]: Nothing to be done for `clean'. | |
rm -f erldoc.elc erlang-skels.elc erlang-skels-old.elc erlang_appwiz.elc erlang-start.elc erlang-eunit.elc erlang-edoc.elc erlang-flymake.elc erlang-test.elc erlang.elc | |
rm -f errs core *~ | |
=== Leaving application tools | |
=== Entering application common_test | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man1/* | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../pdf/common_test-1.17.3.pdf ../pdf/common_test-1.17.3.fo | |
rm -f ../specs/* | |
rm -f errs core *~ | |
rm -f ../ebin/ct.beam ../ebin/ct_logs.beam ../ebin/ct_framework.beam ../ebin/ct_ftp.beam ../ebin/ct_ssh.beam ../ebin/ct_snmp.beam ../ebin/ct_gen_conn.beam ../ebin/ct_rpc.beam ../ebin/ct_run.beam ../ebin/ct_master.beam ../ebin/ct_telnet.beam ../ebin/ct_util.beam ../ebin/ct_cover.beam ../ebin/ct_testspec.beam ../ebin/ct_event.beam ../ebin/ct_master_event.beam ../ebin/ct_master_logs.beam ../ebin/ct_master_status.beam ../ebin/ct_repeat.beam ../ebin/ct_telnet_client.beam ../ebin/ct_make.beam ../ebin/vts.beam ../ebin/ct_webtool.beam ../ebin/ct_webtool_sup.beam ../ebin/unix_telnet.beam ../ebin/ct_config.beam ../ebin/ct_config_plain.beam ../ebin/ct_config_xml.beam ../ebin/ct_slave.beam ../ebin/ct_hooks.beam ../ebin/ct_hooks_lock.beam ../ebin/cth_log_redirect.beam ../ebin/cth_surefire.beam ../ebin/ct_netconfc.beam ../ebin/ct_conn_log_h.beam ../ebin/cth_conn_log.beam ../ebin/ct_groups.beam ../ebin/ct_property_test.beam ../ebin/ct_release_test.beam ../ebin/ct_default_gl.beam ../ebin/erl2html2.beam ../ebin/test_server_ctrl.beam ../ebin/test_server_gl.beam ../ebin/test_server_io.beam ../ebin/test_server_node.beam ../ebin/test_server.beam ../ebin/test_server_sup.beam ../ebin/common_test.app ../ebin/common_test.appup | |
rm -f core | |
MAKE clean | |
=== Leaving application common_test | |
=== Entering application runtime_tools | |
rm -f ../ebin/appmon_info.beam ../ebin/erts_alloc_config.beam ../ebin/runtime_tools.beam ../ebin/runtime_tools_sup.beam ../ebin/dbg.beam ../ebin/dyntrace.beam ../ebin/system_information.beam ../ebin/observer_backend.beam ../ebin/ttb_autostart.beam ../ebin/scheduler.beam ../ebin/msacc.beam ../ebin/runtime_tools.app ../ebin/runtime_tools.appup | |
rm -f errs core *~ | |
MAKE clean | |
rm -f ../priv/lib/x86_64-apple-darwin20.5.0/dyntrace.so ../priv/lib/x86_64-apple-darwin20.5.0/trace_file_drv.so ../priv/lib/x86_64-apple-darwin20.5.0/trace_ip_drv.so | |
rm -f core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../pdf/runtime_tools-1.13.3.pdf ../pdf/runtime_tools-1.13.3.fo | |
rm -f errs core *~ | |
=== Leaving application runtime_tools | |
=== Entering application inets | |
rm -f ../../ebin/inets.beam ../../ebin/inets_service.beam ../../ebin/inets_app.beam ../../ebin/inets_sup.beam ../../ebin/inets_trace.beam ../../ebin/inets_lib.beam ../../ebin/inets_ftp_wrapper.beam ../../ebin/inets_tftp_wrapper.beam ../../ebin/inets.app ../../ebin/inets.appup | |
rm -f core | |
rm -f ../../ebin/http_chunk.beam ../../ebin/http_transport.beam ../../ebin/http_util.beam ../../ebin/http_request.beam ../../ebin/http_response.beam ../../ebin/http_uri.beam | |
rm -f core | |
rm -f ../../ebin/httpc.beam ../../ebin/httpc_cookie.beam ../../ebin/httpc_handler.beam ../../ebin/httpc_manager.beam ../../ebin/httpc_sup.beam ../../ebin/httpc_handler_sup.beam ../../ebin/httpc_profile_sup.beam ../../ebin/httpc_response.beam ../../ebin/httpc_request.beam | |
rm -f core | |
rm -f ../../ebin/httpd.beam ../../ebin/httpd_acceptor.beam ../../ebin/httpd_acceptor_sup.beam ../../ebin/httpd_connection_sup.beam ../../ebin/httpd_cgi.beam ../../ebin/httpd_conf.beam ../../ebin/httpd_custom.beam ../../ebin/httpd_example.beam ../../ebin/httpd_esi.beam ../../ebin/httpd_file.beam ../../ebin/httpd_instance_sup.beam ../../ebin/httpd_log.beam ../../ebin/httpd_manager.beam ../../ebin/httpd_misc_sup.beam ../../ebin/httpd_request.beam ../../ebin/httpd_request_handler.beam ../../ebin/httpd_response.beam ../../ebin/httpd_script_env.beam ../../ebin/httpd_socket.beam ../../ebin/httpd_sup.beam ../../ebin/httpd_util.beam ../../ebin/mod_actions.beam ../../ebin/mod_alias.beam ../../ebin/mod_auth.beam ../../ebin/mod_auth_plain.beam ../../ebin/mod_auth_dets.beam ../../ebin/mod_auth_mnesia.beam ../../ebin/mod_auth_server.beam ../../ebin/mod_browser.beam ../../ebin/mod_cgi.beam ../../ebin/mod_dir.beam ../../ebin/mod_disk_log.beam ../../ebin/mod_esi.beam ../../ebin/mod_get.beam ../../ebin/mod_head.beam ../../ebin/mod_htaccess.beam ../../ebin/mod_log.beam ../../ebin/mod_range.beam ../../ebin/mod_responsecontrol.beam ../../ebin/mod_trace.beam ../../ebin/mod_security.beam ../../ebin/mod_security_server.beam ../../ebin/httpd_custom_api.beam | |
rm -f core | |
make[4]: Nothing to be done for `clean'. | |
rm -f ./hdlt.beam ./hdlt_ctrl.beam ./hdlt_client.beam ./hdlt_logger.beam ./hdlt_random_html.beam ./hdlt_server.beam ./hdlt_slave.beam | |
rm -f errs core *~ | |
make[3]: Nothing to be done for `clean'. | |
rm -rf ../html/* | |
rm -f ../man3/inets.3 ../man3/http_uri.3 ../man3/httpc.3 ../man3/httpd.3 ../man3/httpd_custom_api.3 ../man3/httpd_socket.3 ../man3/httpd_util.3 ../man3/mod_alias.3 ../man3/mod_auth.3 ../man3/mod_esi.3 ../man3/mod_security.3 | |
rm -f ../pdf/inets-7.0.9.pdf ../pdf/inets-7.0.9.fo | |
rm -rf ../xml | |
rm -f errs core *~ | |
=== Leaving application inets | |
=== Entering application parsetools | |
rm -f ../ebin/leex.beam ../ebin/yecc.beam ../ebin/yeccparser.beam ../ebin/yeccscan.beam ../ebin/parsetools.app ../ebin/parsetools.appup | |
rm -f core | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/parsetools-2.1.8.pdf ../pdf/parsetools-2.1.8.fo | |
rm -f errs core *~ | |
=== Leaving application parsetools | |
=== Entering application xmerl | |
rm -f ../ebin/xmerl_scan.beam ../ebin/xmerl.beam ../ebin/xmerl_xs.beam ../ebin/xmerl_eventp.beam ../ebin/xmerl_xpath.beam ../ebin/xmerl_xsd.beam ../ebin/xmerl_b64Bin.beam ../ebin/xmerl_b64Bin_scan.beam ../ebin/xmerl_html.beam ../ebin/xmerl_lib.beam ../ebin/xmerl_otpsgml.beam ../ebin/xmerl_regexp.beam ../ebin/xmerl_sgml.beam ../ebin/xmerl_simple.beam ../ebin/xmerl_text.beam ../ebin/xmerl_ucs.beam ../ebin/xmerl_uri.beam ../ebin/xmerl_validate.beam ../ebin/xmerl_xlate.beam ../ebin/xmerl_xml.beam ../ebin/xmerl_xpath_lib.beam ../ebin/xmerl_xpath_parse.beam ../ebin/xmerl_xpath_pred.beam ../ebin/xmerl_xpath_scan.beam ../ebin/xmerl_xsd_type.beam ../ebin/xmerl_sax_parser.beam ../ebin/xmerl_sax_parser_list.beam ../ebin/xmerl_sax_parser_latin1.beam ../ebin/xmerl_sax_parser_utf8.beam ../ebin/xmerl_sax_parser_utf16be.beam ../ebin/xmerl_sax_parser_utf16le.beam ../ebin/xmerl_sax_simple_dom.beam ../ebin/xmerl_sax_old_dom.beam ../ebin/xmerl.app ../ebin/xmerl.appup | |
rm -f xmerl_xpath_parse.erl | |
rm -f xmerl_b64Bin.erl | |
rm -f xmerl_sax_parser_list.erl | |
rm -f xmerl_sax_parser_latin1.erl | |
rm -f xmerl_sax_parser_utf8.erl | |
rm -f xmerl_sax_parser_utf16be.erl | |
rm -f xmerl_sax_parser_utf16le.erl | |
rm -f core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../xml/xmerl_scan.xml ../xml/xmerl.xml ../xml/xmerl_xs.xml ../xml/xmerl_eventp.xml ../xml/xmerl_xpath.xml ../xml/xmerl_xsd.xml | |
rm -f ../pdf/xmerl-1.3.21.pdf ../pdf/xmerl-1.3.21.fo | |
rm -f errs core *~ | |
=== Leaving application xmerl | |
=== Entering application edoc | |
rm -f ../ebin/edoc.beam ../ebin/edoc_data.beam ../ebin/edoc_doclet.beam ../ebin/edoc_extract.beam ../ebin/edoc_layout.beam ../ebin/edoc_lib.beam ../ebin/edoc_macros.beam ../ebin/edoc_parser.beam ../ebin/edoc_refs.beam ../ebin/edoc_report.beam ../ebin/edoc_run.beam ../ebin/edoc_scanner.beam ../ebin/edoc_specs.beam ../ebin/edoc_tags.beam ../ebin/edoc_types.beam ../ebin/edoc_wiki.beam ../ebin/edoc.app ../ebin/edoc.appup edoc_parser.erl | |
rm -f core *~ | |
make[3]: Nothing to be done for `clean'. | |
rm -f core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f edoc.xml edoc_doclet.xml edoc_extract.xml edoc_layout.xml edoc_lib.xml edoc_run.xml chapter.xml *.html | |
rm -f ../pdf/edoc-0.11.pdf ../pdf/edoc-0.11.fo | |
rm -f errs core *~ | |
=== Leaving application edoc | |
=== Entering application erl_docgen | |
rm -f ../ebin/docgen_otp_specs.beam ../ebin/docgen_edoc_xml_cb.beam ../ebin/docgen_xmerl_xml_cb.beam ../ebin/erl_docgen.app ../ebin/erl_docgen.appup | |
rm -f core | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -f | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man6/* | |
rm -f ../pdf/erl_docgen-0.9.1.pdf ../pdf/erl_docgen-0.9.1.fo | |
rm -f errs core *~ | |
rm -f | |
=== Leaving application erl_docgen | |
=== Entering application snmp | |
rm -f ../../ebin/snmpc_mib_gram.beam ../../ebin/snmpc.beam ../../ebin/snmpc_lib.beam ../../ebin/snmpc_mib_to_hrl.beam ../../ebin/snmpc_misc.beam ../../ebin/snmpc_tok.beam ../../bin/snmpc snmpc_mib_gram.erl | |
rm -f core *~ | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/snmp/bin/snmp-v2tov1 ../priv/mibs/RFC1213-MIB.bin ../priv/mibs/STANDARD-MIB.bin ../priv/mibs/SNMPv2-TM.bin ../priv/mibs/SNMPv2-MIB.bin ../priv/mibs/SNMP-FRAMEWORK-MIB.bin ../priv/mibs/SNMP-MPD-MIB.bin ../priv/mibs/SNMP-TARGET-MIB.bin ../priv/mibs/SNMP-NOTIFICATION-MIB.bin ../priv/mibs/SNMP-COMMUNITY-MIB.bin ../priv/mibs/SNMP-USER-BASED-SM-MIB.bin ../priv/mibs/SNMP-VIEW-BASED-ACM-MIB.bin ../priv/mibs/SNMP-USM-AES-MIB.bin ../priv/mibs/INET-ADDRESS-MIB.bin ../priv/mibs/TRANSPORT-ADDRESS-MIB.bin ../priv/mibs/OTP-REG.bin ../priv/mibs/OTP-TC.bin ../priv/mibs/OTP-SNMPEA-MIB.bin ../include/RFC1213-MIB.hrl ../include/STANDARD-MIB.hrl ../include/SNMPv2-TM.hrl ../include/SNMPv2-MIB.hrl ../include/SNMP-FRAMEWORK-MIB.hrl ../include/SNMP-MPD-MIB.hrl ../include/SNMP-TARGET-MIB.hrl ../include/SNMP-NOTIFICATION-MIB.hrl ../include/SNMP-COMMUNITY-MIB.hrl ../include/SNMP-USER-BASED-SM-MIB.hrl ../include/SNMP-VIEW-BASED-ACM-MIB.hrl ../include/SNMP-USM-AES-MIB.hrl ../include/INET-ADDRESS-MIB.hrl ../include/TRANSPORT-ADDRESS-MIB.hrl ../include/OTP-REG.hrl ../include/OTP-TC.hrl ../include/OTP-SNMPEA-MIB.hrl v1/OTP-SNMPEA-MIB.mib.v1 | |
rm -f ../../ebin/snmpc_mib_gram.beam ../../ebin/snmpc.beam ../../ebin/snmpc_lib.beam ../../ebin/snmpc_mib_to_hrl.beam ../../ebin/snmpc_misc.beam ../../ebin/snmpc_tok.beam ../../bin/snmpc snmpc_mib_gram.erl | |
rm -f core *~ | |
rm -f ../../ebin/snmp.beam ../../ebin/snmp_app.beam ../../ebin/snmp_app_sup.beam ../../ebin/snmp.app ../../ebin/snmp.appup | |
rm -f core *~ | |
rm -f ../../ebin/snmp_conf.beam ../../ebin/snmp_config.beam ../../ebin/snmp_log.beam ../../ebin/snmp_mini_mib.beam ../../ebin/snmp_misc.beam ../../ebin/snmp_note_store.beam ../../ebin/snmp_pdus.beam ../../ebin/snmp_usm.beam ../../ebin/snmp_verbosity.beam | |
rm -f core *~ | |
rm -f ../../ebin/snmpa.beam ../../ebin/snmp_community_mib.beam ../../ebin/snmp_framework_mib.beam ../../ebin/snmp_notification_mib.beam ../../ebin/snmp_standard_mib.beam ../../ebin/snmp_target_mib.beam ../../ebin/snmp_user_based_sm_mib.beam ../../ebin/snmp_view_based_acm_mib.beam ../../ebin/snmpa_authentication_service.beam ../../ebin/snmpa_discovery_handler.beam ../../ebin/snmpa_error_report.beam ../../ebin/snmpa_get_mechanism.beam ../../ebin/snmpa_mib_storage.beam ../../ebin/snmpa_mib_data.beam ../../ebin/snmpa_network_interface.beam ../../ebin/snmpa_network_interface_filter.beam ../../ebin/snmpa_notification_delivery_info_receiver.beam ../../ebin/snmpa_notification_filter.beam ../../ebin/snmpa_set_mechanism.beam ../../ebin/snmpa_acm.beam ../../ebin/snmpa_agent.beam ../../ebin/snmpa_agent_sup.beam ../../ebin/snmpa_app.beam ../../ebin/snmpa_conf.beam ../../ebin/snmpa_discovery_handler_default.beam ../../ebin/snmpa_error.beam ../../ebin/snmpa_error_io.beam ../../ebin/snmpa_error_logger.beam ../../ebin/snmpa_get.beam ../../ebin/snmpa_get_lib.beam ../../ebin/snmpa_local_db.beam ../../ebin/snmpa_mib_storage_ets.beam ../../ebin/snmpa_mib_storage_dets.beam ../../ebin/snmpa_mib_storage_mnesia.beam ../../ebin/snmpa_mib.beam ../../ebin/snmpa_mib_data_tttn.beam ../../ebin/snmpa_mib_lib.beam ../../ebin/snmpa_misc_sup.beam ../../ebin/snmpa_mpd.beam ../../ebin/snmpa_net_if.beam ../../ebin/snmpa_net_if_filter.beam ../../ebin/snmpa_set.beam ../../ebin/snmpa_set_lib.beam ../../ebin/snmpa_supervisor.beam ../../ebin/snmpa_svbl.beam ../../ebin/snmpa_symbolic_store.beam ../../ebin/snmpa_target_cache.beam ../../ebin/snmpa_trap.beam ../../ebin/snmpa_usm.beam ../../ebin/snmpa_vacm.beam ../../ebin/snmp_generic.beam ../../ebin/snmp_generic_mnesia.beam ../../ebin/snmp_index.beam ../../ebin/snmp_shadow_table.beam | |
rm -f core *~ | |
rm -f ../../ebin/snmpm_user.beam ../../ebin/snmpm_user_old.beam ../../ebin/snmpm_network_interface.beam ../../ebin/snmpm_network_interface_filter.beam ../../ebin/snmpm.beam ../../ebin/snmpm_conf.beam ../../ebin/snmpm_config.beam ../../ebin/snmpm_mpd.beam ../../ebin/snmpm_misc_sup.beam ../../ebin/snmpm_net_if.beam ../../ebin/snmpm_net_if_mt.beam ../../ebin/snmpm_net_if_filter.beam ../../ebin/snmpm_server.beam ../../ebin/snmpm_server_sup.beam ../../ebin/snmpm_supervisor.beam ../../ebin/snmpm_user_default.beam ../../ebin/snmpm_usm.beam | |
rm -f core *~ | |
rm -f EX1-MIB.bin ex1.beam | |
rm -f core *~ | |
rm -f snmp_ex2_manager.beam snmp_ex2_simple_standard_test.beam | |
rm -f core *~ | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Nothing to be done for `clean'. | |
cleaning html: | |
cleaning man: | |
rm -rf ../html/* | |
rm -f ../man1/* | |
cleaning pdf: | |
rm -f ../pdf/snmp-5.3.pdf ../pdf/snmp-5.3.fo | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../man7/* | |
rm -f errs core *~ | |
=== Leaving application snmp | |
=== Entering application erl_interface | |
MAKE clean | |
GEN x86_64-apple-darwin20.5.0/depend.mk | |
CC x86_64-apple-darwin20.5.0/depend.mk | |
CC x86_64-apple-darwin20.5.0/depend.mk | |
CC x86_64-apple-darwin20.5.0/depend.mk | |
CC x86_64-apple-darwin20.5.0/depend.mk | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/eirecv.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/send.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/send_exit.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/send_reg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_intlist.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_skip.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/epmd_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/epmd_publish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/epmd_unpublish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_locking.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_portio.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_printterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_pthreads.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_x_encode.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/eimd5.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/get_type.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/show_msg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_compat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_init.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_dohash.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_foreach.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_freetab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_insert.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_isprime.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_lookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_newtab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_remove.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/hash_rlookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_close.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_delete.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_dirty.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_dump.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_free.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_get.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_getf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_geti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_getp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_gets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_make.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_open.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_purge.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_restore.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_set.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_setf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_seti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_setp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_sets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_stat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/reg_tabstat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/encode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_error.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_eterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_fix_alloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_marshal.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_timeout.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/global_names.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/global_register.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/global_unregister.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/global_whereis.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/libei_st.a /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/liberl_interface_st.a | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/eirecv.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/send.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/send_exit.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/send_reg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_intlist.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_skip.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/epmd_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/epmd_publish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/epmd_unpublish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_locking.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_portio.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_printterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_pthreads.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_x_encode.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/eimd5.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/get_type.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/show_msg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_compat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_init.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_dohash.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_foreach.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_freetab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_insert.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_isprime.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_lookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_newtab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_remove.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/hash_rlookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_close.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_delete.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_dirty.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_dump.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_free.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_get.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_getf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_geti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_getp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_gets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_make.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_open.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_purge.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_restore.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_set.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_setf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_seti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_setp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_sets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_stat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/reg_tabstat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/encode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_error.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_eterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_fix_alloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_marshal.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_timeout.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/global_names.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/global_register.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/global_unregister.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/global_whereis.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/libei.a /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/liberl_interface.a | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/eirecv.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/send.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/send_exit.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/send_reg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_intlist.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_skip.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/epmd_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/epmd_publish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/epmd_unpublish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_locking.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_portio.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_printterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_pthreads.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_x_encode.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/eimd5.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/get_type.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/show_msg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_compat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/ei_init.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_dohash.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_foreach.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_freetab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_insert.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_isprime.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_lookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_newtab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_remove.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/hash_rlookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_close.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_delete.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_dirty.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_dump.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_free.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_get.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_getf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_geti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_getp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_gets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_make.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_open.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_purge.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_restore.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_set.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_setf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_seti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_setp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_sets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_stat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/reg_tabstat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/encode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_error.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_eterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_fix_alloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_marshal.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/erl_timeout.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/global_names.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/global_register.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/global_unregister.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.md/x86_64-apple-darwin20.5.0/global_whereis.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/libei_md.a /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/liberl_interface_md.a | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/eirecv.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/send.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/send_exit.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/send_reg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_intlist.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_skip.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_atom.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_big.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_bignum.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_binary.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_boolean.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_char.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_double.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_fun.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_list_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_long.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_pid.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_ref.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_string.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_tuple_header.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_ulong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_version.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_longlong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_ulonglong.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/epmd_port.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/epmd_publish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/epmd_unpublish.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_locking.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_portio.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_printterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_pthreads.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_trace.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_x_encode.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/eimd5.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/get_type.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/show_msg.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_compat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/ei_init.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_dohash.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_foreach.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_freetab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_insert.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_isprime.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_lookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_newtab.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_remove.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/hash_rlookup.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_close.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_delete.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_dirty.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_dump.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_free.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_get.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_getf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_geti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_getp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_gets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_make.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_open.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_purge.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_resize.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_restore.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_set.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_setf.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_seti.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_setp.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_sets.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_stat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/reg_tabstat.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/decode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/encode_term.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_connect.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_error.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_eterm.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_fix_alloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_format.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_malloc.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_marshal.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_resolve.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/erl_timeout.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/global_names.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/global_register.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/global_unregister.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mdd/x86_64-apple-darwin20.5.0/global_whereis.o /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/libei_mdd.a /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj/x86_64-apple-darwin20.5.0/liberl_interface_mdd.a | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/bin/x86_64-apple-darwin20.5.0/erl_call | |
rm -f /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_fake_prog_st /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_fake_prog_st /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/erl_fake_prog_cxx_st /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.st/x86_64-apple-darwin20.5.0/ei_fake_prog_cxx_st /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_fake_prog_mt /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_fake_prog_mt /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/erl_fake_prog_mt_cxx /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface/obj.mt/x86_64-apple-darwin20.5.0/ei_fake_prog_mt_cxx | |
rm -f ../ebin/erl_interface.app | |
rm -f ../ebin/erl_interface.appup | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man1/* | |
rm -f ../man3/* | |
rm -f ../pdf/erl_interface-3.12.pdf ../pdf/erl_interface-3.12.fo | |
rm -f errs core *~ | |
=== Leaving application erl_interface | |
=== Entering application asn1 | |
rm -f ../ebin/asn1ct.beam ../ebin/asn1ct_check.beam ../ebin/asn1_db.beam ../ebin/asn1ct_pretty_format.beam ../ebin/asn1ct_func.beam ../ebin/asn1ct_gen.beam ../ebin/asn1ct_gen_check.beam ../ebin/asn1ct_gen_per.beam ../ebin/asn1ct_name.beam ../ebin/asn1ct_constructed_per.beam ../ebin/asn1ct_constructed_ber_bin_v2.beam ../ebin/asn1ct_gen_ber_bin_v2.beam ../ebin/asn1ct_imm.beam ../ebin/asn1ct_rtt.beam ../ebin/asn1ct_value.beam ../ebin/asn1ct_tok.beam ../ebin/asn1ct_parser2.beam ../ebin/asn1ct_table.beam ../ebin/asn1ct_eval_ext.beam ../ebin/asn1rt_nif.beam ../ebin/asn1.app ../ebin/asn1.appup | |
rm -f core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/asn1-5.0.9.pdf ../pdf/asn1-5.0.9.fo | |
rm -f asn1_spec.xml errs core *~ | |
rm -f core *~ | |
rm -f ../priv/lib/x86_64-apple-darwin20.5.0/* | |
rm -f ../priv/obj/x86_64-apple-darwin20.5.0/* | |
=== Leaving application asn1 | |
=== Entering application jinterface | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/jinterface-1.10.pdf ../pdf/jinterface-1.10.fo | |
rm -f errs core *~ | |
=== Leaving application jinterface | |
=== Entering application wx | |
rm -f ../ebin/wx.beam ../ebin/wx_object.beam ../ebin/wxe_master.beam ../ebin/wxe_server.beam ../ebin/wxe_util.beam ../ebin/wxAcceleratorEntry.beam ../ebin/wxAcceleratorTable.beam ../ebin/wxActivateEvent.beam ../ebin/wxArtProvider.beam ../ebin/wxAuiDockArt.beam ../ebin/wxAuiManager.beam ../ebin/wxAuiManagerEvent.beam ../ebin/wxAuiNotebook.beam ../ebin/wxAuiNotebookEvent.beam ../ebin/wxAuiPaneInfo.beam ../ebin/wxAuiSimpleTabArt.beam ../ebin/wxAuiTabArt.beam ../ebin/wxBitmap.beam ../ebin/wxBitmapButton.beam ../ebin/wxBitmapDataObject.beam ../ebin/wxBoxSizer.beam ../ebin/wxBrush.beam ../ebin/wxBufferedDC.beam ../ebin/wxBufferedPaintDC.beam ../ebin/wxButton.beam ../ebin/wxCalendarCtrl.beam ../ebin/wxCalendarDateAttr.beam ../ebin/wxCalendarEvent.beam ../ebin/wxCaret.beam ../ebin/wxCheckBox.beam ../ebin/wxCheckListBox.beam ../ebin/wxChildFocusEvent.beam ../ebin/wxChoice.beam ../ebin/wxChoicebook.beam ../ebin/wxClientDC.beam ../ebin/wxClipboard.beam ../ebin/wxClipboardTextEvent.beam ../ebin/wxCloseEvent.beam ../ebin/wxColourData.beam ../ebin/wxColourDialog.beam ../ebin/wxColourPickerCtrl.beam ../ebin/wxColourPickerEvent.beam ../ebin/wxComboBox.beam ../ebin/wxCommandEvent.beam ../ebin/wxContextMenuEvent.beam ../ebin/wxControl.beam ../ebin/wxControlWithItems.beam ../ebin/wxCursor.beam ../ebin/wxDC.beam ../ebin/wxDCOverlay.beam ../ebin/wxDataObject.beam ../ebin/wxDateEvent.beam ../ebin/wxDatePickerCtrl.beam ../ebin/wxDialog.beam ../ebin/wxDirDialog.beam ../ebin/wxDirPickerCtrl.beam ../ebin/wxDisplay.beam ../ebin/wxDisplayChangedEvent.beam ../ebin/wxDropFilesEvent.beam ../ebin/wxEraseEvent.beam ../ebin/wxEvent.beam ../ebin/wxEvtHandler.beam ../ebin/wxFileDataObject.beam ../ebin/wxFileDialog.beam ../ebin/wxFileDirPickerEvent.beam ../ebin/wxFilePickerCtrl.beam ../ebin/wxFindReplaceData.beam ../ebin/wxFindReplaceDialog.beam ../ebin/wxFlexGridSizer.beam ../ebin/wxFocusEvent.beam ../ebin/wxFont.beam ../ebin/wxFontData.beam ../ebin/wxFontDialog.beam ../ebin/wxFontPickerCtrl.beam ../ebin/wxFontPickerEvent.beam ../ebin/wxFrame.beam ../ebin/wxGBSizerItem.beam ../ebin/wxGCDC.beam ../ebin/wxGLCanvas.beam ../ebin/wxGauge.beam ../ebin/wxGenericDirCtrl.beam ../ebin/wxGraphicsBrush.beam ../ebin/wxGraphicsContext.beam ../ebin/wxGraphicsFont.beam ../ebin/wxGraphicsMatrix.beam ../ebin/wxGraphicsObject.beam ../ebin/wxGraphicsPath.beam ../ebin/wxGraphicsPen.beam ../ebin/wxGraphicsRenderer.beam ../ebin/wxGrid.beam ../ebin/wxGridBagSizer.beam ../ebin/wxGridCellAttr.beam ../ebin/wxGridCellBoolEditor.beam ../ebin/wxGridCellBoolRenderer.beam ../ebin/wxGridCellChoiceEditor.beam ../ebin/wxGridCellEditor.beam ../ebin/wxGridCellFloatEditor.beam ../ebin/wxGridCellFloatRenderer.beam ../ebin/wxGridCellNumberEditor.beam ../ebin/wxGridCellNumberRenderer.beam ../ebin/wxGridCellRenderer.beam ../ebin/wxGridCellStringRenderer.beam ../ebin/wxGridCellTextEditor.beam ../ebin/wxGridEvent.beam ../ebin/wxGridSizer.beam ../ebin/wxHelpEvent.beam ../ebin/wxHtmlEasyPrinting.beam ../ebin/wxHtmlLinkEvent.beam ../ebin/wxHtmlWindow.beam ../ebin/wxIcon.beam ../ebin/wxIconBundle.beam ../ebin/wxIconizeEvent.beam ../ebin/wxIdleEvent.beam ../ebin/wxImage.beam ../ebin/wxImageList.beam ../ebin/wxInitDialogEvent.beam ../ebin/wxJoystickEvent.beam ../ebin/wxKeyEvent.beam ../ebin/wxLayoutAlgorithm.beam ../ebin/wxListBox.beam ../ebin/wxListCtrl.beam ../ebin/wxListEvent.beam ../ebin/wxListItem.beam ../ebin/wxListItemAttr.beam ../ebin/wxListView.beam ../ebin/wxListbook.beam ../ebin/wxLocale.beam ../ebin/wxLogNull.beam ../ebin/wxMDIChildFrame.beam ../ebin/wxMDIClientWindow.beam ../ebin/wxMDIParentFrame.beam ../ebin/wxMask.beam ../ebin/wxMaximizeEvent.beam ../ebin/wxMemoryDC.beam ../ebin/wxMenu.beam ../ebin/wxMenuBar.beam ../ebin/wxMenuEvent.beam ../ebin/wxMenuItem.beam ../ebin/wxMessageDialog.beam ../ebin/wxMiniFrame.beam ../ebin/wxMirrorDC.beam ../ebin/wxMouseCaptureChangedEvent.beam ../ebin/wxMouseCaptureLostEvent.beam ../ebin/wxMouseEvent.beam ../ebin/wxMoveEvent.beam ../ebin/wxMultiChoiceDialog.beam ../ebin/wxNavigationKeyEvent.beam ../ebin/wxNotebook.beam ../ebin/wxNotebookEvent.beam ../ebin/wxNotifyEvent.beam ../ebin/wxOverlay.beam ../ebin/wxPageSetupDialog.beam ../ebin/wxPageSetupDialogData.beam ../ebin/wxPaintDC.beam ../ebin/wxPaintEvent.beam ../ebin/wxPalette.beam ../ebin/wxPaletteChangedEvent.beam ../ebin/wxPanel.beam ../ebin/wxPasswordEntryDialog.beam ../ebin/wxPen.beam ../ebin/wxPickerBase.beam ../ebin/wxPopupTransientWindow.beam ../ebin/wxPopupWindow.beam ../ebin/wxPostScriptDC.beam ../ebin/wxPreviewCanvas.beam ../ebin/wxPreviewControlBar.beam ../ebin/wxPreviewFrame.beam ../ebin/wxPrintData.beam ../ebin/wxPrintDialog.beam ../ebin/wxPrintDialogData.beam ../ebin/wxPrintPreview.beam ../ebin/wxPrinter.beam ../ebin/wxPrintout.beam ../ebin/wxProgressDialog.beam ../ebin/wxQueryNewPaletteEvent.beam ../ebin/wxRadioBox.beam ../ebin/wxRadioButton.beam ../ebin/wxRegion.beam ../ebin/wxSashEvent.beam ../ebin/wxSashLayoutWindow.beam ../ebin/wxSashWindow.beam ../ebin/wxScreenDC.beam ../ebin/wxScrollBar.beam ../ebin/wxScrollEvent.beam ../ebin/wxScrollWinEvent.beam ../ebin/wxScrolledWindow.beam ../ebin/wxSetCursorEvent.beam ../ebin/wxShowEvent.beam ../ebin/wxSingleChoiceDialog.beam ../ebin/wxSizeEvent.beam ../ebin/wxSizer.beam ../ebin/wxSizerFlags.beam ../ebin/wxSizerItem.beam ../ebin/wxSlider.beam ../ebin/wxSpinButton.beam ../ebin/wxSpinCtrl.beam ../ebin/wxSpinEvent.beam ../ebin/wxSplashScreen.beam ../ebin/wxSplitterEvent.beam ../ebin/wxSplitterWindow.beam ../ebin/wxStaticBitmap.beam ../ebin/wxStaticBox.beam ../ebin/wxStaticBoxSizer.beam ../ebin/wxStaticLine.beam ../ebin/wxStaticText.beam ../ebin/wxStatusBar.beam ../ebin/wxStdDialogButtonSizer.beam ../ebin/wxStyledTextCtrl.beam ../ebin/wxStyledTextEvent.beam ../ebin/wxSysColourChangedEvent.beam ../ebin/wxSystemOptions.beam ../ebin/wxSystemSettings.beam ../ebin/wxTaskBarIcon.beam ../ebin/wxTaskBarIconEvent.beam ../ebin/wxTextAttr.beam ../ebin/wxTextCtrl.beam ../ebin/wxTextDataObject.beam ../ebin/wxTextEntryDialog.beam ../ebin/wxToggleButton.beam ../ebin/wxToolBar.beam ../ebin/wxToolTip.beam ../ebin/wxToolbook.beam ../ebin/wxTopLevelWindow.beam ../ebin/wxTreeCtrl.beam ../ebin/wxTreeEvent.beam ../ebin/wxTreebook.beam ../ebin/wxUpdateUIEvent.beam ../ebin/wxWindow.beam ../ebin/wxWindowCreateEvent.beam ../ebin/wxWindowDC.beam ../ebin/wxWindowDestroyEvent.beam ../ebin/wxXmlResource.beam ../ebin/wx_misc.beam ../ebin/glu.beam ../ebin/gl.beam | |
rm -f ../ebin/wx.app ../ebin/wx.appup | |
rm -f *~ | |
rm -f x86_64-apple-darwin20.5.0/wxe_driver.o x86_64-apple-darwin20.5.0/wxe_ps_init.o x86_64-apple-darwin20.5.0/wxe_main.o x86_64-apple-darwin20.5.0/wxe_impl.o x86_64-apple-darwin20.5.0/wxe_helpers.o x86_64-apple-darwin20.5.0/wxe_callback_impl.o x86_64-apple-darwin20.5.0/wxe_return.o x86_64-apple-darwin20.5.0/wxe_gl.o x86_64-apple-darwin20.5.0/wxe_funcs.o x86_64-apple-darwin20.5.0/wxe_events.o x86_64-apple-darwin20.5.0/wxe_init.o x86_64-apple-darwin20.5.0/gl_funcs.o x86_64-apple-darwin20.5.0/egl_impl.o | |
rm -f ../priv/x86_64-apple-darwin20.5.0/*.so | |
rm -f *~ erl_crash.dump | |
rm -f demo.beam demo_html_tagger.beam ex_aui.beam ex_button.beam ex_canvas.beam ex_canvas_paint.beam ex_choices.beam ex_cursor.beam ex_dialogs.beam ex_frame_utils.beam ex_gauge.beam ex_gl.beam ex_grid.beam ex_htmlWindow.beam ex_listCtrl.beam ex_notebook.beam ex_pickers.beam ex_popupMenu.beam ex_radioBox.beam ex_sashWindow.beam ex_sizers.beam ex_slider.beam ex_splitterWindow.beam ex_static.beam ex_textCtrl.beam ex_treeCtrl.beam ex_graphicsContext.beam | |
rm -f *~ core erl_crash.dump | |
rm -f sudoku.beam sudoku_board.beam sudoku_game.beam sudoku_gui.beam | |
rm -f *~ core erl_crash.dump | |
rm -f hello.beam hello2.beam minimal.beam menu.beam | |
rm -f *~ core erl_crash.dump | |
rm -f xrc.beam | |
rm -f *~ core erl_crash.dump | |
awk: can't open file ref_man.xml | |
source line number 1 | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/wx-1.8.8.pdf ../pdf/wx-1.8.8.fo | |
rm -f ../specs/* | |
rm -f errs core *~ ../html/edoc-info | |
rm -f ../xml/chapter.xml ../xml/wx.xml ../xml/wx_object.xml ../xml/wxAcceleratorEntry.xml ../xml/wxAcceleratorTable.xml ../xml/wxActivateEvent.xml ../xml/wxArtProvider.xml ../xml/wxAuiDockArt.xml ../xml/wxAuiManager.xml ../xml/wxAuiManagerEvent.xml ../xml/wxAuiNotebook.xml ../xml/wxAuiNotebookEvent.xml ../xml/wxAuiPaneInfo.xml ../xml/wxAuiSimpleTabArt.xml ../xml/wxAuiTabArt.xml ../xml/wxBitmap.xml ../xml/wxBitmapButton.xml ../xml/wxBitmapDataObject.xml ../xml/wxBoxSizer.xml ../xml/wxBrush.xml ../xml/wxBufferedDC.xml ../xml/wxBufferedPaintDC.xml ../xml/wxButton.xml ../xml/wxCalendarCtrl.xml ../xml/wxCalendarDateAttr.xml ../xml/wxCalendarEvent.xml ../xml/wxCaret.xml ../xml/wxCheckBox.xml ../xml/wxCheckListBox.xml ../xml/wxChildFocusEvent.xml ../xml/wxChoice.xml ../xml/wxChoicebook.xml ../xml/wxClientDC.xml ../xml/wxClipboard.xml ../xml/wxClipboardTextEvent.xml ../xml/wxCloseEvent.xml ../xml/wxColourData.xml ../xml/wxColourDialog.xml ../xml/wxColourPickerCtrl.xml ../xml/wxColourPickerEvent.xml ../xml/wxComboBox.xml ../xml/wxCommandEvent.xml ../xml/wxContextMenuEvent.xml ../xml/wxControl.xml ../xml/wxControlWithItems.xml ../xml/wxCursor.xml ../xml/wxDC.xml ../xml/wxDCOverlay.xml ../xml/wxDataObject.xml ../xml/wxDateEvent.xml ../xml/wxDatePickerCtrl.xml ../xml/wxDialog.xml ../xml/wxDirDialog.xml ../xml/wxDirPickerCtrl.xml ../xml/wxDisplay.xml ../xml/wxDisplayChangedEvent.xml ../xml/wxDropFilesEvent.xml ../xml/wxEraseEvent.xml ../xml/wxEvent.xml ../xml/wxEvtHandler.xml ../xml/wxFileDataObject.xml ../xml/wxFileDialog.xml ../xml/wxFileDirPickerEvent.xml ../xml/wxFilePickerCtrl.xml ../xml/wxFindReplaceData.xml ../xml/wxFindReplaceDialog.xml ../xml/wxFlexGridSizer.xml ../xml/wxFocusEvent.xml ../xml/wxFont.xml ../xml/wxFontData.xml ../xml/wxFontDialog.xml ../xml/wxFontPickerCtrl.xml ../xml/wxFontPickerEvent.xml ../xml/wxFrame.xml ../xml/wxGBSizerItem.xml ../xml/wxGCDC.xml ../xml/wxGLCanvas.xml ../xml/wxGauge.xml ../xml/wxGenericDirCtrl.xml ../xml/wxGraphicsBrush.xml ../xml/wxGraphicsContext.xml ../xml/wxGraphicsFont.xml ../xml/wxGraphicsMatrix.xml ../xml/wxGraphicsObject.xml ../xml/wxGraphicsPath.xml ../xml/wxGraphicsPen.xml ../xml/wxGraphicsRenderer.xml ../xml/wxGrid.xml ../xml/wxGridBagSizer.xml ../xml/wxGridCellAttr.xml ../xml/wxGridCellBoolEditor.xml ../xml/wxGridCellBoolRenderer.xml ../xml/wxGridCellChoiceEditor.xml ../xml/wxGridCellEditor.xml ../xml/wxGridCellFloatEditor.xml ../xml/wxGridCellFloatRenderer.xml ../xml/wxGridCellNumberEditor.xml ../xml/wxGridCellNumberRenderer.xml ../xml/wxGridCellRenderer.xml ../xml/wxGridCellStringRenderer.xml ../xml/wxGridCellTextEditor.xml ../xml/wxGridEvent.xml ../xml/wxGridSizer.xml ../xml/wxHelpEvent.xml ../xml/wxHtmlEasyPrinting.xml ../xml/wxHtmlLinkEvent.xml ../xml/wxHtmlWindow.xml ../xml/wxIcon.xml ../xml/wxIconBundle.xml ../xml/wxIconizeEvent.xml ../xml/wxIdleEvent.xml ../xml/wxImage.xml ../xml/wxImageList.xml ../xml/wxInitDialogEvent.xml ../xml/wxJoystickEvent.xml ../xml/wxKeyEvent.xml ../xml/wxLayoutAlgorithm.xml ../xml/wxListBox.xml ../xml/wxListCtrl.xml ../xml/wxListEvent.xml ../xml/wxListItem.xml ../xml/wxListItemAttr.xml ../xml/wxListView.xml ../xml/wxListbook.xml ../xml/wxLocale.xml ../xml/wxLogNull.xml ../xml/wxMDIChildFrame.xml ../xml/wxMDIClientWindow.xml ../xml/wxMDIParentFrame.xml ../xml/wxMask.xml ../xml/wxMaximizeEvent.xml ../xml/wxMemoryDC.xml ../xml/wxMenu.xml ../xml/wxMenuBar.xml ../xml/wxMenuEvent.xml ../xml/wxMenuItem.xml ../xml/wxMessageDialog.xml ../xml/wxMiniFrame.xml ../xml/wxMirrorDC.xml ../xml/wxMouseCaptureChangedEvent.xml ../xml/wxMouseCaptureLostEvent.xml ../xml/wxMouseEvent.xml ../xml/wxMoveEvent.xml ../xml/wxMultiChoiceDialog.xml ../xml/wxNavigationKeyEvent.xml ../xml/wxNotebook.xml ../xml/wxNotebookEvent.xml ../xml/wxNotifyEvent.xml ../xml/wxOverlay.xml ../xml/wxPageSetupDialog.xml ../xml/wxPageSetupDialogData.xml ../xml/wxPaintDC.xml ../xml/wxPaintEvent.xml ../xml/wxPalette.xml ../xml/wxPaletteChangedEvent.xml ../xml/wxPanel.xml ../xml/wxPasswordEntryDialog.xml ../xml/wxPen.xml ../xml/wxPickerBase.xml ../xml/wxPopupTransientWindow.xml ../xml/wxPopupWindow.xml ../xml/wxPostScriptDC.xml ../xml/wxPreviewCanvas.xml ../xml/wxPreviewControlBar.xml ../xml/wxPreviewFrame.xml ../xml/wxPrintData.xml ../xml/wxPrintDialog.xml ../xml/wxPrintDialogData.xml ../xml/wxPrintPreview.xml ../xml/wxPrinter.xml ../xml/wxPrintout.xml ../xml/wxProgressDialog.xml ../xml/wxQueryNewPaletteEvent.xml ../xml/wxRadioBox.xml ../xml/wxRadioButton.xml ../xml/wxRegion.xml ../xml/wxSashEvent.xml ../xml/wxSashLayoutWindow.xml ../xml/wxSashWindow.xml ../xml/wxScreenDC.xml ../xml/wxScrollBar.xml ../xml/wxScrollEvent.xml ../xml/wxScrollWinEvent.xml ../xml/wxScrolledWindow.xml ../xml/wxSetCursorEvent.xml ../xml/wxShowEvent.xml ../xml/wxSingleChoiceDialog.xml ../xml/wxSizeEvent.xml ../xml/wxSizer.xml ../xml/wxSizerFlags.xml ../xml/wxSizerItem.xml ../xml/wxSlider.xml ../xml/wxSpinButton.xml ../xml/wxSpinCtrl.xml ../xml/wxSpinEvent.xml ../xml/wxSplashScreen.xml ../xml/wxSplitterEvent.xml ../xml/wxSplitterWindow.xml ../xml/wxStaticBitmap.xml ../xml/wxStaticBox.xml ../xml/wxStaticBoxSizer.xml ../xml/wxStaticLine.xml ../xml/wxStaticText.xml ../xml/wxStatusBar.xml ../xml/wxStdDialogButtonSizer.xml ../xml/wxStyledTextCtrl.xml ../xml/wxStyledTextEvent.xml ../xml/wxSysColourChangedEvent.xml ../xml/wxSystemOptions.xml ../xml/wxSystemSettings.xml ../xml/wxTaskBarIcon.xml ../xml/wxTaskBarIconEvent.xml ../xml/wxTextAttr.xml ../xml/wxTextCtrl.xml ../xml/wxTextDataObject.xml ../xml/wxTextEntryDialog.xml ../xml/wxToggleButton.xml ../xml/wxToolBar.xml ../xml/wxToolTip.xml ../xml/wxToolbook.xml ../xml/wxTopLevelWindow.xml ../xml/wxTreeCtrl.xml ../xml/wxTreeEvent.xml ../xml/wxTreebook.xml ../xml/wxUpdateUIEvent.xml ../xml/wxWindow.xml ../xml/wxWindowCreateEvent.xml ../xml/wxWindowDC.xml ../xml/wxWindowDestroyEvent.xml ../xml/wxXmlResource.xml ../xml/wx_misc.xml ../xml/glu.xml ../xml/gl.xml ../xml/ref_man.xml ../xml/book.xml ../xml/part.xml ../xml/notes.xml *.html | |
=== Leaving application wx | |
=== Entering application debugger | |
rm -f ../ebin/debugger.beam ../ebin/i.beam ../ebin/int.beam ../ebin/dbg_debugged.beam ../ebin/dbg_icmd.beam ../ebin/dbg_idb.beam ../ebin/dbg_ieval.beam ../ebin/dbg_iload.beam ../ebin/dbg_iserver.beam ../ebin/dbg_istk.beam ../ebin/dbg_wx_break.beam ../ebin/dbg_wx_break_win.beam ../ebin/dbg_wx_code.beam ../ebin/dbg_wx_filedialog_win.beam ../ebin/dbg_wx_interpret.beam ../ebin/dbg_wx_mon.beam ../ebin/dbg_wx_mon_win.beam ../ebin/dbg_wx_settings.beam ../ebin/dbg_wx_src_view.beam ../ebin/dbg_wx_trace.beam ../ebin/dbg_wx_trace_win.beam ../ebin/dbg_wx_view.beam ../ebin/dbg_wx_win.beam ../ebin/dbg_wx_winman.beam ../ebin/debugger.app ../ebin/debugger.appup | |
rm -f errs core *~ | |
make[3]: Nothing to be done for `clean'. | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/debugger-4.2.7.pdf ../pdf/debugger-4.2.7.fo | |
rm -f errs core *~ | |
=== Leaving application debugger | |
=== Entering application reltool | |
rm -f ../ebin/reltool.beam ../ebin/reltool_app_win.beam ../ebin/reltool_fgraph.beam ../ebin/reltool_fgraph_win.beam ../ebin/reltool_mod_win.beam ../ebin/reltool_sys_win.beam ../ebin/reltool_server.beam ../ebin/reltool_target.beam ../ebin/reltool_utils.beam ../ebin/reltool.app ../ebin/reltool.appup | |
rm -f core | |
rm -f *~ | |
for file in book.xml ref_man.xml reltool.xml part.xml reltool_intro.xml reltool_usage.xml reltool_examples.xml notes.xml; do \ | |
if [ -f $file\src ]; then \ | |
rm -f $file; \ | |
fi \ | |
done | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/reltool-0.8.pdf ../pdf/reltool-0.8.fo | |
rm -f errs core *~ | |
=== Leaving application reltool | |
=== Entering application mnesia | |
rm -f ../ebin/mnesia.beam ../ebin/mnesia_app.beam ../ebin/mnesia_backend_type.beam ../ebin/mnesia_backup.beam ../ebin/mnesia_bup.beam ../ebin/mnesia_checkpoint.beam ../ebin/mnesia_checkpoint_sup.beam ../ebin/mnesia_controller.beam ../ebin/mnesia_dumper.beam ../ebin/mnesia_event.beam ../ebin/mnesia_ext_sup.beam ../ebin/mnesia_frag.beam ../ebin/mnesia_frag_hash.beam ../ebin/mnesia_index.beam ../ebin/mnesia_kernel_sup.beam ../ebin/mnesia_late_loader.beam ../ebin/mnesia_lib.beam ../ebin/mnesia_loader.beam ../ebin/mnesia_locker.beam ../ebin/mnesia_log.beam ../ebin/mnesia_monitor.beam ../ebin/mnesia_recover.beam ../ebin/mnesia_registry.beam ../ebin/mnesia_schema.beam ../ebin/mnesia_snmp_hook.beam ../ebin/mnesia_subscr.beam ../ebin/mnesia_sup.beam ../ebin/mnesia_sp.beam ../ebin/mnesia_text.beam ../ebin/mnesia_tm.beam ../ebin/mnesia.app ../ebin/mnesia.appup | |
rm -f core | |
make[3]: Nothing to be done for `clean'. | |
rm -f *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/mnesia-4.16.pdf ../pdf/mnesia-4.16.fo | |
rm -f errs core *~ | |
=== Leaving application mnesia | |
=== Entering application crypto | |
rm -f ../ebin/crypto.beam ../ebin/crypto_ec_curves.beam ../ebin/crypto.app ../ebin/crypto.appup | |
rm -f errs core *~ | |
MAKE clean | |
rm -f ../priv/obj/x86_64-apple-darwin20.5.0/crypto.o ../priv/obj/x86_64-apple-darwin20.5.0/aead.o ../priv/obj/x86_64-apple-darwin20.5.0/aes.o ../priv/obj/x86_64-apple-darwin20.5.0/algorithms.o ../priv/obj/x86_64-apple-darwin20.5.0/api_ng.o ../priv/obj/x86_64-apple-darwin20.5.0/atoms.o ../priv/obj/x86_64-apple-darwin20.5.0/bn.o ../priv/obj/x86_64-apple-darwin20.5.0/cipher.o ../priv/obj/x86_64-apple-darwin20.5.0/cmac.o ../priv/obj/x86_64-apple-darwin20.5.0/dh.o ../priv/obj/x86_64-apple-darwin20.5.0/digest.o ../priv/obj/x86_64-apple-darwin20.5.0/dss.o ../priv/obj/x86_64-apple-darwin20.5.0/ec.o ../priv/obj/x86_64-apple-darwin20.5.0/ecdh.o ../priv/obj/x86_64-apple-darwin20.5.0/eddsa.o ../priv/obj/x86_64-apple-darwin20.5.0/engine.o ../priv/obj/x86_64-apple-darwin20.5.0/evp.o ../priv/obj/x86_64-apple-darwin20.5.0/fips.o ../priv/obj/x86_64-apple-darwin20.5.0/hash.o ../priv/obj/x86_64-apple-darwin20.5.0/hmac.o ../priv/obj/x86_64-apple-darwin20.5.0/info.o ../priv/obj/x86_64-apple-darwin20.5.0/math.o ../priv/obj/x86_64-apple-darwin20.5.0/pkey.o ../priv/obj/x86_64-apple-darwin20.5.0/poly1305.o ../priv/obj/x86_64-apple-darwin20.5.0/rand.o ../priv/obj/x86_64-apple-darwin20.5.0/rsa.o ../priv/obj/x86_64-apple-darwin20.5.0/srp.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_callback.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_static.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_callback_static.o ../priv/obj/x86_64-apple-darwin20.5.0/otp_test_engine.o | |
rm -f ../priv/lib/x86_64-apple-darwin20.5.0/crypto.so ../priv/lib/x86_64-apple-darwin20.5.0/crypto_callback.so ../priv/lib/x86_64-apple-darwin20.5.0/otp_test_engine.so | |
rm -f ../priv/obj/x86_64-apple-darwin20.5.0/crypto.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/aead.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/aes.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/algorithms.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/api_ng.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/atoms.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/bn.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/cipher.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/cmac.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/dh.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/digest.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/dss.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/ec.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/ecdh.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/eddsa.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/engine.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/evp.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/fips.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/hash.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/hmac.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/info.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/math.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/pkey.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/poly1305.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/rand.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/rsa.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/srp.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_callback.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_callback_static.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/otp_test_engine.valgrind.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/aead.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/aes.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/algorithms.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/api_ng.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/atoms.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/bn.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/cipher.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/cmac.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/dh.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/digest.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/dss.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/ec.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/ecdh.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/eddsa.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/engine.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/evp.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/fips.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/hash.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/hmac.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/info.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/math.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/pkey.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/poly1305.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/rand.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/rsa.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/srp.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_callback.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_static.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/crypto_callback_static.debug.o ../priv/obj/x86_64-apple-darwin20.5.0/otp_test_engine.debug.o | |
rm -f ../priv/lib/x86_64-apple-darwin20.5.0/crypto.valgrind.so ../priv/lib/x86_64-apple-darwin20.5.0/crypto_callback.valgrind.so ../priv/lib/x86_64-apple-darwin20.5.0/otp_test_engine.valgrind.so ../priv/lib/x86_64-apple-darwin20.5.0/crypto.debug.so ../priv/lib/x86_64-apple-darwin20.5.0/crypto_callback.debug.so ../priv/lib/x86_64-apple-darwin20.5.0/otp_test_engine.debug.so | |
rm -f core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../pdf/crypto-4.5.1.pdf ../pdf/crypto-4.5.1.fo | |
rm -f ../specs/specs_crypto.xml | |
rm -f errs core *~ | |
=== Leaving application crypto | |
=== Entering application os_mon | |
rm -f ../ebin/disksup.beam ../ebin/memsup.beam ../ebin/cpu_sup.beam ../ebin/os_mon.beam ../ebin/os_sup.beam ../ebin/os_mon_sysinfo.beam ../ebin/nteventlog.beam ../ebin/os_mon.app ../ebin/os_mon.appup | |
rm -f core *~ | |
MAKE clean | |
rm -f ../priv/bin/x86_64-apple-darwin20.5.0/memsup ../priv/bin/x86_64-apple-darwin20.5.0/cpu_sup | |
rm -rf ../priv/obj/x86_64-apple-darwin20.5.0 | |
rm -f core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/os_mon-2.5.pdf ../pdf/os_mon-2.5.fo | |
rm -f errs core *~ | |
=== Leaving application os_mon | |
=== Entering application syntax_tools | |
rm -f ./merl_transform.beam | |
rm -f ../ebin/erl_syntax.beam ../ebin/erl_prettypr.beam ../ebin/erl_syntax_lib.beam ../ebin/erl_comment_scan.beam ../ebin/erl_recomment.beam ../ebin/erl_tidy.beam ../ebin/epp_dodger.beam ../ebin/prettypr.beam ../ebin/igor.beam ../ebin/merl.beam ../ebin/merl_transform.beam ../ebin/syntax_tools.app ../ebin/syntax_tools.appup | |
rm -f core *~ | |
make[3]: Nothing to be done for `clean'. | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f epp_dodger.xml erl_comment_scan.xml erl_prettypr.xml erl_recomment.xml erl_syntax.xml erl_syntax_lib.xml erl_tidy.xml igor.xml merl.xml merl_transform.xml prettypr.xml chapter.xml *.html | |
rm -f ../pdf/syntax_tools-2.2.pdf ../pdf/syntax_tools-2.2.fo | |
rm -f ../specs/* | |
rm -f errs core *~ | |
=== Leaving application syntax_tools | |
=== Entering application public_key | |
rm -f OTP-PUB-KEY.erl PKCS-FRAME.erl OTP-PUB-KEY.hrl PKCS-FRAME.hrl ../include/OTP-PUB-KEY.hrl ../include/PKCS-FRAME.hrl PKIX1Explicit88.asn1db PKIX1Implicit88.asn1db PKIX1Algorithms88.asn1db PKIXAttributeCertificate.asn1db PKCS-1.asn1db PKCS-3.asn1db PKCS-7.asn1db PKCS-8.asn1db PKCS-10.asn1db PKCS5v2-0.asn1db OTP-PKIX.asn1db InformationFramework.asn1db RFC5639.asn1db OTP-PUB-KEY.asn1db \ | |
PKIX1Explicit88.table PKIX1Implicit88.table PKIX1Algorithms88.table PKIXAttributeCertificate.table PKCS-1.table PKCS-3.table PKCS-7.table PKCS-8.table PKCS-10.table PKCS5v2-0.table OTP-PKIX.table InformationFramework.table RFC5639.table ../ebin/OTP-PUB-KEY.beam ../ebin/PKCS-FRAME.beam *.beam *~ | |
rm -f ../ebin/public_key.beam ../ebin/pubkey_pem.beam ../ebin/pubkey_ssh.beam ../ebin/pubkey_pbe.beam ../ebin/pubkey_cert.beam ../ebin/pubkey_cert_records.beam ../ebin/pubkey_crl.beam ../ebin/public_key.app ../ebin/public_key.appup | |
rm -f core | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../pdf/public_key-1.6.7.pdf ../pdf/public_key-1.6.7.fo | |
rm -f ../specs/specs_public_key.xml | |
rm -f errs core *~ | |
=== Leaving application public_key | |
=== Entering application ssl | |
GEN /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/ssl/src/deps/ssl.d | |
/bin/sh: erlc: command not found | |
rm -f ../ebin/dtls_connection.beam ../ebin/dtls_connection_sup.beam ../ebin/dtls_handshake.beam ../ebin/dtls_listener_sup.beam ../ebin/dtls_packet_demux.beam ../ebin/dtls_record.beam ../ebin/dtls_socket.beam ../ebin/dtls_v1.beam ../ebin/inet_tls_dist.beam ../ebin/inet6_tls_dist.beam ../ebin/ssl.beam ../ebin/ssl_admin_sup.beam ../ebin/ssl_alert.beam ../ebin/ssl_app.beam ../ebin/ssl_certificate.beam ../ebin/ssl_cipher.beam ../ebin/ssl_cipher_format.beam ../ebin/ssl_config.beam ../ebin/ssl_connection.beam ../ebin/ssl_connection_sup.beam ../ebin/ssl_crl.beam ../ebin/ssl_crl_cache.beam ../ebin/ssl_crl_hash_dir.beam ../ebin/ssl_dh_groups.beam ../ebin/ssl_dist_admin_sup.beam ../ebin/ssl_dist_connection_sup.beam ../ebin/ssl_dist_sup.beam ../ebin/ssl_handshake.beam ../ebin/ssl_listen_tracker_sup.beam ../ebin/ssl_logger.beam ../ebin/ssl_manager.beam ../ebin/ssl_pem_cache.beam ../ebin/ssl_pkix_db.beam ../ebin/ssl_record.beam ../ebin/ssl_session.beam ../ebin/ssl_session_cache.beam ../ebin/ssl_srp_primes.beam ../ebin/ssl_sup.beam ../ebin/ssl_v3.beam ../ebin/tls_connection.beam ../ebin/tls_connection_sup.beam ../ebin/tls_connection_1_3.beam ../ebin/tls_handshake.beam ../ebin/tls_handshake_1_3.beam ../ebin/tls_record.beam ../ebin/tls_record_1_3.beam ../ebin/tls_sender.beam ../ebin/tls_socket.beam ../ebin/tls_v1.beam ../ebin/ssl.app ../ebin/ssl.appup ../ebin/ssl_crl_cache_api.beam ../ebin/ssl_session_cache_api.beam | |
rm -f errs core *~ | |
rm -rf /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/ssl/src/deps | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/ssl-9.3.5.pdf ../pdf/ssl-9.3.5.fo | |
rm -f ../specs/specs_ssl.xml ../specs/specs_ssl_crl_cache.xml ../specs/specs_ssl_crl_cache_api.xml ../specs/specs_ssl_session_cache_api.xml | |
rm -f errs core *~ | |
rm -fr *~ *.beam | |
rm -fr ../ebin/client_server.beam *~ *.beam | |
=== Leaving application ssl | |
=== Entering application observer | |
rm -f ../ebin/crashdump_viewer.beam ../ebin/cdv_atom_cb.beam ../ebin/cdv_bin_cb.beam ../ebin/cdv_detail_wx.beam ../ebin/cdv_dist_cb.beam ../ebin/cdv_ets_cb.beam ../ebin/cdv_fun_cb.beam ../ebin/cdv_gen_cb.beam ../ebin/cdv_html_wx.beam ../ebin/cdv_info_wx.beam ../ebin/cdv_int_tab_cb.beam ../ebin/cdv_mem_cb.beam ../ebin/cdv_mod_cb.beam ../ebin/cdv_multi_wx.beam ../ebin/cdv_persistent_cb.beam ../ebin/cdv_port_cb.beam ../ebin/cdv_proc_cb.beam ../ebin/cdv_sched_cb.beam ../ebin/cdv_table_wx.beam ../ebin/cdv_term_cb.beam ../ebin/cdv_timer_cb.beam ../ebin/cdv_virtual_list_wx.beam ../ebin/cdv_wx.beam ../ebin/etop.beam ../ebin/etop_tr.beam ../ebin/etop_txt.beam ../ebin/observer.beam ../ebin/observer_app_wx.beam ../ebin/observer_alloc_wx.beam ../ebin/observer_html_lib.beam ../ebin/observer_lib.beam ../ebin/observer_perf_wx.beam ../ebin/observer_port_wx.beam ../ebin/observer_pro_wx.beam ../ebin/observer_procinfo.beam ../ebin/observer_sys_wx.beam ../ebin/observer_trace_wx.beam ../ebin/observer_traceoptions_wx.beam ../ebin/observer_tv_table.beam ../ebin/observer_tv_wx.beam ../ebin/observer_wx.beam ../ebin/ttb.beam ../ebin/ttb_et.beam ../ebin/observer.app ../ebin/observer.appup | |
rm -f errs core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man1/* | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../pdf/observer-2.9.1.pdf ../pdf/observer-2.9.1.fo | |
rm -f errs core *~ | |
=== Leaving application observer | |
=== Entering application odbc | |
rm -f ../ebin/odbc.beam ../ebin/odbc_app.beam ../ebin/odbc_sup.beam | |
rm -f ../ebin/odbc.app | |
rm -f ../ebin/odbc.appup | |
rm -f errs core *~ | |
MAKE clean | |
rm -f core *~ | |
rm -f ../priv/obj/x86_64-apple-darwin20.5.0/* | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/odbc-2.12.4.pdf ../pdf/odbc-2.12.4.fo | |
rm -f errs core *~ | |
=== Leaving application odbc | |
=== Entering application diameter | |
(for f in base/diameter base/diameter_app base/diameter_callback base/diameter_capx base/diameter_config base/diameter_config_sup base/diameter_codec base/diameter_dist base/diameter_gen base/diameter_lib base/diameter_misc_sup base/diameter_peer base/diameter_peer_fsm base/diameter_peer_fsm_sup base/diameter_reg base/diameter_service base/diameter_service_sup base/diameter_session base/diameter_stats base/diameter_sup base/diameter_sync base/diameter_traffic base/diameter_types base/diameter_watchdog base/diameter_watchdog_sup transport/diameter_etcp transport/diameter_etcp_sup transport/diameter_tcp transport/diameter_tcp_sup transport/diameter_sctp transport/diameter_sctp_sup transport/diameter_transport transport/diameter_transport_sup compiler/diameter_codegen compiler/diameter_exprecs compiler/diameter_dict_scanner compiler/diameter_dict_util compiler/diameter_make info/diameter_dbg info/diameter_info; do \ | |
(echo $f; cat $f.erl) | sed -f depend.sed; \ | |
done) \ | |
> depend.mk | |
rm -f ../ebin/diameter.beam ../ebin/diameter_app.beam ../ebin/diameter_callback.beam ../ebin/diameter_capx.beam ../ebin/diameter_config.beam ../ebin/diameter_config_sup.beam ../ebin/diameter_codec.beam ../ebin/diameter_dist.beam ../ebin/diameter_gen.beam ../ebin/diameter_lib.beam ../ebin/diameter_misc_sup.beam ../ebin/diameter_peer.beam ../ebin/diameter_peer_fsm.beam ../ebin/diameter_peer_fsm_sup.beam ../ebin/diameter_reg.beam ../ebin/diameter_service.beam ../ebin/diameter_service_sup.beam ../ebin/diameter_session.beam ../ebin/diameter_stats.beam ../ebin/diameter_sup.beam ../ebin/diameter_sync.beam ../ebin/diameter_traffic.beam ../ebin/diameter_types.beam ../ebin/diameter_watchdog.beam ../ebin/diameter_watchdog_sup.beam ../ebin/diameter_etcp.beam ../ebin/diameter_etcp_sup.beam ../ebin/diameter_tcp.beam ../ebin/diameter_tcp_sup.beam ../ebin/diameter_sctp.beam ../ebin/diameter_sctp_sup.beam ../ebin/diameter_transport.beam ../ebin/diameter_transport_sup.beam ../ebin/diameter_gen_base_rfc3588.beam ../ebin/diameter_gen_base_rfc6733.beam ../ebin/diameter_gen_base_accounting.beam ../ebin/diameter_gen_acct_rfc6733.beam ../ebin/diameter_gen_doic_rfc7683.beam ../ebin/diameter_gen_relay.beam ../ebin/diameter_codegen.beam ../ebin/diameter_exprecs.beam ../ebin/diameter_dict_scanner.beam ../ebin/diameter_dict_util.beam ../ebin/diameter_make.beam ../ebin/diameter_dbg.beam ../ebin/diameter_info.beam ../ebin/diameter_dict_parser.beam ../ebin/diameter.app ../ebin/diameter.appup gen/* | |
rm -f depend.mk | |
GEN depend.mk | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* | |
rm -rf ../xml | |
rm -f errs core *~ | |
rm -f depend.mk seehere.ent | |
GEN depend.mk | |
rm -f ../pdf/* | |
rm -rf ../html/* | |
rm -f ../man1/* ../man3/* ../man4/* | |
rm -rf ../xml | |
rm -f errs core *~ | |
rm -f depend.mk seehere.ent | |
=== Leaving application diameter | |
=== Entering application et | |
rm -f ../ebin/et.beam ../ebin/et_collector.beam ../ebin/et_selector.beam ../ebin/et_viewer.beam ../ebin/et_wx_contents_viewer.beam ../ebin/et_wx_viewer.beam ../ebin/et.app ../ebin/et.appup | |
rm -f errs core *~ | |
rm -f ./et_demo.beam ./et_display_demo.beam ./et_trace_demo.beam *~ | |
for file in book.xml ref_man.xml et.xml et_collector.xml et_selector.xml et_viewer.xml part.xml et_intro.xml notes.xml ; do \ | |
if [ -f $file\src ]; then \ | |
rm -f $file; \ | |
fi \ | |
done | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/et-1.6.4.pdf ../pdf/et-1.6.4.fo | |
rm -f errs core *~ | |
=== Leaving application et | |
=== Entering application megaco | |
rm -f ../../ebin/megaco.beam ../../ebin/megaco.app ../../ebin/megaco.appup | |
rm -f errs core *~ | |
rm -f ../../ebin/megaco_edist_compress.beam ../../ebin/megaco_encoder.beam ../../ebin/megaco_transport.beam ../../ebin/megaco_config_misc.beam ../../ebin/megaco_config.beam ../../ebin/megaco_digit_map.beam ../../ebin/megaco_erl_dist_encoder.beam ../../ebin/megaco_erl_dist_encoder_mc.beam ../../ebin/megaco_filter.beam ../../ebin/megaco_messenger.beam ../../ebin/megaco_messenger_misc.beam ../../ebin/megaco_misc_sup.beam ../../ebin/megaco_monitor.beam ../../ebin/megaco_sdp.beam ../../ebin/megaco_sup.beam ../../ebin/megaco_stats.beam ../../ebin/megaco_timer.beam ../../ebin/megaco_trans_sender.beam ../../ebin/megaco_trans_sup.beam ../../ebin/megaco_user_default.beam | |
rm -f errs core *~ | |
rm -f megaco_text_parser_v1.erl megaco_text_parser_v2.erl megaco_text_parser_v3.erl megaco_text_parser_prev3a.erl megaco_text_parser_prev3b.erl megaco_text_parser_prev3c.erl megaco_text_mini_parser.erl ../../ebin/megaco_text_parser_v1.beam ../../ebin/megaco_text_parser_v2.beam ../../ebin/megaco_text_parser_v3.beam ../../ebin/megaco_text_parser_prev3a.beam ../../ebin/megaco_text_parser_prev3b.beam ../../ebin/megaco_text_parser_prev3c.beam ../../ebin/megaco_text_mini_parser.beam ../../ebin/megaco_compact_text_encoder.beam ../../ebin/megaco_compact_text_encoder_v1.beam ../../ebin/megaco_compact_text_encoder_v2.beam ../../ebin/megaco_compact_text_encoder_v3.beam ../../ebin/megaco_compact_text_encoder_prev3a.beam ../../ebin/megaco_compact_text_encoder_prev3b.beam ../../ebin/megaco_compact_text_encoder_prev3c.beam ../../ebin/megaco_pretty_text_encoder.beam ../../ebin/megaco_pretty_text_encoder_v1.beam ../../ebin/megaco_pretty_text_encoder_v2.beam ../../ebin/megaco_pretty_text_encoder_v3.beam ../../ebin/megaco_pretty_text_encoder_prev3a.beam ../../ebin/megaco_pretty_text_encoder_prev3b.beam ../../ebin/megaco_pretty_text_encoder_prev3c.beam ../../ebin/megaco_text_mini_decoder.beam ../../ebin/megaco_text_scanner.beam | |
rm -f errs core *~ | |
MAKE clean | |
rm -f ../../ebin/megaco_flex_scanner.beam ../../ebin/megaco_flex_scanner_handler.beam | |
rm -f megaco_flex_scanner_drv.flex megaco_flex_scanner_drv_mt.flex | |
rm -f megaco_flex_scanner_drv.c megaco_flex_scanner_drv_mt.c | |
rm -f ../../priv/lib/x86_64-apple-darwin20.5.0/megaco_flex_scanner_drv.so ../../priv/lib/x86_64-apple-darwin20.5.0/megaco_flex_scanner_drv_mt.so | |
rm -f errs core *~ | |
rm -f ../../ebin/megaco_binary_encoder.beam ../../ebin/megaco_binary_encoder_lib.beam ../../ebin/megaco_ber_encoder.beam ../../ebin/megaco_ber_media_gateway_control_v1.beam ../../ebin/megaco_ber_media_gateway_control_v2.beam ../../ebin/megaco_ber_media_gateway_control_prev3a.beam ../../ebin/megaco_ber_media_gateway_control_prev3b.beam ../../ebin/megaco_ber_media_gateway_control_prev3c.beam ../../ebin/megaco_ber_media_gateway_control_v3.beam ../../ebin/megaco_per_encoder.beam ../../ebin/megaco_per_media_gateway_control_v1.beam ../../ebin/megaco_per_media_gateway_control_v2.beam ../../ebin/megaco_per_media_gateway_control_prev3a.beam ../../ebin/megaco_per_media_gateway_control_prev3b.beam ../../ebin/megaco_per_media_gateway_control_prev3c.beam ../../ebin/megaco_per_media_gateway_control_v3.beam ../../ebin/megaco_binary_name_resolver_v1.beam ../../ebin/megaco_binary_name_resolver_v2.beam ../../ebin/megaco_binary_name_resolver_prev3a.beam ../../ebin/megaco_binary_name_resolver_prev3b.beam ../../ebin/megaco_binary_name_resolver_prev3c.beam ../../ebin/megaco_binary_name_resolver_v3.beam ../../ebin/megaco_binary_term_id.beam ../../ebin/megaco_binary_term_id_gen.beam ../../ebin/megaco_binary_transformer_v1.beam ../../ebin/megaco_binary_transformer_v2.beam ../../ebin/megaco_binary_transformer_prev3a.beam ../../ebin/megaco_binary_transformer_prev3b.beam ../../ebin/megaco_binary_transformer_prev3c.beam ../../ebin/megaco_binary_transformer_v3.beam | |
rm -f megaco_ber_media_gateway_control_v1.erl megaco_per_media_gateway_control_v1.erl megaco_ber_media_gateway_control_v1.hrl megaco_per_media_gateway_control_v1.hrl megaco_ber_media_gateway_control_v2.erl megaco_per_media_gateway_control_v2.erl megaco_ber_media_gateway_control_v2.hrl megaco_per_media_gateway_control_v2.hrl megaco_ber_media_gateway_control_v3.erl megaco_per_media_gateway_control_v3.erl megaco_ber_media_gateway_control_prev3a.erl megaco_per_media_gateway_control_prev3a.erl megaco_ber_media_gateway_control_prev3b.erl megaco_per_media_gateway_control_prev3b.erl megaco_ber_media_gateway_control_prev3c.erl megaco_per_media_gateway_control_prev3c.erl megaco_ber_media_gateway_control_v3.hrl megaco_per_media_gateway_control_v3.hrl megaco_ber_media_gateway_control_prev3a.hrl megaco_per_media_gateway_control_prev3a.hrl megaco_ber_media_gateway_control_prev3b.hrl megaco_per_media_gateway_control_prev3b.hrl megaco_ber_media_gateway_control_prev3c.hrl megaco_per_media_gateway_control_prev3c.hrl megaco_ber_media_gateway_control_prev3a.erl megaco_per_media_gateway_control_prev3a.erl megaco_ber_media_gateway_control_prev3a.hrl megaco_per_media_gateway_control_prev3a.hrl megaco_ber_media_gateway_control_prev3b.erl megaco_per_media_gateway_control_prev3b.erl megaco_ber_media_gateway_control_prev3b.hrl megaco_per_media_gateway_control_prev3b.hrl megaco_ber_media_gateway_control_prev3c.erl megaco_per_media_gateway_control_prev3c.erl megaco_ber_media_gateway_control_prev3c.hrl megaco_per_media_gateway_control_prev3c.hrl | |
rm -f megaco_ber_media_gateway_control_v1.asn1db megaco_per_media_gateway_control_v1.asn1db megaco_ber_media_gateway_control_v2.asn1db megaco_per_media_gateway_control_v2.asn1db megaco_ber_media_gateway_control_v3.asn1db megaco_per_media_gateway_control_v3.asn1db megaco_ber_media_gateway_control_prev3a.asn1db megaco_per_media_gateway_control_prev3a.asn1db megaco_ber_media_gateway_control_prev3b.asn1db megaco_per_media_gateway_control_prev3b.asn1db megaco_ber_media_gateway_control_prev3c.asn1db megaco_per_media_gateway_control_prev3c.asn1db megaco_ber_media_gateway_control_prev3a.asn1db megaco_per_media_gateway_control_prev3a.asn1db megaco_ber_media_gateway_control_prev3b.asn1db megaco_per_media_gateway_control_prev3b.asn1db megaco_ber_media_gateway_control_prev3c.asn1db megaco_per_media_gateway_control_prev3c.asn1db | |
rm -f prebuild.skip | |
rm -f core *~ | |
rm -f ../../ebin/megaco_tcp.beam ../../ebin/megaco_tcp_sup.beam ../../ebin/megaco_tcp_accept.beam ../../ebin/megaco_tcp_accept_sup.beam ../../ebin/megaco_tcp_connection.beam ../../ebin/megaco_tcp_connection_sup.beam | |
rm -f errs core *~ | |
rm -f ../../ebin/megaco_udp.beam ../../ebin/megaco_udp_sup.beam ../../ebin/megaco_udp_server.beam | |
rm -f errs core *~ | |
rm -f ./megaco_simple_mg.beam ./megaco_simple_mgc.beam | |
rm -f errs core *~ | |
rm -f meas.sh.skel mstone1.sh.skel ./megaco_codec_transform.beam ./megaco_codec_mstone_lib.beam ./megaco_codec_mstone1.beam ./megaco_codec_mstone2.beam ./megaco_codec_meas.beam | |
rm -f errs core *~ | |
rm -rf ../html/* | |
rm -f ../man3/* | |
rm -rf ../xml | |
rm -f ../pdf/megaco-3.18.5.pdf ../pdf/megaco-3.18.5.fo | |
rm -f errs core *~ | |
=== Leaving application megaco | |
=== Entering application eunit | |
rm -f ../ebin/eunit_striptests.beam ../ebin/eunit.beam ../ebin/eunit_tests.beam ../ebin/eunit_server.beam ../ebin/eunit_proc.beam ../ebin/eunit_serial.beam ../ebin/eunit_test.beam ../ebin/eunit_lib.beam ../ebin/eunit_data.beam ../ebin/eunit_tty.beam ../ebin/eunit_surefire.beam ../ebin/eunit_listener.beam ../ebin/eunit.app ../ebin/eunit.appup ../ebin/eunit_autoexport.beam | |
rm -f core *~ | |
make[3]: Nothing to be done for `clean'. | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f eunit.xml eunit_surefire.xml chapter.xml *.html | |
rm -f ../pdf/eunit-2.3.7.pdf ../pdf/eunit-2.3.7.fo | |
rm -f errs core *~ | |
=== Leaving application eunit | |
=== Entering application ssh | |
rm -f ../ebin/ssh.beam ../ebin/ssh_acceptor.beam ../ebin/ssh_acceptor_sup.beam ../ebin/ssh_app.beam ../ebin/ssh_auth.beam ../ebin/ssh_bits.beam ../ebin/ssh_cli.beam ../ebin/ssh_connection.beam ../ebin/ssh_connection_handler.beam ../ebin/ssh_connection_sup.beam ../ebin/ssh_dbg.beam ../ebin/ssh_file.beam ../ebin/ssh_info.beam ../ebin/ssh_io.beam ../ebin/ssh_message.beam ../ebin/ssh_no_io.beam ../ebin/ssh_options.beam ../ebin/ssh_server_channel_sup.beam ../ebin/ssh_sftp.beam ../ebin/ssh_sftpd.beam ../ebin/ssh_sftpd_file.beam ../ebin/ssh_shell.beam ../ebin/ssh_subsystem_sup.beam ../ebin/ssh_sup.beam ../ebin/ssh_system_sup.beam ../ebin/ssh_transport.beam ../ebin/ssh_xfer.beam ../ebin/sshc_sup.beam ../ebin/sshd_sup.beam ../ebin/ssh.app ../ebin/ssh.appup ../ebin/ssh_client_key_api.beam ../ebin/ssh_daemon_channel.beam ../ebin/ssh_server_channel.beam ../ebin/ssh_server_key_api.beam ../ebin/ssh_sftpd_file_api.beam ../ebin/ssh_channel.beam ../ebin/ssh_client_channel.beam | |
rm -f errs core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/ssh-4.7.7.pdf ../pdf/ssh-4.7.7.fo | |
rm -f ../specs/specs_ssh.xml ../specs/specs_ssh_client_channel.xml ../specs/specs_ssh_client_key_api.xml ../specs/specs_ssh_connection.xml ../specs/specs_ssh_server_channel.xml ../specs/specs_ssh_server_key_api.xml ../specs/specs_ssh_file.xml ../specs/specs_ssh_sftp.xml ../specs/specs_ssh_sftpd.xml | |
rm -f errs core *~ | |
=== Leaving application ssh | |
=== Entering application eldap | |
rm -f ../ebin/eldap.beam ../ebin/ELDAPv3.beam ../ebin/eldap.app ../ebin/eldap.appup | |
rm -f ../ebin/ELDAPv3.* | |
rm -f errs core *~ | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man6/* | |
rm -f ../pdf/eldap-1.2.8.pdf ../pdf/eldap-1.2.8.fo | |
rm -f errs core *~ | |
=== Leaving application eldap | |
=== Entering application dialyzer | |
rm -f ../ebin/dialyzer.beam ../ebin/dialyzer_analysis_callgraph.beam ../ebin/dialyzer_behaviours.beam ../ebin/dialyzer_callgraph.beam ../ebin/dialyzer_cl.beam ../ebin/dialyzer_cl_parse.beam ../ebin/dialyzer_codeserver.beam ../ebin/dialyzer_contracts.beam ../ebin/dialyzer_dataflow.beam ../ebin/dialyzer_dep.beam ../ebin/dialyzer_explanation.beam ../ebin/dialyzer_gui_wx.beam ../ebin/dialyzer_options.beam ../ebin/dialyzer_plt.beam ../ebin/dialyzer_race_data_server.beam ../ebin/dialyzer_races.beam ../ebin/dialyzer_succ_typings.beam ../ebin/dialyzer_timing.beam ../ebin/dialyzer_typesig.beam ../ebin/dialyzer_coordinator.beam ../ebin/dialyzer_worker.beam ../ebin/dialyzer_utils.beam ../ebin/typer.beam ../ebin/dialyzer.app ../ebin/dialyzer.appup | |
rm -f core | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../pdf/dialyzer-4.0.3.pdf ../pdf/dialyzer-4.0.3.fo | |
rm -f errs core *~ | |
=== Leaving application dialyzer | |
Makefile:72: warning: overriding commands for target `clean' | |
/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/make/otp_subdir.mk:29: warning: ignoring old commands for target `clean' | |
Makefile:72: warning: overriding commands for target `clean' | |
/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/make/otp_subdir.mk:29: warning: ignoring old commands for target `clean' | |
rm -f ../ebin/hipe_consttab.beam ../ebin/hipe_gensym.beam | |
rm -f ../boot_ebin/hipe_consttab.beam ../boot_ebin/hipe_gensym.beam | |
rm -f core | |
rm -f core | |
rm -f ../boot_ebin/hipe_main.beam ../boot_ebin/hipe.app ../boot_ebin/hipe.appup ../doc/hipe_main.html hipe.hrl | |
rm -f ../ebin/hipe_main.beam ../ebin/hipe.app ../ebin/hipe.appup ../doc/hipe_main.html hipe.hrl | |
rm -f core | |
rm -f core | |
rm -f ../boot_ebin/cerl_cconv.beam ../boot_ebin/cerl_closurean.beam ../boot_ebin/cerl_hipeify.beam ../boot_ebin/cerl_lib.beam ../boot_ebin/cerl_pmatch.beam ../boot_ebin/cerl_prettypr.beam ../boot_ebin/cerl_to_icode.beam ../boot_ebin/cerl_typean.beam ../boot_ebin/erl_bif_types.beam ../boot_ebin/erl_types.beam | |
rm -f ../ebin/cerl_cconv.beam ../ebin/cerl_closurean.beam ../ebin/cerl_hipeify.beam ../ebin/cerl_lib.beam ../ebin/cerl_pmatch.beam ../ebin/cerl_prettypr.beam ../ebin/cerl_to_icode.beam ../ebin/cerl_typean.beam ../ebin/erl_bif_types.beam ../ebin/erl_types.beam | |
rm -f core | |
rm -f core | |
rm -f ../ebin/hipe_beam_to_icode.beam ../ebin/hipe_icode.beam ../ebin/hipe_icode_bincomp.beam ../ebin/hipe_icode_callgraph.beam ../ebin/hipe_icode_cfg.beam ../ebin/hipe_icode_coordinator.beam ../ebin/hipe_icode_fp.beam ../ebin/hipe_icode_exceptions.beam ../ebin/hipe_icode_inline_bifs.beam ../ebin/hipe_icode_instruction_counter.beam ../ebin/hipe_icode_liveness.beam ../ebin/hipe_icode_pp.beam ../ebin/hipe_icode_primops.beam ../ebin/hipe_icode_range.beam ../ebin/hipe_icode_split_arith.beam ../ebin/hipe_icode_ssa.beam ../ebin/hipe_icode_ssa_const_prop.beam ../ebin/hipe_icode_call_elim.beam ../ebin/hipe_icode_ssa_copy_prop.beam ../ebin/hipe_icode_ssa_struct_reuse.beam ../ebin/hipe_icode_type.beam ../ebin/hipe_icode_ebb.beam ../ebin/hipe_icode_mulret.beam | |
rm -f ../boot_ebin/hipe_beam_to_icode.beam ../boot_ebin/hipe_icode.beam ../boot_ebin/hipe_icode_bincomp.beam ../boot_ebin/hipe_icode_callgraph.beam ../boot_ebin/hipe_icode_cfg.beam ../boot_ebin/hipe_icode_coordinator.beam ../boot_ebin/hipe_icode_fp.beam ../boot_ebin/hipe_icode_exceptions.beam ../boot_ebin/hipe_icode_inline_bifs.beam ../boot_ebin/hipe_icode_instruction_counter.beam ../boot_ebin/hipe_icode_liveness.beam ../boot_ebin/hipe_icode_pp.beam ../boot_ebin/hipe_icode_primops.beam ../boot_ebin/hipe_icode_range.beam ../boot_ebin/hipe_icode_split_arith.beam ../boot_ebin/hipe_icode_ssa.beam ../boot_ebin/hipe_icode_ssa_const_prop.beam ../boot_ebin/hipe_icode_call_elim.beam ../boot_ebin/hipe_icode_ssa_copy_prop.beam ../boot_ebin/hipe_icode_ssa_struct_reuse.beam ../boot_ebin/hipe_icode_type.beam ../boot_ebin/hipe_icode_ebb.beam ../boot_ebin/hipe_icode_mulret.beam | |
rm -f core | |
rm -f core | |
rm -f ../boot_ebin/hipe_bb.beam ../boot_ebin/hipe_dominators.beam ../boot_ebin/hipe_gen_cfg.beam | |
rm -f ../ebin/hipe_bb.beam ../ebin/hipe_dominators.beam ../ebin/hipe_gen_cfg.beam | |
rm -f core | |
rm -f core | |
rm -f ../ebin/hipe_timing.beam ../ebin/hipe_dot.beam ../ebin/hipe_digraph.beam ../ebin/hipe_dsets.beam | |
rm -f ../boot_ebin/hipe_timing.beam ../boot_ebin/hipe_dot.beam ../boot_ebin/hipe_digraph.beam ../boot_ebin/hipe_dsets.beam | |
rm -f core | |
rm -f core | |
rm -rf ../html/* | |
rm -rf ../html/* | |
rm -rf ../xml | |
rm -rf ../xml | |
rm -f ../man3/* | |
rm -f ../man3/* | |
rm -f ../pdf/hipe-3.19.1.pdf ../pdf/hipe-3.19.1.fo | |
rm -f ../pdf/hipe-3.19.1.pdf ../pdf/hipe-3.19.1.fo | |
rm -f errs core *~ | |
rm -f errs core *~ | |
=== Entering application ftp | |
rm -f ../ebin/ftp.beam ../ebin/ftp_app.beam ../ebin/ftp_progress.beam ../ebin/ftp_response.beam ../ebin/ftp_sup.beam ../ebin/ftp.app ../ebin/ftp.appup | |
rm -f errs core *~ | |
rm -rf ../html/* | |
rm -f ../man3/ftp.3 | |
rm -f ../pdf/ftp-1.0.2.pdf ../pdf/ftp-1.0.2.fo | |
rm -rf ../xml | |
rm -f errs core *~ | |
=== Leaving application ftp | |
=== Entering application tftp | |
rm -f ../ebin/tftp.beam ../ebin/tftp_app.beam ../ebin/tftp_binary.beam ../ebin/tftp_engine.beam ../ebin/tftp_file.beam ../ebin/tftp_lib.beam ../ebin/tftp_logger.beam ../ebin/tftp_sup.beam ../ebin/tftp.app ../ebin/tftp.appup | |
rm -f core | |
rm -rf ../html/* | |
rm -f ../man3/tftp.3 | |
rm -f ../pdf/tftp-1.0.1.pdf ../pdf/tftp-1.0.1.fo | |
rm -rf ../xml | |
rm -f errs core *~ | |
=== Leaving application tftp | |
/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/configure --cache-file=/dev/null CC=clang CFLAGS=-O2\ -g\ -fno-stack-check --disable-hipe --with-ssl=/usr/local/opt/[email protected] --enable-darwin-64bit | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for library containing strerror... none required | |
checking OTP release... 22 | |
checking OTP version... 22.0.7 | |
checking for gcc... (cached) clang | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether clang accepts -g... (cached) yes | |
checking for clang option to accept ISO C89... (cached) none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for getconf... getconf | |
checking for large file support CFLAGS... 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 CFLAGS for -O switch... yes | |
checking whether clang accepts -fprofile-generate -Werror...... yes | |
checking whether clang accepts -fprofile-use -Werror...... no | |
checking whether clang accepts -fprofile-use -fprofile-correction -Werror...... no | |
checking whether clang accepts -fprofile-instr-generate -Werror...... yes | |
checking for llvm-profdata... no | |
checking for xcrun... xcrun | |
checking for xcrun llvm-profdata... yes | |
checking whether clang accepts -fprofile-instr-use=default.profdata -Werror... no | |
checking whether to do PGO of erts... ./configure: line 5758: default: command not found | |
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 ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void *... 8 | |
checking target hardware architecture... amd64 | |
checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64 | |
configure: Adjusting LDFLAGS to cope with 64bit Darwin | |
checking if VM has to be linked with Carbon framework... yes | |
checking for mkdir... /bin/mkdir | |
checking for cp... /bin/cp | |
checking if we are building a sharing-preserving emulator... no | |
checking how to run the C preprocessor... 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 extra flags needed to export symbols... none | |
none | |
checking for sin in -lm... yes | |
checking for dlopen in -ldl... yes | |
checking for main in -linet... no | |
checking for openpty in -lutil... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking for kstat_open in -lkstat... no | |
checking for clock_gettime in -lrt... no | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... yes | |
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... yes | |
checking for clock_get_attributes... yes | |
checking for gethrtime... no | |
checking for mach clock_get_time() with monotonic clock type... yes | |
checking for pthread.h... (cached) yes | |
checking for pthread/mit/pthread.h... (cached) no | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for usable PTHREAD_STACK_MIN... yes | |
checking for pthread_spin_lock... no | |
checking for sched_yield... yes | |
checking whether sched_yield() returns an int... yes | |
checking for pthread_yield... no | |
checking for pthread_rwlock_init... yes | |
checking for pthread_rwlockattr_setkind_np... no | |
checking for pthread_attr_setguardsize... yes | |
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... no | |
checking for Linux futexes... no | |
checking for pthread_setname_np... darwin | |
checking for pthread_getname_np... linux | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of __int128_t... 16 | |
checking for a working __sync_synchronize()... yes | |
checking for 32-bit __sync_add_and_fetch()... yes | |
checking for 64-bit __sync_add_and_fetch()... yes | |
checking for 128-bit __sync_add_and_fetch()... yes | |
checking for 32-bit __sync_fetch_and_and()... yes | |
checking for 64-bit __sync_fetch_and_and()... yes | |
checking for 128-bit __sync_fetch_and_and()... yes | |
checking for 32-bit __sync_fetch_and_or()... yes | |
checking for 64-bit __sync_fetch_and_or()... yes | |
checking for 128-bit __sync_fetch_and_or()... yes | |
checking for 32-bit __sync_val_compare_and_swap()... yes | |
checking for 64-bit __sync_val_compare_and_swap()... yes | |
checking for 128-bit __sync_val_compare_and_swap()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
checking for 32-bit __atomic_compare_exchange_n()... yes | |
checking for 64-bit __atomic_compare_exchange_n()... yes | |
checking for 128-bit __atomic_compare_exchange_n()... yes | |
checking for a usable libatomic_ops implementation... no | |
checking whether default stack size should be modified... no | |
checking size of void *... (cached) 8 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 8 | |
checking size of long long... (cached) 8 | |
checking size of __int64... 0 | |
checking size of __int128_t... (cached) 16 | |
checking whether byte ordering is bigendian... no | |
checking whether double word ordering is middle-endian... no | |
checking for gcc cmpxchg16b plain asm support... yes | |
checking for posix_fadvise... no | |
checking for closefrom... no | |
checking linux/falloc.h usability... no | |
checking linux/falloc.h presence... no | |
checking for linux/falloc.h... no | |
checking whether fallocate() works... no | |
checking whether posix_fallocate() works... no | |
checking whether lock checking should be enabled... no | |
checking whether lock counters should be enabled... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for tgetent in -ltinfo... no | |
checking for tgetent in -lncurses... yes | |
checking for wcwidth... yes | |
checking for zlib 1.2.5 or higher... yes | |
checking for zlib inflateGetDictionary presence... checking for library containing inflateGetDictionary... none required | |
checking for connect... yes | |
checking for gethostbyname... yes | |
checking for gethostbyname_r... no | |
checking for working posix_openpt implementation... yes | |
checking if netdb.h requires netinet/in.h to be previously included... yes | |
checking for socklen_t... yes | |
checking for h_errno declaration in netdb.h... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/stropts.h usability... no | |
checking sys/stropts.h presence... no | |
checking for sys/stropts.h... no | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking for sys/time.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
checking sys/socketio.h usability... no | |
checking sys/socketio.h presence... no | |
checking for sys/socketio.h... no | |
checking net/errno.h usability... no | |
checking net/errno.h presence... no | |
checking for net/errno.h... no | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking libdlpi.h usability... no | |
checking libdlpi.h presence... no | |
checking for libdlpi.h... no | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sdkddkver.h usability... no | |
checking sdkddkver.h presence... no | |
checking for sdkddkver.h... no | |
checking for struct ifreq.ifr_hwaddr... no | |
checking for struct ifreq.ifr_enaddr... no | |
checking for dlpi_open in -ldlpi... no | |
configure: Extending the search to include /lib | |
checking for dlpi_open in -ldlpi... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking whether getrlimit is declared... yes | |
checking whether setrlimit is declared... yes | |
checking whether RLIMIT_STACK is declared... yes | |
checking for getrusage... yes | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking sys/devpoll.h usability... no | |
checking sys/devpoll.h presence... no | |
checking for sys/devpoll.h... no | |
checking sys/timerfd.h usability... no | |
checking sys/timerfd.h presence... no | |
checking for sys/timerfd.h... no | |
checking for netinet/sctp.h... no | |
checking for sched.h... (cached) yes | |
checking setns.h usability... no | |
checking setns.h presence... no | |
checking for setns.h... no | |
checking for setns... no | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking for SO_BSDCOMPAT declaration... no | |
checking for INADDR_LOOPBACK in netinet/in.h... yes | |
checking for sys_errlist declaration in stdio.h or errno.h... yes | |
checking if windows.h includes winsock2.h... no | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for off_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking whether struct sockaddr has sa_len field... yes | |
checking for struct exception (and matherr function)... 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 for C compiler 'restrict' support... yes | |
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... no | |
checking for broken gcc-4.3.0 compiler... no | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether double word ordering is middle-endian... (cached) no | |
checking for fdatasync... yes | |
checking for library containing fdatasync... none required | |
checking for sendfile... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking for ws2tcpip.h... no | |
checking for getaddrinfo... yes | |
checking whether getaddrinfo accepts enough flags... yes | |
checking for getnameinfo... yes | |
checking for getipnodebyname... yes | |
checking for getipnodebyaddr... yes | |
checking for gethostbyname2... yes | |
checking for ieee_handler... no | |
checking for fpsetmask... no | |
checking for finite... yes | |
checking for isnan... yes | |
checking for isinf... yes | |
checking for res_gethostbyname... no | |
checking for dlopen... yes | |
checking for pread... yes | |
checking for pwrite... yes | |
checking for memmove... yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for strncasecmp... yes | |
checking for gethrtime... (cached) no | |
checking for localtime_r... yes | |
checking for gmtime_r... yes | |
checking for inet_pton... yes | |
checking for mprotect... 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 isfinite... yes | |
checking for posix_memalign... yes | |
checking for writev... yes | |
checking whether posix2time is declared... yes | |
checking whether time2posix is declared... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for conflicting declaration of fread... yes | |
checking for putc_unlocked... yes | |
checking for fwrite_unlocked... no | |
checking for openpty... yes | |
checking net/if_dl.h usability... yes | |
checking net/if_dl.h presence... yes | |
checking for net/if_dl.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking netpacket/packet.h usability... no | |
checking netpacket/packet.h presence... no | |
checking for netpacket/packet.h... no | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking for getifaddrs... yes | |
checking whether in6addr_any is declared... yes | |
checking whether in6addr_loopback is declared... yes | |
checking whether IN6ADDR_ANY_INIT is declared... yes | |
checking whether IN6ADDR_LOOPBACK_INIT is declared... yes | |
checking whether IPV6_V6ONLY is declared... yes | |
checking for sched_getaffinity/sched_setaffinity... no | |
checking for pset functionality... no | |
checking for processor_bind functionality... no | |
checking for cpuset_getaffinity/cpuset_setaffinity... no | |
checking for 'end' symbol... no | |
checking for '_end' symbol... no | |
checking if __after_morecore_hook can track malloc()s core memory use... no | |
checking types of sbrk()s return value and argument... void *,int | |
checking types of brk()s return value and argument... void *,const void * | |
checking if sbrk()/brk() wrappers can track malloc()s core memory use... no | |
checking for IP version 6 support... yes | |
checking for multicast support... yes | |
checking for clock_gettime in -lrt... (cached) no | |
checking for clock_gettime() with wall clock type... CLOCK_REALTIME | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gettimeofday... yes | |
checking for mach clock_get_time() with wall clock type... yes | |
checking for clock_gettime in -lrt... (cached) no | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes | |
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking for clock_gettime in -lrt... (cached) no | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes | |
checking for clock_gettime() with high resolution monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) yes | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) yes | |
checking if gethrvtime works and how to use it... not working | |
checking if clock_gettime can be used to get thread CPU time... no | |
checking for m4... m4 | |
checking for unreliable floating point exceptions... unreliable | |
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... no | |
checking whether the code model is small... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for kvm_open in -lkvm... no | |
checking for javac.sh... no | |
checking for javac... javac | |
checking for JDK version 1.6... yes | |
checking for c++... c++ | |
checking for log2... yes | |
configure: creating ./config.status | |
config.status: creating emulator/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating epmd/src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating etc/common/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating include/internal/x86_64-apple-darwin20.5.0/ethread.mk | |
config.status: creating include/internal/x86_64-apple-darwin20.5.0/erts_internal.mk | |
config.status: creating lib_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../make/x86_64-apple-darwin20.5.0/otp.mk | |
config.status: creating ../make/make_emakefile | |
config.status: creating ../lib/os_mon/c_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../lib/runtime_tools/c_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../lib/tools/c_src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating ../make/install_dir_data.sh | |
config.status: creating x86_64-apple-darwin20.5.0/config.h | |
config.status: x86_64-apple-darwin20.5.0/config.h is unchanged | |
config.status: creating include/internal/x86_64-apple-darwin20.5.0/ethread_header_config.h | |
config.status: include/internal/x86_64-apple-darwin20.5.0/ethread_header_config.h is unchanged | |
config.status: creating include/x86_64-apple-darwin20.5.0/erl_int_sizes_config.h | |
config.status: include/x86_64-apple-darwin20.5.0/erl_int_sizes_config.h is unchanged | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/make === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/make" | |
Ignoring the --cache-file argument since it can cause the system to be erroneously configured | |
Disabling caching | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for ld... ld | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for env... /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... 10.4.4 | |
checking OTP release... 22 | |
checking OTP version... 22.0.7 | |
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 ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking 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 -O2 -g -fno-stack-check -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -O2 -g -fno-stack-check -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 -O2 -g -fno-stack-check -fPIC -fno-common | |
checking for linker for loadable drivers... clang | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
configure: creating ./config.status | |
config.status: creating ../Makefile | |
config.status: creating output.mk | |
config.status: creating ../make/x86_64-apple-darwin20.5.0/otp_ded.mk | |
config.status: creating emd2exml | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/common_test === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/common_test" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.0 | |
configure: creating ./config.status | |
config.status: creating priv/x86_64-apple-darwin20.5.0/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/crypto === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/crypto" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking 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 -O2 -g -fno-stack-check -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -O2 -g -fno-stack-check -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 -O2 -g -fno-stack-check -fPIC -fno-common | |
checking for linker for loadable drivers... clang | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
checking size of void *... (cached) 8 | |
checking for static ZLib to be used by SSL in standard locations... no | |
checking for OpenSSL kerberos 5 support... no | |
configure: creating ./config.status | |
config.status: creating c_src/x86_64-apple-darwin20.5.0/Makefile | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/erl_interface" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... clang -E | |
checking for ranlib... ranlib | |
checking for ld.sh... no | |
checking for ld... ld | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of void *... 8 | |
checking size of long long... 8 | |
checking target hardware architecture... amd64 | |
checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64 | |
checking for unaligned word access... yes: x86 or amd64 | |
checking for ar... ar | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking how to create a directory including parents... /usr/local/bin/ginstall -c -d | |
checking for gethostbyname in -lnsl... no | |
checking for getpeername in -lsocket... no | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for socklen_t usability... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether 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 cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking size of short... (cached) 2 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 8 | |
checking size of long long... (cached) 8 | |
checking size of __int128_t... 16 | |
checking for a working __sync_synchronize()... yes | |
checking for 32-bit __sync_add_and_fetch()... yes | |
checking for 64-bit __sync_add_and_fetch()... yes | |
checking for 128-bit __sync_add_and_fetch()... yes | |
checking for 32-bit __sync_fetch_and_and()... yes | |
checking for 64-bit __sync_fetch_and_and()... yes | |
checking for 128-bit __sync_fetch_and_and()... yes | |
checking for 32-bit __sync_fetch_and_or()... yes | |
checking for 64-bit __sync_fetch_and_or()... yes | |
checking for 128-bit __sync_fetch_and_or()... yes | |
checking for 32-bit __sync_val_compare_and_swap()... yes | |
checking for 64-bit __sync_val_compare_and_swap()... yes | |
checking for 128-bit __sync_val_compare_and_swap()... yes | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... yes | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... yes | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... yes | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... yes | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... yes | |
checking for 32-bit __atomic_compare_exchange_n()... yes | |
checking for 64-bit __atomic_compare_exchange_n()... yes | |
checking for 128-bit __atomic_compare_exchange_n()... yes | |
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes | |
configure: creating ./config.status | |
config.status: creating src/x86_64-apple-darwin20.5.0/Makefile | |
config.status: creating src/x86_64-apple-darwin20.5.0/eidefs.mk | |
config.status: creating src/x86_64-apple-darwin20.5.0/config.h | |
config.status: src/x86_64-apple-darwin20.5.0/config.h is unchanged | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/megaco === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/megaco" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -ll | |
checking whether yytext is a pointer... yes | |
checking for reentrant capable flex... yes | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking 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 -Werror=return-type -O2 -g -fno-stack-check -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -Werror=return-type -O2 -g -fno-stack-check -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 -Werror=return-type -O2 -g -fno-stack-check -fPIC -fno-common | |
checking for linker for loadable drivers... clang | |
checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/beam.smp | |
checking for 'runtime library path' linker flag... not found | |
checking for perl... perl | |
configure: creating ./config.status | |
config.status: creating examples/meas/Makefile | |
configure: creating ./config.status | |
config.status: creating examples/meas/Makefile | |
config.status: creating src/flex/x86_64-apple-darwin20.5.0/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/odbc === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/odbc" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking whether make sets $(MAKE)... yes | |
checking for ld.sh... no | |
checking for ld... ld | |
checking for rm... /bin/rm | |
checking for connect... yes | |
checking for gethostbyname... yes | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for sql.h... yes | |
checking for sqlext.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for struct sockaddr_in6.sin6_addr... yes | |
checking for memset... yes | |
checking for socket... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking size of void *... 8 | |
checking for odbc in standard locations... -L/usr/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-darwin20.5.0/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/snmp === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/snmp" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.0 | |
checking for perl... perl | |
configure: creating ./config.status | |
config.status: creating mibs/Makefile | |
=== Running configure in /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/wx === | |
./configure 'CC=clang' '--disable-hipe' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' CFLAGS='-O2 -g -fno-stack-check' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/lib/wx" | |
checking build system type... x86_64-apple-darwin20.5.0 | |
checking host system type... x86_64-apple-darwin20.5.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 we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... clang -E | |
configure: Building for darwin20.5.0 | |
checking for mixed cygwin or msys and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void *... 8 | |
checking Checking wxWidgets for min version:... -mmacosx-version-min=11 | |
checking if compiler accepts -ObjC... yes | |
checking GL/gl.h usability... no | |
checking GL/gl.h presence... no | |
checking for GL/gl.h... no | |
checking OpenGL/gl.h usability... yes | |
checking OpenGL/gl.h presence... yes | |
checking for OpenGL/gl.h... yes | |
checking GL/glu.h usability... no | |
checking GL/glu.h presence... no | |
checking for GL/glu.h... no | |
checking OpenGL/glu.h usability... yes | |
checking OpenGL/glu.h presence... yes | |
checking for OpenGL/glu.h... yes | |
checking for debug build of wxWidgets... checking for wx-config... /usr/local/bin/wx-config | |
checking for wxWidgets version >= 2.8.4 (--unicode --debug=yes)... yes (version 3.0.5) | |
checking for wxWidgets static library... no | |
checking for standard build of wxWidgets... checking for wx-config... (cached) /usr/local/bin/wx-config | |
checking for wxWidgets version >= 2.8.4 (--unicode --debug=no)... yes (version 3.0.5) | |
checking for wxWidgets static library... no | |
checking if wxwidgets have opengl support... yes | |
checking for GLintptr... yes | |
checking for GLintptrARB... yes | |
checking for GLchar... yes | |
checking for GLcharARB... yes | |
checking for GLhalfARB... yes | |
checking for GLint64EXT... yes | |
checking GLU Callbacks uses Tiger Style... no | |
checking for wx/stc/stc.h... yes | |
checking if we can link wxwidgets programs... yes | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes | |
configure: creating x86_64-apple-darwin20.5.0/config.status | |
config.status: creating config.mk | |
config.status: creating c_src/Makefile | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
MAKE depend | |
MAKE generate | |
GEN x86_64-apple-darwin20.5.0/gen_git_version.mk | |
GEN x86_64-apple-darwin20.5.0/opt/smp/OPCODES-GENERATED | |
GEN x86_64-apple-darwin20.5.0/opt/smp/TABLES-GENERATED | |
GEN x86_64-apple-darwin20.5.0/opt/smp/erl_alloc_types.h | |
GEN x86_64-apple-darwin20.5.0/erl_version.h | |
GEN x86_64-apple-darwin20.5.0/opt/smp/driver_tab.c | |
GEN x86_64-apple-darwin20.5.0/preload.c | |
GEN x86_64-apple-darwin20.5.0/opt/smp/GENERATED | |
MAKE depend | |
GEN x86_64-apple-darwin20.5.0/opt/smp/depend.mk | |
GEN x86_64-apple-darwin20.5.0/gen_git_version.mk | |
MAKE depend | |
GEN obj/x86_64-apple-darwin20.5.0/opt/depend.mk | |
make[4]: Nothing to be done for `depend'. | |
GEN x86_64-apple-darwin20.5.0/gen_git_version.mk | |
make[2]: Nothing to be done for `depend'. | |
MAKE depend | |
make[2]: Nothing to be done for `depend'. | |
MAKE emulator | |
MAKE opt | |
GEN x86_64-apple-darwin20.5.0/gen_git_version.mk | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_main.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/preload.o | |
EMU_CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_emu.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_process.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_opcodes.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_load.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_bif_load.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_debug.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_bp.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_catches.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/code_ix.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/beam_ranges.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_alloc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_mtrace.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_alloc_util.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_goodfit_alloc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bestfit_alloc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_afit_alloc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_init.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_atom_table.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_table.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_ddll.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_guard.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_info.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_op.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_os.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_lists.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_persistent.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_atomics.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_counters.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_trace.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_unique.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_wrap.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_nfunc_sched.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_guard_bifs.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_dirty_bif_wrap.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_trace.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/copy.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/utils.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/bif.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/io.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_printf_term.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_debug.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_md5.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_message.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_proc_sig_queue.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_process_dict.o | |
beam/erl_process_dict.c:1055:26: warning: expression does not compute the number of elements in this array; element type is 'unsigned int', not 'Uint' (aka 'unsigned long') [-Wsizeof-array-div] | |
int hi = sizeof(tab) / sizeof(Uint) - 1; | |
~~~ ^ | |
beam/erl_process_dict.c:1023:25: note: array 'tab' declared here | |
static unsigned int tab[] = | |
^ | |
beam/erl_process_dict.c:1055:26: note: place parentheses around the 'sizeof(Uint)' expression to silence this warning | |
int hi = sizeof(tab) / sizeof(Uint) - 1; | |
^ | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_process_lock.o | |
1 warning generated. | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_port_task.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_arith.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/time.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_time_sup.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/external.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/dist.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/binary.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_db.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_db_util.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_db_hash.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_db_tree.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_thr_progress.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/big.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/hash.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/index.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/atom.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/module.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/export.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/register.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/break.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_async.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_lock_check.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_gc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_lock_count.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_posix_str.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bits.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_math.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_fun.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_port.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_term.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_node_tables.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_monitor_link.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_process_dump.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_hl_timer.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_cpu_topology.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_drv_thread.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_chksum.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_re.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_unicode.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/packet_parser.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/safe_hash.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_zlib.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_nif.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_bif_binary.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_ao_firstfit_alloc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_thr_queue.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_sched_spec_pre_alloc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_ptab.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_map.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_msacc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_lock_flags.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_io_queue.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_db_catree.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/socket_dbg.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/socket_tarray.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/socket_util.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_flxctr.o | |
nifs/common/socket_util.c:987:10: warning: incompatible pointer types passing '__darwin_suseconds_t *' (aka 'int *') to parameter of type 'long *' [-Wincompatible-pointer-types] | |
if (!GET_LONG(env, eUSec, &timeP->tv_usec)) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
nifs/common/socket_int.h:378:62: note: expanded from macro 'GET_LONG' | |
#define GET_LONG(E, TE, LP) enif_get_long((E), (TE), (LP)) | |
^~~~ | |
beam/erl_nif_api_funcs.h:104:79: note: passing argument to parameter 'ip' here | |
ERL_NIF_API_FUNC_DECL(int,enif_get_long,(ErlNifEnv*, ERL_NIF_TERM term, long* ip)); | |
^ | |
1 warning generated. | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/sys.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/sys_drivers.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/sys_env.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/sys_uds.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/driver_tab.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/elib_memmove.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/gzio.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/unix_prim_file.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/sys_float.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/sys_time.o | |
sys/unix/sys_float.c:804:1: warning: no previous prototype for function 'matherr' [-Wmissing-prototypes] | |
matherr(struct exception *exc) | |
^ | |
sys/unix/sys_float.c:803:1: note: declare 'static' if the function is not intended to be used outside of this translation unit | |
int | |
^ | |
static | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_poll.o | |
1 warning generated. | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_check_io.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_mseg.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_mmap.o | |
sys/common/erl_check_io.c:1716: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:226: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:268: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:254:35: note: expanded from macro 'ERTS_POLL_EV_NKP_N2E' | |
#define ERTS_POLL_EV_NKP_N2E(EV) (EV) | |
^~ | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_osenv.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_unix_sys_ddll.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_mtrace_sys_wrap.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_sys_common_misc.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_os_monotonic_time_extender.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erlang_lttng.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/inet_drv.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/ram_file_drv.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/ttsl_drv.o | |
1 warning generated. | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_tracer_nif.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/prim_buffer_nif.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/prim_file_nif.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/zlib_nif.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/socket_nif.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/net_nif.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_latin_1_table.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_compile.o | |
nifs/common/socket_nif.c:16313:11: warning: unused variable 'xres' [-Wunused-variable] | |
char* xres; | |
^ | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_config.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_dfa_exec.o | |
GEN /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/pcre_exec_loop_break_cases.inc | |
1 warning generated. | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_fullinfo.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_get.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_globals.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_maketables.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_newline.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_ord2utf8.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_refcount.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_study.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_tables.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_valid_utf8.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_version.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_byte_order.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_jit_compile.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_string_utils.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_ucd.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_xclass.o | |
MAKE opt | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/ethr_aux.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/ethr_atomics.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_child_setup.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/ethr_mutex.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/smp/erl_poll.flbk.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/ethr_cbf.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/pcre_exec.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/ethread.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/ethr_event.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/erl_memory_trace_parser.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/erl_memory_trace_parser.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/erl_printf_format.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/erl_printf.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/erl_misc_utils.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/erl_printf_format.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/erl_printf.o | |
CC obj/x86_64-apple-darwin20.5.0/opt/r/erl_misc_utils.o | |
AR ../lib/internal/x86_64-apple-darwin20.5.0/libethread.a | |
AR ../lib/x86_64-apple-darwin20.5.0/liberts.a | |
RANLIB ../lib/internal/x86_64-apple-darwin20.5.0/libethread.a | |
RANLIB ../lib/x86_64-apple-darwin20.5.0/liberts.a | |
AR ../lib/x86_64-apple-darwin20.5.0/liberts_r.a | |
AR ../lib/internal/x86_64-apple-darwin20.5.0/liberts_internal.a | |
RANLIB ../lib/x86_64-apple-darwin20.5.0/liberts_r.a | |
RANLIB ../lib/internal/x86_64-apple-darwin20.5.0/liberts_internal.a | |
AR ../lib/internal/x86_64-apple-darwin20.5.0/liberts_internal_r.a | |
RANLIB ../lib/internal/x86_64-apple-darwin20.5.0/liberts_internal_r.a | |
GEN obj/x86_64-apple-darwin20.5.0/opt/MADE | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/erl_child_setup | |
AR /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/libepcre.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/emulator/pcre/obj/x86_64-apple-darwin20.5.0/opt/libepcre.a(pcre_string_utils.o) has no symbols | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/beam.smp | |
MAKE opt | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/inet_gethost.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/heart.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/erlexec.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/typer.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/dialyzer.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/erlc.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/escript.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/ct_run.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/safe_string.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/run_erl.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/to_erl.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/dyn_erl.o | |
VSN Install | |
VSN erl.src | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/inet_gethost | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/heart | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/typer | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/dialyzer | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/erlc | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/escript | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/ct_run | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/to_erl | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/dyn_erl | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/erlexec | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/run_erl | |
GEN etp-commands | |
MAKE opt | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/epmd.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/epmd_cli.o | |
CC /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/erts/obj/x86_64-apple-darwin20.5.0/epmd_srv.o | |
LD /Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/bin/x86_64-apple-darwin20.5.0/epmd | |
MAKE opt | |
make[4]: Nothing to be done for `all'. | |
(cd preloaded/src && make ../ebin/erts.app) | |
make[3]: `../ebin/erts.app' is up to date. | |
MAKE secondary_bootstrap_build | |
Makefile:72: warning: overriding commands for target `clean' | |
/Users/lambert/.asdf/plugins/erlang/kerl-home/builds/asdf_22.0.7/otp_src_22.0.7/make/otp_subdir.mk:29: warning: ignoring old commands for target `clean' | |
=== Entering application hipe | |
ERLC ../ebin/hipe_consttab.beam | |
ERLC ../ebin/hipe_gensym.beam | |
/bin/sh: line 1: 52264 Segmentation fault: 11 erlc -W +debug_info -Werror +warn_export_vars +warn_missing_spec +warn_untyped_record -o../ebin hipe_consttab.erl | |
/bin/sh: line 1: 52265 Segmentation fault: 11 erlc -W +debug_info -Werror +warn_export_vars +warn_missing_spec +warn_untyped_record -o../ebin hipe_gensym.erl | |
make[3]: *** [../ebin/hipe_gensym.beam] Error 139 | |
make[3]: *** Waiting for unfinished jobs.... | |
make[3]: *** [../ebin/hipe_consttab.beam] Error 139 | |
make[2]: *** [opt] Error 2 | |
make[1]: *** [opt] Error 2 | |
make: *** [secondary_bootstrap_build] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment