raulcd opened a new issue, #45368: URL: https://github.com/apache/arrow/issues/45368
### Describe the bug, including details regarding any error messages, version, and platform. The following nightly jobs are failing: - [almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/13006482235/job/36274438235) - [almalinux-8-arm64](https://github.com/ursacomputing/crossbow/actions/runs/13006481534/job/36274392824) - [centos-8-stream-amd64](https://github.com/ursacomputing/crossbow/actions/runs/13006481317/job/36274392259) - [centos-8-stream-arm64](https://github.com/ursacomputing/crossbow/actions/runs/13006480357/job/36274385162) With: ``` + gem install gobject-introspection Successfully installed native-package-installer-1.1.9 Successfully installed pkg-config-1.5.9 Building native extensions. This could take a while... ERROR: Error installing gobject-introspection: ERROR: Failed to build gem native extension. ``` There are more errors like: ``` gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -I./.gem.20250128-785-1ktisw9 -I/usr/lib64/ruby/vendor_ruby -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DHAVE_UNISTD_H -DHAVE_RB_CHECK_ARRAY_TYPE -DHAVE_RB_CHECK_HASH_TYPE -DHAVE_RB_EXEC_RECURSIVE -DHAVE_RB_ERRINFO -DHAVE_RB_THREAD_CALL_WITHOUT_GVL -DHAVE_RUBY_NATIVE_THREAD_P -DHAVE_RB_THREAD_CALL_WITH_GVL -DHAVE_RB_GC_REGISTER_MARK_OBJECT -DHAVE_RB_EXC_NEW_STR -DHAVE_RB_ENC_STR_NEW_STATIC -DRUBY_GLIB2_COMPILATION -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -Wall -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declaration s -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wundef -Wunsafe-loop-optimizations -Wwrite-strings -pthread -m64 -o rbgobj_closure.o -c rbgobj_closure.c rbgobj_closure.c:217:5: warning: missing initializer for field 'dsize' of 'struct <anonymous>' [-Wmissing-field-initializers] }, ^ In file included from /usr/include/ruby.h:33, from rbgobject.h:25, from rbgprivate.h:36, from rbgobj_closure.c:22: /usr/include/ruby/ruby.h:1087:11: note: 'dsize' declared here size_t (*dsize)(const void *); ^~~~~ ``` but better to check the links as the error log is quite long and I might be missing the real issue. ### Component(s) Packaging -- 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]
