raulcd opened a new issue, #47819:
URL: https://github.com/apache/arrow/issues/47819
### Describe the bug, including details regarding any error messages,
version, and platform.
The Linux packarges are failing to build on the release candidate branch for
22.0.0. They are trying to download apache arrow 22.0.0 from the official
releases page which is not present:
```
** Execute yum:build
/usr/bin/ruby3.2 -S rake yum:build
cd apache-arrow
cd /home/runner/work/arrow/arrow/dev/tasks/linux-packages/../../..
rake aborted!
Errno::ENOENT: No such file or directory @ rb_sysopen -
https://www.apache.org/dyn/closer.lua/arrow/arrow-22.0.0/apache-arrow-22.0.0.tar.gz
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:72:in
`initialize'
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:72:in
`open'
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:72:in
`download_released_archive'
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:42:in
`block in define_archive_task'
Tasks: TOP => yum:build => apache-arrow-22.0.0.tar.gz
```
See failures here:
https://github.com/apache/arrow/actions/runs/18499234357/job/52711311491
### Component(s)
Release, 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]