mux_ruby 3.12.0 → 3.14.0

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 (99) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/docs/AbridgedVideoView.md +5 -1
  5. data/docs/Asset.md +3 -1
  6. data/docs/AssetsApi.md +79 -4
  7. data/docs/CreateSimulcastTargetRequest.md +2 -2
  8. data/docs/DimensionsApi.md +2 -0
  9. data/docs/Error.md +3 -1
  10. data/docs/ErrorsApi.md +2 -0
  11. data/docs/GenerateTrackSubtitlesRequest.md +18 -0
  12. data/docs/GenerateTrackSubtitlesResponse.md +18 -0
  13. data/docs/InputSettings.md +2 -2
  14. data/docs/LiveStream.md +5 -1
  15. data/docs/LiveStreamsApi.md +8 -8
  16. data/docs/MetricsApi.md +13 -1
  17. data/docs/MonitoringBreakdownTimeseriesDatapoint.md +3 -1
  18. data/docs/PlaybackIDApi.md +4 -4
  19. data/docs/ReferrerDomainRestriction.md +1 -1
  20. data/docs/SimulcastTarget.md +6 -4
  21. data/docs/Track.md +3 -1
  22. data/docs/VideoView.md +30 -2
  23. data/docs/VideoViewsApi.md +2 -0
  24. data/gen/generator-config.json +1 -1
  25. data/lib/mux_ruby/api/assets_api.rb +79 -2
  26. data/lib/mux_ruby/api/dimensions_api.rb +3 -0
  27. data/lib/mux_ruby/api/errors_api.rb +3 -0
  28. data/lib/mux_ruby/api/live_streams_api.rb +4 -4
  29. data/lib/mux_ruby/api/metrics_api.rb +24 -6
  30. data/lib/mux_ruby/api/playback_id_api.rb +2 -2
  31. data/lib/mux_ruby/api/video_views_api.rb +3 -0
  32. data/lib/mux_ruby/models/abridged_video_view.rb +24 -4
  33. data/lib/mux_ruby/models/asset.rb +26 -4
  34. data/lib/mux_ruby/models/asset_generated_subtitle_settings.rb +2 -2
  35. data/lib/mux_ruby/models/create_simulcast_target_request.rb +2 -2
  36. data/lib/mux_ruby/models/error.rb +16 -5
  37. data/lib/mux_ruby/models/generate_track_subtitles_request.rb +221 -0
  38. data/lib/mux_ruby/models/generate_track_subtitles_response.rb +218 -0
  39. data/lib/mux_ruby/models/input_settings.rb +2 -2
  40. data/lib/mux_ruby/models/live_stream.rb +36 -4
  41. data/lib/mux_ruby/models/monitoring_breakdown_timeseries_datapoint.rb +13 -4
  42. data/lib/mux_ruby/models/referrer_domain_restriction.rb +1 -1
  43. data/lib/mux_ruby/models/simulcast_target.rb +29 -7
  44. data/lib/mux_ruby/models/track.rb +14 -4
  45. data/lib/mux_ruby/models/video_view.rb +142 -5
  46. data/lib/mux_ruby/version.rb +1 -1
  47. data/lib/mux_ruby.rb +2 -0
  48. data/spec/models/generate_track_subtitles_request_spec.rb +34 -0
  49. data/spec/models/generate_track_subtitles_response_spec.rb +34 -0
  50. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
  51. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +6 -6
  52. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
  53. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
  54. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +16 -16
  55. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.4/gem_make.out +14 -14
  56. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
  57. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
  58. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +4 -4
  59. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
  60. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
  61. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
  62. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
  63. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +6 -6
  64. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  65. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +6 -6
  66. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  67. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +6 -6
  68. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  69. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +6 -6
  70. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
  71. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +6 -6
  72. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
  73. data/vendor/bundle/ruby/3.2.0/specifications/ast-2.4.2.gemspec +2 -2
  74. data/vendor/bundle/ruby/3.2.0/specifications/byebug-11.1.3.gemspec +2 -2
  75. data/vendor/bundle/ruby/3.2.0/specifications/coderay-1.1.3.gemspec +2 -2
  76. data/vendor/bundle/ruby/3.2.0/specifications/diff-lcs-1.5.0.gemspec +2 -2
  77. data/vendor/bundle/ruby/3.2.0/specifications/ethon-0.16.0.gemspec +2 -2
  78. data/vendor/bundle/ruby/3.2.0/specifications/ffi-1.16.3.gemspec +2 -2
  79. data/vendor/bundle/ruby/3.2.0/specifications/jaro_winkler-1.5.4.gemspec +2 -2
  80. data/vendor/bundle/ruby/3.2.0/specifications/method_source-1.0.0.gemspec +2 -2
  81. data/vendor/bundle/ruby/3.2.0/specifications/parallel-1.22.1.gemspec +2 -2
  82. data/vendor/bundle/ruby/3.2.0/specifications/parser-3.1.2.0.gemspec +2 -2
  83. data/vendor/bundle/ruby/3.2.0/specifications/pry-0.13.1.gemspec +2 -2
  84. data/vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.9.0.gemspec +2 -2
  85. data/vendor/bundle/ruby/3.2.0/specifications/psych-4.0.4.gemspec +2 -2
  86. data/vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec +2 -2
  87. data/vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec +2 -2
  88. data/vendor/bundle/ruby/3.2.0/specifications/rspec-3.11.0.gemspec +2 -2
  89. data/vendor/bundle/ruby/3.2.0/specifications/rspec-core-3.11.0.gemspec +2 -2
  90. data/vendor/bundle/ruby/3.2.0/specifications/rspec-expectations-3.11.0.gemspec +2 -2
  91. data/vendor/bundle/ruby/3.2.0/specifications/rspec-mocks-3.11.1.gemspec +2 -2
  92. data/vendor/bundle/ruby/3.2.0/specifications/rspec-support-3.11.0.gemspec +2 -2
  93. data/vendor/bundle/ruby/3.2.0/specifications/rubocop-0.66.0.gemspec +2 -2
  94. data/vendor/bundle/ruby/3.2.0/specifications/ruby-progressbar-1.11.0.gemspec +2 -2
  95. data/vendor/bundle/ruby/3.2.0/specifications/solid_assert-1.1.0.gemspec +2 -2
  96. data/vendor/bundle/ruby/3.2.0/specifications/stringio-3.0.2.gemspec +2 -2
  97. data/vendor/bundle/ruby/3.2.0/specifications/typhoeus-1.4.1.gemspec +2 -2
  98. data/vendor/bundle/ruby/3.2.0/specifications/unicode-display_width-1.5.0.gemspec +2 -2
  99. metadata +160 -152
