NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Building -current with clang on amd64



On 12/08/14 05:04, Jan Danielsson wrote:
>    I haven't built -current in a while, so I'm not sure if anything has
> changed.
> 
>    This is what I did:
>    1) Installed NetBSD/amd64 6.1.4
>    2) Checked out netbsd -current from cvs
>    3) Noticed that llvm/clang was in-tree, so no "make checkout"
>    4) Set:
> export MKUNPRIVED=yes
> export MKLLVM=yes
> export MKLIBCXX=yes
> export HAVE_LLVM=yes
>       (and also set build directories so that it doesn't mess up the
> source tree)
>    5) Run "./build.sh tools"
> 
>    This eventually fails with:
> ------------------------------------------
> [---]
> ------------------------------------------

   Appears there's a slight bootstrap problem.  Building everything
without MKLLVM, MKLIBCXX and HAVE_LLVM worked.  Once -current built with
GCC installed, I can rebuild everything with clang.


-- 
Kind Regards,
Jan


Home | Main Index | Thread Index | Old Index