kou opened a new pull request #12165:
URL: https://github.com/apache/arrow/pull/12165
I haven't identified the real problem yet but the following error is
occurred since mingw-w64-x86_64-gettext MSYS2 package was updated to
0.21-3:
<internal:C:/hostedtoolcache/windows/Ruby/3.0.3/x64/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:96:in
`require': 127: The specified procedure could not be found. -
C:/hostedtoolcache/windows/Ruby/3.0.3/x64/lib/ruby/gems/3.0.0/gems/glib2-3.5.0/lib/glib2.so
(LoadError)
The missing procedure is DllMain(). If we add empty DllMain(), we can
avoid the error. Generally, DllMain() is optional but it's required
when we use "-lintl" build option.
I think that this is a gettext (libintl) related problem but add this
workaround for now. We can remove this workaround once we found the
real problem.
--
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]