You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Wes McKinney <we...@gmail.com> on 2021/07/06 17:00:54 UTC

Building apache/arrow-site locally on Apple Silicon?

I've been trying to build the website on an M1 Mac and I'm running
into libffi-related crashes in the Ruby gem toolchain that I'm not
able to diagnose myself

https://gist.github.com/wesm/635697a8904c91c562892991d8269291

Let me know if anyone has successfully built the site or has other
recommendations for development on M1.

Re: Building apache/arrow-site locally on Apple Silicon?

Posted by Wes McKinney <we...@gmail.com>.
I never was able to get this to work on Apple Silicon, I vaguely found
bug reports with the "sassc" Ruby gem that the errors appear to be
originating from. I finished the website work I needed to do on an x86
machine but this may come up again when someone goes to work on the
website on an M1

On Tue, Jul 6, 2021 at 1:56 PM Antoine Pitrou <an...@python.org> wrote:
>
>
> Wow, building a static blog uses libffi?
>
> In any case, if it's merely the website build that fails with this
> issue, I would suggest to build it under emulation (using `arch -x86
> ...` perhaps?).
>
>
>
> Le 06/07/2021 à 19:00, Wes McKinney a écrit :
> > I've been trying to build the website on an M1 Mac and I'm running
> > into libffi-related crashes in the Ruby gem toolchain that I'm not
> > able to diagnose myself
> >
> > https://gist.github.com/wesm/635697a8904c91c562892991d8269291
> >
> > Let me know if anyone has successfully built the site or has other
> > recommendations for development on M1.
> >

Re: Building apache/arrow-site locally on Apple Silicon?

Posted by Antoine Pitrou <an...@python.org>.
Wow, building a static blog uses libffi?

In any case, if it's merely the website build that fails with this 
issue, I would suggest to build it under emulation (using `arch -x86 
...` perhaps?).



Le 06/07/2021 à 19:00, Wes McKinney a écrit :
> I've been trying to build the website on an M1 Mac and I'm running
> into libffi-related crashes in the Ruby gem toolchain that I'm not
> able to diagnose myself
> 
> https://gist.github.com/wesm/635697a8904c91c562892991d8269291
> 
> Let me know if anyone has successfully built the site or has other
> recommendations for development on M1.
>