@@ -1,12 +1,12 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
2
- /opt/hostedtoolcache/Ruby/3.2.2/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/bin/ruby extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
6
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-1gsluo sitelibdir\=./.gem.20231201-1855-1gsluo clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi clean
7
7
 
8
8
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
9
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-1gsluo sitelibdir\=./.gem.20231201-1855-1gsluo
9
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi
10
10
  compiling breakpoint.c
11
11
  compiling byebug.c
12
12
  byebug.c: In function ‘check_started’:
@@ -35,8 +35,8 @@ compiling threads.c
35
35
  linking shared-object byebug/byebug.so
36
36
 
37
37
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
38
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-1gsluo sitelibdir\=./.gem.20231201-1855-1gsluo install
39
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20231201-1855-1gsluo/byebug
38
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi install
39
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20240314-1791-2rrkmi/byebug
40
40
 
41
41
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
42
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-1gsluo sitelibdir\=./.gem.20231201-1855-1gsluo clean
42
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-2rrkmi sitelibdir\=./.gem.20240314-1791-2rrkmi clean
@@ -1,5 +1,5 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
2
- /opt/hostedtoolcache/Ruby/3.2.2/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/bin/ruby extconf.rb
3
3
  checking for ffi_prep_closure_loc() in -lffi... yes
4
4
  checking for ffi_prep_cif_var()... yes
5
5
  checking for ffi_raw_call()... yes
@@ -10,10 +10,10 @@ creating extconf.h
10
10
  creating Makefile
11
11
 
12
12
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
13
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-lorjyu sitelibdir\=./.gem.20231201-1855-lorjyu clean
13
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r clean
14
14
 
15
15
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
16
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-lorjyu sitelibdir\=./.gem.20231201-1855-lorjyu
16
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r
17
17
  compiling AbstractMemory.c
18
18
  compiling ArrayType.c
19
19
  compiling Buffer.c
@@ -40,8 +40,8 @@ compiling ffi.c
40
40
  linking shared-object ffi_c.so
41
41
 
42
42
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
43
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-lorjyu sitelibdir\=./.gem.20231201-1855-lorjyu install
44
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20231201-1855-lorjyu
43
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r install
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240314-1791-gmvn7r
45
45
 
46
46
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
47
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-lorjyu sitelibdir\=./.gem.20231201-1855-lorjyu clean
47
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-gmvn7r sitelibdir\=./.gem.20240314-1791-gmvn7r clean
@@ -1,7 +1,7 @@
1
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib pkg-config --exists libffi
2
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib pkg-config --libs libffi |
1
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib pkg-config --exists libffi
2
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib pkg-config --libs libffi |
3
3
  => "-lffi\n"
4
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lm -lpthread -lc"
4
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lm -lpthread -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lm -lpthread -lc"
15
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lm -lpthread -lc"
16
16
  checked program was:
17
17
  /* begin */
18
18
  1: #include "ruby.h"
@@ -23,11 +23,11 @@ checked program was:
23
23
  6: }
24
24
  /* end */
25
25
 
26
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib pkg-config --cflags-only-I libffi |
26
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib pkg-config --cflags-only-I libffi |
27
27
  => "\n"
28
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib pkg-config --cflags-only-other libffi |
28
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib pkg-config --cflags-only-other libffi |
29
29
  => "\n"
30
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib pkg-config --libs-only-l libffi |
30
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib pkg-config --libs-only-l libffi |
31
31
  => "-lffi\n"
32
32
  package configuration for libffi
33
33
  incflags:
@@ -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
40
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
41
41
  checked program was:
42
42
  /* begin */
43
43
  1: #include "ruby.h"
@@ -62,7 +62,7 @@ checked program was:
62
62
 
63
63
  have_func: checking for ffi_prep_cif_var()... -------------------- yes
64
64
 
65
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
65
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -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; }
@@ -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
93
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
94
94
  checked program was:
95
95
  /* begin */
96
96
  1: #include "ruby.h"
@@ -114,7 +114,7 @@ checked program was:
114
114
 
115
115
  have_func: checking for ffi_raw_call()... -------------------- yes
116
116
 
117
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
117
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -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; }
@@ -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
145
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
146
146
  checked program was:
147
147
  /* begin */
148
148
  1: #include "ruby.h"
@@ -166,7 +166,7 @@ checked program was:
166
166
 
167
167
  have_func: checking for ffi_prep_raw_closure()... -------------------- yes
168
168
 
169
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
169
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -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; }
@@ -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
197
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -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
  have_func: checking for rb_gc_mark_movable()... -------------------- yes
220
220
 
221
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
221
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
222
222
  checked program was:
223
223
  /* begin */
224
224
  1: #include "ruby.h"
@@ -241,7 +241,7 @@ checked program was:
241
241
 
242
242
  block in append_ldflags: checking for whether -pthread is accepted as LDFLAGS... -------------------- yes
243
243
 
244
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -pthread -lm -lpthread -lc"
244
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -pthread -lm -lpthread -lc"
245
245
  checked program was:
246
246
  /* begin */
247
247
  1: #include "ruby.h"
@@ -1,12 +1,12 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
2
- /opt/hostedtoolcache/Ruby/3.2.2/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/bin/ruby extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
6
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-9dzkeq sitelibdir\=./.gem.20231201-1855-9dzkeq clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4 clean
7
7
 
8
8
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
9
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-9dzkeq sitelibdir\=./.gem.20231201-1855-9dzkeq
9
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4
10
10
  compiling adj_matrix.c
11
11
  adj_matrix.c: In function ‘adj_matrix_default’:
12
12
  adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
@@ -19,12 +19,12 @@ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’
19
19
  compiling codepoints.c
20
20
  compiling jaro.c
21
21
  compiling jaro_winkler.c
22
- In file included from /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/ruby.h:27,
23
- from /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby.h:38,
22
+ In file included from /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/ruby.h:27,
23
+ from /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby.h:38,
24
24
  from codepoints.h:2,
25
25
  from jaro_winkler.c:1:
26
26
  jaro_winkler.c: In function ‘Init_jaro_winkler_ext’:
27
- /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:308:143: warning: passing argument 3 of ‘rb_define_singleton_method_m1’ from incompatible pointer type [-Wincompatible-pointer-types]
27
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:308:143: warning: passing argument 3 of ‘rb_define_singleton_method_m1’ from incompatible pointer type [-Wincompatible-pointer-types]
28
28
  308 | #define rb_define_singleton_method(obj, mid, func, arity) RBIMPL_ANYARGS_DISPATCH_rb_define_singleton_method((arity), (func))((obj), (mid), (func), (arity))
29
29
  | ^~~~~~
30
30
  | |
@@ -32,13 +32,13 @@ jaro_winkler.c: In function ‘Init_jaro_winkler_ext’:
32
32
  jaro_winkler.c:19:3: note: in expansion of macro ‘rb_define_singleton_method’
33
33
  19 | rb_define_singleton_method(rb_mJaroWinkler, "distance",
34
34
  | ^~~~~~~~~~~~~~~~~~~~~~~~~~
35
- /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:271:21: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE)’ {aka ‘long unsigned int (*)(int, union <anonymous>, long unsigned int)’} but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)’}
35
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:271:21: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE)’ {aka ‘long unsigned int (*)(int, union <anonymous>, long unsigned int)’} but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)’}
36
36
  271 | RBIMPL_ANYARGS_DECL(rb_define_singleton_method, VALUE, const char *)
37
37
  | ^~~~~~~~~~~~~~~~~~~~~~~~~~
38
- /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:254:41: note: in definition of macro ‘RBIMPL_ANYARGS_DECL’
38
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:254:41: note: in definition of macro ‘RBIMPL_ANYARGS_DECL’
39
39
  254 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m1(__VA_ARGS__, VALUE(*)(int, union { VALUE *x; const VALUE *y; } __attribute__((__transparent_union__)), VALUE), int); \
40
40
  | ^~~
41
- /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:308:143: warning: passing argument 3 of ‘rb_define_singleton_method_m1’ from incompatible pointer type [-Wincompatible-pointer-types]
41
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:308:143: warning: passing argument 3 of ‘rb_define_singleton_method_m1’ from incompatible pointer type [-Wincompatible-pointer-types]
42
42
  308 | #define rb_define_singleton_method(obj, mid, func, arity) RBIMPL_ANYARGS_DISPATCH_rb_define_singleton_method((arity), (func))((obj), (mid), (func), (arity))
43
43
  | ^~~~~~
44
44
  | |
@@ -46,10 +46,10 @@ jaro_winkler.c:19:3: note: in expansion of macro ‘rb_define_singleton_method
46
46
  jaro_winkler.c:21:3: note: in expansion of macro ‘rb_define_singleton_method’
47
47
  21 | rb_define_singleton_method(rb_mJaroWinkler, "jaro_distance", rb_jaro_distance,
48
48
  | ^~~~~~~~~~~~~~~~~~~~~~~~~~
49
- /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:271:21: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE)’ {aka ‘long unsigned int (*)(int, union <anonymous>, long unsigned int)’} but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)’}
49
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:271:21: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE)’ {aka ‘long unsigned int (*)(int, union <anonymous>, long unsigned int)’} but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)’}
50
50
  271 | RBIMPL_ANYARGS_DECL(rb_define_singleton_method, VALUE, const char *)
51
51
  | ^~~~~~~~~~~~~~~~~~~~~~~~~~
52
- /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:254:41: note: in definition of macro ‘RBIMPL_ANYARGS_DECL’
52
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:254:41: note: in definition of macro ‘RBIMPL_ANYARGS_DECL’
53
53
  254 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m1(__VA_ARGS__, VALUE(*)(int, union { VALUE *x; const VALUE *y; } __attribute__((__transparent_union__)), VALUE), int); \
54
54
  | ^~~
55
55
  jaro_winkler.c: At top level:
@@ -59,8 +59,8 @@ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’
59
59
  linking shared-object jaro_winkler/jaro_winkler_ext.so
60
60
 
61
61
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
62
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-9dzkeq sitelibdir\=./.gem.20231201-1855-9dzkeq install
63
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20231201-1855-9dzkeq/jaro_winkler
62
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4 install
63
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240314-1791-cvkwb4/jaro_winkler
64
64
 
65
65
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
66
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-9dzkeq sitelibdir\=./.gem.20231201-1855-9dzkeq clean
66
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-cvkwb4 sitelibdir\=./.gem.20240314-1791-cvkwb4 clean
@@ -1,14 +1,14 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
2
- /opt/hostedtoolcache/Ruby/3.2.2/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/bin/ruby extconf.rb
3
3
  checking for yaml.h... yes
