You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "pulkomandy (via GitHub)" <gi...@apache.org> on 2023/02/10 09:46:13 UTC

[GitHub] [arrow] pulkomandy commented on issue #34093: [C++] Cross compiling in Yocto is not working

pulkomandy commented on issue #34093:
URL: https://github.com/apache/arrow/issues/34093#issuecomment-1425527720

   I investigated a bit further and it turns out to be a bug in Yocto, which did not set the CMAKE_AR variable correctly. It was fixed by this change which I backported into our version of Yocto: https://git.yoctoproject.org/poky/commit/meta/classes/cmake.bbclass?h=hardknott&id=887e56c1b274db773ad8f9925e222a06992cf650
   
   Nothing is wrong on Arrow and Thrift side for the bundled case which is now working fine. I did not investigate the problem with using the "system" Thrift (provided by Yocto) but there isn't any reason to use it in our case, so I will go with the Bundled version and close this issue.
   
   Thanks for your help and sorry for reporting this in the wrong place since it wasn't your fault.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org