raulcd commented on issue #48416:
URL: https://github.com/apache/arrow/issues/48416#issuecomment-3636214567

   The `+` issue tripping ORC makes sense we have a similar comment on the code 
that makes us fix gRPC:
   ```
     # ar -M rejects with the "libgrpc++.a" filename because "+" is a line
     # continuation character in these scripts, so we have to create a copy of 
the
     # static lib that we will bundle later.
   ```
   It seems that previously successful jobs on centos-9 were using external 
project for ORC as the library was built here:
   `../../orc_ep-install/lib/liborc.a`
   See a successful job:
   
https://github.com/apache/arrow/actions/runs/20020460233/job/57406165253#step:12:8066
   What confuses me is that the CMake version is the same `cmake==3.31.8-3.el9` 
for the successfult and not succesfull which in that case should have always 
used FetchContent. I am unsure why it was using ep for centos-9 previously.


-- 
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