raulcd opened a new issue, #45347:
URL: https://github.com/apache/arrow/issues/45347

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I am trying to reproduce how to build linux packages locally and was testing 
the different steps when I realised we are still trying to identify the version 
from the java pom.xml if no `ARROW_VERSION` is used.
   
   This is how I reproduced from `arrow/dev/tasks/linux-packages/apache-arrow`:
   ```bash
   $ rake version:update ARROW_RELEASE_TIME="$(date --iso-8601=seconds)"
   rake aborted!
   Errno::ENOENT: No such file or directory @ rb_sysopen - 
/home/raulcd/code/arrow/dev/tasks/linux-packages/../../../java/pom.xml
   /home/raulcd/code/arrow/dev/tasks/linux-packages/helper.rb:53:in `read'
   /home/raulcd/code/arrow/dev/tasks/linux-packages/helper.rb:53:in 
`detect_version'
   /home/raulcd/code/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:29:in 
`initialize'
   
/home/raulcd/code/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:128:in 
`new'
   
/home/raulcd/code/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:128:in 
`<top (required)>'
   (See full trace by running task with --trace)
   ```
   We should update the following to not use `java/pom.xml`:
   
https://github.com/apache/arrow/blob/f4a63d41ebbc57566f215c1d1e87fc1647071dae/dev/tasks/linux-packages/helper.rb#L48-L57
   
   
   ### Component(s)
   
   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]

Reply via email to