4
4
  checking for yaml_get_version() in -lyaml... yes
5
5
  creating Makefile
6
6
 
7
7
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
8
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-utvgc9 sitelibdir\=./.gem.20231201-1855-utvgc9 clean
8
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q clean
9
9
 
10
10
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
11
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-utvgc9 sitelibdir\=./.gem.20231201-1855-utvgc9
11
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q
12
12
  compiling psych.c
13
13
  compiling psych_emitter.c
14
14
  compiling psych_parser.c
@@ -17,8 +17,8 @@ compiling psych_yaml_tree.c
17
17
  linking shared-object psych.so
18
18
 
19
19
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
20
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-utvgc9 sitelibdir\=./.gem.20231201-1855-utvgc9 install
21
- /usr/bin/install -c -m 0755 psych.so ./.gem.20231201-1855-utvgc9
20
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q install
21
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20240314-1791-s85i1q
22
22
 
23
23
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
24
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-utvgc9 sitelibdir\=./.gem.20231201-1855-utvgc9 clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-s85i1q sitelibdir\=./.gem.20240314-1791-s85i1q clean
@@ -1,6 +1,6 @@
1
1
  find_header: checking for yaml.h... -------------------- yes
2
2
 
3
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lm -lpthread -lc"
3
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lm -lpthread -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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"
14
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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,7 +23,7 @@ checked program was:
23
23
 
24
24
  find_library: checking for yaml_get_version() in -lyaml... -------------------- yes
25
25
 
26
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lyaml -lm -lpthread -lc"
26
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lyaml -lm -lpthread -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; }
@@ -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lyaml -lm -lpthread -lc"
54
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lyaml -lm -lpthread -lc"
55
55
  checked program was:
56
56
  /* begin */
57
57
  1: #include "ruby.h"
@@ -1,19 +1,19 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
2
- /opt/hostedtoolcache/Ruby/3.2.2/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.3/x64/bin/ruby extconf.rb
3
3
  checking for rb_io_extract_modeenc() in ruby/io.h... yes
4
4
  creating Makefile
5
5
 
6
6
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
7
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-q0rlkl sitelibdir\=./.gem.20231201-1855-q0rlkl clean
7
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi clean
8
8
 
9
9
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
10
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-q0rlkl sitelibdir\=./.gem.20231201-1855-q0rlkl
10
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi
11
11
  compiling stringio.c
12
12
  linking shared-object stringio.so
13
13
 
14
14
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
15
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-q0rlkl sitelibdir\=./.gem.20231201-1855-q0rlkl install
16
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20231201-1855-q0rlkl
15
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi install
16
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20240314-1791-3w2asi
17
17
 
18
18
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
19
- make DESTDIR\= sitearchdir\=./.gem.20231201-1855-q0rlkl sitelibdir\=./.gem.20231201-1855-q0rlkl clean
19
+ make DESTDIR\= sitearchdir\=./.gem.20240314-1791-3w2asi sitelibdir\=./.gem.20240314-1791-3w2asi clean
@@ -1,6 +1,6 @@
1
1
  have_func: checking for rb_io_extract_modeenc() in ruby/io.h... -------------------- yes
2
2
 
3
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lm -lpthread -lc"
3
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lm -lpthread -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=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lm -lpthread -lc"
14
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.3/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -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/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.3/x64/lib -lruby -lm -lpthread -lc"
15
15
  checked program was:
16
16
  /* begin */
17
17
  1: #include "ruby.h"
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.2/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.3/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
88
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
- CPPFLAGS = -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
91
+ CPPFLAGS = -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
- dldflags = -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,--compress-debug-sections=zlib
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
+ dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
97
97
  LDSHARED = $(CC) -shared
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.2/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.3/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
88
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
- CPPFLAGS = -DRUBY_EXTCONF_H=\"$(RUBY_EXTCONF_H)\" -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
91
+ CPPFLAGS = -DRUBY_EXTCONF_H=\"$(RUBY_EXTCONF_H)\" -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -pthread
94
- dldflags = -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,--compress-debug-sections=zlib
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -pthread
94
+ dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
97
97
  LDSHARED = $(CC) -shared
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.3/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.2/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.3/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
88
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
- CPPFLAGS = -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
91
+ CPPFLAGS = -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
- dldflags = -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,--compress-debug-sections=zlib
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
+ dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
97
97
  LDSHARED = $(CC) -shared