thisisnic commented on issue #48912:
URL: https://github.com/apache/arrow/issues/48912#issuecomment-3781298640

   @jonkeane Did some digging but very much 🤖 powered so can you confirm if 
this sounds right to you?
   
   --------------------------------------------
   
   
   I investigated the buildkite logs comparing build 305 (last passing) and 
build 306 (first failing, which included the C++20 PR).                         
                                   
   
     Both builds use the same R version (4.5.2) and compiler (conda-forge gcc 
14.3.0), which supports C++20. However, conda-forge's R build only has CXX17 
configured in its Makeconf, not CXX20.
   
     Arrow's configure script checks R CMD config CXX20 which returns empty 
because conda-forge's R wasn't configured with CXX20 support - even though the 
underlying compiler supports it.      
   
     This looks like a conda-forge r-base packaging issue rather than something 
we can fix in arrow-benchmarks-ci. Their R recipe needs to ensure CXX20 is 
configured when built with a C++20-capable compiler.                            
                                                                                
                                                         
   


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