raulcd opened a new issue, #46809: URL: https://github.com/apache/arrow/issues/46809
### Describe the bug, including details regarding any error messages, version, and platform. After: - https://github.com/apache/arrow/pull/46261 was merged it seems there is an issue on the linux packages for RPM based, they fail: ``` + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/arrow-21.0.0.dev210-1.el8.x86_64/usr/share/licenses/arrow-compute-devel + cp -pr LICENSE.txt /root/rpmbuild/BUILDROOT/arrow-21.0.0.dev210-1.el8.x86_64/usr/share/licenses/arrow-compute-devel + cp -pr NOTICE.txt /root/rpmbuild/BUILDROOT/arrow-21.0.0.dev210-1.el8.x86_64/usr/share/licenses/arrow-compute-devel + exit 0 File not found: /root/rpmbuild/BUILDROOT/arrow-21.0.0.dev210-1.el8.x86_64/usr/include/arrow/compute/kernels RPM build errors: File not found: /root/rpmbuild/BUILDROOT/arrow-21.0.0.dev210-1.el8.x86_64/usr/include/arrow/compute/kernels Failed ./build.sh rake aborted! ``` Failures: - [almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15630274578/job/44032756495) - [almalinux-8-arm64](https://github.com/ursacomputing/crossbow/actions/runs/15630275278/job/44032758628) - [almalinux-9-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15630274011/job/44032754580) - [almalinux-9-arm64](https://github.com/ursacomputing/crossbow/actions/runs/15630275180/job/44032758375) - [amazon-linux-2023-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15630273778/job/44032753904) - [amazon-linux-2023-arm64](https://github.com/ursacomputing/crossbow/actions/runs/15630273902/job/44032754242) - [centos-7-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15630274836/job/44032757141) - [centos-8-stream-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15630274873/job/44032757216) - [centos-8-stream-arm64](https://github.com/ursacomputing/crossbow/actions/runs/15630274568/job/44032756288) - [centos-9-stream-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15630274930/job/44032757417) - [centos-9-stream-arm64](https://github.com/ursacomputing/crossbow/actions/runs/15630275469/job/44032759248) Those were passing previously on the PR but there were some review comments that might have broken them. I'll take a look and investigate the issue. ### Component(s) Continuous Integration, 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org