llama90 opened a new issue, #39935: URL: https://github.com/apache/arrow/issues/39935
### Describe the bug, including details regarding any error messages, version, and platform. When I executed the command `sudo meson install -C c_glib.build` for GLib, the following error occurred. For reference, I have configured my local setup to reference the latest version of arrow cpp for building glib. I am using an M1 MacBook. <details><summary>error log</summary> ```bash unknown:0: warning: Value descriptions for GArrowRankTiebreaker are missing in source code comment block. ./arrow-glib-unused.txt:1: warning: 3 unused declarations. They should be added to arrow-glib-sections.txt in the appropriate place. ERROR: Error in gtkdoc helper script: ERROR: ['/opt/homebrew/bin/gtkdoc-mkhtml', '--path=/Users/lama/workspace/arrow-latest/c_glib/doc/arrow-glib:/Users/lama/workspace/arrow-latest/c_glib.build/doc/arrow-glib', 'arrow-glib', '../arrow-glib-docs.xml'] failed with status 5 I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" compilation error: file /opt/homebrew/Cellar/gtk-doc/1.33.2_1/share/gtk-doc/data/gtk-doc.xsl line 11 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl --- stderr --- FAILED: install script '/opt/homebrew/bin/meson --internal gtkdoc --sourcedir=/Users/lama/workspace/arrow-latest/c_glib --builddir=/Users/lama/workspace/arrow-latest/c_glib.build --subdir=doc/arrow-glib --headerdirs=/Users/lama/workspace/arrow-latest/c_glib/arrow-glib@@/Users/lama/workspace/arrow-latest/c_glib.build/arrow-glib --mainfile=arrow-glib-docs.xml --modulename=arrow-glib --moduleversion= --mode=auto --gtkdoc-scan=/opt/homebrew/bin/gtkdoc-scan --gtkdoc-scangobj=/opt/homebrew/bin/gtkdoc-scangobj --gtkdoc-mkdb=/opt/homebrew/bin/gtkdoc-mkdb --gtkdoc-mkhtml=/opt/homebrew/bin/gtkdoc-mkhtml --gtkdoc-fixxref=/opt/homebrew/bin/gtkdoc-fixxref --htmlargs= --scanargs=--rebuild-types@@--deprecated-guards=GARROW_DISABLE_DEPRECATED --scanobjsargs= --gobjects-types-file=/Users/lama/workspace/arrow-latest/c_glib/doc/arrow-glib/arrow-glib.types --fixxrefargs=--html-dir=/opt/homebrew/share/gtk-doc/html/arrow-glib@@--extra-dir=/opt/homebrew/Cellar/glib/2.78.3/share/gtk-doc/html/glib@@--extr a-dir=/opt/homebrew/Cellar/glib/2.78.3/share/gtk-doc/html/gobject --mkdbargs=--output-format=xml@@--name-space=garrow@@--source-suffixes=c,cpp,h --html-assets= --content-files= --expand-content-files= --ignore-headers=/Users/lama/workspace/arrow-latest/c_glib/arrow-glib/gobject-type.h --installdir= --cc=ccache cc --ld=cc --cflags=-I/Users/lama/workspace/arrow-latest/c_glib/. -I/Users/lama/workspace/arrow-latest/c_glib.build/. -I/Users/lama/workspace/arrow-latest/cpp/cmake-build-debug/src -I/Users/lama/workspace/arrow-latest/c_glib/../cpp/src -I/Users/lama/workspace/arrow-latest/c_glib.build/../cpp/src -I/opt/homebrew/Cellar/glib/2.78.3/include -I/opt/homebrew/Cellar/glib/2.78.3/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.78.3/lib/glib-2.0/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/Cellar/pcre2/10.42/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/ffi --ldflags=-L/Users/lama/workspace/arrow-latest/c_glib.build/arrow-glib -Wl,-rpath,/Use rs/lama/workspace/arrow-latest/c_glib.build/arrow-glib -L/Users/lama/workspace/arrow-latest/cpp/cmake-build-debug/debug -Wl,-rpath,/Users/lama/workspace/arrow-latest/cpp/cmake-build-debug/debug -L/opt/homebrew/Cellar/glib/2.78.3/lib -Wl,-rpath,/opt/homebrew/Cellar/glib/2.78.3/lib -L/opt/homebrew/opt/gettext/lib -Wl,-rpath,/opt/homebrew/opt/gettext/lib -larrow-glib /Users/lama/workspace/arrow-latest/cpp/cmake-build-debug/debug/libarrow.dylib /Users/lama/workspace/arrow-latest/cpp/cmake-build-debug/debug/libarrow_acero.dylib -L/opt/homebrew/Cellar/glib/2.78.3/lib -L/opt/homebrew/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl /opt/homebrew/Cellar/glib/2.78.3/lib/libgio-2.0.dylib' exit code 1, stopped ``` </details> ### Component(s) GLib -- 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]
