Guest User

Untitled

a guest
Jan 3rd, 2023
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 196.91 KB | None | 0 0
  1. /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/configure  --cache-file=/dev/null CC=clang --without-javac --with-ssl=/usr/local/opt/openssl@1.1 --enable-darwin-64bit
  2. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts ===
  3. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts"
  4. checking build system type... x86_64-apple-darwin21.6.0
  5. checking host system type... x86_64-apple-darwin21.6.0
  6. checking target system type... x86_64-apple-darwin21.6.0
  7. checking for gcc... clang
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether the compiler supports GNU C... yes
  14. checking whether clang accepts -g... yes
  15. checking for clang option to enable C11 features... none needed
  16. checking for library containing strerror... none required
  17. checking OTP release... 25
  18. checking OTP version... 25.2
  19. checking for gcc... (cached) clang
  20. checking whether the compiler supports GNU C... (cached) yes
  21. checking whether clang accepts -g... (cached) yes
  22. checking for clang option to enable C11 features... (cached) none needed
  23. checking for g++... g++
  24. checking whether the compiler supports GNU C++... yes
  25. checking whether g++ accepts -g... yes
  26. checking for g++ option to enable C++11 features... none needed
  27. checking for grep that handles long lines and -e... /usr/bin/grep
  28. checking for egrep... /usr/bin/grep -E
  29. checking how to run the C preprocessor... clang -E
  30. checking for ranlib... ranlib
  31. checking for bison... bison -y
  32. checking for perl5... no
  33. checking for perl... /usr/bin/perl
  34. checking whether ln -s works... yes
  35. checking for ar... ar
  36. checking for xsltproc... xsltproc
  37. checking for fop... fop
  38. checking for xmllint... xmllint
  39. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  40. checking how to create a directory including parents... /usr/local/bin/ginstall -c -d
  41. checking for mixed mingw-gcc and native VC++ environment... no
  42. checking for mixed cygwin and native MinGW environment... no
  43. checking if we mix cygwin with any native compiler... no
  44. checking if we mix msys with another native compiler... no
  45. checking if we mix WSL with another native compiler... no
  46. checking for getconf... getconf
  47. checking for large file support CFLAGS... failed
  48. configure: WARNING: Check for large file support flags failed; getconf failed
  49. checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
  50. checking if we can add -Werror=implicit to WERRORFLAGS (via CFLAGS)... yes
  51. checking if we can add -Werror=undef to WERRORFLAGS (via CFLAGS)... yes
  52. checking if we can add -fno-common to CFLAGS (via CFLAGS)... yes
  53. checking if we can add -fno-strict-aliasing to CFLAGS (via CFLAGS)... yes
  54. checking C99 support... yes
  55. checking whether clang accepts -fprofile-generate -Werror...... yes
  56. checking whether clang accepts -fprofile-use -Werror...... yes
  57. checking whether clang accepts -fprofile-use -fprofile-correction -Werror...... yes
  58. checking whether clang links with -fprofile-generate... yes
  59. checking whether clang accepts -fprofile-instr-generate -Werror...... yes
  60. checking for llvm-profdata... /Library/Developer/CommandLineTools/usr/bin/llvm-profdata
  61. checking for xcrun... xcrun
  62. checking whether clang accepts -fprofile-instr-use=default.profdata -Werror... yes
  63. checking whether to do PGO of erts... yes, using -fprofile-generate -fprofile-correction
  64. checking for stdio.h... yes
  65. checking for stdlib.h... yes
  66. checking for string.h... yes
  67. checking for inttypes.h... yes
  68. checking for stdint.h... yes
  69. checking for strings.h... yes
  70. checking for sys/stat.h... yes
  71. checking for sys/types.h... yes
  72. checking for unistd.h... yes
  73. checking for sys/time.h... yes
  74. checking size of void *... 8
  75. checking target hardware architecture... amd64
  76. checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64
  77. configure: Adjusting LDFLAGS to cope with 64bit Darwin
  78. checking if VM has to be linked with Carbon framework... yes
  79. checking for mkdir... /bin/mkdir
  80. checking for cp... /bin/cp
  81. checking if we are building a sharing-preserving emulator... no
  82. checking for extra flags needed to export symbols... none
  83. checking for sin in -lm... yes
  84. checking for dlopen in -ldl... yes
  85. checking for dlvsym in -ldl... no
  86. checking for main in -linet... no
  87. checking for openpty in -lutil... yes
  88. checking size of void *... (cached) 8
  89. checking for native win32 threads... no
  90. checking for pthread_create in -lpthread... yes
  91. checking for pthread.h... yes
  92. checking for pthread/mit/pthread.h... no
  93. checking for kstat_open in -lkstat... no
  94. checking for clock_gettime in -lrt... no
  95. checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... yes
  96. checking for clock_gettime() with custom monotonic clock type... CLOCK_UPTIME_RAW
  97. checking for clock_getres... yes
  98. checking for clock_get_attributes... yes
  99. checking for gethrtime... no
  100. checking for mach clock_get_time() with monotonic clock type... yes
  101. checking for pthread.h... (cached) yes
  102. checking for pthread/mit/pthread.h... (cached) no
  103. checking for sched.h... yes
  104. checking for sys/time.h... (cached) yes
  105. checking for usable PTHREAD_STACK_MIN... yes
  106. checking for pthread_spin_lock... no
  107. checking for sched_yield... yes
  108. checking whether sched_yield() returns an int... yes
  109. checking for pthread_yield... no
  110. checking for pthread_rwlock_init... yes
  111. checking for pthread_rwlockattr_setkind_np... no
  112. checking for pthread_attr_setguardsize... yes
  113. checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_UPTIME_RAW for timeout... no
  114. checking for Linux futexes... no
  115. checking for pthread_setname_np... darwin
  116. checking for pthread_getname_np... linux
  117. checking size of short... 2
  118. checking size of int... 4
  119. checking size of long... 8
  120. checking size of long long... 8
  121. checking size of __int128_t... 16
  122. checking for a working __sync_synchronize()... yes
  123. checking for 32-bit __sync_add_and_fetch()... yes
  124. checking for 64-bit __sync_add_and_fetch()... yes
  125. checking for 128-bit __sync_add_and_fetch()... yes
  126. checking for 32-bit __sync_fetch_and_and()... yes
  127. checking for 64-bit __sync_fetch_and_and()... yes
  128. checking for 128-bit __sync_fetch_and_and()... yes
  129. checking for 32-bit __sync_fetch_and_or()... yes
  130. checking for 64-bit __sync_fetch_and_or()... yes
  131. checking for 128-bit __sync_fetch_and_or()... yes
  132. checking for 32-bit __sync_val_compare_and_swap()... yes
  133. checking for 64-bit __sync_val_compare_and_swap()... yes
  134. checking for 128-bit __sync_val_compare_and_swap()... yes
  135. checking for 32-bit __atomic_store_n()... yes
  136. checking for 64-bit __atomic_store_n()... yes
  137. checking for 128-bit __atomic_store_n()... yes
  138. checking for 32-bit __atomic_load_n()... yes
  139. checking for 64-bit __atomic_load_n()... yes
  140. checking for 128-bit __atomic_load_n()... yes
  141. checking for 32-bit __atomic_add_fetch()... yes
  142. checking for 64-bit __atomic_add_fetch()... yes
  143. checking for 128-bit __atomic_add_fetch()... yes
  144. checking for 32-bit __atomic_fetch_and()... yes
  145. checking for 64-bit __atomic_fetch_and()... yes
  146. checking for 128-bit __atomic_fetch_and()... yes
  147. checking for 32-bit __atomic_fetch_or()... yes
  148. checking for 64-bit __atomic_fetch_or()... yes
  149. checking for 128-bit __atomic_fetch_or()... yes
  150. checking for 32-bit __atomic_compare_exchange_n()... yes
  151. checking for 64-bit __atomic_compare_exchange_n()... yes
  152. checking for 128-bit __atomic_compare_exchange_n()... yes
  153. checking for a usable libatomic_ops implementation... no
  154. checking whether default stack size should be modified... no
  155. checking size of void *... (cached) 8
  156. checking size of int... (cached) 4
  157. checking size of long... (cached) 8
  158. checking size of long long... (cached) 8
  159. checking size of __int64... 0
  160. checking size of __int128_t... (cached) 16
  161. checking whether byte ordering is bigendian... no
  162. checking whether double word ordering is middle-endian... no
  163. checking for gcc cmpxchg16b plain asm support... yes
  164. checking for posix_fadvise... no
  165. checking for closefrom... no
  166. checking for linux/falloc.h... no
  167. checking whether fallocate() works... no
  168. checking whether posix_fallocate() works... no
  169. checking whether lock checking should be enabled... no
  170. checking whether lock counters should be enabled... no
  171. checking for kstat_open in -lkstat... (cached) no
  172. checking for tgetent in -ltinfo... no
  173. checking for tgetent in -lncurses... yes
  174. checking for wcwidth... yes
  175. checking for zlib 1.2.5 or higher... yes
  176. checking for library containing inflateGetDictionary... none required
  177. checking for localtime_r... yes
  178. checking for strftime... yes
  179. checking for getprotoent... yes
  180. checking for setprotoent... yes
  181. checking for endprotoent... yes
  182. checking for if_nametoindex... yes
  183. checking for if_indextoname... yes
  184. checking for if_nameindex... yes
  185. checking for if_freenameindex... yes
  186. checking for gethostname... yes
  187. checking for struct ifreq.ifr_map... no
  188. checking for struct ifreq.ifr_hwaddr... no
  189. checking for struct ifreq.ifr_ifindex... no
  190. checking for struct ifreq.ifr_index... no
  191. checking for struct sockaddr_dl.sdl_len... yes
  192. checking for connect... yes
  193. checking for gethostbyname... yes
  194. checking for gethostbyname_r... no
  195. checking for working posix_openpt implementation... yes
  196. checking if netdb.h requires netinet/in.h to be previously included... yes
  197. checking for socklen_t... yes
  198. checking for h_errno declaration in netdb.h... yes
  199. checking for dirent.h that defines DIR... yes
  200. checking for library containing opendir... none required
  201. checking for sys/wait.h that is POSIX.1 compatible... yes
  202. checking for fcntl.h... yes
  203. checking for limits.h... yes
  204. checking for unistd.h... (cached) yes
  205. checking for syslog.h... yes
  206. checking for dlfcn.h... yes
  207. checking for ieeefp.h... no
  208. checking for sys/types.h... (cached) yes
  209. checking for sys/stropts.h... no
  210. checking for sys/sysctl.h... yes
  211. checking for sys/ioctl.h... yes
  212. checking for sys/time.h... (cached) yes
  213. checking for sys/uio.h... yes
  214. checking for sys/mman.h... yes
  215. checking for sys/socket.h... yes
  216. checking for sys/sockio.h... yes
  217. checking for sys/socketio.h... no
  218. checking for net/errno.h... no
  219. checking for malloc.h... no
  220. checking for arpa/nameser.h... yes
  221. checking for libdlpi.h... no
  222. checking for pty.h... no
  223. checking for util.h... yes
  224. checking for libutil.h... no
  225. checking for utmp.h... yes
  226. checking for langinfo.h... yes
  227. checking for poll.h... yes
  228. checking for sdkddkver.h... no
  229. checking for elf.h... no
  230. checking for struct ifreq.ifr_hwaddr... (cached) no
  231. checking for struct ifreq.ifr_enaddr... no
  232. checking for struct ip_mreqn... yes
  233. checking for dlpi_open in -ldlpi... no
  234. configure: Extending the search to include  /lib
  235. checking for dlpi_open in -ldlpi... no
  236. checking for clang options needed to detect all undeclared functions... none needed
  237. checking for sys/resource.h... yes
  238. checking whether getrlimit is declared... yes
  239. checking whether setrlimit is declared... yes
  240. checking whether RLIMIT_STACK is declared... yes
  241. checking for getrusage... yes
  242. checking for sys/event.h... yes
  243. checking for sys/epoll.h... no
  244. checking for sys/devpoll.h... no
  245. checking for sys/timerfd.h... no
  246. checking for netpacket/packet.h... no
  247. checking for netinet/sctp.h... no
  248. checking for sched.h... (cached) yes
  249. checking for setns.h... no
  250. checking for setns... no
  251. checking for linux/types.h... no
  252. checking for linux/errqueue.h... no
  253. checking for valgrind/valgrind.h... no
  254. checking for SO_BSDCOMPAT declaration... no
  255. checking for INADDR_LOOPBACK in netinet/in.h... yes
  256. checking for sys_errlist declaration in stdio.h or errno.h... yes
  257. checking if windows.h includes winsock2.h... no
  258. checking for an ANSI C-conforming const... yes
  259. checking for off_t... yes
  260. checking for pid_t... yes
  261. checking for size_t... yes
  262. checking whether struct tm is in sys/time.h or time.h... time.h
  263. checking whether struct sockaddr has sa_len field... yes
  264. checking size of char... 1
  265. checking size of short... (cached) 2
  266. checking size of int... (cached) 4
  267. checking size of long... (cached) 8
  268. checking size of void *... (cached) 8
  269. checking size of long long... (cached) 8
  270. checking size of size_t... 8
  271. checking size of off_t... 8
  272. checking size of time_t... 8
  273. checking size of suseconds_t... 4
  274. checking size of _Float16... 2
  275. checking for C compiler 'restrict' support... yes
  276. checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... no
  277. checking for broken gcc-4.3.0 compiler... no
  278. checking whether byte ordering is bigendian... (cached) no
  279. checking whether double word ordering is middle-endian... (cached) no
  280. checking for fdatasync... yes
  281. checking for library containing fdatasync... none required
  282. checking for sendfile... yes
  283. checking for windows.h... no
  284. checking for winsock2.h... no
  285. checking for ws2tcpip.h... no
  286. checking for getaddrinfo... yes
  287. checking whether getaddrinfo accepts enough flags... yes
  288. checking for getnameinfo... yes
  289. checking for getipnodebyname... yes
  290. checking for getipnodebyaddr... yes
  291. checking for gethostbyname2... yes
  292. checking for ieee_handler... no
  293. checking for fpsetmask... no
  294. checking for finite... yes
  295. checking for isnan... yes
  296. checking for isinf... yes
  297. checking for res_gethostbyname... no
  298. checking for dlopen... yes
  299. checking for dlvsym... no
  300. checking for pread... yes
  301. checking for pwrite... yes
  302. checking for memmove... yes
  303. checking for strerror... yes
  304. checking for strerror_r... yes
  305. checking for strncasecmp... yes
  306. checking for gethrtime... (cached) no
  307. checking for localtime_r... (cached) yes
  308. checking for gmtime_r... yes
  309. checking for mprotect... yes
  310. checking for madvise... yes
  311. checking for posix_madvise... yes
  312. checking for mmap... yes
  313. checking for mremap... no
  314. checking for memcpy... yes
  315. checking for mallopt... no
  316. checking for sbrk... yes
  317. checking for _sbrk... no
  318. checking for __sbrk... no
  319. checking for brk... yes
  320. checking for _brk... no
  321. checking for __brk... no
  322. checking for flockfile... yes
  323. checking for fstat... yes
  324. checking for strlcpy... yes
  325. checking for strlcat... yes
  326. checking for setsid... yes
  327. checking for posix2time... yes
  328. checking for time2posix... yes
  329. checking for setlocale... yes
  330. checking for nl_langinfo... yes
  331. checking for poll... yes
  332. checking for mlockall... yes
  333. checking for ppoll... no
  334. checking for vsyslog... yes
  335. checking for inet_pton... yes
  336. checking for isfinite... yes
  337. checking for posix_memalign... yes
  338. checking for writev... yes
  339. checking whether posix2time is declared... yes
  340. checking whether time2posix is declared... yes
  341. checking for vprintf... yes
  342. checking for conflicting declaration of fread... yes
  343. checking for putc_unlocked... yes
  344. checking for fwrite_unlocked... no
  345. checking for openpty... yes
  346. checking for net/if_dl.h... yes
  347. checking for ifaddrs.h... yes
  348. checking for netpacket/packet.h... (cached) no
  349. checking for sys/un.h... yes
  350. checking for getifaddrs... yes
  351. checking for struct sockaddr_un.sun_path... yes
  352. checking whether in6addr_any is declared... yes
  353. checking whether in6addr_loopback is declared... yes
  354. checking whether IN6ADDR_ANY_INIT is declared... yes
  355. checking whether IN6ADDR_LOOPBACK_INIT is declared... yes
  356. checking whether IPV6_V6ONLY is declared... yes
  357. checking for sched_getaffinity/sched_setaffinity... no
  358. checking for pset functionality... no
  359. checking for processor_bind functionality... no
  360. checking for cpuset_getaffinity/cpuset_setaffinity... no
  361. checking for 'end' symbol... no
  362. checking for '_end' symbol... no
  363. checking if __after_morecore_hook can track malloc()s core memory use... no
  364. checking types of sbrk()s return value and argument... void *,int
  365. checking types of brk()s return value and argument... void *,const void *
  366. checking if sbrk()/brk() wrappers can track malloc()s core memory use... no
  367. checking for IP version 6 support... yes
  368. checking for multicast support... yes
  369. checking for clock_gettime in -lrt... (cached) no
  370. checking for clock_gettime() with wall clock type... CLOCK_REALTIME
  371. checking for clock_getres... (cached) yes
  372. checking for clock_get_attributes... (cached) yes
  373. checking for gettimeofday... yes
  374. checking for mach clock_get_time() with wall clock type... yes
  375. checking for clock_gettime in -lrt... (cached) no
  376. checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
  377. checking for clock_gettime() with custom monotonic clock type... CLOCK_UPTIME_RAW
  378. checking for clock_getres... (cached) yes
  379. checking for clock_get_attributes... (cached) yes
  380. checking for gethrtime... (cached) no
  381. checking for mach clock_get_time() with monotonic clock type... (cached) yes
  382. checking for clock_gettime in -lrt... (cached) no
  383. checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
  384. checking for clock_gettime() with high resolution monotonic clock type... CLOCK_UPTIME_RAW
  385. checking for clock_getres... (cached) yes
  386. checking for clock_get_attributes... (cached) yes
  387. checking for gethrtime... (cached) no
  388. checking for mach clock_get_time() with monotonic clock type... (cached) yes
  389. checking if gethrvtime works and how to use it... not working
  390. checking if clock_gettime can be used to get thread CPU time... no
  391. checking for m4... m4
  392. checking for C++17 support... yes
  393. checking for safe signal delivery... yes
  394. checking whether to redefine FD_SETSIZE... no
  395. checking for working poll()... no; non-existing, broken, or based on select()
  396. checking whether host os has known kqueue bugs... no
  397. checking whether kernel poll support should be enabled... yes; kqueue
  398. checking whether putenv() stores a copy of the key-value pair... no
  399. checking for a compiler that handles jumptables... clang
  400. checking for kstat_open in -lkstat... (cached) no
  401. checking for kvm_open in -lkvm... no
  402. checking for log2... yes
  403. checking CFLAGS for -O switch... yes
  404. configure: creating ./config.status
  405. config.status: creating emulator/x86_64-apple-darwin21.6.0/Makefile
  406. config.status: creating epmd/src/x86_64-apple-darwin21.6.0/Makefile
  407. config.status: creating etc/common/x86_64-apple-darwin21.6.0/Makefile
  408. config.status: creating include/internal/x86_64-apple-darwin21.6.0/ethread.mk
  409. config.status: creating include/internal/x86_64-apple-darwin21.6.0/erts_internal.mk
  410. config.status: creating lib_src/x86_64-apple-darwin21.6.0/Makefile
  411. config.status: creating ../make/x86_64-apple-darwin21.6.0/otp.mk
  412. config.status: creating ../make/make_emakefile
  413. config.status: creating ../lib/os_mon/c_src/x86_64-apple-darwin21.6.0/Makefile
  414. config.status: creating ../lib/runtime_tools/c_src/x86_64-apple-darwin21.6.0/Makefile
  415. config.status: creating ../make/install_dir_data.sh
  416. config.status: creating x86_64-apple-darwin21.6.0/config.h
  417. config.status: creating include/internal/x86_64-apple-darwin21.6.0/ethread_header_config.h
  418. config.status: creating include/x86_64-apple-darwin21.6.0/erl_int_sizes_config.h
  419.  
  420. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make ===
  421. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make"
  422. Ignoring the --cache-file argument since it can cause the system to be erroneously configured
  423. Disabling caching
  424. checking build system type... x86_64-apple-darwin21.6.0
  425. checking host system type... x86_64-apple-darwin21.6.0
  426. checking target system type... x86_64-apple-darwin21.6.0
  427. checking for gcc... clang
  428. checking whether the C compiler works... yes
  429. checking for C compiler default output file name... a.out
  430. checking for suffix of executables...
  431. checking whether we are cross compiling... no
  432. checking for suffix of object files... o
  433. checking whether the compiler supports GNU C... yes
  434. checking whether clang accepts -g... yes
  435. checking for clang option to enable C11 features... none needed
  436. checking for g++... g++
  437. checking whether the compiler supports GNU C++... yes
  438. checking whether g++ accepts -g... yes
  439. checking for g++ option to enable C++11 features... none needed
  440. checking for ld... ld
  441. checking for mixed mingw-gcc and native VC++ environment... no
  442. checking for mixed cygwin and native MinGW environment... no
  443. checking if we mix cygwin with any native compiler... no
  444. checking if we mix msys with another native compiler... no
  445. checking if we mix WSL with another native compiler... no
  446. checking for env... /usr/bin/env
  447. checking for GNU make... yes (make)
  448. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  449. checking whether ln -s works... yes
  450. checking for ranlib... ranlib
  451. checking for perl5... no
  452. checking for perl... /usr/bin/perl
  453. checking ERTS version... 13.1.3
  454. checking OTP release... 25
  455. checking OTP version... 25.2
  456. checking for stdio.h... yes
  457. checking for stdlib.h... yes
  458. checking for string.h... yes
  459. checking for inttypes.h... yes
  460. checking for stdint.h... yes
  461. checking for strings.h... yes
  462. checking for sys/stat.h... yes
  463. checking for sys/types.h... yes
  464. checking for unistd.h... yes
  465. checking for native win32 threads... no
  466. checking for pthread_create in -lpthread... yes
  467. checking for pthread.h... yes
  468. checking for pthread/mit/pthread.h... no
  469. checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
  470. checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
  471. checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
  472. checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
  473. checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes
  474. checking if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
  475. checking size of void *... 8
  476. checking for ld... clang
  477. checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type    -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -g -O2   -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
  478. checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -fno-common -g -O2 -fPIC -fno-common
  479. checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type  -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes  -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -g -O2 -fPIC -fno-common
  480. checking for linker for loadable drivers... clang
  481. checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp
  482. checking for 'runtime library path' linker flag... not found
  483. configure: creating ./config.status
  484. config.status: creating ../Makefile
  485. config.status: creating output.mk
  486. config.status: creating ../make/x86_64-apple-darwin21.6.0/otp_ded.mk
  487. config.status: creating emd2exml
  488. config.status: WARNING:  '../Makefile.in' seems to ignore the --datarootdir setting
  489.  
  490. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test ===
  491. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test"
  492. checking build system type... x86_64-apple-darwin21.6.0
  493. checking host system type... x86_64-apple-darwin21.6.0
  494. checking target system type... x86_64-apple-darwin21.6.0
  495. configure: creating ./config.status
  496. config.status: creating priv/x86_64-apple-darwin21.6.0/Makefile
  497.  
  498. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto ===
  499. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto"
  500. checking build system type... x86_64-apple-darwin21.6.0
  501. checking host system type... x86_64-apple-darwin21.6.0
  502. checking target system type... x86_64-apple-darwin21.6.0
  503. checking for gcc... clang
  504. checking whether the C compiler works... yes
  505. checking for C compiler default output file name... a.out
  506. checking for suffix of executables...
  507. checking whether we are cross compiling... no
  508. checking for suffix of object files... o
  509. checking whether the compiler supports GNU C... yes
  510. checking whether clang accepts -g... yes
  511. checking for clang option to enable C11 features... none needed
  512. checking for mixed mingw-gcc and native VC++ environment... no
  513. checking for mixed cygwin and native MinGW environment... no
  514. checking if we mix cygwin with any native compiler... no
  515. checking if we mix msys with another native compiler... no
  516. checking if we mix WSL with another native compiler... no
  517. checking for stdio.h... yes
  518. checking for stdlib.h... yes
  519. checking for string.h... yes
  520. checking for inttypes.h... yes
  521. checking for stdint.h... yes
  522. checking for strings.h... yes
  523. checking for sys/stat.h... yes
  524. checking for sys/types.h... yes
  525. checking for unistd.h... yes
  526. checking for native win32 threads... no
  527. checking for pthread_create in -lpthread... yes
  528. checking for pthread.h... yes
  529. checking for pthread/mit/pthread.h... no
  530. checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
  531. checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
  532. checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
  533. checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
  534. checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes
  535. checking if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
  536. checking size of void *... 8
  537. checking for ld... clang
  538. checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type    -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -g -O2   -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
  539. checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -fno-common -g -O2 -fPIC -fno-common
  540. checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type  -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes  -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -g -O2 -fPIC -fno-common
  541. checking for linker for loadable drivers... clang
  542. checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp
  543. checking for 'runtime library path' linker flag... not found
  544. checking for multiarch directory... x86_64-apple-darwin21.6.0
  545. checking size of void *... (cached) 8
  546. checking for static zlib... no
  547. checking how to run the C preprocessor... clang -E
  548. checking for grep that handles long lines and -e... /usr/bin/grep
  549. checking for egrep... /usr/bin/grep -E
  550. checking for OpenSSL header in /usr/local/opt/openssl@1.1... yes
  551. checking for OpenSSL in /usr/local/opt/openssl@1.1... dynamic crypto library in /usr/local/opt/openssl@1.1/lib
  552. checking for runtime library path to use...
  553. checking for clang options needed to detect all undeclared functions... none needed
  554. checking whether CRYPTO_memcmp is declared... yes
  555. checking whether CRYPTO_memcmp can be linked... yes
  556. configure: creating ./config.status
  557. config.status: creating c_src/x86_64-apple-darwin21.6.0/Makefile
  558.  
  559. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface ===
  560. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface"
  561. checking build system type... x86_64-apple-darwin21.6.0
  562. checking host system type... x86_64-apple-darwin21.6.0
  563. checking target system type... x86_64-apple-darwin21.6.0
  564. checking for gcc... clang
  565. checking whether the C compiler works... yes
  566. checking for C compiler default output file name... a.out
  567. checking for suffix of executables...
  568. checking whether we are cross compiling... no
  569. checking for suffix of object files... o
  570. checking whether the compiler supports GNU C... yes
  571. checking whether clang accepts -g... yes
  572. checking for clang option to enable C11 features... none needed
  573. checking how to run the C preprocessor... clang -E
  574. checking for grep that handles long lines and -e... /usr/bin/grep
  575. checking for egrep... /usr/bin/grep -E
  576. checking for ranlib... ranlib
  577. checking for ld.sh... no
  578. checking for ld... ld
  579. checking for stdio.h... yes
  580. checking for stdlib.h... yes
  581. checking for string.h... yes
  582. checking for inttypes.h... yes
  583. checking for stdint.h... yes
  584. checking for strings.h... yes
  585. checking for sys/stat.h... yes
  586. checking for sys/types.h... yes
  587. checking for unistd.h... yes
  588. checking for sys/time.h... yes
  589. checking size of short... 2
  590. checking size of int... 4
  591. checking size of long... 8
  592. checking size of void *... 8
  593. checking size of long long... 8
  594. checking target hardware architecture... amd64
  595. checking whether compilation mode forces ARCH adjustment... no: ARCH is amd64
  596. checking for unaligned word access... yes: x86 or amd64
  597. checking for ar... ar
  598. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  599. checking how to create a directory including parents... /usr/local/bin/ginstall -c -d
  600. checking for library containing gethostbyname... none required
  601. checking for library containing getpeername... none required
  602. checking for sys/wait.h that is POSIX.1 compatible... yes
  603. checking for arpa/inet.h... yes
  604. checking for fcntl.h... yes
  605. checking for limits.h... yes
  606. checking for malloc.h... no
  607. checking for netdb.h... yes
  608. checking for netinet/in.h... yes
  609. checking for stddef.h... yes
  610. checking for stdlib.h... (cached) yes
  611. checking for string.h... (cached) yes
  612. checking for sys/param.h... yes
  613. checking for sys/socket.h... yes
  614. checking for sys/select.h... yes
  615. checking for sys/time.h... (cached) yes
  616. checking for unistd.h... (cached) yes
  617. checking for sys/types.h... (cached) yes
  618. checking for sys/uio.h... yes
  619. checking for uid_t in sys/types.h... yes
  620. checking for pid_t... yes
  621. checking for size_t... yes
  622. checking for socklen_t usability... yes
  623. checking for working alloca.h... yes
  624. checking for alloca... yes
  625. checking whether clang needs -traditional... no
  626. checking for working memcmp... yes
  627. checking for dup2... yes
  628. checking for gethostbyaddr... yes
  629. checking for gethostbyname... yes
  630. checking for gethostbyaddr_r... no
  631. checking for gethostbyname_r... no
  632. checking for gethostname... yes
  633. checking for writev... yes
  634. checking for gethrtime... no
  635. checking for gettimeofday... yes
  636. checking for inet_ntoa... yes
  637. checking for memchr... yes
  638. checking for memmove... yes
  639. checking for memset... yes
  640. checking for select... yes
  641. checking for socket... yes
  642. checking for strchr... yes
  643. checking for strerror... yes
  644. checking for strrchr... yes
  645. checking for strstr... yes
  646. checking for uname... yes
  647. checking for sysconf... yes
  648. checking for res_gethostbyname... no
  649. checking for res_gethostbyname in -lresolv... no
  650. checking for clock_gettime... yes
  651. checking for mixed mingw-gcc and native VC++ environment... no
  652. checking for mixed cygwin and native MinGW environment... no
  653. checking if we mix cygwin with any native compiler... no
  654. checking if we mix msys with another native compiler... no
  655. checking if we mix WSL with another native compiler... no
  656. checking for native win32 threads... no
  657. checking for pthread_create in -lpthread... yes
  658. checking for pthread.h... yes
  659. checking for pthread/mit/pthread.h... no
  660. checking size of short... (cached) 2
  661. checking size of int... (cached) 4
  662. checking size of long... (cached) 8
  663. checking size of long long... (cached) 8
  664. checking size of __int128_t... 16
  665. checking for a working __sync_synchronize()... yes
  666. checking for 32-bit __sync_add_and_fetch()... yes
  667. checking for 64-bit __sync_add_and_fetch()... yes
  668. checking for 128-bit __sync_add_and_fetch()... yes
  669. checking for 32-bit __sync_fetch_and_and()... yes
  670. checking for 64-bit __sync_fetch_and_and()... yes
  671. checking for 128-bit __sync_fetch_and_and()... yes
  672. checking for 32-bit __sync_fetch_and_or()... yes
  673. checking for 64-bit __sync_fetch_and_or()... yes
  674. checking for 128-bit __sync_fetch_and_or()... yes
  675. checking for 32-bit __sync_val_compare_and_swap()... yes
  676. checking for 64-bit __sync_val_compare_and_swap()... yes
  677. checking for 128-bit __sync_val_compare_and_swap()... yes
  678. checking for 32-bit __atomic_store_n()... yes
  679. checking for 64-bit __atomic_store_n()... yes
  680. checking for 128-bit __atomic_store_n()... yes
  681. checking for 32-bit __atomic_load_n()... yes
  682. checking for 64-bit __atomic_load_n()... yes
  683. checking for 128-bit __atomic_load_n()... yes
  684. checking for 32-bit __atomic_add_fetch()... yes
  685. checking for 64-bit __atomic_add_fetch()... yes
  686. checking for 128-bit __atomic_add_fetch()... yes
  687. checking for 32-bit __atomic_fetch_and()... yes
  688. checking for 64-bit __atomic_fetch_and()... yes
  689. checking for 128-bit __atomic_fetch_and()... yes
  690. checking for 32-bit __atomic_fetch_or()... yes
  691. checking for 64-bit __atomic_fetch_or()... yes
  692. checking for 128-bit __atomic_fetch_or()... yes
  693. checking for 32-bit __atomic_compare_exchange_n()... yes
  694. checking for 64-bit __atomic_compare_exchange_n()... yes
  695. checking for 128-bit __atomic_compare_exchange_n()... yes
  696. checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
  697. checking if we can add -fno-common to CFLAGS (via CFLAGS)... yes
  698. checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
  699. checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
  700. checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
  701. checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
  702. checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes
  703. checking if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
  704. checking size of void *... (cached) 8
  705. checking for ld... clang
  706. checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type    -fno-strict-aliasing -fno-common -fno-common -Werror=return-type -g -O2 -DEI_64BIT   -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
  707. checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -fno-common -fno-common -Werror=return-type -g -O2 -DEI_64BIT -fPIC -fno-common
  708. checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type  -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes  -fno-strict-aliasing -fno-common -fno-common -Werror=return-type -g -O2 -DEI_64BIT -fPIC -fno-common
  709. checking for linker for loadable drivers... clang
  710. checking for linker flags for loadable drivers... -m64 -bundle -flat_namespace -undefined suppress
  711. checking for 'runtime library path' linker flag... not found
  712. configure: creating ./config.status
  713. config.status: creating src/x86_64-apple-darwin21.6.0/Makefile
  714. config.status: creating src/x86_64-apple-darwin21.6.0/eidefs.mk
  715. config.status: creating src/x86_64-apple-darwin21.6.0/config.h
  716.  
  717. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco ===
  718. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco"
  719. checking build system type... x86_64-apple-darwin21.6.0
  720. checking host system type... x86_64-apple-darwin21.6.0
  721. checking target system type... x86_64-apple-darwin21.6.0
  722. checking for gcc... clang
  723. checking whether the C compiler works... yes
  724. checking for C compiler default output file name... a.out
  725. checking for suffix of executables...
  726. checking whether we are cross compiling... no
  727. checking for suffix of object files... o
  728. checking whether the compiler supports GNU C... yes
  729. checking whether clang accepts -g... yes
  730. checking for clang option to enable C11 features... none needed
  731. checking for mixed mingw-gcc and native VC++ environment... no
  732. checking for mixed cygwin and native MinGW environment... no
  733. checking if we mix cygwin with any native compiler... no
  734. checking if we mix msys with another native compiler... no
  735. checking if we mix WSL with another native compiler... no
  736. checking for flex... flex
  737. checking for lex output file root... lex.yy
  738. checking for lex library... none needed
  739. checking whether yytext is a pointer... yes
  740. checking for reentrant capable flex... yes
  741. checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
  742. checking for stdio.h... yes
  743. checking for stdlib.h... yes
  744. checking for string.h... yes
  745. checking for inttypes.h... yes
  746. checking for stdint.h... yes
  747. checking for strings.h... yes
  748. checking for sys/stat.h... yes
  749. checking for sys/types.h... yes
  750. checking for unistd.h... yes
  751. checking for native win32 threads... no
  752. checking for pthread_create in -lpthread... yes
  753. checking for pthread.h... yes
  754. checking for pthread/mit/pthread.h... no
  755. checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes
  756. checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes
  757. checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes
  758. checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes
  759. checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes
  760. checking if we can add -fno-strict-aliasing to DED_CFLAGS (via CFLAGS)... yes
  761. checking size of void *... 8
  762. checking for ld... clang
  763. checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type    -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -Werror=return-type -g -O2   -fno-common -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER
  764. checking for basic compiler flags for loadable drivers... -fno-strict-aliasing -fno-common -Werror=return-type -g -O2 -fPIC -fno-common
  765. checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type  -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes  -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -fno-strict-aliasing -fno-common -Werror=return-type -g -O2 -fPIC -fno-common
  766. checking for linker for loadable drivers... clang
  767. checking for linker flags for loadable drivers... -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp
  768. checking for 'runtime library path' linker flag... not found
  769. checking for perl... perl
  770. configure: creating ./config.status
  771. config.status: creating examples/meas/Makefile
  772. configure: creating ./config.status
  773. config.status: creating examples/meas/Makefile
  774. config.status: creating src/flex/x86_64-apple-darwin21.6.0/Makefile
  775.  
  776. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc ===
  777. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc"
  778. checking build system type... x86_64-apple-darwin21.6.0
  779. checking host system type... x86_64-apple-darwin21.6.0
  780. checking target system type... x86_64-apple-darwin21.6.0
  781. checking for gcc... clang
  782. checking whether the C compiler works... yes
  783. checking for C compiler default output file name... a.out
  784. checking for suffix of executables...
  785. checking whether we are cross compiling... no
  786. checking for suffix of object files... o
  787. checking whether the compiler supports GNU C... yes
  788. checking whether clang accepts -g... yes
  789. checking for clang option to enable C11 features... none needed
  790. checking for mixed mingw-gcc and native VC++ environment... no
  791. checking for mixed cygwin and native MinGW environment... no
  792. checking if we mix cygwin with any native compiler... no
  793. checking if we mix msys with another native compiler... no
  794. checking if we mix WSL with another native compiler... no
  795. checking whether gmake sets $(MAKE)... yes
  796. checking for ld.sh... no
  797. checking for ld... ld
  798. checking for rm... /bin/rm
  799. checking for stdio.h... yes
  800. checking for stdlib.h... yes
  801. checking for string.h... yes
  802. checking for inttypes.h... yes
  803. checking for stdint.h... yes
  804. checking for strings.h... yes
  805. checking for sys/stat.h... yes
  806. checking for sys/types.h... yes
  807. checking for unistd.h... yes
  808. checking for grep that handles long lines and -e... /usr/bin/grep
  809. checking for connect... yes
  810. checking for gethostbyname... yes
  811. checking for egrep... /usr/bin/grep -E
  812. checking for fcntl.h... yes
  813. checking for netdb.h... yes
  814. checking for stdlib.h... (cached) yes
  815. checking for string.h... (cached) yes
  816. checking for sys/socket.h... yes
  817. checking for winsock2.h... no
  818. checking for windows.h... no
  819. checking for sql.h... yes
  820. checking for sqlext.h... yes
  821. checking for an ANSI C-conforming const... yes
  822. checking for size_t... yes
  823. checking for struct sockaddr_in6.sin6_addr... yes
  824. checking for memset... yes
  825. checking for socket... yes
  826. checking for native win32 threads... no
  827. checking for pthread_create in -lpthread... yes
  828. checking for pthread.h... yes
  829. checking for pthread/mit/pthread.h... no
  830. checking size of void *... 8
  831. checking for odbc in standard locations... -L/usr/local/lib
  832. checking for SQLAllocHandle in -lodbc... yes
  833. checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
  834. configure: creating ./config.status
  835. config.status: creating c_src/x86_64-apple-darwin21.6.0/Makefile
  836.  
  837. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp ===
  838. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp"
  839. checking build system type... x86_64-apple-darwin21.6.0
  840. checking host system type... x86_64-apple-darwin21.6.0
  841. checking target system type... x86_64-apple-darwin21.6.0
  842. checking for perl... perl
  843. configure: Default (snmp) empty pdu size set to 21
  844. configure: creating ./config.status
  845. config.status: creating mibs/Makefile
  846. config.status: creating src/agent/Makefile
  847.  
  848. === Running configure in /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx ===
  849. ./configure 'CC=clang' '--without-javac' '--with-ssl=/usr/local/opt/[email protected]' '--enable-darwin-64bit' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx"
  850. checking build system type... x86_64-apple-darwin21.6.0
  851. checking host system type... x86_64-apple-darwin21.6.0
  852. checking target system type... x86_64-apple-darwin21.6.0
  853. checking for gcc... clang
  854. checking whether the C compiler works... yes
  855. checking for C compiler default output file name... a.out
  856. checking for suffix of executables...
  857. checking whether we are cross compiling... no
  858. checking for suffix of object files... o
  859. checking whether the compiler supports GNU C... yes
  860. checking whether clang accepts -g... yes
  861. checking for clang option to enable C11 features... none needed
  862. checking for g++... g++
  863. checking whether the compiler supports GNU C++... yes
  864. checking whether g++ accepts -g... yes
  865. checking for g++ option to enable C++11 features... none needed
  866. checking for ranlib... ranlib
  867. checking how to run the C preprocessor... clang -E
  868. configure: Building for darwin21.6.0
  869. checking for mixed mingw-gcc and native VC++ environment... no
  870. checking for mixed cygwin and native MinGW environment... no
  871. checking if we mix cygwin with any native compiler... no
  872. checking if we mix msys with another native compiler... no
  873. checking if we mix WSL with another native compiler... no
  874. checking for stdio.h... yes
  875. checking for stdlib.h... yes
  876. checking for string.h... yes
  877. checking for inttypes.h... yes
  878. checking for stdint.h... yes
  879. checking for strings.h... yes
  880. checking for sys/stat.h... yes
  881. checking for sys/types.h... yes
  882. checking for unistd.h... yes
  883. checking size of void *... 8
  884. checking Checking wxWidgets for min version:... -mmacosx-version-min=12
  885. checking if compiler accepts -ObjC... yes
  886. checking if we can add -fno-move-loop-invariants to CXXNOOPT (via CFLAGS)... no
  887. checking if we can add -fno-var-tracking-assignments to CXXNOOPT (via CFLAGS)... no
  888. checking for GL/gl.h... no
  889. checking for OpenGL/gl.h... yes
  890. checking for GL/glu.h... no
  891. checking for OpenGL/glu.h... yes
  892. checking for wx-config... /usr/local/bin/wx-config
  893. checking for wxWidgets version >= 3.0.2 (--unicode)... yes (version 3.2.1)
  894. checking for wxWidgets static library... no
  895. checking for wxwidgets webview... yes
  896. checking for wx-config... (cached) /usr/local/bin/wx-config
  897. checking for wxWidgets version >= 3.0.2 (--unicode --debug=yes)... yes (version 3.2.1)
  898. checking for wxWidgets static library... no
  899. checking for debug build of wxWidgets... yes
  900. checking for wx-config... (cached) /usr/local/bin/wx-config
  901. checking for wxWidgets version >= 3.0.2 (--unicode --debug=no)... yes (version 3.2.1)
  902. checking for wxWidgets static library... no
  903. checking for standard build of wxWidgets... yes
  904. checking for wxwidgets 3.0 compatibility ... yes
  905. checking for wxwidgets opengl support... yes
  906. checking for GLintptr... yes
  907. checking for GLintptrARB... yes
  908. checking for GLchar... yes
  909. checking for GLcharARB... yes
  910. checking for GLhalfARB... yes
  911. checking for GLint64EXT... yes
  912. checking GLU Callbacks uses Tiger Style... no
  913. checking if we can link wxwidgets programs... yes
  914. checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
  915. checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes
  916. configure: creating x86_64-apple-darwin21.6.0/config.status
  917. config.status: creating config.mk
  918. config.status: creating c_src/Makefile
  919.  
  920. *********************************************************************
  921. **********************  APPLICATIONS DISABLED  **********************
  922. *********************************************************************
  923.  
  924. jinterface     : Java compiler disabled by user
  925.  
  926. *********************************************************************
  927.  MAKE   depend
  928. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  929.  MAKE   generate
  930. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  931.  GEN    x86_64-apple-darwin21.6.0/opt/jit/OPCODES-GENERATED
  932.  GEN    x86_64-apple-darwin21.6.0/erl_version.h
  933.  GEN    x86_64-apple-darwin21.6.0/opt/jit/erl_alloc_types.h
  934.  GEN    x86_64-apple-darwin21.6.0/opt/jit/TABLES-GENERATED
  935.  GEN    x86_64-apple-darwin21.6.0/opt/jit/beam_asm_global.hpp
  936.  GEN    x86_64-apple-darwin21.6.0/opt/jit/driver_tab.c
  937. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  938.  MAKE   opt
  939. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  940.  GEN    x86_64-apple-darwin21.6.0/preload.c
  941.  GEN    obj/x86_64-apple-darwin21.6.0/opt/depend.mk
  942.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/re.o
  943.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/simple_c_gc.o
  944.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_lexer.o
  945.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_main.o
  946.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_printers.o
  947.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_parser.o
  948.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_node.o
  949.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_string.o
  950.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_utils.o
  951.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_symbol.o
  952.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/x86_64-apple-darwin21.6.0/ycf_yield_fun.o
  953.  CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_aux.o
  954.  CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_atomics.o
  955.  CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_mutex.o
  956.  CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_cbf.o
  957.  CC obj/x86_64-apple-darwin21.6.0/opt/r/ethread.o
  958.  CC obj/x86_64-apple-darwin21.6.0/opt/r/ethr_event.o
  959.  CC obj/x86_64-apple-darwin21.6.0/opt/erl_printf_format.o
  960.  CC obj/x86_64-apple-darwin21.6.0/opt/erl_printf.o
  961.  CC obj/x86_64-apple-darwin21.6.0/opt/erl_misc_utils.o
  962.  CC obj/x86_64-apple-darwin21.6.0/opt/r/erl_printf_format.o
  963.  CC obj/x86_64-apple-darwin21.6.0/opt/r/erl_printf.o
  964.  CC obj/x86_64-apple-darwin21.6.0/opt/r/erl_misc_utils.o
  965.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src/yielding_c_fun/bin/x86_64-apple-darwin21.6.0/yielding_c_fun
  966. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  967.  AR ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal.a
  968.  RANLIB ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal.a
  969.  AR ../lib/internal/x86_64-apple-darwin21.6.0/libethread.a
  970.  RANLIB ../lib/internal/x86_64-apple-darwin21.6.0/libethread.a
  971.  AR ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal_r.a
  972.  RANLIB ../lib/internal/x86_64-apple-darwin21.6.0/liberts_internal_r.a
  973.  GEN    obj/x86_64-apple-darwin21.6.0/opt/MADE
  974. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  975. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  976.  GEN    x86_64-apple-darwin21.6.0/utils.ycf.h
  977.  GEN    x86_64-apple-darwin21.6.0/erl_map.ycf.h
  978.  GEN    x86_64-apple-darwin21.6.0/erl_db_insert_list.ycf.h
  979.  GEN    x86_64-apple-darwin21.6.0/opt/jit/GENERATED
  980. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  981. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  982. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  983.  MAKE   depend
  984. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  985.  GEN    x86_64-apple-darwin21.6.0/opt/jit/src.depend.mk
  986.  GEN    x86_64-apple-darwin21.6.0/opt/jit/drv.depend.mk
  987.  GEN    x86_64-apple-darwin21.6.0/opt/jit/jit.depend.mk
  988.  GEN    x86_64-apple-darwin21.6.0/opt/jit/nif.depend.mk
  989.  GEN    x86_64-apple-darwin21.6.0/opt/jit/sys.depend.mk
  990.  GEN    x86_64-apple-darwin21.6.0/opt/jit/target.depend.mk
  991.  GEN    x86_64-apple-darwin21.6.0/opt/jit/ryu.depend.mk
  992.  GEN    x86_64-apple-darwin21.6.0/opt/jit/zlib.depend.mk
  993. rm x86_64-apple-darwin21.6.0/opt/jit/depend.mk
  994. rm: x86_64-apple-darwin21.6.0/opt/jit/depend.mk: No such file or directory
  995. gmake[2]: [x86_64-apple-darwin21.6.0/Makefile:1437: x86_64-apple-darwin21.6.0/opt/jit/depend.mk] Error 1 (ignored)
  996. for dep in x86_64-apple-darwin21.6.0/opt/jit/jit.depend.mk x86_64-apple-darwin21.6.0/opt/jit/src.depend.mk x86_64-apple-darwin21.6.0/opt/jit/drv.depend.mk x86_64-apple-darwin21.6.0/opt/jit/nif.depend.mk x86_64-apple-darwin21.6.0/opt/jit/sys.depend.mk x86_64-apple-darwin21.6.0/opt/jit/target.depend.mk x86_64-apple-darwin21.6.0/opt/jit/zlib.depend.mk x86_64-apple-darwin21.6.0/opt/jit/ryu.depend.mk; do cat $dep >> x86_64-apple-darwin21.6.0/opt/jit/depend.mk; done
  997. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  998.  MAKE   depend
  999. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1000. gmake[4]: Nothing to be done for 'depend'.
  1001. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1002. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1003. gmake[2]: Nothing to be done for 'depend'.
  1004. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  1005. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  1006. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1007.  MAKE   depend
  1008. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1009. gmake[2]: Nothing to be done for 'depend'.
  1010. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1011. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1012.  MAKE   erl_interface
  1013. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
  1014. === Entering application erl_interface
  1015. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1016.  MAKE   opt
  1017. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1018.  GEN    x86_64-apple-darwin21.6.0/depend.mk
  1019.  CC x86_64-apple-darwin21.6.0/depend.mk
  1020.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_connect.o
  1021.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/send.o
  1022.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/eirecv.o
  1023.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_resolve.o
  1024.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/send_exit.o
  1025.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_atom.o
  1026.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/send_reg.o
  1027.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_bignum.o
  1028.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_big.o
  1029.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_binary.o
  1030.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_boolean.o
  1031.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_char.o
  1032.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_double.o
  1033.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_fun.o
  1034.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_intlist.o
  1035.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_iodata.o
  1036.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_list_header.o
  1037.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_long.o
  1038.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_pid.o
  1039.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_port.o
  1040.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_ref.o
  1041.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_skip.o
  1042.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_string.o
  1043.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_trace.o
  1044.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_tuple_header.o
  1045.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_ulong.o
  1046.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_version.o
  1047.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_longlong.o
  1048.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_atom.o
  1049.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/decode_ulonglong.o
  1050.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_big.o
  1051.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_bignum.o
  1052.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_binary.o
  1053.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_boolean.o
  1054.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_char.o
  1055.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_double.o
  1056.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_fun.o
  1057.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_list_header.o
  1058.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_long.o
  1059.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_pid.o
  1060.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_port.o
  1061.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_trace.o
  1062.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_string.o
  1063.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_ref.o
  1064.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_tuple_header.o
  1065.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_ulong.o
  1066.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_version.o
  1067.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_ulonglong.o
  1068.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/encode_longlong.o
  1069.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/epmd_port.o
  1070.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/epmd_unpublish.o
  1071.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/epmd_publish.o
  1072.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_decode_term.o
  1073.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_format.o
  1074.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_locking.o
  1075.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_malloc.o
  1076.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_portio.o
  1077.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_printterm.o
  1078.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_pthreads.o
  1079.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_trace.o
  1080.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/eimd5.o
  1081.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_x_encode.o
  1082.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/get_type.o
  1083.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_compat.o
  1084.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/show_msg.o
  1085.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_init.o
  1086.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/ei_cmp_nc.o
  1087.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_names.o
  1088.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_unregister.o
  1089.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_register.o
  1090.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.st/x86_64-apple-darwin21.6.0/global_whereis.o
  1091.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_connect.o
  1092.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_resolve.o
  1093.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/eirecv.o
  1094.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/send.o
  1095.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/send_exit.o
  1096.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/send_reg.o
  1097.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_big.o
  1098.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_atom.o
  1099.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_bignum.o
  1100.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_binary.o
  1101.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_boolean.o
  1102.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_char.o
  1103.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_double.o
  1104.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_fun.o
  1105.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_intlist.o
  1106.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_iodata.o
  1107.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_list_header.o
  1108.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_long.o
  1109.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_pid.o
  1110.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_port.o
  1111.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_ref.o
  1112.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_skip.o
  1113.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_string.o
  1114.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_trace.o
  1115.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_tuple_header.o
  1116.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_ulong.o
  1117.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_version.o
  1118.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_longlong.o
  1119.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/decode_ulonglong.o
  1120.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_atom.o
  1121.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_big.o
  1122.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_binary.o
  1123.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_bignum.o
  1124.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_boolean.o
  1125.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_char.o
  1126.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_double.o
  1127.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_fun.o
  1128.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_list_header.o
  1129.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_long.o
  1130.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_pid.o
  1131.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_port.o
  1132.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_ref.o
  1133.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_string.o
  1134.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_trace.o
  1135.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_tuple_header.o
  1136.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_ulong.o
  1137.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_version.o
  1138.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_longlong.o
  1139.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/encode_ulonglong.o
  1140.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/epmd_port.o
  1141.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/epmd_publish.o
  1142.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/epmd_unpublish.o
  1143.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_decode_term.o
  1144.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_format.o
  1145.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_locking.o
  1146.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_malloc.o
  1147.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_portio.o
  1148.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_pthreads.o
  1149.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_printterm.o
  1150.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_trace.o
  1151.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_x_encode.o
  1152.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/eimd5.o
  1153.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/get_type.o
  1154.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/show_msg.o
  1155.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_compat.o
  1156.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_init.o
  1157.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_names.o
  1158.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/ei_cmp_nc.o
  1159.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_register.o
  1160.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_unregister.o
  1161.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj.mt/x86_64-apple-darwin21.6.0/global_whereis.o
  1162.  AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a
  1163. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_bignum.o) has no symbols
  1164. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_long.o) has no symbols
  1165. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_ulong.o) has no symbols
  1166. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_bignum.o) has no symbols
  1167. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_long.o) has no symbols
  1168. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_ulong.o) has no symbols
  1169. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(ei_locking.o) has no symbols
  1170.  RANLIB /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a
  1171. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_bignum.o) has no symbols
  1172. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_long.o) has no symbols
  1173. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(decode_ulong.o) has no symbols
  1174. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_bignum.o) has no symbols
  1175. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_long.o) has no symbols
  1176. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(encode_ulong.o) has no symbols
  1177. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei_st.a(ei_locking.o) has no symbols
  1178.  AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a
  1179. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_bignum.o) has no symbols
  1180. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_long.o) has no symbols
  1181. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_ulong.o) has no symbols
  1182. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_bignum.o) has no symbols
  1183. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_long.o) has no symbols
  1184. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_ulong.o) has no symbols
  1185.  RANLIB /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a
  1186. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_bignum.o) has no symbols
  1187. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_long.o) has no symbols
  1188. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(decode_ulong.o) has no symbols
  1189. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_bignum.o) has no symbols
  1190. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_long.o) has no symbols
  1191. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/obj/x86_64-apple-darwin21.6.0/libei.a(encode_ulong.o) has no symbols
  1192.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/bin/x86_64-apple-darwin21.6.0/erl_call
  1193. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1194. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1195. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1196. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
  1197. gmake[2]: Nothing to be done for 'opt'.
  1198. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
  1199. === Leaving application erl_interface
  1200. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
  1201.  MAKE   emulator
  1202. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
  1203. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
  1204. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  1205.  MAKE   opt
  1206. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  1207.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_main.o
  1208.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/preload.o
  1209.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process.o
  1210.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/asm_load.o
  1211.  CXX    x86_64-apple-darwin21.6.0/opt/jit/asmjit/asmjit.hpp.gch
  1212.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_common.o
  1213.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_bif_load.o
  1214.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_catches.o
  1215.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_bp.o
  1216.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_debug.o
  1217.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_load.o
  1218.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_opcodes.o
  1219.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_ranges.o
  1220.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_transform.o
  1221.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_transform_engine.o
  1222.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_transform_helpers.o
  1223.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/code_ix.o
  1224.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_alloc.o
  1225.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_alloc_util.o
  1226.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_goodfit_alloc.o
  1227.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bestfit_alloc.o
  1228.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_afit_alloc.o
  1229.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_init.o
  1230.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_atom_table.o
  1231.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_table.o
  1232.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_ddll.o
  1233.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_guard.o
  1234.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_info.o
  1235.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_op.o
  1236.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_os.o
  1237.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_lists.o
  1238.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_persistent.o
  1239.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_atomics.o
  1240.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_counters.o
  1241.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_trace.o
  1242.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_unique.o
  1243.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_guard_bifs.o
  1244.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_dirty_bif_wrap.o
  1245.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_trace.o
  1246.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/copy.o
  1247.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/utils.o
  1248.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/bif.o
  1249.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/io.o
  1250.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_printf_term.o
  1251.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_debug.o
  1252.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_md5.o
  1253.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_message.o
  1254.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_proc_sig_queue.o
  1255.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process_dict.o
  1256.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process_lock.o
  1257.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_port_task.o
  1258.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_arith.o
  1259.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/time.o
  1260.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_time_sup.o
  1261.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/external.o
  1262.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/dist.o
  1263.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/binary.o
  1264.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db.o
  1265.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_util.o
  1266.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_hash.o
  1267.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_tree.o
  1268.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_thr_progress.o
  1269.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/big.o
  1270.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/hash.o
  1271.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/index.o
  1272.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/atom.o
  1273.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/module.o
  1274.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/export.o
  1275.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/register.o
  1276.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/break.o
  1277.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_async.o
  1278.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_lock_check.o
  1279.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_dyn_lock_check.o
  1280.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_gc.o
  1281.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_lock_count.o
  1282.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_posix_str.o
  1283.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bits.o
  1284.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_math.o
  1285.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_fun.o
  1286.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_port.o
  1287.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_term.o
  1288.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_monitor_link.o
  1289.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_node_tables.o
  1290.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_process_dump.o
  1291.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_hl_timer.o
  1292.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_cpu_topology.o
  1293.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_drv_thread.o
  1294.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_chksum.o
  1295.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_unicode.o
  1296.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_re.o
  1297.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/packet_parser.o
  1298.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/safe_hash.o
  1299.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_zlib.o
  1300.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_nif.o
  1301.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_bif_binary.o
  1302.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_ao_firstfit_alloc.o
  1303.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_thr_queue.o
  1304.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_sched_spec_pre_alloc.o
  1305.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_ptab.o
  1306.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_map.o
  1307.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_msacc.o
  1308.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_lock_flags.o
  1309.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_io_queue.o
  1310.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_db_catree.o
  1311.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/socket_dbg.o
  1312.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/socket_tarray.o
  1313.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/socket_util.o
  1314.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_flxctr.o
  1315.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_nfunc_sched.o
  1316.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_global_literals.o
  1317.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_file.o
  1318.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/beam_types.o
  1319.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys.o
  1320.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_drivers.o
  1321.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_env.o
  1322.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_uds.o
  1323.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/driver_tab.o
  1324.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/unix_prim_file.o
  1325.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_float.o
  1326.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_time.o
  1327.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/sys_signal_stack.o
  1328.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_poll.o
  1329.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_check_io.o
  1330.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_mseg.o
  1331.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_mmap.o
  1332.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_osenv.o
  1333.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_unix_sys_ddll.o
  1334.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_sys_common_misc.o
  1335.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_os_monotonic_time_extender.o
  1336. sys/common/erl_check_io.c:1763:34: warning: cast to smaller integer type 'ErtsPollEvents' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
  1337.         ErtsPollEvents revents = ERTS_POLL_RES_GET_EVTS(&psi->pollres[i]);
  1338.                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1339. sys/common/erl_poll.h:229:54: note: expanded from macro 'ERTS_POLL_RES_GET_EVTS'
  1340. #define ERTS_POLL_RES_GET_EVTS(evt) ERTS_POLL_EV_N2E((ErtsPollEvents)(evt)->udata)
  1341.                                     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1342. sys/common/erl_poll.h:271:54: note: expanded from macro 'ERTS_POLL_EV_N2E'
  1343. #define ERTS_POLL_EV_N2E(EV)            ERTS_POLL_EV_NKP_N2E((EV))
  1344.                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~
  1345. sys/common/erl_poll.h:257:35: note: expanded from macro 'ERTS_POLL_EV_NKP_N2E'
  1346. #define ERTS_POLL_EV_NKP_N2E(EV) (EV)
  1347.                                   ^~
  1348.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erlang_lttng.o
  1349.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/inet_drv.o
  1350.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/ram_file_drv.o
  1351.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/ttsl_drv.o
  1352.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_buffer_nif.o
  1353.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_tracer_nif.o
  1354.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_file_nif.o
  1355.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/zlib_nif.o
  1356.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_socket_nif.o
  1357.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/prim_net_nif.o
  1358.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_latin_1_table.o
  1359.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_compile.o
  1360.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_config.o
  1361. 1 warning generated.
  1362.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_dfa_exec.o
  1363.  GEN    /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/pcre_exec_loop_break_cases.inc
  1364.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_fullinfo.o
  1365.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_get.o
  1366.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_globals.o
  1367.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_maketables.o
  1368.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_ord2utf8.o
  1369.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_newline.o
  1370.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_refcount.o
  1371.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_study.o
  1372.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_tables.o
  1373.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_valid_utf8.o
  1374.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_version.o
  1375.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_byte_order.o
  1376.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_jit_compile.o
  1377.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_string_utils.o
  1378.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_ucd.o
  1379.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_xclass.o
  1380.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/ryu/obj/x86_64-apple-darwin21.6.0/opt/d2s.o
  1381.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/beam_asm_global.o
  1382.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/beam_asm_module.o
  1383.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/beam_jit_common.o
  1384.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/beam_jit_main.o
  1385.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/process_main.o
  1386.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/beam_jit_metadata.o
  1387.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_arith.o
  1388.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_bs.o
  1389.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_bif.o
  1390.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_call.o
  1391.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_common.o
  1392.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_float.o
  1393.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_fun.o
  1394.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_guard_bifs.o
  1395.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_map.o
  1396.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_msg.o
  1397.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_select.o
  1398.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/instr_trace.o
  1399.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/archtraits.o
  1400.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/assembler.o
  1401.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/builder.o
  1402.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/codeholder.o
  1403.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/codewriter.o
  1404.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/compiler.o
  1405.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/constpool.o
  1406.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/cpuinfo.o
  1407.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/emithelper.o
  1408.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/emitter.o
  1409.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/emitterutils.o
  1410.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/environment.o
  1411.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/errorhandler.o
  1412.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/formatter.o
  1413.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/func.o
  1414.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/globals.o
  1415.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/funcargscontext.o
  1416.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/inst.o
  1417.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/jitallocator.o
  1418.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/jitruntime.o
  1419.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/logger.o
  1420.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/operand.o
  1421.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/osutils.o
  1422.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/ralocal.o
  1423.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/rapass.o
  1424.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/string.o
  1425.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/rastack.o
  1426.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/support.o
  1427.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/target.o
  1428.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/type.o
  1429.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/virtmem.o
  1430.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zone.o
  1431.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonehash.o
  1432.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonelist.o
  1433.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonestack.o
  1434.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonetree.o
  1435.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/core/zonevector.o
  1436.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86assembler.o
  1437.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86builder.o
  1438.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86compiler.o
  1439.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86emithelper.o
  1440.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86formatter.o
  1441.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86func.o
  1442.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86instapi.o
  1443.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86instdb.o
  1444.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86operand.o
  1445.  CXX    obj/x86_64-apple-darwin21.6.0/opt/jit/asmjit/x86/x86rapass.o
  1446.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_poll.flbk.o
  1447.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/pcre_exec.o
  1448.  AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/ryu/obj/x86_64-apple-darwin21.6.0/opt/libryu.a
  1449.  CC obj/x86_64-apple-darwin21.6.0/opt/jit/erl_child_setup.o
  1450.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erl_child_setup
  1451. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1452.  AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/libepcre.a
  1453. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator/pcre/obj/x86_64-apple-darwin21.6.0/opt/libepcre.a(pcre_string_utils.o) has no symbols
  1454.  AR /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a
  1455.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.jit
  1456. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1457. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(builder.o) has no symbols
  1458. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(compiler.o) has no symbols
  1459. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(operand.o) has no symbols
  1460. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(ralocal.o) has no symbols
  1461. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rapass.o) has no symbols
  1462. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rastack.o) has no symbols
  1463. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(support.o) has no symbols
  1464. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonelist.o) has no symbols
  1465. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonetree.o) has no symbols
  1466. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86builder.o) has no symbols
  1467. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86compiler.o) has no symbols
  1468. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86operand.o) has no symbols
  1469. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86rapass.o) has no symbols
  1470. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_check.o) has no symbols
  1471. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_dyn_lock_check.o) has no symbols
  1472. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_count.o) has no symbols
  1473. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(safe_hash.o) has no symbols
  1474. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erlang_lttng.o) has no symbols
  1475.  RANLIB /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a
  1476. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(builder.o) has no symbols
  1477. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(compiler.o) has no symbols
  1478. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(operand.o) has no symbols
  1479. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(ralocal.o) has no symbols
  1480. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rapass.o) has no symbols
  1481. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(rastack.o) has no symbols
  1482. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(support.o) has no symbols
  1483. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonelist.o) has no symbols
  1484. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(zonetree.o) has no symbols
  1485. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86builder.o) has no symbols
  1486. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86compiler.o) has no symbols
  1487. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86operand.o) has no symbols
  1488. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(x86rapass.o) has no symbols
  1489. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_check.o) has no symbols
  1490. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_dyn_lock_check.o) has no symbols
  1491. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erl_lock_count.o) has no symbols
  1492. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(safe_hash.o) has no symbols
  1493. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/libbeam.a(erlang_lttng.o) has no symbols
  1494. /usr/local/bin/ginstall -c /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.jit /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp
  1495. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  1496. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/emulator'
  1497. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc'
  1498. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
  1499.  MAKE   opt
  1500. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
  1501.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/inet_gethost.o
  1502.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/heart.o
  1503.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/erlexec.o
  1504.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/typer.o
  1505.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/escript.o
  1506.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/dialyzer.o
  1507.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/ct_run.o
  1508.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/safe_string.o
  1509.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/erlc.o
  1510.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/run_erl.o
  1511.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/to_erl.o
  1512.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/dyn_erl.o
  1513.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erl_call
  1514.  VSN    Install
  1515.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/jit-reader.o
  1516.  VSN    erl.src
  1517.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/heart
  1518.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/typer
  1519.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/dialyzer
  1520. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1521. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1522.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/escript
  1523. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1524.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/ct_run
  1525.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/run_erl
  1526.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erlc
  1527. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1528. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1529.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/to_erl
  1530. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1531. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1532.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/jit-reader.so
  1533.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/dyn_erl
  1534. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1535.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/inet_gethost
  1536. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1537. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1538. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1539.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/erlexec
  1540. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1541. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
  1542. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/common'
  1543. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/unix'
  1544.  GEN    etp-commands
  1545. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc/unix'
  1546. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/etc'
  1547. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd'
  1548. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
  1549.  MAKE   opt
  1550. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
  1551.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/epmd_srv.o
  1552.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/epmd_cli.o
  1553.  CC /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/obj/x86_64-apple-darwin21.6.0/epmd.o
  1554.  LD /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/epmd
  1555. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1556. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
  1557. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd/src'
  1558. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/epmd'
  1559. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1560.  MAKE   opt
  1561. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1562. gmake[4]: Nothing to be done for 'all'.
  1563. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1564. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/lib_src'
  1565. (cd preloaded/src && gmake ../ebin/erts.app)
  1566. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/preloaded/src'
  1567.  VSN    ../ebin/erts.app
  1568. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts/preloaded/src'
  1569. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
  1570. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/erts'
  1571. if test ! -d /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bootstrap/bin/x86_64-apple-darwin21.6.0 ; then mkdir /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bootstrap/bin/x86_64-apple-darwin21.6.0 ; fi
  1572.  MAKE   secondary_bootstrap_build
  1573. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
  1574. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
  1575. === Entering application parsetools
  1576. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
  1577. gmake[3]: Nothing to be done for 'opt'.
  1578. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
  1579. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
  1580. gmake[3]: Nothing to be done for 'opt'.
  1581. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
  1582. === Leaving application parsetools
  1583. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
  1584. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
  1585. gmake[2]: Nothing to be done for 'opt'.
  1586. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
  1587. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
  1588.  MAKE   secondary_bootstrap_copy
  1589.  MAKE   tertiary_bootstrap_build
  1590. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
  1591. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
  1592. === Entering application snmp
  1593. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1594. gmake[3]: Nothing to be done for 'opt'.
  1595. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1596. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
  1597. gmake[3]: Nothing to be done for 'opt'.
  1598. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
  1599. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
  1600. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1601. gmake[4]: Nothing to be done for 'opt'.
  1602. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1603. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
  1604. gmake[4]: Nothing to be done for 'opt'.
  1605. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
  1606. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
  1607. gmake[4]: Nothing to be done for 'opt'.
  1608. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
  1609. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1610. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1611. gmake[5]: Nothing to be done for 'behaviour_targets'.
  1612. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1613. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1614. gmake[5]: Nothing to be done for 'targets'.
  1615. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1616. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1617. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1618. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1619. gmake[5]: Nothing to be done for 'behaviour_targets'.
  1620. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1621. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1622. gmake[5]: Nothing to be done for 'targets'.
  1623. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1624. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1625. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
  1626. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
  1627. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
  1628. gmake[4]: Nothing to be done for 'opt'.
  1629. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
  1630. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
  1631. gmake[4]: Nothing to be done for 'opt'.
  1632. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
  1633. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
  1634. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
  1635. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
  1636. gmake[4]: Nothing to be done for 'opt'.
  1637. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
  1638. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
  1639. gmake[4]: Nothing to be done for 'opt'.
  1640. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
  1641. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
  1642. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
  1643. gmake[3]: Nothing to be done for 'opt'.
  1644. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
  1645. === Leaving application snmp
  1646. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
  1647. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
  1648. === Entering application sasl
  1649. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
  1650. gmake[3]: Nothing to be done for 'opt'.
  1651. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
  1652. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
  1653. gmake[3]: Nothing to be done for 'opt'.
  1654. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
  1655. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
  1656. gmake[3]: Nothing to be done for 'opt'.
  1657. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
  1658. === Leaving application sasl
  1659. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
  1660. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
  1661. === Entering application erl_interface
  1662. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1663. gmake[3]: Nothing to be done for 'opt'.
  1664. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1665. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
  1666. gmake[3]: Nothing to be done for 'opt'.
  1667. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
  1668. === Leaving application erl_interface
  1669. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
  1670. === Skipping subdir jinterface, reason:
  1671. Java compiler disabled by user
  1672. ===
  1673. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
  1674. === Entering application syntax_tools
  1675. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
  1676. gmake[3]: Nothing to be done for 'opt'.
  1677. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
  1678. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
  1679. gmake[3]: Nothing to be done for 'opt'.
  1680. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
  1681. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
  1682. gmake[3]: Nothing to be done for 'opt'.
  1683. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
  1684. === Leaving application syntax_tools
  1685. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
  1686. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
  1687. === Entering application wx
  1688. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
  1689. gmake[3]: Nothing to be done for 'opt'.
  1690. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
  1691. === Leaving application wx
  1692. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
  1693. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
  1694. === Entering application public_key
  1695. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
  1696. gmake[3]: Nothing to be done for 'opt'.
  1697. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
  1698. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
  1699. gmake[3]: Nothing to be done for 'opt'.
  1700. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
  1701. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
  1702. gmake[3]: Nothing to be done for 'opt'.
  1703. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
  1704. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
  1705. gmake[3]: Nothing to be done for 'opt'.
  1706. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
  1707. === Leaving application public_key
  1708. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
  1709. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
  1710.  MAKE   tertiary_bootstrap_copy
  1711.  MAKE   libs
  1712. gmake[1]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
  1713. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib'
  1714. Makefile:48: warning: overriding recipe for target 'test'
  1715. /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/app_targets.mk:26: warning: ignoring old recipe for target 'test'
  1716. === Entering application stdlib
  1717. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/src'
  1718. gmake[3]: Nothing to be done for 'opt'.
  1719. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/src'
  1720. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/doc/src'
  1721. gmake[3]: Nothing to be done for 'opt'.
  1722. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/doc/src'
  1723. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/examples'
  1724. gmake[3]: Nothing to be done for 'opt'.
  1725. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib/examples'
  1726. === Leaving application stdlib
  1727. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/stdlib'
  1728. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
  1729. === Entering application sasl
  1730. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
  1731. gmake[3]: Nothing to be done for 'opt'.
  1732. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/src'
  1733. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
  1734. gmake[3]: Nothing to be done for 'opt'.
  1735. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/doc/src'
  1736. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
  1737. gmake[3]: Nothing to be done for 'opt'.
  1738. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl/examples/src'
  1739. === Leaving application sasl
  1740. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/sasl'
  1741. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel'
  1742. === Entering application kernel
  1743. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/src'
  1744. gmake[3]: Nothing to be done for 'opt'.
  1745. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/src'
  1746. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/doc/src'
  1747. gmake[3]: Nothing to be done for 'opt'.
  1748. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/doc/src'
  1749. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/examples'
  1750. gmake[3]: Nothing to be done for 'opt'.
  1751. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel/examples'
  1752. === Leaving application kernel
  1753. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/kernel'
  1754. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler'
  1755. Makefile:47: warning: overriding recipe for target 'test'
  1756. /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/app_targets.mk:26: warning: ignoring old recipe for target 'test'
  1757. === Entering application compiler
  1758. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/src'
  1759. gmake[3]: Nothing to be done for 'opt'.
  1760. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/src'
  1761. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/doc/src'
  1762. gmake[3]: Nothing to be done for 'opt'.
  1763. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler/doc/src'
  1764. === Leaving application compiler
  1765. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/compiler'
  1766. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools'
  1767. === Entering application tools
  1768. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/src'
  1769. gmake[3]: Nothing to be done for 'opt'.
  1770. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/src'
  1771. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/doc/src'
  1772. gmake[3]: Nothing to be done for 'opt'.
  1773. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/doc/src'
  1774. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/examples'
  1775. gmake[3]: Nothing to be done for 'opt'.
  1776. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/examples'
  1777. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/emacs'
  1778. gmake[3]: Nothing to be done for 'opt'.
  1779. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools/emacs'
  1780. === Leaving application tools
  1781. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/tools'
  1782. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test'
  1783. === Entering application common_test
  1784. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/doc/src'
  1785. gmake[3]: Nothing to be done for 'opt'.
  1786. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/doc/src'
  1787. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/src'
  1788. gmake[3]: Nothing to be done for 'opt'.
  1789. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/src'
  1790. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
  1791.  MAKE   opt
  1792. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
  1793. gmake[4]: Nothing to be done for 'debug'.
  1794. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
  1795. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test/priv'
  1796. === Leaving application common_test
  1797. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/common_test'
  1798. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools'
  1799. === Entering application runtime_tools
  1800. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/src'
  1801. gmake[3]: Nothing to be done for 'opt'.
  1802. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/src'
  1803. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
  1804.  MAKE   opt
  1805. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
  1806.  CC ../priv/obj/x86_64-apple-darwin21.6.0/dyntrace.o
  1807.  CC ../priv/obj/x86_64-apple-darwin21.6.0/trace_file_drv.o
  1808.  CC ../priv/obj/x86_64-apple-darwin21.6.0/trace_ip_drv.o
  1809.  LD ../priv/lib/x86_64-apple-darwin21.6.0/dyntrace.so
  1810. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1811.  LD ../priv/lib/x86_64-apple-darwin21.6.0/trace_file_drv.so
  1812. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1813.  LD ../priv/lib/x86_64-apple-darwin21.6.0/trace_ip_drv.so
  1814. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  1815. rm ../priv/obj/x86_64-apple-darwin21.6.0/dyntrace.o ../priv/obj/x86_64-apple-darwin21.6.0/trace_file_drv.o ../priv/obj/x86_64-apple-darwin21.6.0/trace_ip_drv.o
  1816. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
  1817. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/c_src'
  1818. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/doc/src'
  1819. gmake[3]: Nothing to be done for 'opt'.
  1820. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools/doc/src'
  1821. === Leaving application runtime_tools
  1822. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/runtime_tools'
  1823. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets'
  1824. === Entering application inets
  1825. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src'
  1826. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/inets_app'
  1827. gmake[4]: Nothing to be done for 'opt'.
  1828. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/inets_app'
  1829. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_lib'
  1830. gmake[4]: Nothing to be done for 'opt'.
  1831. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_lib'
  1832. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_client'
  1833. gmake[4]: Nothing to be done for 'opt'.
  1834. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_client'
  1835. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_server'
  1836. gmake[4]: Nothing to be done for 'opt'.
  1837. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src/http_server'
  1838. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/src'
  1839. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples'
  1840. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/server_root'
  1841. gmake[4]: Nothing to be done for 'opt'.
  1842. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/server_root'
  1843. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/httpd_load_test'
  1844. gmake[4]: Nothing to be done for 'opt'.
  1845. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples/httpd_load_test'
  1846. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/examples'
  1847. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/priv'
  1848. gmake[3]: Nothing to be done for 'opt'.
  1849. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/priv'
  1850. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/doc/src'
  1851. gmake[3]: Nothing to be done for 'opt'.
  1852. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets/doc/src'
  1853. === Leaving application inets
  1854. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/inets'
  1855. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
  1856. === Entering application parsetools
  1857. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
  1858. gmake[3]: Nothing to be done for 'opt'.
  1859. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/src'
  1860. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
  1861. gmake[3]: Nothing to be done for 'opt'.
  1862. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools/doc/src'
  1863. === Leaving application parsetools
  1864. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/parsetools'
  1865. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl'
  1866. === Entering application xmerl
  1867. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/src'
  1868. gmake[3]: Nothing to be done for 'opt'.
  1869. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/src'
  1870. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/doc/src'
  1871. gmake[3]: Nothing to be done for 'opt'.
  1872. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl/doc/src'
  1873. === Leaving application xmerl
  1874. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/xmerl'
  1875. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc'
  1876. === Entering application edoc
  1877. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/bin'
  1878. gmake[3]: Nothing to be done for 'opt'.
  1879. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/bin'
  1880. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/src'
  1881. gmake[3]: Nothing to be done for 'opt'.
  1882. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/src'
  1883. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/include'
  1884. gmake[3]: Nothing to be done for 'opt'.
  1885. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/include'
  1886. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/priv'
  1887. gmake[3]: Nothing to be done for 'opt'.
  1888. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/priv'
  1889. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/doc/src'
  1890. gmake[3]: Nothing to be done for 'opt'.
  1891. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc/doc/src'
  1892. === Leaving application edoc
  1893. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/edoc'
  1894. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen'
  1895. === Entering application erl_docgen
  1896. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/src'
  1897. gmake[3]: Nothing to be done for 'opt'.
  1898. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/src'
  1899. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv'
  1900. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/bin'
  1901. gmake[4]: Nothing to be done for 'opt'.
  1902. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/bin'
  1903. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/css'
  1904. gmake[4]: Nothing to be done for 'opt'.
  1905. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/css'
  1906. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd'
  1907. gmake[4]: Nothing to be done for 'opt'.
  1908. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd'
  1909. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_html_entities'
  1910. gmake[4]: Nothing to be done for 'opt'.
  1911. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_html_entities'
  1912. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_man_entities'
  1913. gmake[4]: Nothing to be done for 'opt'.
  1914. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/dtd_man_entities'
  1915. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/images'
  1916. gmake[4]: Nothing to be done for 'opt'.
  1917. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/images'
  1918. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/js/flipmenu'
  1919. gmake[4]: Nothing to be done for 'opt'.
  1920. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/js/flipmenu'
  1921. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/xsl'
  1922. gmake[4]: Nothing to be done for 'opt'.
  1923. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv/xsl'
  1924. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/priv'
  1925. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/doc/src'
  1926. gmake[3]: Nothing to be done for 'opt'.
  1927. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen/doc/src'
  1928. === Leaving application erl_docgen
  1929. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_docgen'
  1930. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
  1931. === Entering application snmp
  1932. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1933. gmake[3]: Nothing to be done for 'opt'.
  1934. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1935. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
  1936. gmake[3]: Nothing to be done for 'opt'.
  1937. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/mibs'
  1938. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
  1939. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1940. gmake[4]: Nothing to be done for 'opt'.
  1941. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/compile'
  1942. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
  1943. gmake[4]: Nothing to be done for 'opt'.
  1944. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/app'
  1945. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
  1946. gmake[4]: Nothing to be done for 'opt'.
  1947. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/misc'
  1948. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1949. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1950. gmake[5]: Nothing to be done for 'behaviour_targets'.
  1951. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1952. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1953. gmake[5]: Nothing to be done for 'targets'.
  1954. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1955. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/agent'
  1956. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1957. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1958. gmake[5]: Nothing to be done for 'behaviour_targets'.
  1959. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1960. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1961. gmake[5]: Nothing to be done for 'targets'.
  1962. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1963. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src/manager'
  1964. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/src'
  1965. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
  1966. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
  1967. gmake[4]: Nothing to be done for 'opt'.
  1968. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex1'
  1969. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
  1970. gmake[4]: Nothing to be done for 'opt'.
  1971. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples/ex2'
  1972. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/examples'
  1973. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
  1974. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
  1975. gmake[4]: Nothing to be done for 'opt'.
  1976. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/agent'
  1977. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
  1978. gmake[4]: Nothing to be done for 'opt'.
  1979. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf/manager'
  1980. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/priv/conf'
  1981. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
  1982. gmake[3]: Nothing to be done for 'opt'.
  1983. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp/doc/src'
  1984. === Leaving application snmp
  1985. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/snmp'
  1986. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
  1987. === Entering application erl_interface
  1988. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1989.  MAKE   opt
  1990. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1991. gmake[4]: Nothing to be done for 'opt'.
  1992. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1993. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/src'
  1994. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
  1995. gmake[3]: Nothing to be done for 'opt'.
  1996. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface/doc/src'
  1997. === Leaving application erl_interface
  1998. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/erl_interface'
  1999. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1'
  2000. === Entering application asn1
  2001. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
  2002. gmake[3]: Nothing to be done for 'opt'.
  2003. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/src'
  2004. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/doc/src'
  2005. gmake[3]: Nothing to be done for 'opt'.
  2006. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/doc/src'
  2007. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/c_src'
  2008.  CC ../priv/obj/x86_64-apple-darwin21.6.0/asn1_erl_nif.o
  2009.  LD ../priv/lib/x86_64-apple-darwin21.6.0/asn1rt_nif.so
  2010. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2011. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1/c_src'
  2012. === Leaving application asn1
  2013. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/asn1'
  2014. === Skipping subdir jinterface, reason:
  2015. Java compiler disabled by user
  2016. ===
  2017. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
  2018. === Entering application wx
  2019. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
  2020. gmake[3]: Nothing to be done for 'opt'.
  2021. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/src'
  2022. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/c_src'
  2023.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_1.o
  2024.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_2.o
  2025.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_4.o
  2026.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_5.o
  2027.  CXX    x86_64-apple-darwin21.6.0/wxe_events.o
  2028.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_6.o
  2029.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_7.o
  2030.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_3.o
  2031.  CXX    x86_64-apple-darwin21.6.0/wxe_wrapper_8.o
  2032.  CXX    x86_64-apple-darwin21.6.0/wxe_init.o
  2033. In file included from gen/wxe_wrapper_8.cpp:23:
  2034. In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
  2035. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2036. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2037. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2038. In file included from gen/wxe_wrapper_7.cpp    wxEventLoop* m_modalEventLoop = NULL;:In file included from In file included from gen/wxe_wrapper_2.cpp:23:
  2039. In file included from /usr/local/include/wx-3.2/wx/wx.h:2423:
  2040. In file included from /usr/local/include/wx-3.2/wx/event.h
  2041. :
  2042. :                                  ^
  2043. In file included from gen/wxe_wrapper_1.cpp22/usr/local/include/wx-3.2/wx/wx.h:24:
  2044. In file included from /usr/local/include/wx-3.2/wx/cursor.h:
  2045. In file included from /usr/local/include/wx-3.2/wx/event.h:75:
  2046. :In file included from 22:
  2047. In file included from /usr/local/include/wx-3.2/wx/utils.h/usr/local/include/wx-3.2/wx/cursor.h:75:
  2048. ::749:35: /usr/local/include/wx-3.2/wx/utils.hgen/wxe_wrapper_5.cpp:warning: 23:23default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]In file included from 749::
  2049. In file included from gen/wxe_wrapper_4.cppIn file included from gen/wxe_wrapper_3.cpp::
  2050. :/usr/local/include/wx-3.2/wx/wx.h2335:
  2051. In file included from :In file included from
  2052. /usr/local/include/wx-3.2/wx/wx.h/usr/local/include/wx-3.2/wx/wx.h: 2423::
  2053. In file included from :
  2054. 24    wxEventLoop* m_modalEventLoop = NULL;warning:
  2055.                                   ^
  2056. In file included from ::
  2057. default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2058. /usr/local/include/wx-3.2/wx/wx.hIn file included from 24/usr/local/include/wx-3.2/wx/event.h    wxEventLoop* m_modalEventLoop = NULL;In file included from gen/wxe_init.cpp:
  2059. :                                  ^
  2060. ::
  2061. 21In file included from /usr/local/include/wx-3.2/wx/event.h/usr/local/include/wx-3.2/wx/event.h:
  2062. :22:24:
  2063. In file included from 22:
  2064. In file included from /usr/local/include/wx-3.2/wx/event.h:22In file included from /usr/local/include/wx-3.2/wx/cursor.h:
  2065. In file included from 22/usr/local/include/wx-3.2/wx/wx.h:
  2066. :24:
  2067. In file included from /usr/local/include/wx-3.2/wx/event.h/usr/local/include/wx-3.2/wx/cursor.h:
  2068. ::75In file included from /usr/local/include/wx-3.2/wx/cursor.h:In file included from 7522:
  2069. :
  2070. In file included from :/usr/local/include/wx-3.2/wx/cursor.h:75:
  2071. /usr/local/include/wx-3.2/wx/utils.h::
  2072. /usr/local/include/wx-3.2/wx/cursor.h/usr/local/include/wx-3.2/wx/utils.h:75:
  2073. 75:
  2074. /usr/local/include/wx-3.2/wx/utils.h:/usr/local/include/wx-3.2/wx/utils.h/usr/local/include/wx-3.2/wx/utils.h:749749749:35::35::35::749:35  ::warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2075. 749     wxEventLoop* m_modalEventLoop = NULL;
  2076. warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2077.  warning: warning:     wxEventLoop* m_modalEventLoop = NULL;
  2078. default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2079. :                                  ^35default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2080.     wxEventLoop* m_modalEventLoop = NULL;
  2081.     wxEventLoop* m_modalEventLoop = NULL;
  2082.                                   ^                                  ^
  2083.  
  2084. :
  2085.                                   ^
  2086. warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2087.     wxEventLoop* m_modalEventLoop = NULL;
  2088.                                   ^
  2089. In file included from gen/wxe_wrapper_6.cpp:23:
  2090. In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
  2091. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2092. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2093. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2094.     wxEventLoop* m_modalEventLoop = NULL;
  2095.                                   ^
  2096. In file included from gen/wxe_events.cpp:23:
  2097. In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
  2098. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2099. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2100. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2101.     wxEventLoop* m_modalEventLoop = NULL;
  2102.                                   ^
  2103. gen/wxe_init.cpp:610:57: warning: wxSTC_INDICS_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
  2104.     { WXE_ATOM_define, "wxSTC_INDICS_MASK", rt.make_int(wxSTC_INDICS_MASK) },
  2105.                                                         ^
  2106. /usr/local/include/wx-3.2/wx/stc/stc.h:2493:27: note: expanded from macro 'wxSTC_INDICS_MASK'
  2107. #define wxSTC_INDICS_MASK wxSTC_DEPRECATED_MACRO_VALUE(0xE0,\
  2108.                           ^
  2109. /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
  2110.         _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
  2111.         ^
  2112. <scratch space>:2:6: note: expanded from here
  2113.  GCC warning "wxSTC_INDICS_MASK is deprecated. Style byte indicators are no longer used."
  2114.      ^
  2115. gen/wxe_init.cpp:611:57: warning: wxSTC_INDIC2_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
  2116.     { WXE_ATOM_define, "wxSTC_INDIC2_MASK", rt.make_int(wxSTC_INDIC2_MASK) },
  2117.                                                         ^
  2118. /usr/local/include/wx-3.2/wx/stc/stc.h:2491:27: note: expanded from macro 'wxSTC_INDIC2_MASK'
  2119. #define wxSTC_INDIC2_MASK wxSTC_DEPRECATED_MACRO_VALUE(0x80,\
  2120.                           ^
  2121. /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
  2122.         _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
  2123.         ^
  2124. <scratch space>:5:6: note: expanded from here
  2125.  GCC warning "wxSTC_INDIC2_MASK is deprecated. Style byte indicators are no longer used."
  2126.      ^
  2127. gen/wxe_init.cpp:612:57: warning: wxSTC_INDIC1_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
  2128.     { WXE_ATOM_define, "wxSTC_INDIC1_MASK", rt.make_int(wxSTC_INDIC1_MASK) },
  2129.                                                         ^
  2130. /usr/local/include/wx-3.2/wx/stc/stc.h:2489:27: note: expanded from macro 'wxSTC_INDIC1_MASK'
  2131. #define wxSTC_INDIC1_MASK wxSTC_DEPRECATED_MACRO_VALUE(0x40,\
  2132.                           ^
  2133. /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
  2134.         _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
  2135.         ^
  2136. <scratch space>:8:6: note: expanded from here
  2137.  GCC warning "wxSTC_INDIC1_MASK is deprecated. Style byte indicators are no longer used."
  2138.      ^
  2139. gen/wxe_init.cpp:613:57: warning: wxSTC_INDIC0_MASK is deprecated. Style byte indicators are no longer used. [-W#pragma-messages]
  2140.     { WXE_ATOM_define, "wxSTC_INDIC0_MASK", rt.make_int(wxSTC_INDIC0_MASK) },
  2141.                                                         ^
  2142. /usr/local/include/wx-3.2/wx/stc/stc.h:2487:27: note: expanded from macro 'wxSTC_INDIC0_MASK'
  2143. #define wxSTC_INDIC0_MASK wxSTC_DEPRECATED_MACRO_VALUE(0x20,\
  2144.                           ^
  2145. /usr/local/include/wx-3.2/wx/stc/stc.h:2473:9: note: expanded from macro 'wxSTC_DEPRECATED_MACRO_VALUE'
  2146.         _Pragma(wxSTC_STRINGIFY(GCC warning msg)) value
  2147.         ^
  2148. <scratch space>:11:6: note: expanded from here
  2149.  GCC warning "wxSTC_INDIC0_MASK is deprecated. Style byte indicators are no longer used."
  2150.      ^
  2151. 1 warning generated.
  2152.  CXX    x86_64-apple-darwin21.6.0/wxe_func_table.o
  2153. 1 warning generated.
  2154.  CC x86_64-apple-darwin21.6.0/wxe_nif.o
  2155. In file included from gen/wxe_func_table.cpp:21:
  2156. In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
  2157. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2158. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2159. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2160.     wxEventLoop* m_modalEventLoop = NULL;
  2161.                                   ^
  2162.  CC x86_64-apple-darwin21.6.0/wxe_ps_init.o
  2163. 1 warning generated.
  2164.  CXX    x86_64-apple-darwin21.6.0/wxe_main.o
  2165. 1 warning generated.
  2166.  CXX    x86_64-apple-darwin21.6.0/wxe_impl.o
  2167. 1 warning generated.
  2168.  CXX    x86_64-apple-darwin21.6.0/wxe_helpers.o
  2169.  CXX    x86_64-apple-darwin21.6.0/wxe_callback_impl.o
  2170. 1 warning generated.
  2171.  CXX    x86_64-apple-darwin21.6.0/wxe_return.o
  2172. In file included from wxe_main.cpp:25:
  2173. In file included from ./wxe_impl.h:29:
  2174. In file included from /usr/local/include/wx-3.2/wx/glcanvas.h:18:
  2175. In file included from /usr/local/include/wx-3.2/wx/app.h:19:
  2176. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2177. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2178. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2179.     wxEventLoop* m_modalEventLoop = NULL;
  2180.                                   ^
  2181. 1 warning generated.
  2182. 1 warning generated.
  2183.  CXX    x86_64-apple-darwin21.6.0/wxe_gl.o
  2184. In file included from wxe_helpers.cpp:21:
  2185. In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
  2186. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2187. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2188. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2189.     wxEventLoop* m_modalEventLoop = NULL;
  2190.                                   ^
  2191. In file included from wxe_impl.cpp:25:
  2192. In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
  2193. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2194. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2195. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2196.     wxEventLoop* m_modalEventLoop = NULL;
  2197.                                   ^
  2198.  CXX    x86_64-apple-darwin21.6.0/gl_nif.o
  2199. 1 warning generated.
  2200.  CXX    x86_64-apple-darwin21.6.0/glu_nif.o
  2201. In file included from wxe_return.cpp:21:
  2202. In file included from ./wxe_return.h:31:
  2203. In file included from ./wxe_impl.h:29:
  2204. In file included from /usr/local/include/wx-3.2/wx/glcanvas.h:18:
  2205. In file included from /usr/local/include/wx-3.2/wx/app.h:19:
  2206. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2207. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2208. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2209.     wxEventLoop* m_modalEventLoop = NULL;
  2210.                                   ^
  2211. In file included from wxe_callback_impl.cpp:21:
  2212. In file included from /usr/local/include/wx-3.2/wx/wx.h:24:
  2213. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2214. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2215. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2216.     wxEventLoop* m_modalEventLoop = NULL;
  2217.                                   ^
  2218. 1 warning generated.
  2219.  CC x86_64-apple-darwin21.6.0/egl_impl.o
  2220. 1 warning generated.
  2221. 1 warning generated.
  2222. In file included from wxe_gl.cpp:26:
  2223. In file included from ./wxe_impl.h:29:
  2224. In file included from /usr/local/include/wx-3.2/wx/glcanvas.h:18:
  2225. In file included from /usr/local/include/wx-3.2/wx/app.h:19:
  2226. In file included from /usr/local/include/wx-3.2/wx/event.h:22:
  2227. In file included from /usr/local/include/wx-3.2/wx/cursor.h:75:
  2228. /usr/local/include/wx-3.2/wx/utils.h:749:35: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions]
  2229.     wxEventLoop* m_modalEventLoop = NULL;
  2230.                                   ^
  2231. 1 warning generated.
  2232. 1 warning generated.
  2233. 1 warning generated.
  2234. 1 warning generated.
  2235. 5 warnings generated.
  2236.  LD ../priv/x86_64-apple-darwin21.6.0/wxe_driver.so
  2237. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2238.  CC ../priv/x86_64-apple-darwin21.6.0/erl_gl.so
  2239. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2240. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/c_src'
  2241. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples'
  2242. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/demo'
  2243. gmake[4]: Nothing to be done for 'opt'.
  2244. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/demo'
  2245. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/sudoku'
  2246. gmake[4]: Nothing to be done for 'opt'.
  2247. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/sudoku'
  2248. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/simple'
  2249. gmake[4]: Nothing to be done for 'opt'.
  2250. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples/simple'
  2251. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/examples'
  2252. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/doc/src'
  2253. gmake[3]: Nothing to be done for 'opt'.
  2254. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx/doc/src'
  2255. === Leaving application wx
  2256. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/wx'
  2257. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger'
  2258. === Entering application debugger
  2259. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/src'
  2260. gmake[3]: Nothing to be done for 'opt'.
  2261. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/src'
  2262. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/priv'
  2263. gmake[3]: Nothing to be done for 'opt'.
  2264. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/priv'
  2265. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/doc/src'
  2266. gmake[3]: Nothing to be done for 'opt'.
  2267. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger/doc/src'
  2268. === Leaving application debugger
  2269. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/debugger'
  2270. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool'
  2271. === Entering application reltool
  2272. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/src'
  2273. gmake[3]: Nothing to be done for 'opt'.
  2274. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/src'
  2275. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/examples'
  2276. gmake[3]: Nothing to be done for 'opt'.
  2277. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/examples'
  2278. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/doc/src'
  2279. gmake[3]: Nothing to be done for 'opt'.
  2280. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool/doc/src'
  2281. === Leaving application reltool
  2282. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/reltool'
  2283. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia'
  2284. === Entering application mnesia
  2285. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/src'
  2286. gmake[3]: Nothing to be done for 'opt'.
  2287. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/src'
  2288. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/include'
  2289. gmake[3]: Nothing to be done for 'opt'.
  2290. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/include'
  2291. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/examples'
  2292. gmake[3]: Nothing to be done for 'opt'.
  2293. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/examples'
  2294. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/doc/src'
  2295. gmake[3]: Nothing to be done for 'opt'.
  2296. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia/doc/src'
  2297. === Leaving application mnesia
  2298. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/mnesia'
  2299. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto'
  2300. === Entering application crypto
  2301. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/src'
  2302. gmake[3]: Nothing to be done for 'opt'.
  2303. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/src'
  2304. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
  2305.  MAKE   opt
  2306. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
  2307.  CC ../priv/obj/x86_64-apple-darwin21.6.0/aes.o
  2308.  CC ../priv/obj/x86_64-apple-darwin21.6.0/crypto.o
  2309.  CC ../priv/obj/x86_64-apple-darwin21.6.0/aead.o
  2310.  CC ../priv/obj/x86_64-apple-darwin21.6.0/algorithms.o
  2311.  CC ../priv/obj/x86_64-apple-darwin21.6.0/api_ng.o
  2312.  CC ../priv/obj/x86_64-apple-darwin21.6.0/atoms.o
  2313.  CC ../priv/obj/x86_64-apple-darwin21.6.0/cipher.o
  2314.  CC ../priv/obj/x86_64-apple-darwin21.6.0/bn.o
  2315.  CC ../priv/obj/x86_64-apple-darwin21.6.0/cmac.o
  2316.  CC ../priv/obj/x86_64-apple-darwin21.6.0/common.o
  2317.  CC ../priv/obj/x86_64-apple-darwin21.6.0/dh.o
  2318.  CC ../priv/obj/x86_64-apple-darwin21.6.0/digest.o
  2319.  CC ../priv/obj/x86_64-apple-darwin21.6.0/dss.o
  2320.  CC ../priv/obj/x86_64-apple-darwin21.6.0/ec.o
  2321.  CC ../priv/obj/x86_64-apple-darwin21.6.0/ecdh.o
  2322.  CC ../priv/obj/x86_64-apple-darwin21.6.0/eddsa.o
  2323.  CC ../priv/obj/x86_64-apple-darwin21.6.0/engine.o
  2324.  CC ../priv/obj/x86_64-apple-darwin21.6.0/evp.o
  2325.  CC ../priv/obj/x86_64-apple-darwin21.6.0/fips.o
  2326.  CC ../priv/obj/x86_64-apple-darwin21.6.0/hash.o
  2327.  CC ../priv/obj/x86_64-apple-darwin21.6.0/hmac.o
  2328.  CC ../priv/obj/x86_64-apple-darwin21.6.0/info.o
  2329.  CC ../priv/obj/x86_64-apple-darwin21.6.0/mac.o
  2330.  CC ../priv/obj/x86_64-apple-darwin21.6.0/math.o
  2331.  CC ../priv/obj/x86_64-apple-darwin21.6.0/pkey.o
  2332.  CC ../priv/obj/x86_64-apple-darwin21.6.0/rand.o
  2333.  CC ../priv/obj/x86_64-apple-darwin21.6.0/rsa.o
  2334.  CC ../priv/obj/x86_64-apple-darwin21.6.0/srp.o
  2335.  CC ../priv/obj/x86_64-apple-darwin21.6.0/hash_equals.o
  2336.  CC ../priv/obj/x86_64-apple-darwin21.6.0/pbkdf2_hmac.o
  2337.  CC ../priv/obj/x86_64-apple-darwin21.6.0/crypto_callback.o
  2338.  CC ../priv/obj/x86_64-apple-darwin21.6.0/otp_test_engine.o
  2339. /usr/local/bin/ginstall -c -d ../priv/lib/x86_64-apple-darwin21.6.0
  2340. clang -m64 -bundle -bundle_loader /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/bin/x86_64-apple-darwin21.6.0/beam.smp -o ../priv/lib/x86_64-apple-darwin21.6.0/crypto_callback.so ../priv/obj/x86_64-apple-darwin21.6.0/crypto_callback.o
  2341. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2342.  LD ../priv/lib/x86_64-apple-darwin21.6.0/crypto.so
  2343. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2344.  LD ../priv/lib/x86_64-apple-darwin21.6.0/otp_test_engine.so
  2345. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2346. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
  2347. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/c_src'
  2348. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/doc/src'
  2349. gmake[3]: Nothing to be done for 'opt'.
  2350. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto/doc/src'
  2351. === Leaving application crypto
  2352. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/crypto'
  2353. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon'
  2354. === Entering application os_mon
  2355. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/src'
  2356. gmake[3]: Nothing to be done for 'opt'.
  2357. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/src'
  2358. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
  2359.  MAKE   opt
  2360. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
  2361.  CC ../priv/obj/x86_64-apple-darwin21.6.0/cpu_sup.o
  2362.  CC ../priv/obj/x86_64-apple-darwin21.6.0/memsup.o
  2363.  LD ../priv/bin/x86_64-apple-darwin21.6.0/memsup
  2364.  LD ../priv/bin/x86_64-apple-darwin21.6.0/cpu_sup
  2365. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2366. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2367. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
  2368. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/c_src'
  2369. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/doc/src'
  2370. gmake[3]: Nothing to be done for 'opt'.
  2371. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon/doc/src'
  2372. === Leaving application os_mon
  2373. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/os_mon'
  2374. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
  2375. === Entering application syntax_tools
  2376. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
  2377. gmake[3]: Nothing to be done for 'opt'.
  2378. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/src'
  2379. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
  2380. gmake[3]: Nothing to be done for 'opt'.
  2381. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/examples'
  2382. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
  2383. gmake[3]: Nothing to be done for 'opt'.
  2384. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools/doc/src'
  2385. === Leaving application syntax_tools
  2386. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/syntax_tools'
  2387. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
  2388. === Entering application public_key
  2389. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
  2390. gmake[3]: Nothing to be done for 'opt'.
  2391. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/asn1'
  2392. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
  2393. gmake[3]: Nothing to be done for 'opt'.
  2394. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/src'
  2395. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
  2396. gmake[3]: Nothing to be done for 'opt'.
  2397. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/c_src'
  2398. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
  2399. gmake[3]: Nothing to be done for 'opt'.
  2400. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key/doc/src'
  2401. === Leaving application public_key
  2402. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/public_key'
  2403. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl'
  2404. === Entering application ssl
  2405. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/src'
  2406. gmake[3]: Nothing to be done for 'opt'.
  2407. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/src'
  2408. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/doc/src'
  2409. gmake[3]: Nothing to be done for 'opt'.
  2410. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/doc/src'
  2411. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/certs'
  2412. gmake[3]: Nothing to be done for 'opt'.
  2413. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/certs'
  2414. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/src'
  2415. gmake[3]: Nothing to be done for 'opt'.
  2416. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl/examples/src'
  2417. === Leaving application ssl
  2418. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/ssl'
  2419. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer'
  2420. === Entering application observer
  2421. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/src'
  2422. gmake[3]: Nothing to be done for 'opt'.
  2423. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/src'
  2424. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/doc/src'
  2425. gmake[3]: Nothing to be done for 'opt'.
  2426. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer/doc/src'
  2427. === Leaving application observer
  2428. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/observer'
  2429. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc'
  2430. === Entering application odbc
  2431. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/src'
  2432. gmake[3]: Nothing to be done for 'opt'.
  2433. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/src'
  2434. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
  2435.  MAKE   opt
  2436. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
  2437.  CC ../priv/obj/x86_64-apple-darwin21.6.0/odbcserver.o
  2438.  CC ../priv/bin/x86_64-apple-darwin21.6.0/odbcserver
  2439. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2440. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
  2441. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/c_src'
  2442. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/doc/src'
  2443. gmake[3]: Nothing to be done for 'opt'.
  2444. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc/doc/src'
  2445. === Leaving application odbc
  2446. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/odbc'
  2447. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter'
  2448. === Entering application diameter
  2449. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/src'
  2450. gmake[3]: Nothing to be done for 'opt'.
  2451. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/src'
  2452. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
  2453. gmake[3]: Nothing to be done for 'opt'.
  2454. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
  2455. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
  2456. gmake[3]: Nothing to be done for 'opt'.
  2457. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter/doc/src'
  2458. === Leaving application diameter
  2459. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/diameter'
  2460. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et'
  2461. === Entering application et
  2462. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/src'
  2463. gmake[3]: Nothing to be done for 'opt'.
  2464. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/src'
  2465. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/examples'
  2466. gmake[3]: Nothing to be done for 'opt'.
  2467. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/examples'
  2468. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/doc/src'
  2469. gmake[3]: Nothing to be done for 'opt'.
  2470. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/doc/src'
  2471. === Leaving application et
  2472. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et'
  2473. gmake[2]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco'
  2474. === Entering application megaco
  2475. gmake[3]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src'
  2476. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/app'
  2477. gmake[4]: Nothing to be done for 'opt'.
  2478. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/app'
  2479. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/engine'
  2480. gmake[4]: Nothing to be done for 'opt'.
  2481. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/engine'
  2482. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/text'
  2483. gmake[4]: Nothing to be done for 'opt'.
  2484. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/text'
  2485. gmake[4]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
  2486.  MAKE   opt
  2487. gmake[5]: Entering directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
  2488.  ERLC   ../../ebin/megaco_flex_scanner.beam
  2489.  ERLC   ../../ebin/megaco_flex_scanner_handler.beam
  2490.  GEN    megaco_flex_scanner_drv.flex
  2491.  GEN    megaco_flex_scanner_drv_mt.flex
  2492.  LEX    megaco_flex_scanner_drv_mt.c
  2493.  LEX    megaco_flex_scanner_drv.c
  2494.  CC ../../priv/obj/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv_mt.o
  2495.  CC ../../priv/obj/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv.o
  2496.  LD ../../priv/lib/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv.so
  2497. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2498.  LD ../../priv/lib/x86_64-apple-darwin21.6.0/megaco_flex_scanner_drv_mt.so
  2499. ld: warning: directory not found for option '-L/usr/local/Cellar/gsl/2.6/lib/'
  2500. /bin/sh: line 1: 91925 Segmentation fault: 11  erlc -W -Werror +debug_info -DENABLE_MEGACO_FLEX_SCANNER=true -DMEGACO_REENTRANT_FLEX_SCANNER=true -Dmegaco_parser_inline -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/ebin -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"megaco-4.4.2"}' -I../../include -o../../ebin megaco_flex_scanner.erl
  2501. gmake[5]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/x86_64-apple-darwin21.6.0/otp.mk:136: ../../ebin/megaco_flex_scanner.beam] Error 139
  2502. gmake[5]: *** Waiting for unfinished jobs....
  2503. /bin/sh: line 1: 91926 Segmentation fault: 11  erlc -W -Werror +debug_info -DENABLE_MEGACO_FLEX_SCANNER=true -DMEGACO_REENTRANT_FLEX_SCANNER=true -Dmegaco_parser_inline -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/et/ebin -pa /Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"megaco-4.4.2"}' -I../../include -o../../ebin megaco_flex_scanner_handler.erl
  2504. gmake[5]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/x86_64-apple-darwin21.6.0/otp.mk:136: ../../ebin/megaco_flex_scanner_handler.beam] Error 139
  2505. gmake[5]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
  2506. gmake[4]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/run_make.mk:35: opt] Error 2
  2507. gmake[4]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src/flex'
  2508. gmake[3]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/otp_subdir.mk:29: opt] Error 2
  2509. gmake[3]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco/src'
  2510. gmake[2]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/otp_subdir.mk:29: opt] Error 2
  2511. gmake[2]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib/megaco'
  2512. gmake[1]: *** [/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/make/otp_subdir.mk:29: opt] Error 2
  2513. gmake[1]: Leaving directory '/Users/aaggarwal/.asdf/plugins/erlang/kerl-home/builds/asdf_25.2/otp_src_25.2/lib'
  2514. gmake: *** [Makefile:518: libs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment