Skip to content

Conversation

@raulcd
Copy link
Member

@raulcd raulcd commented Dec 10, 2025

Rationale for this change

The centos-9 jobs have started failing to bundled ORC when using FetchContent due to subfolder including the + symbol on path. This fails when bundling it with ar.

What changes are included in this PR?

Generate new orc_for_bundling library not under the c++ directory and add that one to ARROW_BUNDLED_STATIC_LIBS. This is a similar approach we take for grpc++

Are these changes tested?

Yes, via CI

Are there any user-facing changes?

No, they shouldn't as this is just for adding it to the libarrow_bundled dependencies

…hen using FetchContent to avoid ar issues with + symbol on path
@raulcd raulcd added the CI: Extra: Package: Linux Run extra Linux Packages CI label Dec 10, 2025
@github-actions
Copy link

⚠️ GitHub issue #48416 has been automatically assigned in GitHub to PR creator.

@raulcd raulcd marked this pull request as ready for review December 10, 2025 16:21
@raulcd raulcd requested a review from kou December 10, 2025 16:21
@raulcd raulcd changed the title GH-48416: [Packaging][CI] Use special custom orc_for_bundling when using FetchContent to avoid ar issues with + symbol on path GH-48416: [Packaging][CI] Use custom orc_for_bundling when using FetchContent to avoid ar issues with + symbol on path Dec 10, 2025
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 5f343f0 into apache:main Dec 10, 2025
64 of 72 checks passed
@kou kou removed the awaiting committer review Awaiting committer review label Dec 10, 2025
@github-actions github-actions bot added the awaiting merge Awaiting merge label Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge Awaiting merge CI: Extra: Package: Linux Run extra Linux Packages CI Component: C++

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants