Advertisement
Guest User

Untitled

a guest
Aug 9th, 2020
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.93 KB | None | 0 0
  1. cat /Users/admin/.rvm/log/1596995681_ruby-2.3.8/make.log
  2. [2020-08-09 13:56:23] __rvm_make
  3. __rvm_make ()
  4. {
  5. \make "$@" || return $?
  6. }
  7. current path: /Users/admin/.rvm/src/ruby-2.3.8
  8. GEM_HOME=/Users/admin/.rvm/gems/ruby-2.7.0
  9. PATH=/Users/admin/.rvm/usr/bin:/usr/local/opt/coreutils/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/ruby/bin:/Users/admin/.rvm/gems/ruby-2.7.0/bin:/Users/admin/.rvm/gems/ruby-2.7.0@global/bin:/Users/admin/.rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/admin/.rvm/bin
  10. GEM_PATH=/Users/admin/.rvm/gems/ruby-2.7.0:/Users/admin/.rvm/gems/ruby-2.7.0@global
  11. command(2): __rvm_make -j4
  12. ++ make -j4
  13. CC = gcc
  14. LD = ld
  15. LDSHARED = gcc -dynamiclib
  16. CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-common -pipe
  17. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
  18. CPPFLAGS = -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin14 -I./include -I.
  19. DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -install_name /Users/admin/.rvm/rubies/ruby-2.3.8/lib/libruby.2.3.0.dylib -compatibility_version 2.3 -current_version 2.3.8 -fstack-protector -Wl,-u,_objc_msgSend -framework Foundation -fstack-protector -Wl,-u,_objc_msgSend -framework Foundation
  20. SOLIBS = -lpthread -ldl -lobjc
  21. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  22. Apple LLVM version 7.0.2 (clang-700.1.81)
  23. Target: x86_64-apple-darwin14.5.0
  24. Thread model: posix
  25. translating probes probes.d
  26. compiling main.c
  27. compiling dmydln.c
  28. compiling miniinit.c
  29. . ./vm_opts.h
  30. compiling dmyext.c
  31. compiling miniprelude.c
  32. compiling array.c
  33. compiling bignum.c
  34. compiling class.c
  35. compiling compar.c
  36. compiling complex.c
  37. compiling dir.c
  38. compiling dln_find.c
  39. compiling encoding.c
  40. compiling enum.c
  41. compiling enumerator.c
  42. compiling error.c
  43. compiling eval.c
  44. compiling load.c
  45. eval.c:776:8: warning: unused variable 'mid' [-Wunused-variable]
  46. ID mid = me->called_id;
  47. ^
  48. compiling proc.c
  49. 1 warning generated.
  50. compiling file.c
  51. compiling gc.c
  52. compiling hash.c
  53. compiling inits.c
  54. compiling io.c
  55. compiling marshal.c
  56. compiling math.c
  57. compiling node.c
  58. compiling numeric.c
  59. compiling object.c
  60. compiling pack.c
  61. compiling parse.c
  62. compiling process.c
  63. compiling random.c
  64. compiling range.c
  65. compiling rational.c
  66. compiling re.c
  67. compiling regcomp.c
  68. compiling regenc.c
  69. compiling regerror.c
  70. compiling regexec.c
  71. compiling regparse.c
  72. compiling regsyntax.c
  73. compiling ruby.c
  74. compiling safe.c
  75. compiling signal.c
  76. compiling sprintf.c
  77. compiling st.c
  78. compiling strftime.c
  79. compiling string.c
  80. compiling struct.c
  81. compiling symbol.c
  82. compiling time.c
  83. compiling transcode.c
  84. compiling util.c
  85. compiling variable.c
  86. compiling version.c
  87. compiling compile.c
  88. compiling debug.c
  89. compiling iseq.c
  90. compiling vm.c
  91. compiling vm_dump.c
  92. compiling vm_backtrace.c
  93. compiling vm_trace.c
  94. compiling thread.c
  95. compiling cont.c
  96. compiling ./missing/explicit_bzero.c
  97. compiling ./missing/setproctitle.c
  98. compiling dmyenc.c
  99. compiling dln.c
  100. compiling localeinit.c
  101. compiling prelude.c
  102. compiling enc/ascii.c
  103. compiling enc/us_ascii.c
  104. compiling enc/unicode.c
  105. compiling enc/utf_8.c
  106. compiling enc/trans/newline.c
  107. linking miniruby
  108. generating encdb.h
  109. rbconfig.rb updated
  110. generating enc.mk
  111. creating verconf.h
  112. verconf.h updated
  113. compiling loadpath.c
  114. encdb.h updated
  115. linking static-library libruby.2.3.0-static.a
  116. making srcs under enc
  117. make[1]: Nothing to be done for `srcs'.
  118. generating transdb.h
  119. verifying static-library libruby.2.3.0-static.a
  120. linking shared-library libruby.2.3.0.dylib
  121. making enc
  122. compiling ./enc/big5.c
  123. compiling ./enc/encdb.c
  124. compiling ./enc/cp949.c
  125. transdb.h updated
  126. compiling ./enc/emacs_mule.c
  127. compiling ./enc/euc_jp.c
  128. compiling ./enc/euc_kr.c
  129. compiling ./enc/euc_tw.c
  130. generating makefile exts.mk
  131. making trans
  132. compiling ./enc/gb2312.c
  133. compiling ./enc/trans/transdb.c
  134. compiling ./enc/trans/big5.c
  135. configuring -test-/array/resize
  136. configuring -test-/bignum
  137. compiling ./enc/trans/chinese.c
  138. compiling ./enc/gb18030.c
  139. configuring -test-/bug-3571
  140. configuring -test-/bug-5832
  141. configuring -test-/bug_reporter
  142. configuring -test-/class
  143. configuring -test-/debug
  144. configuring -test-/dln/empty
  145. configuring -test-/exception
  146. configuring -test-/fatal
  147. configuring -test-/file
  148. compiling ./enc/gbk.c
  149. compiling ./enc/iso_8859_1.c
  150. compiling ./enc/iso_8859_2.c
  151. compiling ./enc/iso_8859_3.c
  152. compiling ./enc/iso_8859_4.c
  153. compiling ./enc/iso_8859_5.c
  154. compiling ./enc/iso_8859_6.c
  155. compiling ./enc/iso_8859_7.c
  156. compiling ./enc/iso_8859_8.c
  157. compiling ./enc/iso_8859_9.c
  158. compiling ./enc/iso_8859_10.c
  159. compiling ./enc/iso_8859_11.c
  160. compiling ./enc/iso_8859_13.c
  161. configuring -test-/float
  162. configuring -test-/funcall
  163. configuring -test-/gvl/call_without_gvl
  164. configuring -test-/hash
  165. configuring -test-/iseq_load
  166. configuring -test-/iter
  167. configuring -test-/load/dot.dot
  168. configuring -test-/marshal/compat
  169. configuring -test-/marshal/internal_ivar
  170. configuring -test-/marshal/usr
  171. configuring -test-/method
  172. compiling ./enc/iso_8859_14.c
  173. configuring -test-/notimplement
  174. configuring -test-/num2int
  175. configuring -test-/path_to_class
  176. configuring -test-/popen_deadlock
  177. configuring -test-/postponed_job
  178. configuring -test-/printf
  179. configuring -test-/proc
  180. compiling ./enc/iso_8859_15.c
  181. configuring -test-/rational
  182. configuring -test-/recursion
  183. configuring -test-/st/foreach
  184. configuring -test-/st/numhash
  185. configuring -test-/st/update
  186. configuring -test-/string
  187. configuring -test-/struct
  188. configuring -test-/symbol
  189. compiling ./enc/iso_8859_16.c
  190. compiling ./enc/koi8_r.c
  191. compiling ./enc/koi8_u.c
  192. configuring -test-/thread_fd_close
  193. configuring -test-/time
  194. configuring -test-/tracepoint
  195. configuring -test-/typeddata
  196. configuring -test-/vm
  197. configuring -test-/wait_for_single_fd
  198. compiling ./enc/shift_jis.c
  199. configuring bigdecimal
  200. compiling ./enc/trans/ebcdic.c
  201. compiling ./enc/utf_16be.c
  202. compiling ./enc/trans/emoji.c
  203. compiling ./enc/utf_16le.c
  204. compiling ./enc/utf_32be.c
  205. compiling ./enc/utf_32le.c
  206. compiling ./enc/windows_31j.c
  207. compiling ./enc/windows_1250.c
  208. compiling ./enc/trans/emoji_iso2022_kddi.c
  209. compiling ./enc/windows_1251.c
  210. compiling ./enc/windows_1252.c
  211. linking encoding encdb.bundle
  212. linking encoding big5.bundle
  213. linking encoding cp949.bundle
  214. linking encoding emacs_mule.bundle
  215. linking encoding euc_jp.bundle
  216. linking encoding euc_kr.bundle
  217. linking encoding euc_tw.bundle
  218. linking encoding gb2312.bundle
  219. linking encoding gb18030.bundle
  220. linking encoding gbk.bundle
  221. linking encoding iso_8859_1.bundle
  222. linking encoding iso_8859_2.bundle
  223. linking encoding iso_8859_3.bundle
  224. linking encoding iso_8859_4.bundle
  225. linking encoding iso_8859_5.bundle
  226. linking encoding iso_8859_6.bundle
  227. linking encoding iso_8859_7.bundle
  228. linking encoding iso_8859_8.bundle
  229. linking encoding iso_8859_9.bundle
  230. linking encoding iso_8859_10.bundle
  231. linking encoding iso_8859_11.bundle
  232. linking encoding iso_8859_13.bundle
  233. linking encoding iso_8859_14.bundle
  234. compiling ./enc/trans/emoji_sjis_docomo.c
  235. linking encoding iso_8859_15.bundle
  236. linking encoding iso_8859_16.bundle
  237. linking encoding koi8_r.bundle
  238. configuring cgi/escape
  239. configuring continuation
  240. linking encoding koi8_u.bundle
  241. configuring coverage
  242. configuring date
  243. linking encoding shift_jis.bundle
  244. configuring dbm
  245. linking encoding utf_16be.bundle
  246. linking encoding utf_16le.bundle
  247. linking encoding utf_32be.bundle
  248. linking encoding utf_32le.bundle
  249. linking encoding windows_31j.bundle
  250. linking encoding windows_1250.bundle
  251. linking encoding windows_1251.bundle
  252. linking encoding windows_1252.bundle
  253. compiling ./enc/trans/emoji_sjis_kddi.c
  254. compiling ./enc/trans/emoji_sjis_softbank.c
  255. header: ndbm.h
  256. library: libc
  257. compiling ./enc/trans/escape.c
  258. compiling ./enc/trans/gb18030.c
  259. compiling ./enc/trans/gbk.c
  260. configuring digest
  261. compiling ./enc/trans/iso2022.c
  262. configuring digest/bubblebabble
  263. configuring digest/md5
  264. compiling ./enc/trans/japanese.c
  265. compiling ./enc/trans/japanese_euc.c
  266. compiling ./enc/trans/japanese_sjis.c
  267. configuring digest/rmd160
  268. compiling ./enc/trans/korean.c
  269. compiling ./enc/trans/single_byte.c
  270. configuring digest/sha1
  271. compiling ./enc/trans/utf8_mac.c
  272. configuring digest/sha2
  273. compiling ./enc/trans/utf_16_32.c
  274. linking transcoder transdb.bundle
  275. configuring etc
  276. linking transcoder big5.bundle
  277. linking transcoder chinese.bundle
  278. linking transcoder ebcdic.bundle
  279. linking transcoder emoji.bundle
  280. linking transcoder emoji_iso2022_kddi.bundle
  281. linking transcoder emoji_sjis_docomo.bundle
  282. linking transcoder emoji_sjis_kddi.bundle
  283. linking transcoder emoji_sjis_softbank.bundle
  284. linking transcoder escape.bundle
  285. linking transcoder gb18030.bundle
  286. linking transcoder gbk.bundle
  287. linking transcoder iso2022.bundle
  288. linking transcoder japanese.bundle
  289. linking transcoder japanese_euc.bundle
  290. linking transcoder japanese_sjis.bundle
  291. linking transcoder single_byte.bundle
  292. linking transcoder utf8_mac.bundle
  293. linking transcoder utf_16_32.bundle
  294. linking transcoder korean.bundle
  295. making encs
  296. configuring fcntl
  297. configuring fiber
  298. configuring fiddle
  299. configuring gdbm
  300. Failed to configure gdbm. It will not be installed.
  301. configuring io/console
  302. configuring io/nonblock
  303. configuring io/wait
  304. configuring json
  305. configuring json/generator
  306. configuring json/parser
  307. configuring mathn/complex
  308. configuring mathn/rational
  309. configuring nkf
  310. configuring objspace
  311. configuring openssl
  312. configuring pathname
  313. configuring psych
  314. configuring pty
  315. configuring racc/cparse
  316. configuring rbconfig/sizeof
  317. configuring readline
  318. configuring ripper
  319. configuring sdbm
  320. configuring socket
  321. configuring stringio
  322. configuring strscan
  323. configuring syslog
  324. configuring thread
  325. configuring tk
  326. ............
  327. check struct members..
  328. check libraries....
  329. Use ActiveTcl libraries (if available).
  330. Search tclConfig.sh and tkConfig.sh....................................
  331. Valid [tclConfig.sh, tkConfig.sh] are found in [["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/usr/lib", "/usr/lib"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]]
  332. Use [tclConfig.sh, tkConfig.sh] == ["/System/Library/Frameworks/Tcl.framework/tclConfig.sh", "/System/Library/Frameworks/Tk.framework/tkConfig.sh"]
  333. Use MacOS X Frameworks.
  334.  
  335. Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
  336. configuring tk/tkutil
  337. configuring zlib
  338. compiling bug.c
  339. compiling resize.c
  340. compiling bug.c
  341. compiling big2str.c
  342. linking shared-object -test-/bug-5832/bug.bundle
  343. linking shared-object -test-/bug-3571/bug.bundle
  344. linking shared-object -test-/array/resize.bundle
  345. compiling bigzero.c
  346. compiling div.c
  347. compiling bug_reporter.c
  348. compiling class2name.c
  349. compiling init.c
  350. compiling init.c
  351. compiling intpack.c
  352. linking shared-object -test-/bug_reporter/bug_reporter.bundle
  353. compiling mul.c
  354. compiling init.c
  355. linking shared-object -test-/class.bundle
  356. compiling str2big.c
  357. compiling inspector.c
  358. compiling profile_frames.c
  359. compiling empty.c
  360. linking shared-object -test-/dln/empty.bundle
  361. linking shared-object -test-/bignum.bundle
  362. linking shared-object -test-/debug.bundle
  363. compiling dataerror.c
  364. compiling rb_fatal.c
  365. compiling fs.c
  366. compiling init.c
  367. compiling enc_raise.c
  368. linking shared-object -test-/fatal/rb_fatal.bundle
  369. compiling init.c
  370. compiling nextafter.c
  371. compiling ensured.c
  372. compiling stat.c
  373. compiling init.c
  374. linking shared-object -test-/float.bundle
  375. compiling passing_block.c
  376. linking shared-object -test-/file.bundle
  377. compiling call_without_gvl.c
  378. linking shared-object -test-/exception.bundle
  379. compiling delete.c
  380. linking shared-object -test-/funcall/funcall.bundle
  381. compiling iseq_load.c
  382. compiling break.c
  383. linking shared-object -test-/gvl/call_without_gvl.bundle
  384. compiling init.c
  385. compiling dot.dot.c
  386. linking shared-object -test-/iseq_load/iseq_load.bundle
  387. linking shared-object -test-/load/dot.dot/dot.dot.bundle
  388. compiling init.c
  389. linking shared-object -test-/hash.bundle
  390. compiling usrcompat.c
  391. compiling yield.c
  392. compiling internal_ivar.c
  393. compiling usrmarshal.c
  394. linking shared-object -test-/iter.bundle
  395. linking shared-object -test-/marshal/compat.bundle
  396. compiling bug.c
  397. compiling arity.c
  398. linking shared-object -test-/marshal/internal_ivar.bundle
  399. linking shared-object -test-/marshal/usr.bundle
  400. compiling init.c
  401. compiling num2int.c
  402. linking shared-object -test-/notimplement.bundle
  403. compiling path_to_class.c
  404. make[2]: Nothing to be done for `all'.
  405. linking shared-object -test-/method.bundle
  406. compiling postponed_job.c
  407. compiling printf.c
  408. linking shared-object -test-/path_to_class/path_to_class.bundle
  409. linking shared-object -test-/num2int/num2int.bundle
  410. compiling init.c
  411. linking shared-object -test-/postponed_job.bundle
  412. compiling receiver.c
  413. compiling super.c
  414. compiling rat.c
  415. compiling recursion.c
  416. linking shared-object -test-/printf.bundle
  417. compiling foreach.c
  418. linking shared-object -test-/proc.bundle
  419. linking shared-object -test-/recursion.bundle
  420. compiling numhash.c
  421. linking shared-object -test-/rational.bundle
  422. compiling update.c
  423. compiling coderange.c
  424. linking shared-object -test-/st/foreach.bundle
  425. compiling cstr.c
  426. linking shared-object -test-/st/numhash.bundle
  427. linking shared-object -test-/st/update.bundle
  428. compiling ellipsize.c
  429. compiling duplicate.c
  430. compiling enc_associate.c
  431. compiling init.c
  432. compiling init.c
  433. compiling enc_str_buf_cat.c
  434. compiling thread_fd_close.c
  435. compiling type.c
  436. compiling member.c
  437. compiling fstring.c
  438. linking shared-object -test-/thread_fd_close.bundle
  439. compiling init.c
  440. linking shared-object -test-/struct.bundle
  441. linking shared-object -test-/symbol.bundle
  442. compiling init.c
  443. compiling new.c
  444. compiling modify.c
  445. compiling gc_hook.c
  446. compiling nofree.c
  447. linking shared-object -test-/time.bundle
  448. compiling typeddata.c
  449. compiling tracepoint.c
  450. compiling at_exit.c
  451. compiling normalize.c
  452. linking shared-object -test-/typeddata/typeddata.bundle
  453. linking shared-object -test-/tracepoint.bundle
  454. linking shared-object -test-/vm/at_exit.bundle
  455. compiling wait_for_single_fd.c
  456. compiling qsort.c
  457. compiling bigdecimal.c
  458. compiling set_len.c
  459. linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle
  460. compiling escape.c
  461. linking shared-object -test-/string.bundle
  462. compiling continuation.c
  463. installing default bigdecimal libraries
  464. compiling coverage.c
  465. linking shared-object continuation.bundle
  466. linking shared-object cgi/escape.bundle
  467. compiling dbm.c
  468. compiling date_core.c
  469. linking shared-object coverage.bundle
  470. compiling date_parse.c
  471. linking shared-object dbm.bundle
  472. compiling digest.c
  473. linking shared-object digest.bundle
  474. installing digest libraries
  475. installing default digest libraries
  476. compiling date_strftime.c
  477. compiling bubblebabble.c
  478. linking shared-object digest/bubblebabble.bundle
  479. compiling date_strptime.c
  480. compiling md5init.c
  481. linking shared-object digest/md5.bundle
  482. installing default date_core libraries
  483. compiling rmd160init.c
  484. compiling sha1init.c
  485. linking shared-object digest/rmd160.bundle
  486. linking shared-object digest/sha1.bundle
  487. compiling sha2init.c
  488. generating constant definitions
  489. installing default sha2 libraries
  490. linking shared-object digest/sha2.bundle
  491. compiling etc.c
  492. compiling fcntl.c
  493. linking shared-object bigdecimal.bundle
  494. compiling fiber.c
  495. linking shared-object fcntl.bundle
  496. linking shared-object fiber.bundle
  497. compiling closure.c
  498. compiling conversions.c
  499. linking shared-object etc.bundle
  500. make[2]: Nothing to be done for `all'.
  501. compiling fiddle.c
  502. compiling function.c
  503. compiling console.c
  504. compiling nonblock.c
  505. compiling handle.c
  506. linking shared-object io/nonblock.bundle
  507. compiling pointer.c
  508. linking shared-object io/console.bundle
  509. compiling wait.c
  510. installing default console libraries
  511. installing default fiddle libraries
  512. linking shared-object io/wait.bundle
  513. installing default libraries
  514. compiling generator.c
  515. compiling parser.c
  516. linking shared-object fiddle.bundle
  517. compiling complex.c
  518. linking shared-object mathn/complex.bundle
  519. compiling rational.c
  520. linking shared-object mathn/rational.bundle
  521. compiling nkf.c
  522. linking shared-object json/ext/parser.bundle
  523. installing default nkf libraries
  524. compiling object_tracing.c
  525. linking shared-object json/ext/generator.bundle
  526. compiling objspace.c
  527. compiling openssl_missing.c
  528. In file included from openssl_missing.c:21:
  529. ./openssl_missing.h:78:31: error: too many arguments provided to function-like macro invocation
  530. EVP_MD_CTX *EVP_MD_CTX_create(void);
  531. ^
  532. /usr/local/opt/openssl@1.1/include/openssl/evp.h:541:10: note: macro 'EVP_MD_CTX_create' defined here
  533. # define EVP_MD_CTX_create() EVP_MD_CTX_new()
  534. ^
  535. In file included from openssl_missing.c:21:
  536. ./openssl_missing.h:82:22: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  537. void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  538. ^
  539. /usr/local/opt/openssl@1.1/include/openssl/evp.h:542:52: note: expanded from macro 'EVP_MD_CTX_init'
  540. # define EVP_MD_CTX_init(ctx) EVP_MD_CTX_reset((ctx))
  541. ^
  542. In file included from openssl_missing.c:21:
  543. ./openssl_missing.h:82:6: error: conflicting types for 'EVP_MD_CTX_reset'
  544. void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  545. ^
  546. /usr/local/opt/openssl@1.1/include/openssl/evp.h:542:34: note: expanded from macro 'EVP_MD_CTX_init'
  547. # define EVP_MD_CTX_init(ctx) EVP_MD_CTX_reset((ctx))
  548. ^
  549. /usr/local/opt/openssl@1.1/include/openssl/evp.h:539:5: note: previous declaration is here
  550. int EVP_MD_CTX_reset(EVP_MD_CTX *ctx);
  551. ^
  552. In file included from openssl_missing.c:21:
  553. ./openssl_missing.h:90:25: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  554. void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  555. ^
  556. /usr/local/opt/openssl@1.1/include/openssl/evp.h:543:51: note: expanded from macro 'EVP_MD_CTX_destroy'
  557. # define EVP_MD_CTX_destroy(ctx) EVP_MD_CTX_free((ctx))
  558. ^
  559. In file included from openssl_missing.c:21:
  560. ./openssl_missing.h:90:6: error: conflicting types for 'EVP_MD_CTX_free'
  561. void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  562. ^
  563. /usr/local/opt/openssl@1.1/include/openssl/evp.h:543:34: note: expanded from macro 'EVP_MD_CTX_destroy'
  564. # define EVP_MD_CTX_destroy(ctx) EVP_MD_CTX_free((ctx))
  565. ^
  566. /usr/local/opt/openssl@1.1/include/openssl/evp.h:540:6: note: previous declaration is here
  567. void EVP_MD_CTX_free(EVP_MD_CTX *ctx);
  568. ^
  569. openssl_missing.c:39:19: error: too many arguments provided to function-like macro invocation
  570. EVP_MD_CTX_create(void)
  571. ^
  572. /usr/local/opt/openssl@1.1/include/openssl/evp.h:541:10: note: macro 'EVP_MD_CTX_create' defined here
  573. # define EVP_MD_CTX_create() EVP_MD_CTX_new()
  574. ^
  575. openssl_missing.c:39:18: error: expected ';' after top level declarator
  576. EVP_MD_CTX_create(void)
  577. ^
  578. ;
  579. 2 warnings and 5 errors generated.
  580. make[2]: *** [openssl_missing.o] Error 1
  581. make[1]: *** [ext/openssl/all] Error 2
  582. make[1]: *** Waiting for unfinished jobs....
  583. compiling objspace_dump.c
  584. linking shared-object objspace.bundle
  585. linking shared-object date_core.bundle
  586. linking shared-object nkf.bundle
  587. make: *** [build-ext] Error 2
  588. ++ return 2
  589.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement