llama90 commented on issue #39225:
URL: https://github.com/apache/arrow/issues/39225#issuecomment-1874050730

   Is it correct? 
   
   ```
   $ GDB="lldb --" BUNDLE_GEMFILE=../c_glib/Gemfile bundle exec 
../c_glib/test/run-test.sh -n test_cast
   [17/26] Generating parquet-glib/Parquet-1.0.gir with a custom command 
(wrapped by meson to set env)
   Package 'arrow', required by 'arrow-glib-uninstalled', not found
   
   [19/26] Generating arrow-flight-glib/ArrowFlight-1.0.gir with a custom 
command (wrapped by meson to set env)
   Package 'arrow', required by 'arrow-glib-uninstalled', not found
   
   [21/26] Generating gandiva-glib/Gandiva-1.0.gir with a custom command 
(wrapped by meson to set env)
   Package 'arrow', required by 'arrow-glib-uninstalled', not found
   
   [22/26] Generating arrow-dataset-glib/ArrowDataset-1.0.gir with a custom 
command (wrapped by meson to set env)
   Package 'arrow', required by 'arrow-glib-uninstalled', not found
   
   [25/26] Generating arrow-flight-sql-glib/ArrowFlightSQL-1.0.gir with a 
custom command (wrapped by meson to set env)
   Package 'arrow', required by 'arrow-glib-uninstalled', not found
   
   [26/26] Generating arrow-flight-sql-glib/ArrowFlightSQL-1.0.typelib with a 
custom command
   (lldb) target create "/Users/lama/.rbenv/versions/3.3.0/bin/ruby"
   Current executable set to '/Users/lama/.rbenv/versions/3.3.0/bin/ruby' 
(arm64).
   (lldb) settings set -- target.run-args  
"/Users/lama/workspace/arrow-latest/c_glib/test/run-test.rb" "-n" "test_cast"
   (lldb) r
   Process 47659 launched: '/Users/lama/.rbenv/versions/3.3.0/bin/ruby' (arm64)
   (null)-WARNING **: Failed to load shared library 'libarrow-glib.1500.dylib' 
referenced by the typelib: dlopen(libarrow-glib.1500.dylib, 0x0009): tried: 
'libarrow-glib.1500.dylib' (no such file), 
'/System/Volumes/Preboot/Cryptexes/OSlibarrow-glib.1500.dylib' (no such file), 
'/usr/lib/libarrow-glib.1500.dylib' (no such file, not in dyld cache), 
'libarrow-glib.1500.dylib' (no such file), 
'/usr/local/lib/libarrow-glib.1500.dylib' (no such file), 
'/usr/lib/libarrow-glib.1500.dylib' (no such file, not in dyld cache)
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/loader.rb:606:in
 `load_interface_info'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/loader.rb:75:in
 `load_info'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/loader.rb:44:in
 `block (2 levels) in load'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/repository.rb:34:in
 `block (2 levels) in each'
        from <internal:numeric>:237:in `times'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/repository.rb:33:in
 `block in each'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/repository.rb:32:in
 `each'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/repository.rb:32:in
 `each'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/loader.rb:43:in
 `block in load'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/loader.rb:636:in
 `prepare_class'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection/loader.rb:41:in
 `load'
        from 
/Users/lama/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gobject-introspection-4.2.0/lib/gobject-introspection.rb:44:in
 `load'
        from /Users/lama/workspace/arrow-latest/c_glib/test/run-test.rb:33:in 
`<main>'
   /Users/lama/workspace/arrow-latest/c_glib/test/run-test.rb:44:in 
`alias_method': undefined method `value?' for class `Arrow::BooleanScalar' 
(NameError)
   
       alias_method :value, :value?
       ^^^^^^^^^^^^
        from /Users/lama/workspace/arrow-latest/c_glib/test/run-test.rb:44:in 
`<class:BooleanScalar>'
        from /Users/lama/workspace/arrow-latest/c_glib/test/run-test.rb:43:in 
`<module:Arrow>'
        from /Users/lama/workspace/arrow-latest/c_glib/test/run-test.rb:34:in 
`<main>'
   Process 47659 exited with status = 1 (0x00000001)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to