Skip to content

Instantly share code, notes, and snippets.

@dkarter
Last active March 14, 2022 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkarter/16e97e0c7ba1ea87d1ff4c9299ab3ec1 to your computer and use it in GitHub Desktop.
Save dkarter/16e97e0c7ba1ea87d1ff4c9299ab3ec1 to your computer and use it in GitHub Desktop.
ASDF Erlang Failed Install Log (POP_OS)
/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/configure --cache-file=/dev/null CC=clang CPPFLAGS=-I/usr/local/opt/qt/include\ -I/usr/local/opt/openssl\@1\.1/include LDFLAGS=-L/usr/local/opt/qt/lib\ -L/usr/local/opt/openssl\@1\.1/lib --with-ssl=/usr/include/openssl
=== Running configure in /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts ===
./configure 'CC=clang' 'CPPFLAGS=-I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include' '--with-ssl=/usr/include/openssl' LDFLAGS='-L/usr/local/opt/qt/lib -L/usr/local/opt/openssl@1.1/lib' --disable-option-checking --cache-file=/dev/null --srcdir="/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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... 24
checking OTP version... 24.2
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 mingw-gcc and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking if we mix WSL with another native compiler... no
checking for getconf... getconf
checking for large file support CFLAGS... none
checking for large file support LDFLAGS... none
checking for large file support LIBS... none
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to WERRORFLAGS (via CFLAGS)... yes
checking if we can add -fno-common to CFLAGS (via CFLAGS)... yes
checking C99 support... yes
checking CFLAGS for -O switch... yes
checking whether clang accepts -fprofile-generate -Werror...... yes
checking whether clang accepts -fprofile-use -Werror...... yes
checking whether clang accepts -fprofile-use -fprofile-correction -Werror...... yes
checking whether clang links with -fprofile-generate... yes
checking whether clang accepts -fprofile-instr-generate -Werror...... yes
checking for llvm-profdata... no
checking for xcrun... no
checking whether to do PGO of erts... yes, using -fprofile-generate -fprofile-correction
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
checking if VM has to be linked with Carbon framework... no
checking for mkdir... /bin/mkdir
checking for cp... /bin/cp
checking if we are building a sharing-preserving emulator... no
checking how to run the C preprocessor... 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/bin/install -c
checking how to create a directory including parents... /usr/bin/install -c -d
checking for extra flags needed to export symbols... -Wl,-export-dynamic
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
checking for main in -linet... no
checking for openpty in -lutil... yes
checking size of void *... (cached) 8
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... (cached) getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking for kstat_open in -lkstat... no
checking for clock_gettime in -lrt... yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... yes
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... yes
checking for clock_get_attributes... no
checking for gethrtime... no
checking for mach clock_get_time() with monotonic clock type... no
checking if SIGUSR1 and SIGUSR2 can be used... yes
checking if sigaltstack can be used... yes
checking for pthread.h... (cached) yes
checking for pthread/mit/pthread.h... (cached) no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for usable PTHREAD_STACK_MIN... yes
checking for pthread_spin_lock... yes
checking for sched_yield... yes
checking whether sched_yield() returns an int... yes
checking for pthread_yield... no
checking for pthread_rwlock_init... yes
checking for pthread_rwlockattr_setkind_np... yes
checking for PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP... yes
checking for pthread_attr_setguardsize... yes
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... yes
checking for Linux futexes... yes
checking for pthread_setname_np... linux
checking for pthread_getname_np... linux
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int128_t... 16
checking for a working __sync_synchronize()... yes
checking for 32-bit __sync_add_and_fetch()... yes
checking for 64-bit __sync_add_and_fetch()... yes
checking for 128-bit __sync_add_and_fetch()... no
checking for 32-bit __sync_fetch_and_and()... yes
checking for 64-bit __sync_fetch_and_and()... yes
checking for 128-bit __sync_fetch_and_and()... no
checking for 32-bit __sync_fetch_and_or()... yes
checking for 64-bit __sync_fetch_and_or()... yes
checking for 128-bit __sync_fetch_and_or()... no
checking for 32-bit __sync_val_compare_and_swap()... yes
checking for 64-bit __sync_val_compare_and_swap()... yes
checking for 128-bit __sync_val_compare_and_swap()... no
checking for 32-bit __atomic_store_n()... yes
checking for 64-bit __atomic_store_n()... yes
checking for 128-bit __atomic_store_n()... no
checking for 32-bit __atomic_load_n()... yes
checking for 64-bit __atomic_load_n()... yes
checking for 128-bit __atomic_load_n()... no
checking for 32-bit __atomic_add_fetch()... yes
checking for 64-bit __atomic_add_fetch()... yes
checking for 128-bit __atomic_add_fetch()... no
checking for 32-bit __atomic_fetch_and()... yes
checking for 64-bit __atomic_fetch_and()... yes
checking for 128-bit __atomic_fetch_and()... no
checking for 32-bit __atomic_fetch_or()... yes
checking for 64-bit __atomic_fetch_or()... yes
checking for 128-bit __atomic_fetch_or()... no
checking for 32-bit __atomic_compare_exchange_n()... yes
checking for 64-bit __atomic_compare_exchange_n()... yes
checking for 128-bit __atomic_compare_exchange_n()... no
checking for a usable libatomic_ops implementation... no
checking whether default stack size should be modified... no
checking size of void *... (cached) 8
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of __int64... 0
checking size of __int128_t... (cached) 16
checking whether byte ordering is bigendian... no
checking whether double word ordering is middle-endian... no
checking for gcc cmpxchg16b plain asm support... yes
checking for gcc pic cmpxchg16b plain asm support... yes
checking for posix_fadvise... yes
checking for closefrom... yes
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking whether fallocate() works... yes
checking whether posix_fallocate() works... yes
checking whether lock checking should be enabled... no
checking whether lock counters should be enabled... no
checking whether dlopen() needs to be called before first call to dlerror()... no
checking for kstat_open in -lkstat... (cached) no
checking for tgetent in -ltinfo... yes
checking for wcwidth... yes
checking for zlib 1.2.5 or higher... yes
checking for library containing inflateGetDictionary... none required
checking for localtime_r... yes
checking for strftime... yes
checking for getprotoent... yes
checking for setprotoent... yes
checking for endprotoent... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for if_nameindex... yes
checking for if_freenameindex... yes
checking for gethostname... yes
checking for struct ifreq.ifr_map... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_ifindex... yes
checking for struct ifreq.ifr_index... no
checking for connect... yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for working posix_openpt implementation... yes
checking if netdb.h requires netinet/in.h to be previously included... yes
checking for socklen_t... yes
checking for h_errno declaration in netdb.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for sys/types.h... (cached) yes
checking sys/stropts.h usability... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/socketio.h usability... no
checking sys/socketio.h presence... no
checking for sys/socketio.h... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking libdlpi.h usability... no
checking libdlpi.h presence... no
checking for libdlpi.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sdkddkver.h usability... no
checking sdkddkver.h presence... no
checking for sdkddkver.h... no
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking for struct ifreq.ifr_hwaddr... (cached) yes
checking for struct ifreq.ifr_enaddr... no
checking for dlpi_open in -ldlpi... no
configure: Extending the search to include /lib
checking for dlpi_open in -ldlpi... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether RLIMIT_STACK is declared... yes
checking for getrusage... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking for netinet/sctp.h... no
checking for sched.h... (cached) yes
checking setns.h usability... no
checking setns.h presence... no
checking for setns.h... no
checking for setns... yes
checking for linux/types.h... yes
checking for linux/errqueue.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for SO_BSDCOMPAT declaration... yes
checking for INADDR_LOOPBACK in netinet/in.h... yes
checking for sys_errlist declaration in stdio.h or errno.h... no
checking if windows.h includes winsock2.h... no
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether struct sockaddr has sa_len field... no
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of void *... (cached) 8
checking size of long long... (cached) 8
checking size of size_t... 8
checking size of off_t... 8
checking size of time_t... 8
checking size of suseconds_t... 8
checking size of _Float16... 0
checking for C compiler 'restrict' support... yes
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... no
checking for broken gcc-4.3.0 compiler... no
checking whether byte ordering is bigendian... (cached) no
checking whether double word ordering is middle-endian... (cached) no
checking for fdatasync... yes
checking for library containing fdatasync... none required
checking for sendfile... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for ws2tcpip.h... no
checking for getaddrinfo... yes
checking whether getaddrinfo accepts enough flags... yes
checking for getnameinfo... yes
checking for getipnodebyname... no
checking for getipnodebyaddr... no
checking for gethostbyname2... yes
checking for ieee_handler... no
checking for fpsetmask... no
checking for finite... yes
checking for isnan... yes
checking for isinf... yes
checking for res_gethostbyname... no
checking for dlopen... yes
checking for pread... yes
checking for pwrite... yes
checking for memmove... yes
checking for strerror... yes
checking for strerror_r... yes
checking for strncasecmp... yes
checking for gethrtime... (cached) no
checking for localtime_r... (cached) yes
checking for gmtime_r... yes
checking for mprotect... yes
checking for madvise... yes
checking for posix_madvise... yes
checking for mmap... yes
checking for mremap... yes
checking for memcpy... yes
checking for mallopt... yes
checking for sbrk... yes
checking for _sbrk... no
checking for __sbrk... yes
checking for brk... yes
checking for _brk... no
checking for __brk... no
checking for flockfile... yes
checking for fstat... yes
checking for strlcpy... no
checking for strlcat... no
checking for setsid... yes
checking for posix2time... no
checking for time2posix... no
checking for setlocale... yes
checking for nl_langinfo... yes
checking for poll... yes
checking for mlockall... yes
checking for ppoll... yes
checking for vsyslog... yes
checking for inet_pton... yes
checking for isfinite... no
checking for posix_memalign... yes
checking for writev... yes
checking whether posix2time is declared... no
checking whether time2posix is declared... no
checking for vprintf... yes
checking for _doprnt... no
checking for conflicting declaration of fread... yes
checking for putc_unlocked... yes
checking for fwrite_unlocked... yes
checking for openpty... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for netpacket/packet.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for getifaddrs... yes
checking for struct sockaddr_un.sun_path... yes
checking whether in6addr_any is declared... yes
checking whether in6addr_loopback is declared... yes
checking whether IN6ADDR_ANY_INIT is declared... yes
checking whether IN6ADDR_LOOPBACK_INIT is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking for sched_getaffinity/sched_setaffinity... yes
checking for pset functionality... no
checking for processor_bind functionality... no
checking for cpuset_getaffinity/cpuset_setaffinity... no
checking for 'end' symbol... yes
checking for '_end' symbol... yes
checking if __after_morecore_hook can track malloc()s core memory use... no
checking types of sbrk()s return value and argument... void *,intptr_t
checking types of brk()s return value and argument... int,void *
checking if sbrk()/brk() wrappers can track malloc()s core memory use... no
checking for IP version 6 support... yes
checking for multicast support... yes
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime() with wall clock type... CLOCK_REALTIME
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gettimeofday... yes
checking for mach clock_get_time() with wall clock type... no
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gethrtime... (cached) no
checking for mach clock_get_time() with monotonic clock type... (cached) no
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
checking for clock_gettime() with high resolution monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gethrtime... (cached) no
checking for mach clock_get_time() with monotonic clock type... (cached) no
checking if gethrvtime works and how to use it... not working
checking if clock_gettime can be used to get thread CPU time... yes
checking for m4... m4
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for C++17 support... yes
checking for safe signal delivery... yes
checking whether to redefine FD_SETSIZE... no
checking for working poll()... yes
checking whether epoll is level triggered... yes
checking whether kernel poll support should be enabled... yes; epoll
checking whether putenv() stores a copy of the key-value pair... no
checking for a compiler that handles jumptables... clang
checking for kstat_open in -lkstat... (cached) no
checking for kvm_open in -lkvm... no
checking for javac.sh... no
checking for javac... javac
checking for JDK version 1.6... yes
checking for log2... yes
configure: creating ./config.status
config.status: creating emulator/x86_64-pc-linux-gnu/Makefile
config.status: creating epmd/src/x86_64-pc-linux-gnu/Makefile
config.status: creating etc/common/x86_64-pc-linux-gnu/Makefile
config.status: creating include/internal/x86_64-pc-linux-gnu/ethread.mk
config.status: creating include/internal/x86_64-pc-linux-gnu/erts_internal.mk
config.status: creating lib_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../make/x86_64-pc-linux-gnu/otp.mk
config.status: creating ../make/make_emakefile
config.status: creating ../lib/os_mon/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../lib/runtime_tools/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../lib/tools/c_src/x86_64-pc-linux-gnu/Makefile
config.status: creating ../make/install_dir_data.sh
config.status: creating x86_64-pc-linux-gnu/config.h
config.status: creating include/internal/x86_64-pc-linux-gnu/ethread_header_config.h
config.status: creating include/x86_64-pc-linux-gnu/erl_int_sizes_config.h
=== Running configure in /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/make ===
./configure 'CC=clang' 'CPPFLAGS=-I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include' '--with-ssl=/usr/include/openssl' LDFLAGS='-L/usr/local/opt/qt/lib -L/usr/local/opt/openssl@1.1/lib' --disable-option-checking --cache-file=/dev/null --srcdir="/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/make"
Ignoring the --cache-file argument since it can cause the system to be erroneously configured
Disabling caching
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 mingw-gcc and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking if we mix WSL with another native compiler... no
checking for env... /bin/env
checking for GNU make... yes (make)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for perl5... no
checking for perl... /usr/bin/perl
checking ERTS version... 12.2
checking OTP release... 24
checking OTP version... 24.2
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 for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes
checking for ld... clang
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -g -O2 -I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -g -O2 -I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include -D_GNU_SOURCE -fPIC
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -g -O2 -I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include -D_GNU_SOURCE -fPIC
checking for linker for loadable drivers... clang
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic
checking for 'runtime library path' linker flag... -Wl,-R
configure: creating ./config.status
config.status: creating ../Makefile
config.status: creating output.mk
config.status: creating ../make/x86_64-pc-linux-gnu/otp_ded.mk
config.status: creating emd2exml
config.status: WARNING: '../Makefile.in' seems to ignore the --datarootdir setting
=== Running configure in /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/common_test ===
./configure 'CC=clang' 'CPPFLAGS=-I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include' '--with-ssl=/usr/include/openssl' LDFLAGS='-L/usr/local/opt/qt/lib -L/usr/local/opt/openssl@1.1/lib' --disable-option-checking --cache-file=/dev/null --srcdir="/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/common_test"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: creating ./config.status
config.status: creating priv/x86_64-pc-linux-gnu/Makefile
=== Running configure in /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/crypto ===
./configure 'CC=clang' 'CPPFLAGS=-I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include' '--with-ssl=/usr/include/openssl' LDFLAGS='-L/usr/local/opt/qt/lib -L/usr/local/opt/openssl@1.1/lib' --disable-option-checking --cache-file=/dev/null --srcdir="/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/crypto"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 mingw-gcc and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking if we mix WSL with another native compiler... no
checking how to run the C preprocessor... 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 for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes
checking for ld... clang
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -g -O2 -I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
checking for basic compiler flags for loadable drivers... -fno-common -g -O2 -I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include -D_GNU_SOURCE -fPIC
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -g -O2 -I/usr/local/opt/qt/include -I/usr/local/opt/openssl@1.1/include -D_GNU_SOURCE -fPIC
checking for linker for loadable drivers... clang
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic
checking for 'runtime library path' linker flag... -Wl,-R
checking for multiarch directory... x86_64-linux-gnu
checking size of void *... 8
checking for static zlib... /usr/lib/x86_64-linux-gnu/libz.a
checking for OpenSSL header in /usr/include/openssl... configure: error: no OpenSSL header found in /usr/include/openssl
ERROR: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/crypto/configure failed!
Makefile:1235: warning: overriding recipe for target 'dialyzer'
Makefile:510: warning: ignoring old recipe for target 'dialyzer'
Makefile:1235: warning: overriding recipe for target 'dialyzer'
Makefile:510: warning: ignoring old recipe for target 'dialyzer'
MAKE depend
gmake[1]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
MAKE generate
gmake[2]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
GEN x86_64-pc-linux-gnu/opt/jit/OPCODES-GENERATED
GEN x86_64-pc-linux-gnu/opt/jit/TABLES-GENERATED
GEN x86_64-pc-linux-gnu/opt/jit/erl_alloc_types.h
GEN x86_64-pc-linux-gnu/erl_version.h
GEN x86_64-pc-linux-gnu/opt/jit/driver_tab.c
gmake[3]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
MAKE opt
gmake[4]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
GEN obj/x86_64-pc-linux-gnu/opt/depend.mk
GEN x86_64-pc-linux-gnu/preload.c
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/simple_c_gc.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/re.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_lexer.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_main.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_node.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_parser.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_printers.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_string.o
clangclangclangclangclang: clangclang: : : : : warning: warning: warning: : warning: warning: warning: warning: argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]
clangclangclangclangclangclangclang: : : : : : : warning: warning: warning: warning: warning: warning: warning: argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_symbol.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_utils.o
clang: warning: argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/x86_64-pc-linux-gnu/ycf_yield_fun.o
clang: warning: argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-L/usr/local/opt/qt/lib' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-L/usr/local/opt/openssl@1.1/lib' [-Wunused-command-line-argument]
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_aux.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_atomics.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_mutex.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_cbf.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethread.o
CC obj/x86_64-pc-linux-gnu/opt/r/ethr_event.o
CC obj/x86_64-pc-linux-gnu/opt/erl_memory_trace_parser.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_memory_trace_parser.o
CC obj/x86_64-pc-linux-gnu/opt/erl_printf_format.o
CC obj/x86_64-pc-linux-gnu/opt/erl_printf.o
CC obj/x86_64-pc-linux-gnu/opt/erl_misc_utils.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_printf_format.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_printf.o
CC obj/x86_64-pc-linux-gnu/opt/r/erl_misc_utils.o
LD /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src/yielding_c_fun/bin/x86_64-pc-linux-gnu/yielding_c_fun
AR ../lib/x86_64-pc-linux-gnu/liberts.a
AR ../lib/internal/x86_64-pc-linux-gnu/liberts_internal.a
RANLIB ../lib/x86_64-pc-linux-gnu/liberts.a
RANLIB ../lib/internal/x86_64-pc-linux-gnu/liberts_internal.a
AR ../lib/internal/x86_64-pc-linux-gnu/libethread.a
RANLIB ../lib/internal/x86_64-pc-linux-gnu/libethread.a
AR ../lib/x86_64-pc-linux-gnu/liberts_r.a
RANLIB ../lib/x86_64-pc-linux-gnu/liberts_r.a
AR ../lib/internal/x86_64-pc-linux-gnu/liberts_internal_r.a
RANLIB ../lib/internal/x86_64-pc-linux-gnu/liberts_internal_r.a
GEN obj/x86_64-pc-linux-gnu/opt/MADE
gmake[4]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
gmake[3]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
GEN x86_64-pc-linux-gnu/erl_db_insert_list.ycf.h
GEN x86_64-pc-linux-gnu/erl_map.ycf.h
GEN x86_64-pc-linux-gnu/utils.ycf.h
GEN x86_64-pc-linux-gnu/opt/jit/GENERATED
gmake[2]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
gmake[1]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
gmake[1]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
MAKE depend
gmake[2]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
GEN x86_64-pc-linux-gnu/opt/jit/depend.mk
gmake[3]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
MAKE depend
gmake[4]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
gmake[4]: Nothing to be done for 'depend'.
gmake[4]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
gmake[3]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
gmake[2]: Nothing to be done for 'depend'.
gmake[2]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
gmake[1]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
gmake[1]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
MAKE depend
gmake[2]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
gmake[2]: Nothing to be done for 'depend'.
gmake[2]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
gmake[1]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/lib_src'
MAKE erl_interface
gmake[1]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface'
=== Entering application erl_interface
gmake[2]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/src'
MAKE opt
gmake[3]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/src'
GEN x86_64-pc-linux-gnu/depend.mk
CC x86_64-pc-linux-gnu/depend.mk
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_connect.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_resolve.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/eirecv.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send_exit.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/send_reg.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_atom.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_big.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_bignum.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_binary.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_boolean.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_char.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_double.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_fun.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_intlist.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_iodata.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_list_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_long.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_pid.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_port.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_skip.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ref.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_string.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_trace.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_tuple_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ulong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_version.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_longlong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/decode_ulonglong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_atom.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_big.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_bignum.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_binary.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_boolean.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_char.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_double.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_fun.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_list_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_long.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_pid.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_port.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ref.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_string.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_trace.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_tuple_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ulong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_version.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_longlong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/encode_ulonglong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_port.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_publish.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/epmd_unpublish.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_decode_term.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_format.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_locking.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_malloc.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_portio.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_printterm.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_pthreads.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_trace.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_x_encode.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/eimd5.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/get_type.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/show_msg.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_compat.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_init.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/ei_cmp_nc.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_names.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_register.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_unregister.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.st/x86_64-pc-linux-gnu/global_whereis.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_connect.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_resolve.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/eirecv.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send_exit.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/send_reg.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_atom.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_big.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_bignum.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_binary.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_boolean.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_char.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_double.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_fun.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_intlist.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_iodata.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_list_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_long.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_pid.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_port.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ref.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_skip.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_string.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_trace.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_tuple_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ulong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_version.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_longlong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/decode_ulonglong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_atom.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_big.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_bignum.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_binary.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_boolean.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_char.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_double.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_fun.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_list_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_long.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_pid.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_port.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ref.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_string.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_trace.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_tuple_header.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ulong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_version.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_longlong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/encode_ulonglong.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_port.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_publish.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/epmd_unpublish.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_decode_term.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_format.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_locking.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_malloc.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_portio.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_printterm.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_pthreads.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_trace.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_x_encode.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/eimd5.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/get_type.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/show_msg.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_compat.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_init.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/ei_cmp_nc.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_names.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_register.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_unregister.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj.mt/x86_64-pc-linux-gnu/global_whereis.o
AR /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei_st.a
RANLIB /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei_st.a
AR /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei.a
RANLIB /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/obj/x86_64-pc-linux-gnu/libei.a
LD /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/bin/x86_64-pc-linux-gnu/erl_call
gmake[3]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/src'
gmake[2]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/src'
gmake[2]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/doc/src'
gmake[2]: Nothing to be done for 'opt'.
gmake[2]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface/doc/src'
=== Leaving application erl_interface
gmake[1]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/lib/erl_interface'
MAKE emulator
gmake[1]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts'
gmake[2]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts'
gmake[3]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
MAKE opt
gmake[4]: Entering directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_main.o
CC obj/x86_64-pc-linux-gnu/opt/jit/preload.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_process.o
CC obj/x86_64-pc-linux-gnu/opt/jit/asm_load.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_jit_common.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_common.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_bif_load.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_bp.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_catches.o
beam/erl_process.c:5334:2: warning: variable 'sum__' set but not used [-Wunused-but-set-variable]
ERTS_DBG_CHK_FULL_REDS_HISTORY(rq);
^
beam/erl_process.c:4659:9: note: expanded from macro 'ERTS_DBG_CHK_FULL_REDS_HISTORY'
int sum__ = 0; \
^
beam/erl_process.c:4785:41: warning: variable 'oowc' set but not used [-Wunused-but-set-variable]
int forced, active, current_active, oowc, half_full_scheds, full_scheds,
^
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_debug.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_load.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_opcodes.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_ranges.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_transform.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_transform_engine.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_transform_helpers.o
CC obj/x86_64-pc-linux-gnu/opt/jit/code_ix.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_mtrace.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_alloc_util.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_goodfit_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bestfit_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_afit_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_init.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_atom_table.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_table.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_ddll.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_guard.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_info.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_op.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_os.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_lists.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_persistent.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_atomics.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_counters.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_trace.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_unique.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_guard_bifs.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_dirty_bif_wrap.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_trace.o
CC obj/x86_64-pc-linux-gnu/opt/jit/copy.o
CC obj/x86_64-pc-linux-gnu/opt/jit/utils.o
CC obj/x86_64-pc-linux-gnu/opt/jit/bif.o
CC obj/x86_64-pc-linux-gnu/opt/jit/io.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_printf_term.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_debug.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_md5.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_message.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_proc_sig_queue.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_process_dict.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_process_lock.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_port_task.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_arith.o
CC obj/x86_64-pc-linux-gnu/opt/jit/time.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_time_sup.o
CC obj/x86_64-pc-linux-gnu/opt/jit/external.o
CC obj/x86_64-pc-linux-gnu/opt/jit/dist.o
CC obj/x86_64-pc-linux-gnu/opt/jit/binary.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_db.o
2 warnings generated.
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_db_util.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_db_hash.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_db_tree.o
beam/erl_db_util.c:4171:9: warning: variable 'heap_used' set but not used [-Wunused-but-set-variable]
int heap_used = 0;
^
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_thr_progress.o
CC obj/x86_64-pc-linux-gnu/opt/jit/big.o
CC obj/x86_64-pc-linux-gnu/opt/jit/hash.o
CC obj/x86_64-pc-linux-gnu/opt/jit/index.o
CC obj/x86_64-pc-linux-gnu/opt/jit/atom.o
CC obj/x86_64-pc-linux-gnu/opt/jit/module.o
CC obj/x86_64-pc-linux-gnu/opt/jit/export.o
CC obj/x86_64-pc-linux-gnu/opt/jit/register.o
CC obj/x86_64-pc-linux-gnu/opt/jit/break.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_async.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_lock_check.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_dyn_lock_check.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_gc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_lock_count.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_posix_str.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bits.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_math.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_fun.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_port.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_term.o
1 warning generated.
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_node_tables.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_monitor_link.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_process_dump.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_hl_timer.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_cpu_topology.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_drv_thread.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_chksum.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_re.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_unicode.o
CC obj/x86_64-pc-linux-gnu/opt/jit/packet_parser.o
CC obj/x86_64-pc-linux-gnu/opt/jit/safe_hash.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_zlib.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_nif.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_binary.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_ao_firstfit_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_thr_queue.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_sched_spec_pre_alloc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_ptab.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_map.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_msacc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_lock_flags.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_io_queue.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_db_catree.o
CC obj/x86_64-pc-linux-gnu/opt/jit/socket_dbg.o
CC obj/x86_64-pc-linux-gnu/opt/jit/socket_tarray.o
CC obj/x86_64-pc-linux-gnu/opt/jit/socket_util.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_flxctr.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_nfunc_sched.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_global_literals.o
CC obj/x86_64-pc-linux-gnu/opt/jit/beam_file.o
CC obj/x86_64-pc-linux-gnu/opt/jit/sys.o
CC obj/x86_64-pc-linux-gnu/opt/jit/sys_drivers.o
CC obj/x86_64-pc-linux-gnu/opt/jit/sys_env.o
CC obj/x86_64-pc-linux-gnu/opt/jit/sys_uds.o
CC obj/x86_64-pc-linux-gnu/opt/jit/driver_tab.o
CC obj/x86_64-pc-linux-gnu/opt/jit/unix_prim_file.o
CC obj/x86_64-pc-linux-gnu/opt/jit/sys_float.o
CC obj/x86_64-pc-linux-gnu/opt/jit/sys_time.o
CC obj/x86_64-pc-linux-gnu/opt/jit/sys_signal_stack.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_poll.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_check_io.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_mseg.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_mmap.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_osenv.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_unix_sys_ddll.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_mtrace_sys_wrap.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_sys_common_misc.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_os_monotonic_time_extender.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erlang_lttng.o
CC obj/x86_64-pc-linux-gnu/opt/jit/inet_drv.o
CC obj/x86_64-pc-linux-gnu/opt/jit/ram_file_drv.o
CC obj/x86_64-pc-linux-gnu/opt/jit/ttsl_drv.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_tracer_nif.o
CC obj/x86_64-pc-linux-gnu/opt/jit/prim_buffer_nif.o
CC obj/x86_64-pc-linux-gnu/opt/jit/prim_file_nif.o
CC obj/x86_64-pc-linux-gnu/opt/jit/zlib_nif.o
CC obj/x86_64-pc-linux-gnu/opt/jit/prim_socket_nif.o
CC obj/x86_64-pc-linux-gnu/opt/jit/prim_net_nif.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_latin_1_table.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_compile.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_config.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_dfa_exec.o
GEN /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/pcre_exec_loop_break_cases.inc
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_fullinfo.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_get.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_globals.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_maketables.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_newline.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_ord2utf8.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_refcount.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_study.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_tables.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_valid_utf8.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_version.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_byte_order.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_jit_compile.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_string_utils.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_ucd.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_xclass.o
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_child_setup.o
CXX x86_64-pc-linux-gnu/opt/jit/asmjit/asmjit.hpp.gch
CC obj/x86_64-pc-linux-gnu/opt/jit/erl_poll.flbk.o
CC /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/pcre_exec.o
LD /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/bin/x86_64-pc-linux-gnu/erl_child_setup
CXX obj/x86_64-pc-linux-gnu/opt/jit/beam_asm.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/beam_asm_global.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/beam_asm_module.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/beam_asm_perf.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_arith.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_bs.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_bif.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_call.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_common.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_float.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_guard_bifs.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_map.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_msg.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_select.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/instr_trace.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/archtraits.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/assembler.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/builder.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/codeholder.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/codewriter.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/compiler.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/constpool.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/cpuinfo.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/emithelper.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/emitter.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/emitterutils.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/environment.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/errorhandler.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/formatter.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/funcargscontext.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/func.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/globals.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/inst.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/jitallocator.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/jitruntime.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/logger.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/operand.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/osutils.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/ralocal.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/rapass.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/rastack.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/string.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/support.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/target.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/type.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/virtmem.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/zone.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonehash.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonelist.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonestack.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonetree.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/core/zonevector.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86assembler.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86builder.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86compiler.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86emithelper.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86features.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86formatter.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86func.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86instapi.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86instdb.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86operand.o
CXX obj/x86_64-pc-linux-gnu/opt/jit/asmjit/x86/x86rapass.o
AR /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a
LD /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/bin/x86_64-pc-linux-gnu/beam.jit
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_process.o: relocation R_X86_64_32 against symbol `erts_proc' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/asm_load.o: relocation R_X86_64_32S against symbol `bif_table' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_jit_common.o: relocation R_X86_64_32 against symbol `exp_receive' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_common.o: relocation R_X86_64_32 against symbol `erts_u_bifs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_bif_load.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_bp.o: relocation R_X86_64_32 against symbol `erts_dirty_bp_ix_mtx' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_catches.o: relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_debug.o: relocation R_X86_64_32S against symbol `erts_allctrs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_load.o: relocation R_X86_64_32S against symbol `beam_load_prepared_dtor' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_ranges.o: relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_transform.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_transform_engine.o: relocation R_X86_64_32S against symbol `gen_opc' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_transform_helpers.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/code_ix.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_alloc.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_mtrace.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_alloc_util.o: relocation R_X86_64_32S against symbol `erts_alc_n2t' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_goodfit_alloc.o: relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bestfit_alloc.o: relocation R_X86_64_32 against `.text' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_afit_alloc.o: relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_init.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_ddll.o: relocation R_X86_64_32 against symbol `erts_driver_list_lock' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_guard.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_info.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_os.o: relocation R_X86_64_32 against `.text' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_lists.o: relocation R_X86_64_32 against symbol `bif_trap_exports__' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_persistent.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_atomics.o: relocation R_X86_64_32S against `.text' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_counters.o: relocation R_X86_64_32S against `.text' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_trace.o: relocation R_X86_64_32S against symbol `bif_trap_exports__' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_unique.o: relocation R_X86_64_32 against symbol `erts_allctrs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_dirty_bif_wrap.o: relocation R_X86_64_32 against symbol `bif_trap_exports__' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_trace.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/copy.o: relocation R_X86_64_32S against symbol `erts_allctrs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/utils.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/bif.o: relocation R_X86_64_32S against symbol `erts_modified_timings' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/io.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_printf_term.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_debug.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_md5.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_message.o: relocation R_X86_64_32S against symbol `erts_allctrs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_proc_sig_queue.o: relocation R_X86_64_32 against symbol `erts_old_recv_marker_id' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_process_dict.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_process_lock.o: relocation R_X86_64_32S against symbol `erts_pix_locks' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_port_task.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_arith.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/time.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_time_sup.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/external.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/dist.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/binary.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_db.o: relocation R_X86_64_32S against symbol `bif_trap_exports__' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_db_util.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_db_hash.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_db_tree.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_thr_progress.o: relocation R_X86_64_32 against symbol `erts_thr_prgr_data_key__' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/big.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/hash.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/index.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/atom.o: relocation R_X86_64_32 against symbol `erts_atom_table' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/module.o: relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/export.o: relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/register.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/break.o: relocation R_X86_64_32S against symbol `erts_invalid_process' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_async.o: relocation R_X86_64_32S against symbol `erts_notify_check_async_ready_queue' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_gc.o: relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_posix_str.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bits.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_math.o: relocation R_X86_64_32 against symbol `cos@@GLIBC_2.2.5' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_fun.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_port.o: relocation R_X86_64_32 against symbol `vanilla_driver' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_node_tables.o: relocation R_X86_64_32S against symbol `erts_allctrs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_monitor_link.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_process_dump.o: relocation R_X86_64_32S against symbol `the_old_code_rwlocks' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_hl_timer.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_cpu_topology.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_drv_thread.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_chksum.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_re.o: relocation R_X86_64_32S against `.text' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_unicode.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/packet_parser.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_zlib.o: relocation R_X86_64_32S against symbol `erl_zlib_zalloc_callback' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_nif.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_bif_binary.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_ao_firstfit_alloc.o: relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_thr_queue.o: relocation R_X86_64_32 against `.text' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_sched_spec_pre_alloc.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_ptab.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_map.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_msacc.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_lock_flags.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_io_queue.o: relocation R_X86_64_32S against symbol `erts_allctrs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_db_catree.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/socket_dbg.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/socket_tarray.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/socket_util.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_flxctr.o: relocation R_X86_64_32S against symbol `erts_allctrs' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_global_literals.o: relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/beam_file.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/sys.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/sys_drivers.o: relocation R_X86_64_32 against symbol `forker_driver' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/sys_env.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/driver_tab.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/unix_prim_file.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/sys_float.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/sys_time.o: relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/sys_signal_stack.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_poll.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_check_io.o: relocation R_X86_64_32S against symbol `drv_ev_state' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_mseg.o: relocation R_X86_64_32 against symbol `erts_dflt_mmapper' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_mmap.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_unix_sys_ddll.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_sys_common_misc.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_os_monotonic_time_extender.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_poll.flbk.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/inet_drv.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/ram_file_drv.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/ttsl_drv.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/erl_tracer_nif.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/prim_buffer_nif.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/prim_file_nif.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/zlib_nif.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/prim_socket_nif.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/prim_net_nif.o: relocation R_X86_64_32 against `.data' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a(pcre_compile.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a(pcre_exec.o): relocation R_X86_64_32 against symbol `_erts_pcre_default_tables' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a(pcre_fullinfo.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a(pcre_ord2utf8.o): relocation R_X86_64_32S against symbol `_erts_pcre_utf8_table1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a(pcre_valid_utf8.o): relocation R_X86_64_32S against symbol `_erts_pcre_utf8_table4' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a(pcre_version.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator/pcre/obj/x86_64-pc-linux-gnu/opt/libepcre.a(pcre_xclass.o): relocation R_X86_64_32S against symbol `_erts_pcre_ucd_records' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/libethread.a(ethr_aux.o): relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/libethread.a(ethr_atomics.o): relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/libethread.a(ethr_mutex.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/libethread.a(ethread.o): relocation R_X86_64_32 against symbol `ethr_ts_event_key__' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/libethread.a(ethr_event.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/liberts_internal_r.a(erl_printf_format.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/liberts_internal_r.a(erl_printf.o): relocation R_X86_64_32 against symbol `erts_write_fp' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: ../lib/internal/x86_64-pc-linux-gnu/liberts_internal_r.a(erl_misc_utils.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: obj/x86_64-pc-linux-gnu/opt/jit/preload.o: warning: relocation in read-only section `.rodata'
collect2: error: ld returned 1 exit status
gmake[4]: *** [x86_64-pc-linux-gnu/Makefile:1231: /home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/bin/x86_64-pc-linux-gnu/beam.jit] Error 1
gmake[4]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
gmake[3]: *** [/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/make/run_make.mk:35: opt] Error 2
gmake[3]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts/emulator'
gmake[2]: *** [Makefile:45: opt] Error 2
gmake[2]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts'
gmake[1]: *** [Makefile:54: jit] Error 2
gmake[1]: Leaving directory '/home/dorian/.asdf/plugins/erlang/kerl-home/builds/asdf_24.2/otp_src_24.2/erts'
gmake: *** [Makefile:483: emulator] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment