cybrid_api_bank_ruby 0.56.0 → 0.56.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +5 -5
  4. data/cybrid_api_bank_ruby.gemspec +1 -1
  5. data/docs/ExternalBankAccountBankModel.md +10 -2
  6. data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +1 -1
  7. data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +1 -1
  8. data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +1 -1
  9. data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +1 -1
  10. data/lib/cybrid_api_bank_ruby/api/external_bank_accounts_bank_api.rb +1 -1
  11. data/lib/cybrid_api_bank_ruby/api/fee_configurations_bank_api.rb +1 -1
  12. data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +1 -1
  13. data/lib/cybrid_api_bank_ruby/api/identity_verifications_bank_api.rb +1 -1
  14. data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +1 -1
  15. data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +1 -1
  16. data/lib/cybrid_api_bank_ruby/api/rewards_bank_api.rb +1 -1
  17. data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +1 -1
  18. data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +1 -1
  19. data/lib/cybrid_api_bank_ruby/api/transfers_bank_api.rb +1 -1
  20. data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +1 -1
  21. data/lib/cybrid_api_bank_ruby/api/workflows_bank_api.rb +1 -1
  22. data/lib/cybrid_api_bank_ruby/api_client.rb +1 -1
  23. data/lib/cybrid_api_bank_ruby/api_error.rb +1 -1
  24. data/lib/cybrid_api_bank_ruby/configuration.rb +1 -1
  25. data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +1 -1
  26. data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +1 -1
  27. data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +1 -1
  28. data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +1 -1
  29. data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +1 -1
  30. data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +1 -1
  31. data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +1 -1
  32. data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +1 -1
  33. data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +1 -1
  34. data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +1 -1
  35. data/lib/cybrid_api_bank_ruby/models/external_bank_account_bank_model.rb +126 -23
  36. data/lib/cybrid_api_bank_ruby/models/external_bank_account_list_bank_model.rb +1 -1
  37. data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +1 -1
  38. data/lib/cybrid_api_bank_ruby/models/fee_configuration_bank_model.rb +1 -1
  39. data/lib/cybrid_api_bank_ruby/models/fee_configuration_list_bank_model.rb +1 -1
  40. data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +1 -1
  41. data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +1 -1
  42. data/lib/cybrid_api_bank_ruby/models/identity_verification_bank_model.rb +1 -1
  43. data/lib/cybrid_api_bank_ruby/models/identity_verification_list_bank_model.rb +1 -1
  44. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_all_of_bank_model.rb +1 -1
  45. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_bank_model.rb +1 -1
  46. data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +1 -1
  47. data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +1 -1
  48. data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +1 -1
  49. data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +1 -1
  50. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_bank_model.rb +1 -1
  51. data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +1 -1
  52. data/lib/cybrid_api_bank_ruby/models/post_fee_configuration_bank_model.rb +1 -1
  53. data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +1 -1
  54. data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +1 -1
  55. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_bank_model.rb +1 -1
  56. data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +1 -1
  57. data/lib/cybrid_api_bank_ruby/models/post_reward_bank_model.rb +1 -1
  58. data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +1 -1
  59. data/lib/cybrid_api_bank_ruby/models/post_transfer_bank_model.rb +1 -1
  60. data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +1 -1
  61. data/lib/cybrid_api_bank_ruby/models/post_workflow_bank_model.rb +1 -1
  62. data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +1 -1
  63. data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +1 -1
  64. data/lib/cybrid_api_bank_ruby/models/reward_bank_model.rb +1 -1
  65. data/lib/cybrid_api_bank_ruby/models/reward_list_bank_model.rb +1 -1
  66. data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +1 -1
  67. data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +1 -1
  68. data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +1 -1
  69. data/lib/cybrid_api_bank_ruby/models/transfer_bank_model.rb +1 -1
  70. data/lib/cybrid_api_bank_ruby/models/transfer_list_bank_model.rb +1 -1
  71. data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +1 -1
  72. data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +1 -1
  73. data/lib/cybrid_api_bank_ruby/models/workflow_bank_model.rb +1 -1
  74. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_all_of_bank_model.rb +1 -1
  75. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_bank_model.rb +1 -1
  76. data/lib/cybrid_api_bank_ruby/models/workflows_list_bank_model.rb +1 -1
  77. data/lib/cybrid_api_bank_ruby/version.rb +2 -2
  78. data/lib/cybrid_api_bank_ruby.rb +1 -1
  79. data/spec/api/accounts_bank_api_spec.rb +1 -1
  80. data/spec/api/assets_bank_api_spec.rb +1 -1
  81. data/spec/api/banks_bank_api_spec.rb +1 -1
  82. data/spec/api/customers_bank_api_spec.rb +1 -1
  83. data/spec/api/external_bank_accounts_bank_api_spec.rb +1 -1
  84. data/spec/api/fee_configurations_bank_api_spec.rb +1 -1
  85. data/spec/api/identity_records_bank_api_spec.rb +1 -1
  86. data/spec/api/identity_verifications_bank_api_spec.rb +1 -1
  87. data/spec/api/prices_bank_api_spec.rb +1 -1
  88. data/spec/api/quotes_bank_api_spec.rb +1 -1
  89. data/spec/api/rewards_bank_api_spec.rb +1 -1
  90. data/spec/api/symbols_bank_api_spec.rb +1 -1
  91. data/spec/api/trades_bank_api_spec.rb +1 -1
  92. data/spec/api/transfers_bank_api_spec.rb +1 -1
  93. data/spec/api/verification_keys_bank_api_spec.rb +1 -1
  94. data/spec/api/workflows_bank_api_spec.rb +1 -1
  95. data/spec/api_client_spec.rb +1 -1
  96. data/spec/configuration_spec.rb +1 -1
  97. data/spec/models/account_bank_model_spec.rb +1 -1
  98. data/spec/models/account_list_bank_model_spec.rb +1 -1
  99. data/spec/models/asset_bank_model_spec.rb +1 -1
  100. data/spec/models/asset_list_bank_model_spec.rb +1 -1
  101. data/spec/models/attestation_details_bank_model_spec.rb +1 -1
  102. data/spec/models/bank_bank_model_spec.rb +1 -1
  103. data/spec/models/bank_list_bank_model_spec.rb +1 -1
  104. data/spec/models/customer_bank_model_spec.rb +1 -1
  105. data/spec/models/customer_list_bank_model_spec.rb +1 -1
  106. data/spec/models/error_response_bank_model_spec.rb +1 -1
  107. data/spec/models/external_bank_account_bank_model_spec.rb +30 -2
  108. data/spec/models/external_bank_account_list_bank_model_spec.rb +1 -1
  109. data/spec/models/fee_bank_model_spec.rb +1 -1
  110. data/spec/models/fee_configuration_bank_model_spec.rb +1 -1
  111. data/spec/models/fee_configuration_list_bank_model_spec.rb +1 -1
  112. data/spec/models/identity_record_bank_model_spec.rb +1 -1
  113. data/spec/models/identity_record_list_bank_model_spec.rb +1 -1
  114. data/spec/models/identity_verification_bank_model_spec.rb +1 -1
  115. data/spec/models/identity_verification_list_bank_model_spec.rb +1 -1
  116. data/spec/models/identity_verification_with_details_all_of_bank_model_spec.rb +1 -1
  117. data/spec/models/identity_verification_with_details_bank_model_spec.rb +1 -1
  118. data/spec/models/patch_bank_bank_model_spec.rb +1 -1
  119. data/spec/models/post_account_bank_model_spec.rb +1 -1
  120. data/spec/models/post_bank_bank_model_spec.rb +1 -1
  121. data/spec/models/post_customer_bank_model_spec.rb +1 -1
  122. data/spec/models/post_external_bank_account_bank_model_spec.rb +1 -1
  123. data/spec/models/post_fee_bank_model_spec.rb +1 -1
  124. data/spec/models/post_fee_configuration_bank_model_spec.rb +1 -1
  125. data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +1 -1
  126. data/spec/models/post_identity_record_bank_model_spec.rb +1 -1
  127. data/spec/models/post_identity_verification_bank_model_spec.rb +1 -1
  128. data/spec/models/post_quote_bank_model_spec.rb +1 -1
  129. data/spec/models/post_reward_bank_model_spec.rb +1 -1
  130. data/spec/models/post_trade_bank_model_spec.rb +1 -1
  131. data/spec/models/post_transfer_bank_model_spec.rb +1 -1
  132. data/spec/models/post_verification_key_bank_model_spec.rb +1 -1
  133. data/spec/models/post_workflow_bank_model_spec.rb +1 -1
  134. data/spec/models/quote_bank_model_spec.rb +1 -1
  135. data/spec/models/quote_list_bank_model_spec.rb +1 -1
  136. data/spec/models/reward_bank_model_spec.rb +1 -1
  137. data/spec/models/reward_list_bank_model_spec.rb +1 -1
  138. data/spec/models/symbol_price_bank_model_spec.rb +1 -1
  139. data/spec/models/trade_bank_model_spec.rb +1 -1
  140. data/spec/models/trade_list_bank_model_spec.rb +1 -1
  141. data/spec/models/transfer_bank_model_spec.rb +1 -1
  142. data/spec/models/transfer_list_bank_model_spec.rb +1 -1
  143. data/spec/models/verification_key_bank_model_spec.rb +1 -1
  144. data/spec/models/verification_key_list_bank_model_spec.rb +1 -1
  145. data/spec/models/workflow_bank_model_spec.rb +1 -1
  146. data/spec/models/workflow_with_details_all_of_bank_model_spec.rb +1 -1
  147. data/spec/models/workflow_with_details_bank_model_spec.rb +1 -1
  148. data/spec/models/workflows_list_bank_model_spec.rb +1 -1
  149. data/spec/spec_helper.rb +1 -1
  150. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/byebug/byebug.so +0 -0
  151. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/byebug-11.1.3/gem.build_complete +0 -0
  152. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/gem_make.out +45 -0
  153. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.15.5/ffi_c.so +0 -0
  154. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/ffi-1.15.5/gem.build_complete +0 -0
  155. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/ffi-1.15.5/gem_make.out +4 -4
  156. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/ffi-1.15.5/mkmf.log +19 -19
  157. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/jaro_winkler-1.5.4/gem.build_complete +0 -0
  158. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/jaro_winkler-1.5.4/gem_make.out +15 -7
  159. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
  160. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/psych-4.0.6/gem.build_complete +0 -0
  161. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/psych-4.0.6/gem_make.out +4 -4
  162. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/psych-4.0.6/mkmf.log +7 -7
  163. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/psych.so +0 -0
  164. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/stringio-3.0.2/gem.build_complete +0 -0
  165. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/stringio-3.0.2/gem_make.out +4 -4
  166. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/mkmf.log +36 -0
  167. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/stringio.so +0 -0
  168. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +6 -6
  169. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/breakpoint.o +0 -0
  170. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.o +0 -0
  171. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.so +0 -0
  172. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/context.o +0 -0
  173. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/locker.o +0 -0
  174. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/threads.o +0 -0
  175. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  176. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.o +0 -0
  177. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.o +0 -0
  178. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.o +0 -0
  179. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Call.o +0 -0
  180. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ClosurePool.o +0 -0
  181. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.o +0 -0
  182. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Function.o +0 -0
  183. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.o +0 -0
  184. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/LastError.o +0 -0
  185. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/LongDouble.o +0 -0
  186. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +5 -5
  187. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.o +0 -0
  188. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.o +0 -0
  189. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.o +0 -0
  190. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Platform.o +0 -0
  191. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.o +0 -0
  192. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Struct.o +0 -0
  193. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.o +0 -0
  194. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.o +0 -0
  195. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Thread.o +0 -0
  196. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Type.o +0 -0
  197. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Types.o +0 -0
  198. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.o +0 -0
  199. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ffi.o +0 -0
  200. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so +0 -0
  201. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/lib/ffi_c.so +0 -0
  202. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +6 -6
  203. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/adj_matrix.o +0 -0
  204. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/codepoints.o +0 -0
  205. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro.o +0 -0
  206. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler.o +0 -0
  207. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler_ext.so +0 -0
  208. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  209. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/Makefile +6 -6
  210. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.o +0 -0
  211. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.so +0 -0
  212. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_emitter.o +0 -0
  213. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_parser.o +0 -0
  214. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_to_ruby.o +0 -0
  215. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_yaml_tree.o +0 -0
  216. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych.so +0 -0
  217. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +6 -6
  218. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/stringio.o +0 -0
  219. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/stringio.so +0 -0
  220. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
  221. metadata +19 -19
  222. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/byebug/byebug.so +0 -0
  223. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +0 -25
  224. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/ffi_c.so +0 -0
  225. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
  226. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/psych.so +0 -0
  227. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/mkmf.log +0 -36
  228. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/stringio.so +0 -0
@@ -1,7 +1,7 @@
1
1
  LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --exists libffi
2
2
  LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --libs libffi |
3
3
  => "-lffi\n"
4
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lm -lc"
4
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
5
5
  checked program was:
6
6
  /* begin */
7
7
  1: #include "ruby.h"
@@ -12,7 +12,7 @@ checked program was:
12
12
  6: }
13
13
  /* end */
14
14
 
15
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lm -lc"
15
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lm -lc"
16
16
  checked program was:
17
17
  /* begin */
18
18
  1: #include "ruby.h"
@@ -37,7 +37,7 @@ libs: -lffi
37
37
 
38
38
  have_library: checking for ffi_prep_closure_loc() in -lffi... -------------------- yes
39
39
 
40
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lffi -lm -lc"
40
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
41
41
  checked program was:
42
42
  /* begin */
43
43
  1: #include "ruby.h"
@@ -62,16 +62,16 @@ checked program was:
62
62
 
63
63
  have_func: checking for ffi_prep_cif_var()... -------------------- yes
64
64
 
65
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lffi -lm -lc"
65
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
66
66
  conftest.c: In function ‘t’:
67
67
  conftest.c:14:57: error: ‘ffi_prep_cif_var’ undeclared (first use in this function)
68
68
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_cif_var; return !p; }
69
69
  | ^~~~~~~~~~~~~~~~
