[
https://issues.apache.org/jira/browse/ARROW-16972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-16972.
----------------------------------
Fix Version/s: 9.0.0
Resolution: Fixed
Issue resolved by pull request 13504
[https://github.com/apache/arrow/pull/13504]
> [CI][Packaging] Nightly homebrew packaging job fails with Unknown options:
> "vala"
> ---------------------------------------------------------------------------------
>
> Key: ARROW-16972
> URL: https://issues.apache.org/jira/browse/ARROW-16972
> Project: Apache Arrow
> Issue Type: Task
> Components: Continuous Integration, Packaging
> Reporter: Raúl Cumplido
> Assignee: Raúl Cumplido
> Priority: Critical
> Labels: Nightly, pull-request-available
> Fix For: 9.0.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Some packaging jobs (I haven't checked all of them, only 3):
> {color:#1d1c1d}-
> {color}[conda-linux-gcc-py39-cuda|https://github.com/ursacomputing/crossbow/runs/7167735143]
> {color:#1d1c1d}-
> {color}[debian-bookworm-amd64|https://github.com/ursacomputing/crossbow/runs/7167563664?check_suite_focus=true]
> {color:#1d1c1d}-
> {color}[debian-bookworm-arm64|https://github.com/ursacomputing/crossbow/runs/7167570118]
> {color:#1d1c1d}-
> {color}[debian-bullseye-amd64|https://github.com/ursacomputing/crossbow/runs/7167566423?check_suite_focus=true]
> {color:#1d1c1d}-
> {color}[debian-bullseye-arm64|https://github.com/ursacomputing/crossbow/runs/7167585048]
> {color:#1d1c1d}-
> {color}[homebrew-cpp|https://github.com/ursacomputing/crossbow/runs/7167560717?check_suite_focus=true]
> {color:#1d1c1d}-
> {color}[ubuntu-bionic-amd64|https://github.com/ursacomputing/crossbow/runs/7167576474?check_suite_focus=true]
> {color:#1d1c1d}-
> {color}[ubuntu-bionic-arm64|https://github.com/ursacomputing/crossbow/runs/7167570836]
> {color:#1d1c1d}-
> {color}[ubuntu-focal-amd64|https://github.com/ursacomputing/crossbow/runs/7167573531?check_suite_focus=true]
> {color:#1d1c1d}-
> {color}[ubuntu-focal-arm64|https://github.com/ursacomputing/crossbow/runs/7167566106]
> {color:#1d1c1d}-
> {color}[ubuntu-jammy-amd64|https://github.com/ursacomputing/crossbow/runs/7167567950?check_suite_focus=true]
> Are failing with:
> {code:java}
> ../c_glib/meson.build:20:0: ERROR: Unknown options: "vala"
> dh_auto_configure: error: cd c_glib_build && LC_ALL=C.UTF-8 meson ../c_glib
> --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc
> --localstatedir=/var --libdir=lib/x86_64-linux-gnu
> -Darrow_cpp_build_type=release -Darrow_cpp_build_dir=../cpp_build
> -Dgtk_doc=true -Dvala=true returned exit code 1 {code}
> This is due to the change introduced here:
> [https://github.com/apache/arrow/commit/01e3c0a704b1522ecc4e2b9d62f8ef96e01b70fe]
> Some of them were fixed yesterday but there is still one to be fixed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)