llvm 4.0 on PPC64

Justin Hibbits jrh29 at alumni.cwru.edu
Fri Apr 28 15:44:10 UTC 2017


On Fri, Apr 28, 2017 at 10:11 AM, Luciano Mannucci
<luciano at vespaperitivo.it> wrote:
> On Fri, 28 Apr 2017 09:27:23 -0500
> Justin Hibbits <jrh29 at alumni.cwru.edu> wrote:
>
>> This blocks Mesa ports, so I added to my poudriere make.conf a
>> "MESA_LLVM_VER=39" to get things to build.
> I was building "vim". May I try something similar? Is there a setting
> (say, in /etc/make.conf) that would work for any port?
>
> Thanks again,
>
> Luciano.

I'm going to guess you're building editors/vim with default options,
which puts a dependency on gtk20.  This indirectly requires llvm by
way of cairo -> libEGL -> llvm39, so adding MESA_LLVM_VER=39 should
work for you, too.

Looking at http://www.freshports.org/devel/llvm40 it appears the only
ports on powerpc64 that would need llvm are those that use mesa, so
setting MESA_LLVM_VER should change it for all needed ports.

- Justin


More information about the freebsd-ppc mailing list