westonpace commented on issue #34689:
URL: https://github.com/apache/arrow/issues/34689#issuecomment-1542571620

   This helps a lot.  The failing instruction is popcnt.  Unfortunately, we've 
run into trouble with this function in the past.  I think it may be that Arrow 
currently requires support for the popcnt instruction.  This can lead to issues 
with old machines.  There is some more information here: 
https://github.com/apache/arrow/issues/21840
   
   I'm a little surprised that this would occur in R/Linux.  I thought that 
R/Linux always built Arrow from source (and the compiler should have realized 
and avoided the popcnt instruction).  Do you know how r-arrow is getting 
installed?  Is it getting a prebuilt binary from somewhere or building a new 
library?
   
   


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