70
70
  conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
71
71
  conftest.c: At top level:
72
- cc1: warning: unrecognized command line option ‘-Wno-self-assign’
73
- cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
74
- cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
72
+ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
73
+ cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
74
+ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
75
75
  checked program was:
76
76
  /* begin */
77
77
  1: #include "ruby.h"
@@ -90,7 +90,7 @@ checked program was:
90
90
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_cif_var; return !p; }
91
91
  /* end */
92
92
 
93
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lffi -lm -lc"
93
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
94
94
  checked program was:
95
95
  /* begin */
96
96
  1: #include "ruby.h"
@@ -114,16 +114,16 @@ checked program was:
114
114
 
115
115
  have_func: checking for ffi_raw_call()... -------------------- yes
116
116
 
117
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lffi -lm -lc"
117
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
118
118
  conftest.c: In function ‘t’:
119
119
  conftest.c:14:57: error: ‘ffi_raw_call’ undeclared (first use in this function)
120
120
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_raw_call; return !p; }
121
121
  | ^~~~~~~~~~~~
122
122
  conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
123
123
  conftest.c: At top level:
124
- cc1: warning: unrecognized command line option ‘-Wno-self-assign’
125
- cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
126
- cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
124
+ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
125
+ cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
126
+ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
127
127
  checked program was:
128
128
  /* begin */
129
129
  1: #include "ruby.h"
@@ -142,7 +142,7 @@ checked program was:
142
142
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_raw_call; return !p; }
143
143
  /* end */
144
144
 
145
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lffi -lm -lc"
145
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
146
146
  checked program was:
147
147
  /* begin */
148
148
  1: #include "ruby.h"
@@ -166,16 +166,16 @@ checked program was:
166
166
 
167
167
  have_func: checking for ffi_prep_raw_closure()... -------------------- yes
168
168
 
169
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lffi -lm -lc"
169
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
170
170
  conftest.c: In function ‘t’:
171
171
  conftest.c:14:57: error: ‘ffi_prep_raw_closure’ undeclared (first use in this function)
172
172
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_raw_closure; return !p; }
173
173
  | ^~~~~~~~~~~~~~~~~~~~
174
174
  conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
175
175
  conftest.c: At top level:
176
- cc1: warning: unrecognized command line option ‘-Wno-self-assign’
177
- cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
178
- cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
176
+ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
177
+ cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
178
+ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
179
179
  checked program was:
180
180
  /* begin */
181
181
  1: #include "ruby.h"
@@ -194,7 +194,7 @@ checked program was:
194
194
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_raw_closure; return !p; }
195
195
  /* end */
196
196
 
197
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lffi -lffi -lm -lc"
197
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
198
198
  checked program was:
199
199
  /* begin */
200
200
  1: #include "ruby.h"
@@ -218,7 +218,7 @@ checked program was:
218
218
 
219
219
  block in append_ldflags: checking for whether -pthread is accepted as LDFLAGS... -------------------- yes
220
220
 
221
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -pthread -lm -lc"
221
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -pthread -lm -lc"
222
222
  checked program was:
223
223
  /* begin */
224
224
  1: #include "ruby.h"
@@ -3,14 +3,22 @@ current directory: /home/circleci/project/api-service-clients/api-platform-bank/
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
6
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-u9aul2 sitelibdir\=./.gem.20221201-3927-u9aul2 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-h1bh04 sitelibdir\=./.gem.20221201-3914-h1bh04 clean
7
7
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
8
8
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
9
9
 
