raulcd commented on issue #41167:
URL: https://github.com/apache/arrow/issues/41167#issuecomment-2052016019

   It is fixed if I pin `gobject-introspection=1.78.1`. 
   
   ```
   diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
   index f18b18a..9cb5cee 100755
   --- a/dev/release/verify-release-candidate.sh
   +++ b/dev/release/verify-release-candidate.sh
   @@ -831,7 +831,7 @@ test_glib() {
      show_header "Build and test C GLib libraries"
    
      # Build and test C GLib
   -  maybe_setup_conda glib gobject-introspection meson ninja ruby
   +  maybe_setup_conda glib gobject-introspection=1.78.1 meson ninja ruby
      maybe_setup_virtualenv meson
    
      # Install bundler if doesn't exist
   ``` 
   but doesn't seem to work with the newest 1.80, @kou any suggestion? Should I 
just pin?


-- 
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]

Reply via email to