llama90 commented on issue #39400: URL: https://github.com/apache/arrow/issues/39400#issuecomment-1873529194
Do you know how to solve the following problem? There is an error when executing the test script. The following error messages were observed for each execution: https://github.com/apache/arrow/blob/4543f5d8394e221681c362f4e7c8a7268823b2cd/c_glib/README.md?plain=1#L233-L234 Path where c_glib was built: ``` Could not locate Gemfile or .bundle/ directory ``` Path of c_glib: ``` bundle exec ../c_glib/test/run-test.sh (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>' ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