10
10
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
11
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-u9aul2 sitelibdir\=./.gem.20221201-3927-u9aul2
11
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-h1bh04 sitelibdir\=./.gem.20221201-3914-h1bh04
12
12
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
13
13
  compiling adj_matrix.c
14
+ adj_matrix.c: In function ‘adj_matrix_default’:
15
+ adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
16
+ 82 | AdjMatrix *adj_matrix_default() {
17
+ | ^~~~~~~~~~~~~~~~~~
18
+ adj_matrix.c: At top level:
19
+ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
20
+ cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
21
+ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
14
22
  compiling codepoints.c
15
23
  compiling jaro.c
16
24
  compiling jaro_winkler.c
@@ -48,14 +56,14 @@ jaro_winkler.c:21:3: note: in expansion of macro ‘rb_define_singleton_method
48
56
  253 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m1(__VA_ARGS__, VALUE(*)(int, union { VALUE *x; const VALUE *y; } __attribute__((__transparent_union__)), VALUE), int); \
49
57
  | ^~~
50
58
  jaro_winkler.c: At top level:
51
- cc1: warning: unrecognized command line option ‘-Wno-self-assign’
52
- cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
53
- cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
59
+ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
60
+ cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
61
+ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
54
62
  linking shared-object jaro_winkler/jaro_winkler_ext.so
55
63
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
56
64
 
57
65
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
58
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-u9aul2 sitelibdir\=./.gem.20221201-3927-u9aul2 install
66
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-h1bh04 sitelibdir\=./.gem.20221201-3914-h1bh04 install
59
67
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
60
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20221201-3927-u9aul2/jaro_winkler
68
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20221201-3914-h1bh04/jaro_winkler
61
69
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler'
@@ -5,12 +5,12 @@ checking for yaml_get_version() in -lyaml... yes
5
5
  creating Makefile
6
6
 
7
7
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych
8
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-a1kf9i sitelibdir\=./.gem.20221201-3927-a1kf9i clean
8
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-jedh4s sitelibdir\=./.gem.20221201-3914-jedh4s clean
9
9
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
10
10
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
11
11
 
12
12
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych
13
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-a1kf9i sitelibdir\=./.gem.20221201-3927-a1kf9i
13
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-jedh4s sitelibdir\=./.gem.20221201-3914-jedh4s
14
14
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
15
15
  compiling psych.c
16
16
  compiling psych_emitter.c
@@ -21,7 +21,7 @@ linking shared-object psych.so
21
21
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
22
22
 
23
23
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych
24
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-a1kf9i sitelibdir\=./.gem.20221201-3927-a1kf9i install
24
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-jedh4s sitelibdir\=./.gem.20221201-3914-jedh4s install
25
25
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
26
- /usr/bin/install -c -m 0755 psych.so ./.gem.20221201-3927-a1kf9i
26
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20221201-3914-jedh4s
27
27
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
@@ -1,6 +1,6 @@
1
1
  find_header: checking for yaml.h... -------------------- yes
2
2
 
3
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lm -lc"
3
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
4
4
  checked program was:
5
5
  /* begin */
6
6
  1: #include "ruby.h"
@@ -11,7 +11,7 @@ checked program was:
11
11
  6: }
12
12
  /* end */
13
13
 
14
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -c conftest.c"
14
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC -c conftest.c"
15
15
  checked program was:
16
16
  /* begin */
17
17
  1: #include "ruby.h"
@@ -23,16 +23,16 @@ checked program was:
23
23
 
24
24
  find_library: checking for yaml_get_version() in -lyaml... -------------------- yes
25
25
 
26
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lyaml -lm -lc"
26
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lm -lc"
27
27
  conftest.c: In function ‘t’:
28
28
  conftest.c:14:57: error: ‘yaml_get_version’ undeclared (first use in this function)
29
29
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
30
30
  | ^~~~~~~~~~~~~~~~
31
31
  conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
32
32
  conftest.c: At top level:
33
- cc1: warning: unrecognized command line option ‘-Wno-self-assign’
34
- cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
35
- cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
33
+ cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
34
+ cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
35
+ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
36
36
  checked program was:
37
37
  /* begin */
38
38
  1: #include "ruby.h"
@@ -51,7 +51,7 @@ checked program was:
51
51
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
52
52
  /* end */
53
53
 
54
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lyaml -lm -lc"
54
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lm -lc"
55
55
  checked program was:
56
56
  /* begin */
57
57
  1: #include "ruby.h"
@@ -4,19 +4,19 @@ checking for rb_io_extract_modeenc() in ruby/io.h... yes
4
4
  creating Makefile
5
5
 
6
6
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio
7
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-ohesu8 sitelibdir\=./.gem.20221201-3927-ohesu8 clean
7
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-opu9gs sitelibdir\=./.gem.20221201-3914-opu9gs clean
8
8
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
9
9
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
10
10
 
11
11
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio
12
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-ohesu8 sitelibdir\=./.gem.20221201-3927-ohesu8
12
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-opu9gs sitelibdir\=./.gem.20221201-3914-opu9gs
13
13
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
14
14
  compiling stringio.c
15
15
  linking shared-object stringio.so
16
16
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
17
17
 
18
18
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio
19
- make DESTDIR\= sitearchdir\=./.gem.20221201-3927-ohesu8 sitelibdir\=./.gem.20221201-3927-ohesu8 install
19
+ make DESTDIR\= sitearchdir\=./.gem.20221201-3914-opu9gs sitelibdir\=./.gem.20221201-3914-opu9gs install
20
20
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
21
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20221201-3927-ohesu8
21
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20221201-3914-opu9gs
22
22
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
@@ -0,0 +1,36 @@
1
+ have_func: checking for rb_io_extract_modeenc() in ruby/io.h... -------------------- yes
2
+
3
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
4
+ checked program was:
5
+ /* begin */
6
+ 1: #include "ruby.h"
7
+ 2:
8
+ 3: int main(int argc, char **argv)
9
+ 4: {
10
+ 5: return !!argv[argc];
11
+ 6: }
12
+ /* end */
13
+
14
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
15
+ checked program was:
16
+ /* begin */
17
+ 1: #include "ruby.h"
18
+ 2:
19
+ 3: #include <ruby/io.h>
20
+ 4:
21
+ 5: /*top*/
22
+ 6: extern int t(void);
23
+ 7: int main(int argc, char **argv)
24
+ 8: {
25
+ 9: if (argc > 1000000) {
26
+ 10: int (* volatile tp)(void)=(int (*)(void))&t;
27
+ 11: printf("%d", (*tp)());
28
+ 12: }
29
+ 13:
30
+ 14: return !!argv[argc];
31
+ 15: }
32
+ 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_io_extract_modeenc; return !p; }
33
+ /* end */
34
+
35
+ --------------------
36
+
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -82,15 +82,15 @@ cflags = $(optflags) $(debugflags) $(warnflags)
82
82
  cxxflags =
83
83
  optflags = -O3 -fno-fast-math
84
84
  debugflags = -ggdb3
85
- warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef
85
+ warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix = /byebug
141
141
  LOCAL_LIBS =
142
- LIBS = -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lm -lc
143
143
  ORIG_SRCS = breakpoint.c byebug.c context.c locker.c threads.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = breakpoint.o byebug.o context.o locker.o threads.o
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -85,12 +85,12 @@ debugflags = -ggdb3
85
85
  warnflags =
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = -DRUBY_EXTCONF_H=\"$(RUBY_EXTCONF_H)\" $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -pthread
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -pthread
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix =
141
141
  LOCAL_LIBS =
142
- LIBS = -lffi -lffi -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lffi -lffi -lm -lc
143
143
  ORIG_SRCS = AbstractMemory.c ArrayType.c Buffer.c Call.c ClosurePool.c DynamicLibrary.c Function.c FunctionInfo.c LastError.c LongDouble.c MappedType.c MemoryPointer.c MethodHandle.c Platform.c Pointer.c Struct.c StructByValue.c StructLayout.c Thread.c Type.c Types.c Variadic.c ffi.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = AbstractMemory.o ArrayType.o Buffer.o Call.o ClosurePool.o DynamicLibrary.o Function.o FunctionInfo.o LastError.o LongDouble.o MappedType.o MemoryPointer.o MethodHandle.o Platform.o Pointer.o Struct.o StructByValue.o StructLayout.o Thread.o Type.o Types.o Variadic.o ffi.o
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -82,15 +82,15 @@ cflags = $(optflags) $(debugflags) $(warnflags)
82
82
  cxxflags =
83
83
  optflags = -O3 -fno-fast-math
84
84
  debugflags = -ggdb3
85
- warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef
85
+ warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) -std=c99 $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC -std=c99 $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix = /jaro_winkler
141
141
  LOCAL_LIBS =
142
- LIBS = -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lm -lc
143
143
  ORIG_SRCS = adj_matrix.c codepoints.c jaro.c jaro_winkler.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = adj_matrix.o codepoints.o jaro.o jaro_winkler.o